diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-06-07 15:52:27 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-06-07 15:52:27 +0000 |
commit | a6e7c53f745b4c7d696d650d951429c4abfa3e84 (patch) | |
tree | 8f8fa9f8fa803a259e9a66900478b6f58afe8102 /editors | |
parent | 391730ce62da4891d0a4c0155f4eb98db7046481 (diff) | |
download | pkgsrc-a6e7c53f745b4c7d696d650d951429c4abfa3e84.tar.gz |
Update to 3.0.3
Changelog:
----------------------------------------------------------------------
OmegaT 3.0.3
----------------------------------------------------------------------
4 Enhancements
4 Bug fixes
8 Localisation updates
----------------------------------------------------------------------
3.0.3 vs. 3.0.2 update 1
Implemented requests:
- Change script keyboard shortcuts to Ctrl+Shift+Fn
https://sourceforge.net/p/omegat/feature-requests/839/
- Make groovy scripts that ship with Scripting Plugin cross-platform
https://sourceforge.net/p/omegat/feature-requests/864/
Other enhancements:
- The Scripting plugin was integrated in OmegaT. When using
this version, remove the scripting plugin from the plugin folder.
- Linux: linux-install.sh and omegat.kaptn were improved, notably
with the inclusion of Microsoft Translate
Bug fixes:
- LanguageTool wasn't working in some languages
- When one source term was corresponding to several ones
(e.g., source term = target term1, target term2) in the glossary pane,
only the first target term was shown in the TransTip popup menu
- The autocompleter was sometimes capitalising the first letter of
terms when it shouldn't
- When Remove leading and trailing tag was not checked in File Filter
Options, some trailing conditionnal paragraph end tags could remain at
the end of the segment. It mainly affected segmented XLIFF generated by
Rainbow.
Localisation updates:
- Catalan localisation updated to 3.0.1 (UI, Instant Start, Readme)
- Czech localisation updated to 3.0 (UI, Instant Start, Readme)
- Dutch localisation updated to 3.0.2 (UI, Documentation, Readme)
- Greek localisation updated to 3.0 (UI, Partial documentation, Instant Start)
- Japanese localisation updated to 3.0.2 (UI)
- Slovenian localisation updated to 3.0 (UI)
- Ukrainian localisation updated to 3.0 (UI, Instant Start, Readme)
- Welsh localisation updated to 3.0 (UI)
----------------------------------------------------------------------
OmegaT 3.0.2 update 1
----------------------------------------------------------------------
1 Enhancement
1 Bug fix
0 Localisation update
----------------------------------------------------------------------
3.0.2 update 1 vs. 3.0.2
Other enhancements:
- LanguageTool and tokenizer plugin annexes updated in the documentation
Bug fixes:
- Creating a new project failed in 3.0.2
----------------------------------------------------------------------
OmegaT 3.0.2
----------------------------------------------------------------------
2 Enhancements
0 Bug fix
0 Localisation update
----------------------------------------------------------------------
3.0.2 vs. 3.0.1
Implemented requests:
- View log from within OmegaT
https://sourceforge.net/p/omegat/feature-requests/243/
- Allow user to adjust tokenizer behavior
https://sourceforge.net/p/omegat/feature-requests/866/
----------------------------------------------------------------------
OmegaT 3.0.1
----------------------------------------------------------------------
5 Enhancements
6 Bug fixes
8 Localisation updates
----------------------------------------------------------------------
3.0.1 vs. 3.0.0
Implemented requests:
- Add facility to auto-complete input
https://sourceforge.net/p/omegat/feature-requests/854/
- PDF input filter
https://sourceforge.net/p/omegat/feature-requests/539/
- Keyboard access to contextual menu items
https://sourceforge.net/p/omegat/feature-requests/537/
Other enhancements:
- LanguageTool was updated to 2.1, and now has specific rules for
29 languages: http://www.languagetool.org/languages/
- Versionning support was added for plugins. How to use it is
documented in docs_devel/OmegaT developer's guide.odt
Bug fixes:
- Tag validation window does not keep enough space for Japanese errors
https://sourceforge.net/p/omegat/bugs/583/
- Remove leading and trailing tags option not working
https://sourceforge.net/p/omegat/bugs/582/
- New tag handling changes XML formatting for empty tags
https://sourceforge.net/p/omegat/bugs/581/
- Team projects: during save, OmegaT could not update omegat.project
and some time was lost (e.g., 13 seconds) while it tries to delete it
- Under Linux, when trying to open a project with a second instance
of OmegaT, the second instance would freeze
- In some cases, MyMemory wasn't returning any results
Localisation updates:
- Belarusian localization updated to 3.0.0 (UI, Readme)
- Galician localisation updated to 3.0.0 (UI, Readme, Documentation)
- German localisation updated to 3.0.0 (UI, Readme, Instant Start)
- Greek localisation updated to 3.0.0 (UI, Instant Start)
- Hungarian localisation updated to 3.0.0 (UI)
- Japanese localisation updated to 3.0.1 (UI, Readme, Documentation)
- Simplified Chinese localisation updated to 3.0.0 (UI)
- Welsh localisation updated to 3.0.0 (UI, Readme, Instant Start)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/OmegaT/Makefile | 4 | ||||
-rw-r--r-- | editors/OmegaT/PLIST | 166 | ||||
-rw-r--r-- | editors/OmegaT/distinfo | 9 |
3 files changed, 139 insertions, 40 deletions
diff --git a/editors/OmegaT/Makefile b/editors/OmegaT/Makefile index 32e995d611e..5d6b627c3d6 100644 --- a/editors/OmegaT/Makefile +++ b/editors/OmegaT/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2013/05/09 15:24:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.8 2013/06/07 15:52:27 ryoon Exp $ # -DISTNAME= OmegaT_3.0.0_Beta_Source +DISTNAME= OmegaT_3.0.3_Beta_Source PKGNAME= ${DISTNAME:S/OmegaT_/OmegaT-/:S/_Source//:S/_Beta//:S/_/./g} CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=omegat/} diff --git a/editors/OmegaT/PLIST b/editors/OmegaT/PLIST index 2f022e67361..1445448439f 100644 --- a/editors/OmegaT/PLIST +++ b/editors/OmegaT/PLIST @@ -1,48 +1,35 @@ -@comment $NetBSD: PLIST,v 1.6 2013/05/09 15:24:16 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.7 2013/06/07 15:52:27 ryoon Exp $ bin/OmegaT share/OmegaT/OmegaT.jar -share/OmegaT/lib/ANTLR_3_License.txt -share/OmegaT/lib/APACHE_LICENSE-2.0.txt -share/OmegaT/lib/EDL-1.0.txt -share/OmegaT/lib/JSAP-2.1.jar share/OmegaT/lib/LanguageTool-data.jar -share/OmegaT/lib/LanguageTool.jar -share/OmegaT/lib/Licence_CeCILL_V2-en.txt -share/OmegaT/lib/Licence_CeCILL_V2-fr.txt -share/OmegaT/lib/Licenses.txt -share/OmegaT/lib/MPL-1.1.txt share/OmegaT/lib/MRJAdapter.jar -share/OmegaT/lib/Morfologik-license.txt -share/OmegaT/lib/Orion SSH for Java.txt -share/OmegaT/lib/Segment-license.txt -share/OmegaT/lib/TMate_License.txt -share/OmegaT/lib/TinySegmenter_LICENSE.txt share/OmegaT/lib/antlr-runtime-3.4.jar +share/OmegaT/lib/bsf-2.4.0.jar +share/OmegaT/lib/cjftransform-1.0.1.jar share/OmegaT/lib/commons-lang-2.4.jar share/OmegaT/lib/commons-logging-1.1.1.jar -share/OmegaT/lib/commons-validator-1.3.1.jar share/OmegaT/lib/diff.jar -share/OmegaT/lib/gpl-1.txt -share/OmegaT/lib/gpl-2.0.txt +share/OmegaT/lib/groovy-all-1.8.9.jar share/OmegaT/lib/htmlparser.jar -share/OmegaT/lib/jWordSplitter.jar +share/OmegaT/lib/ictclas4j-1.0.1.jar share/OmegaT/lib/jmyspell-core-1.0.0-beta-2.jar share/OmegaT/lib/jna.jar +share/OmegaT/lib/js-rhino-1.7R4.jar share/OmegaT/lib/jsch-0.1.49.jar -share/OmegaT/lib/jsch_License.txt -share/OmegaT/lib/lgpl-2.1.txt +share/OmegaT/lib/jwordsplitter-3.4.jar +share/OmegaT/lib/languagetool-core-2.1.jar share/OmegaT/lib/lib-mnemonics.jar share/OmegaT/lib/lucene-analyzers-3.6.2.jar share/OmegaT/lib/lucene-core-3.6.2.jar share/OmegaT/lib/lucene-kuromoji-3.6.2.jar share/OmegaT/lib/lucene-smartcn-3.6.2.jar -share/OmegaT/lib/morfologik-fsa-1.5.2.jar -share/OmegaT/lib/morfologik-stemming-1.5.2.jar +share/OmegaT/lib/morfologik-fsa-1.5.4.jar +share/OmegaT/lib/morfologik-speller-1.5.4.jar +share/OmegaT/lib/morfologik-stemming-1.5.4.jar share/OmegaT/lib/org.eclipse.jgit-2.1.0.201209190230-r.jar -share/OmegaT/lib/orion-ssh2-214.jar -share/OmegaT/lib/segment-1.3.0.jar +share/OmegaT/lib/pdfbox-app-1.8.1.jar +share/OmegaT/lib/segment-1.4.1.jar share/OmegaT/lib/sequence-library-1.0.2.jar -share/OmegaT/lib/sequence-library_License.txt share/OmegaT/lib/sqljet-1.1.3.jar share/OmegaT/lib/svnkit-1.7.5.jar share/OmegaT/lib/swing-layout-1.0.jar @@ -103,6 +90,8 @@ share/doc/OmegaT/ca/images/AsciiFilteroptions.png share/doc/OmegaT/ca/images/DictMerriamWebster.png share/doc/OmegaT/ca/images/Dock.gif share/doc/OmegaT/ca/images/Glossary_pane.png +share/doc/OmegaT/ca/images/InstantGuide_1.png +share/doc/OmegaT/ca/images/InstantGuide_2.png share/doc/OmegaT/ca/images/Main_pane_counters.png share/doc/OmegaT/ca/images/MatchesPane.png share/doc/OmegaT/ca/images/Maximize.gif @@ -148,6 +137,7 @@ share/doc/OmegaT/changes.txt share/doc/OmegaT/cs/OmegaT.css share/doc/OmegaT/cs/appendix.LanguageToolPlugin.inOmegaT.html share/doc/OmegaT/cs/appendix.ScriptingPlugin.inOmegaT.html +share/doc/OmegaT/cs/appendix.TeamProjects.html share/doc/OmegaT/cs/appendix.TokenizerPlugin.inOmegaT.html share/doc/OmegaT/cs/appendix.acknowledgements.html share/doc/OmegaT/cs/appendix.keyboard.html @@ -181,6 +171,7 @@ share/doc/OmegaT/cs/images/AsciiFilteroptions.png share/doc/OmegaT/cs/images/Comments_25.png share/doc/OmegaT/cs/images/DictMerriamWebster.png share/doc/OmegaT/cs/images/Dock.gif +share/doc/OmegaT/cs/images/EditingBehaviourOptions.png share/doc/OmegaT/cs/images/EditingBehaviourOptions25.png share/doc/OmegaT/cs/images/GlossaryEntry_25.png share/doc/OmegaT/cs/images/GlossaryPane_25.png @@ -191,6 +182,7 @@ share/doc/OmegaT/cs/images/LanguageToolExample.png share/doc/OmegaT/cs/images/Main_pane_counters.png share/doc/OmegaT/cs/images/MatchStatistics.png share/doc/OmegaT/cs/images/MatchesPane.png +share/doc/OmegaT/cs/images/MatchesPaneSetup.png share/doc/OmegaT/cs/images/MatchesPane_25.png share/doc/OmegaT/cs/images/Maximize.gif share/doc/OmegaT/cs/images/Minimize.gif @@ -208,6 +200,7 @@ share/doc/OmegaT/cs/images/Omegatproject.png share/doc/OmegaT/cs/images/OptionsTabValidation_25.png share/doc/OmegaT/cs/images/ProjectFiles.png share/doc/OmegaT/cs/images/RegexTester.png +share/doc/OmegaT/cs/images/RegexTester___.png share/doc/OmegaT/cs/images/Restore.gif share/doc/OmegaT/cs/images/ScriptingDialog.png share/doc/OmegaT/cs/images/SpellcheckerSetup2.png @@ -216,8 +209,15 @@ share/doc/OmegaT/cs/images/SpellcheckingText.png share/doc/OmegaT/cs/images/StatisticsWindow_25.png share/doc/OmegaT/cs/images/TagValidation.png share/doc/OmegaT/cs/images/TagValidator.png +share/doc/OmegaT/cs/images/Team_projects_Add.png +share/doc/OmegaT/cs/images/Team_projects_checkout.png +share/doc/OmegaT/cs/images/Team_projects_checkoutAddFolder.png +share/doc/OmegaT/cs/images/Team_projects_checkoutSVNupdate.png +share/doc/OmegaT/cs/images/Team_projects_inSync.png +share/doc/OmegaT/cs/images/Team_projects_initialCommit.png share/doc/OmegaT/cs/images/TextSearch.png share/doc/OmegaT/cs/images/TextSearch25.png +share/doc/OmegaT/cs/images/TortoiseExplorerExtension.png share/doc/OmegaT/cs/images/Undock.gif share/doc/OmegaT/cs/images/saveglossary.png share/doc/OmegaT/cs/images/tagged_segment.png @@ -227,9 +227,9 @@ share/doc/OmegaT/cs/instantStartGuideNoTOC.html share/doc/OmegaT/cs/ix01.html share/doc/OmegaT/cs/license.txt share/doc/OmegaT/cs/version.properties -share/doc/OmegaT/cy/images/NewProject.png -share/doc/OmegaT/cy/images/tagged_segment.png -share/doc/OmegaT/cy/images/tagged_segment_target.png +share/doc/OmegaT/cy/OmegaT.css +share/doc/OmegaT/cy/images/InstantGuide_1.png +share/doc/OmegaT/cy/images/InstantGuide_2.png share/doc/OmegaT/cy/instantStartGuideNoTOC.html share/doc/OmegaT/cy/license.txt share/doc/OmegaT/cy/version.properties @@ -260,6 +260,8 @@ share/doc/OmegaT/de/images/AppleKey.gif share/doc/OmegaT/de/images/AsciiFilteroptions.jpg share/doc/OmegaT/de/images/Dock.gif share/doc/OmegaT/de/images/Glossary_pane.png +share/doc/OmegaT/de/images/InstantGuide_1.png +share/doc/OmegaT/de/images/InstantGuide_2.png share/doc/OmegaT/de/images/MatchesPane.png share/doc/OmegaT/de/images/Maximize.gif share/doc/OmegaT/de/images/Minimize.gif @@ -297,7 +299,8 @@ share/doc/OmegaT/de/version.properties share/doc/OmegaT/de/website.html share/doc/OmegaT/de/xindex.html share/doc/OmegaT/doc-license.txt -share/doc/OmegaT/el/images/NewProject.png +share/doc/OmegaT/el/images/InstantGuide_1.png +share/doc/OmegaT/el/images/InstantGuide_2.png share/doc/OmegaT/el/instantStartGuideNoTOC.html share/doc/OmegaT/el/omegat.css share/doc/OmegaT/el/version.properties @@ -315,7 +318,7 @@ share/doc/OmegaT/en/appendix.website.html share/doc/OmegaT/en/chapter.about.OmegaT.html share/doc/OmegaT/en/chapter.dictionaries.html share/doc/OmegaT/en/chapter.file.filters.html -share/doc/OmegaT/en/chapter.files.and.directories.html +share/doc/OmegaT/en/chapter.files.and.folders.html share/doc/OmegaT/en/chapter.files.to.translate.html share/doc/OmegaT/en/chapter.formatted.text.html share/doc/OmegaT/en/chapter.glossaries.html @@ -358,7 +361,7 @@ share/doc/OmegaT/en/images/OmT_Cyrillic.png share/doc/OmegaT/en/images/OmT_Japanese.png share/doc/OmegaT/en/images/OmegaT_icon.png share/doc/OmegaT/en/images/OmegaT_panes_25.png -share/doc/OmegaT/en/images/OmegaT_projects_and_subdirectories.png +share/doc/OmegaT/en/images/OmegaT_projects_and_subfolders.png share/doc/OmegaT/en/images/Omegatproject.png share/doc/OmegaT/en/images/OptionsTabValidation_25.png share/doc/OmegaT/en/images/OptionsTagValidation_25.png @@ -572,12 +575,90 @@ share/doc/OmegaT/fr/license.txt share/doc/OmegaT/fr/omegat.css share/doc/OmegaT/fr/version.properties share/doc/OmegaT/gl/OmegaT.css +share/doc/OmegaT/gl/appendix.LanguageToolPlugin.inOmegaT.html +share/doc/OmegaT/gl/appendix.ScriptingPlugin.inOmegaT.html +share/doc/OmegaT/gl/appendix.TeamProjects.html +share/doc/OmegaT/gl/appendix.TokenizerPlugin.inOmegaT.html +share/doc/OmegaT/gl/appendix.acknowledgements.html +share/doc/OmegaT/gl/appendix.keyboard.html +share/doc/OmegaT/gl/appendix.languages.html +share/doc/OmegaT/gl/appendix.legal.notices.html +share/doc/OmegaT/gl/appendix.shortcut.custom.html +share/doc/OmegaT/gl/appendix.website.html +share/doc/OmegaT/gl/chapter.about.OmegaT.html +share/doc/OmegaT/gl/chapter.dictionaries.html +share/doc/OmegaT/gl/chapter.file.filters.html +share/doc/OmegaT/gl/chapter.files.and.directories.html +share/doc/OmegaT/gl/chapter.files.to.translate.html +share/doc/OmegaT/gl/chapter.formatted.text.html +share/doc/OmegaT/gl/chapter.glossaries.html +share/doc/OmegaT/gl/chapter.installing.and.running.html +share/doc/OmegaT/gl/chapter.instant.start.guide.html +share/doc/OmegaT/gl/chapter.machine.translate.html +share/doc/OmegaT/gl/chapter.menu.html +share/doc/OmegaT/gl/chapter.misc.html +share/doc/OmegaT/gl/chapter.plain.text.html +share/doc/OmegaT/gl/chapter.project.properties.html +share/doc/OmegaT/gl/chapter.regexp.html +share/doc/OmegaT/gl/chapter.searches.html +share/doc/OmegaT/gl/chapter.segmentation.html +share/doc/OmegaT/gl/chapter.spellchecker.html +share/doc/OmegaT/gl/chapter.translation.editing.html +share/doc/OmegaT/gl/chapter.translation.memories.html +share/doc/OmegaT/gl/chapter.user.interface.html +share/doc/OmegaT/gl/images/AppleKey.gif +share/doc/OmegaT/gl/images/Comments_25.png +share/doc/OmegaT/gl/images/DictMerriamWebster.png +share/doc/OmegaT/gl/images/Dock.gif +share/doc/OmegaT/gl/images/EditingBehaviourOptions.png +share/doc/OmegaT/gl/images/EditingBehaviourOptions25.png +share/doc/OmegaT/gl/images/GlossaryEntry_25.png +share/doc/OmegaT/gl/images/GlossaryPane_25.png +share/doc/OmegaT/gl/images/InstantGuide_1.png +share/doc/OmegaT/gl/images/InstantGuide_2.png +share/doc/OmegaT/gl/images/LanguageToolExample.png +share/doc/OmegaT/gl/images/MatchStatistics.png share/doc/OmegaT/gl/images/MatchesPane.png +share/doc/OmegaT/gl/images/MatchesPaneSetup.png +share/doc/OmegaT/gl/images/MatchesPane_25.png +share/doc/OmegaT/gl/images/Maximize.gif +share/doc/OmegaT/gl/images/Minimize.gif +share/doc/OmegaT/gl/images/MobyDick.png +share/doc/OmegaT/gl/images/MultiTerm_Glossary_25.png share/doc/OmegaT/gl/images/NewProject.png +share/doc/OmegaT/gl/images/NewProject_26.png +share/doc/OmegaT/gl/images/OmT_Cyrillic.png +share/doc/OmegaT/gl/images/OmT_Japanese.png +share/doc/OmegaT/gl/images/OmegaT_icon.png +share/doc/OmegaT/gl/images/OmegaT_panes_25.png +share/doc/OmegaT/gl/images/OmegaT_projects_and_subdirectories.png +share/doc/OmegaT/gl/images/Omegatproject.png +share/doc/OmegaT/gl/images/OptionsTagValidation_25.png +share/doc/OmegaT/gl/images/RegexTester.png +share/doc/OmegaT/gl/images/Restore.gif +share/doc/OmegaT/gl/images/ScriptingDialog.png +share/doc/OmegaT/gl/images/SpellcheckerSetup_25.png +share/doc/OmegaT/gl/images/SpellcheckingText.png +share/doc/OmegaT/gl/images/StatisticsWindow_25.png +share/doc/OmegaT/gl/images/TagValidation.png +share/doc/OmegaT/gl/images/TagValidator.png +share/doc/OmegaT/gl/images/Team_projects_Add.png +share/doc/OmegaT/gl/images/Team_projects_checkout.png +share/doc/OmegaT/gl/images/Team_projects_checkoutAddFolder.png +share/doc/OmegaT/gl/images/Team_projects_checkoutSVNupdate.png +share/doc/OmegaT/gl/images/Team_projects_inSync.png +share/doc/OmegaT/gl/images/Team_projects_initialCommit.png +share/doc/OmegaT/gl/images/TextSearch25.png +share/doc/OmegaT/gl/images/TortoiseExplorerExtension.png +share/doc/OmegaT/gl/images/Undock.gif +share/doc/OmegaT/gl/images/saveglossary.png share/doc/OmegaT/gl/images/tagged_segment.png share/doc/OmegaT/gl/images/tagged_segment_target.png +share/doc/OmegaT/gl/index.html share/doc/OmegaT/gl/instantStartGuideNoTOC.html +share/doc/OmegaT/gl/ix01.html share/doc/OmegaT/gl/license.txt +share/doc/OmegaT/gl/version.properties share/doc/OmegaT/hu/GoogleTranslate.html share/doc/OmegaT/hu/OmegaT.css share/doc/OmegaT/hu/aboutOmegaT.html @@ -759,7 +840,7 @@ share/doc/OmegaT/ja/appendix.website.html share/doc/OmegaT/ja/chapter.about.OmegaT.html share/doc/OmegaT/ja/chapter.dictionaries.html share/doc/OmegaT/ja/chapter.file.filters.html -share/doc/OmegaT/ja/chapter.files.and.directories.html +share/doc/OmegaT/ja/chapter.files.and.folders.html share/doc/OmegaT/ja/chapter.files.to.translate.html share/doc/OmegaT/ja/chapter.formatted.text.html share/doc/OmegaT/ja/chapter.glossaries.html @@ -800,7 +881,7 @@ share/doc/OmegaT/ja/images/OmT_Cyrillic.png share/doc/OmegaT/ja/images/OmT_Japanese.png share/doc/OmegaT/ja/images/OmegaT_icon.png share/doc/OmegaT/ja/images/OmegaT_panes_25.png -share/doc/OmegaT/ja/images/OmegaT_projects_and_subdirectories.png +share/doc/OmegaT/ja/images/OmegaT_projects_and_subfolders.png share/doc/OmegaT/ja/images/Omegatproject.png share/doc/OmegaT/ja/images/OptionsTagValidation_25.png share/doc/OmegaT/ja/images/RegexTester.png @@ -830,6 +911,7 @@ share/doc/OmegaT/join.html share/doc/OmegaT/nl/OmegaT.css share/doc/OmegaT/nl/appendix.LanguageToolPlugin.inOmegaT.html share/doc/OmegaT/nl/appendix.ScriptingPlugin.inOmegaT.html +share/doc/OmegaT/nl/appendix.TeamProjects.html share/doc/OmegaT/nl/appendix.TokenizerPlugin.inOmegaT.html share/doc/OmegaT/nl/appendix.acknowledgements.html share/doc/OmegaT/nl/appendix.keyboard.html @@ -841,6 +923,7 @@ share/doc/OmegaT/nl/chapter.about.OmegaT.html share/doc/OmegaT/nl/chapter.dictionaries.html share/doc/OmegaT/nl/chapter.file.filters.html share/doc/OmegaT/nl/chapter.files.and.directories.html +share/doc/OmegaT/nl/chapter.files.and.folders.html share/doc/OmegaT/nl/chapter.files.to.translate.html share/doc/OmegaT/nl/chapter.formatted.text.html share/doc/OmegaT/nl/chapter.glossaries.html @@ -871,12 +954,14 @@ share/doc/OmegaT/nl/images/InstantGuide_2.png share/doc/OmegaT/nl/images/LanguageToolExample.png share/doc/OmegaT/nl/images/Main_pane_counters.png share/doc/OmegaT/nl/images/MatchStatistics.png +share/doc/OmegaT/nl/images/MatchesPaneSetup.png share/doc/OmegaT/nl/images/MatchesPane_25.png share/doc/OmegaT/nl/images/Maximize.gif share/doc/OmegaT/nl/images/Minimize.gif share/doc/OmegaT/nl/images/MobyDick.png share/doc/OmegaT/nl/images/MultiTerm_Glossary_25.png share/doc/OmegaT/nl/images/NewProject_25.png +share/doc/OmegaT/nl/images/NewProject_26.png share/doc/OmegaT/nl/images/OmT_Cyrillic.png share/doc/OmegaT/nl/images/OmT_Japanese.png share/doc/OmegaT/nl/images/OmegaT projects_and_subdirectories.png @@ -897,8 +982,15 @@ share/doc/OmegaT/nl/images/SpellcheckingText.png share/doc/OmegaT/nl/images/StatisticsWindow_25.png share/doc/OmegaT/nl/images/TagValidation.png share/doc/OmegaT/nl/images/TagValidator.png +share/doc/OmegaT/nl/images/Team_projects_Add.png +share/doc/OmegaT/nl/images/Team_projects_checkout.png +share/doc/OmegaT/nl/images/Team_projects_checkoutAddFolder.png +share/doc/OmegaT/nl/images/Team_projects_checkoutSVNupdate.png +share/doc/OmegaT/nl/images/Team_projects_inSync.png +share/doc/OmegaT/nl/images/Team_projects_initialCommit.png share/doc/OmegaT/nl/images/TextSearch.png share/doc/OmegaT/nl/images/TextSearch25.png +share/doc/OmegaT/nl/images/TortoiseExplorerExtension.png share/doc/OmegaT/nl/images/Undock.gif share/doc/OmegaT/nl/images/saveglossary.png share/doc/OmegaT/nl/images/tagged_segment.png @@ -1041,6 +1133,7 @@ share/doc/OmegaT/pt_BR/version.properties share/doc/OmegaT/pt_BR/website.html share/doc/OmegaT/readme.txt share/doc/OmegaT/readme_ar.txt +share/doc/OmegaT/readme_be.txt share/doc/OmegaT/readme_ca.txt share/doc/OmegaT/readme_cs.txt share/doc/OmegaT/readme_cy.txt @@ -1063,6 +1156,7 @@ share/doc/OmegaT/readme_sl.txt share/doc/OmegaT/readme_sq.txt share/doc/OmegaT/readme_sv.txt share/doc/OmegaT/readme_tr.txt +share/doc/OmegaT/readme_uk.txt share/doc/OmegaT/readme_zh_CN.txt share/doc/OmegaT/readme_zh_TW.txt share/doc/OmegaT/ru/OmegaT.css @@ -1321,6 +1415,10 @@ share/doc/OmegaT/tr/images/tagged_segment.png share/doc/OmegaT/tr/images/tagged_segment_target.png share/doc/OmegaT/tr/instantStartGuideNoTOC.html share/doc/OmegaT/tr/version.properties +share/doc/OmegaT/uk/OmegaT.css +share/doc/OmegaT/uk/images/InstantGuide_1.png +share/doc/OmegaT/uk/images/InstantGuide_2.png +share/doc/OmegaT/uk/instantStartGuideNoTOC.html share/doc/OmegaT/zh_CN/OmegaT.css share/doc/OmegaT/zh_CN/appendix.acknowledgements.html share/doc/OmegaT/zh_CN/appendix.keyboard.html diff --git a/editors/OmegaT/distinfo b/editors/OmegaT/distinfo index c35cabbdc4e..4a0e6c7073c 100644 --- a/editors/OmegaT/distinfo +++ b/editors/OmegaT/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.6 2013/05/09 15:24:16 ryoon Exp $ +$NetBSD: distinfo,v 1.7 2013/06/07 15:52:27 ryoon Exp $ -SHA1 (OmegaT_3.0.0_Beta_Source.zip) = bbbb67970025555755e08fde63e3d6b52040e68f -RMD160 (OmegaT_3.0.0_Beta_Source.zip) = e73c6ba7371f0cf9824b0de3d279c0beb2564fc1 -Size (OmegaT_3.0.0_Beta_Source.zip) = 78976433 bytes +SHA1 (OmegaT_3.0.3_Beta_Source.zip) = 712aa2fe58b0d6729253b9c17a26ebf01e6d85ce +RMD160 (OmegaT_3.0.3_Beta_Source.zip) = d0dee9beb1e66bf0469f794eba441612d5c4499f +Size (OmegaT_3.0.3_Beta_Source.zip) = 91908033 bytes +SHA1 (patch-build.xml) = 0ec9108c02217b541885fbb2a50df87870d9b76b |