Revision: 8129 http://languagetool.svn.sourceforge.net/languagetool/?rev=8129&view=rev Author: dnaber Date: 2012-09-30 14:32:14 +0000 (Sun, 30 Sep 2012) Log Message: ----------- merge changes from 1.9 release
Modified Paths: -------------- trunk/JLanguageTool/CHANGES.txt trunk/JLanguageTool/README.txt trunk/JLanguageTool/build.properties trunk/JLanguageTool/build.xml trunk/JLanguageTool/docs/internal.txt trunk/JLanguageTool/i18n_update.sh trunk/JLanguageTool/src/main/java/org/languagetool/JLanguageTool.java trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ca/hunspell/ignore.txt trunk/JLanguageTool/src/main/resources/org/languagetool/resource/de/hunspell/ignore.txt trunk/JLanguageTool/src/main/resources/org/languagetool/resource/pt/hunspell/ignore.txt Added Paths: ----------- trunk/JLanguageTool/src/main/resources/org/languagetool/MessagesBundle_pt_PT.properties Removed Paths: ------------- trunk/JLanguageTool/src/main/resources/org/languagetool/MessagesBundle_pt.properties trunk/JLanguageTool/src/main/resources/org/languagetool/resource/de/hunspell/de_DE.dict Property Changed: ---------------- trunk/JLanguageTool/CHANGES.txt trunk/JLanguageTool/README.txt trunk/JLanguageTool/build.properties trunk/JLanguageTool/build.xml trunk/JLanguageTool/docs/ trunk/JLanguageTool/i18n_update.sh trunk/JLanguageTool/src/ Modified: trunk/JLanguageTool/CHANGES.txt =================================================================== --- trunk/JLanguageTool/CHANGES.txt 2012-09-30 14:27:38 UTC (rev 8128) +++ trunk/JLanguageTool/CHANGES.txt 2012-09-30 14:32:14 UTC (rev 8129) @@ -1,15 +1,7 @@ LanguageTool Change Log -1.9-dev (release planned for 2012-09-30) +1.9 (2012-09-30) - -Japanese: - -initial support (Takahiro Shinkai, Maxim Mozgovoy's student) - - -Russian: - -rules updates - -several new rules - -improve user interface translation - -Breton: -several new rules and fixed false alarms -the internal spelling engine can now additionally tokenize words if the @@ -17,11 +9,22 @@ hyphenated words). - updated classification of words tagged as plural nouns of persons (these have different mutation than other nouns). - + -Catalan: - -several new rules + -many new rules -fixed false alarms + -Chinese: + -hundreds of new Chinese rules (Tao Lin) + -unit tests for the Chinese tokenizer and tagger + + -Danish: + -major update to the dictionary and the rules (Henrik Bendt) + + -English: + -fixed false alarm (sf bug #3543914) + -some new rules and rule updates + -Esperanto: -several new rules and fixed false alarms -updated list of transitive/nontransitive verbs @@ -33,29 +36,27 @@ -opening guillemet (U+00AB) followed by thin no-break space (U+202F) wrongly detected as error (sf bug #3545050) - -English: - -fixed false alarm (sf bug #3543914) - -German: -added simple verb/subject agreement checker + -several new rules and rule updates -fixed some false alarms by upgrading to jwordsplitter 3.4 (sf bug #3475553) + -Japanese: + -initial support with about 20 rules (Takahiro Shinkai, Maxim Mozgovoy's student) + + -Polish: + -fixed bug with the word repetition rule (sf bug #3560925) + -Portuguese: -several rule updates (Marco A.G.Pinto) + -Russian: + -several new rules and rule updates + -improve user interface translation + -Swedish: -Support for Swedish has been re-enabled after it had been disabled in LanguageTool 1.7. - -Danish: - -major update to the dictionary and the rules (Henrik Bendt) - - -Polish - -fixed bug with the word repetition rule (sf bug #3560925) - - -Chinese: - -hundreds of new Chinese rules (Tao Lin) - -unit tests for the Chinese tokenizer and tagger - -bugfix for command line: We removed XML from even plain text input. Now XML/HTML elements are only filtered out if the new --xmlfilter option is specified. Note that there's still a bug that can screw up position information with that option, thus it is deprecated. @@ -74,7 +75,7 @@ same effect: java -cp LanguageTool.jar org.languagetool.rules.spelling.SuggestionExtractor - -stand-alone GUI: rules can now be disabled and enabled again with a single click + -stand-alone GUI: rules can now be disabled and re-enabled with a single click -stand-alone GUI: copy and paste from the result area now keeps line breaks (Sourceforge bug #3554842) @@ -90,15 +91,15 @@ -HTTP API: small internal cleanup for better exception and charset handling (always expects UTF-8) - -HTTP API: the embedded HTTP can now be started with a "--public" parameter so + -HTTP API: the embedded HTTP server can now be started with a "--public" parameter so it can be accessed from anywhere (not just localhost). Please be careful with this - option, it is not recommended for production use yet: + option, it is not recommended for production use: java -cp LanguageTool.jar org.languagetool.server.HTTPServer --public -HTTP API and XML output: extended XML to include the version and build date of LanguageTool and the category and offset of each match - -The word tokenizer now considers the following characters as word separator: | (pipe) + -The word tokenizer now considers the following characters as a word separator: | (pipe) and ` (backtick). -bugfix: the column count was sometimes totally wrong (Sourceforge bug #3557738) Property changes on: trunk/JLanguageTool/CHANGES.txt ___________________________________________________________________ Added: svn:mergeinfo + /branches/V_1_5/CHANGES.txt:5611-5614 /branches/V_1_6/CHANGES.txt:6112-6120 /branches/V_1_7/CHANGES.txt:6650-6652 /branches/V_1_8/CHANGES.txt:7566-7569 /branches/V_1_9/CHANGES.txt:8116-8126 /branches/mbryant/CHANGES.txt:5075-5236 /tags/V_1_5/CHANGES.txt:5615 /tags/V_1_6/CHANGES.txt:6121 /tags/V_1_7/CHANGES.txt:6653 /tags/V_1_8/CHANGES.txt:7570 /tags/V_1_9/CHANGES.txt:8127 Modified: trunk/JLanguageTool/README.txt =================================================================== --- trunk/JLanguageTool/README.txt 2012-09-30 14:27:38 UTC (rev 8128) +++ trunk/JLanguageTool/README.txt 2012-09-30 14:32:14 UTC (rev 8129) @@ -9,8 +9,9 @@ Requirements: -Java 6.0 or later (Oracle Java or IcedTea; GIJ is not supported) -For OpenOffice.org/LibreOffice integration: OpenOffice 3.0.1 or later - or LibreOffice. We recommend LibreOffice 3.5.4 or later because - it contains an important bug fix. + or LibreOffice. We recommend LibreOffice 3.5.4 (or later) or + Apache OpenOffice 3.4.1 (or later) because they contain an + important bug fix. Usage: -To integrate LanguageTool into OpenOffice.org or LibreOffice, you @@ -50,11 +51,8 @@ Please see http://www.languagetool.org/issues/ if you experience problems - -To use the simple demo GUI: - -if you downloaded the *.oxt: rename it to *.zip - -unzip the file to a new directory - -double click on the LanguageToolGUI.jar file - or call 'java -jar LanguageToolGUI.jar' + -To use the simple demo GUI, double click on the LanguageToolGUI.jar file + or call 'java -jar LanguageToolGUI.jar' -To check plain text files from the command line: java -jar LanguageTool.jar <filename> Property changes on: trunk/JLanguageTool/README.txt ___________________________________________________________________ Added: svn:mergeinfo + /branches/V_1_5/README.txt:5611-5614 /branches/V_1_6/README.txt:6112-6120 /branches/V_1_7/README.txt:6650-6652 /branches/V_1_8/README.txt:7566-7569 /branches/V_1_9/README.txt:8116-8126 /branches/mbryant/README.txt:5075-5236 /tags/V_1_5/README.txt:5615 /tags/V_1_6/README.txt:6121 /tags/V_1_7/README.txt:6653 /tags/V_1_8/README.txt:7570 /tags/V_1_9/README.txt:8127 Modified: trunk/JLanguageTool/build.properties =================================================================== --- trunk/JLanguageTool/build.properties 2012-09-30 14:27:38 UTC (rev 8128) +++ trunk/JLanguageTool/build.properties 2012-09-30 14:32:14 UTC (rev 8129) @@ -1,6 +1,6 @@ debug = on -version = 1.9-dev +version = 1.9 src.dir = ./src src.java.dir = ${src.dir}/main/java Property changes on: trunk/JLanguageTool/build.properties ___________________________________________________________________ Added: svn:mergeinfo + /branches/V_1_5/build.properties:5611-5614 /branches/V_1_6/build.properties:6112-6120 /branches/V_1_7/build.properties:6650-6652 /branches/V_1_8/build.properties:7566-7569 /branches/V_1_9/build.properties:8116-8126 /branches/mbryant/build.properties:5075-5236 /tags/V_1_5/build.properties:5615 /tags/V_1_6/build.properties:6121 /tags/V_1_7/build.properties:6653 /tags/V_1_8/build.properties:7570 /tags/V_1_9/build.properties:8127 Modified: trunk/JLanguageTool/build.xml =================================================================== --- trunk/JLanguageTool/build.xml 2012-09-30 14:27:38 UTC (rev 8128) +++ trunk/JLanguageTool/build.xml 2012-09-30 14:32:14 UTC (rev 8129) @@ -475,13 +475,15 @@ <target name="dist" depends="ooo-internal" description="Builds LibreOffice/ApacheOpenOffice extension"> <zip compress="yes" destfile="${dist.dir}/LanguageTool-${version}.oxt" basedir="${dist.dir}" includes="**" excludes="deploy.sh,undeploy.sh,turn.sh,printlocales.jar,**/hunspell/**,${bliki.lib},junit.jar,Rule*.jar, - lucene*.jar,testrules.*,testwikipedia.*,LanguageTool.jar,LanguageToolGUI.jar,*.xsl,${jna.lib},hunspell-*.jnilib,hunspell-*.dll,libhunspell-*.so" /> + lucene-core*jar,lucene-sandbox*.jar,lucene-test*.jar,lucene-analyzers*.jar,lucene-queries*.jar,testwikipedia.*,LanguageTool.jar, + LanguageToolGUI.jar,*.xsl,${jna.lib},hunspell-*.jnilib,hunspell-*.dll,libhunspell-*.so" /> </target> <target name="fast" depends="ooo-internal" description="like dist, but without ZIP compression (for development only)"> - <zip compress="no" destfile="${dist.dir}/LanguageTool-${version}.oxt" basedir="${dist.dir}" includes="**" excludes="deploy.sh, - undeploy.sh,turn.sh,printlocales.jar,**/hunspell/**,${bliki.lib},junit.jar,Rule*.jar,lucene*.jar,testwikipedia.*, - LanguageTool.jar,LanguageToolGUI.jar,*.xsl,${jna.lib},hunspell-*.jnilib,hunspell-*.dll,libhunspell-*.so" /> + <zip compress="no" destfile="${dist.dir}/LanguageTool-${version}.oxt" basedir="${dist.dir}" includes="**" + excludes="deploy.sh,undeploy.sh,turn.sh,printlocales.jar,**/hunspell/**,${bliki.lib},junit.jar,Rule*.jar, + lucene-core*jar,lucene-sandbox*.jar,lucene-test*.jar,lucene-analyzers*.jar,lucene-queries*.jar,testwikipedia.*,LanguageTool.jar, + LanguageToolGUI.jar,*.xsl,${jna.lib},hunspell-*.jnilib,hunspell-*.dll,libhunspell-*.so" /> </target> <target name="common" depends="clean,init,build"> @@ -767,8 +769,8 @@ </fileset> </copy> - <jar compress="yes" basedir="${dist.dir}" destfile="${dist.dir}/web/resource.jar" includes="resource/**" /> - <jar compress="yes" basedir="${dist.dir}" destfile="${dist.dir}/web/rules.jar" includes="rules/**" /> + <jar compress="yes" basedir="${dist.dir}" destfile="${dist.dir}/web/resource.jar" includes="org/languagetool/resource/**" /> + <jar compress="yes" basedir="${dist.dir}" destfile="${dist.dir}/web/rules.jar" includes="org/languagetool/rules/**" /> <!-- Split the monolithic jna file into a shared one with java code and Property changes on: trunk/JLanguageTool/build.xml ___________________________________________________________________ Added: svn:mergeinfo + /branches/V_1_5/build.xml:5611-5614 /branches/V_1_6/build.xml:6112-6120 /branches/V_1_7/build.xml:6650-6652 /branches/V_1_8/build.xml:7566-7569 /branches/V_1_9/build.xml:8116-8126 /branches/mbryant/build.xml:5075-5236 /tags/V_1_5/build.xml:5615 /tags/V_1_6/build.xml:6121 /tags/V_1_7/build.xml:6653 /tags/V_1_8/build.xml:7570 /tags/V_1_9/build.xml:8127 Property changes on: trunk/JLanguageTool/docs ___________________________________________________________________ Added: svn:mergeinfo + /branches/V_1_5/docs:5611-5614 /branches/V_1_6/docs:6112-6120 /branches/V_1_7/docs:6650-6652 /branches/V_1_8/docs:7566-7569 /branches/V_1_9/docs:8116-8126 /branches/mbryant/docs:5075-5236 /tags/V_1_5/docs:5615 /tags/V_1_6/docs:6121 /tags/V_1_7/docs:6653 /tags/V_1_8/docs:7570 /tags/V_1_9/docs:8127 Modified: trunk/JLanguageTool/docs/internal.txt =================================================================== --- trunk/JLanguageTool/docs/internal.txt 2012-09-30 14:27:38 UTC (rev 8128) +++ trunk/JLanguageTool/docs/internal.txt 2012-09-30 14:32:14 UTC (rev 8129) @@ -30,8 +30,10 @@ and work in that branch -set version number in build.properties -set JLanguageTool.VERSION in JLanguageTool.java --go to src/dev/tools/ltdiff and use ./ltdiff.bash to create a rule diff between this version and the previous one --update CHANGES files, also making sure it matches the rule diff report +-go to src/main/dev/tools/ltdiff and use ./ltdiff.bash to create a rule diff between this version and the previous one +-update CHANGES files + -make sure it matches the rule diff report + -sort language changes alphabetically -update README file -make sure there are no other local changes left that are not committed -run "ant generate-ignore-files" and check in changes @@ -53,14 +55,13 @@ -copy LT to a path with a space and test some sentences -upload to the server: -*.oxt, *.zip, dist/README.txt and dist/CHANGES.txt to "download" - -link the release on the server: - cd /home/languagetool/languagetool.org/www/download - rm LanguageTool-stable.oxt && ln -s LanguageTool-1.X.oxt LanguageTool-stable.oxt && rm LanguageTool-stable.zip && ln -s LanguageTool-1.X.zip LanguageTool-stable.zip -run "ant javadoc" and upload dist/docs/api/* to "development" + -copy result to the server: + scp -r dist/docs/api/ languagetool@176.28.12.50:languagetool.org/website-from-svn/www/development/api_new + On the server, move the old "api" and then "mv api_new api" -run "ant jnlp" (note you need file myalias.p12 with the certificate to do this; - for security reasons it is not in the repository.) --upload to the server: - -dist/web/ to www/webstart/web/ (resulting from "ant jnlp") + for security reasons it is not in the repository) and upload result to the server: + -dist/web/ to www/webstart/web/ -commit local version number changes etc. to SVN -tag release as V_x_y, e.g. V_1_3: svn cp https://languagetool.svn.sourceforge.net/svnroot/languagetool/branches/V_x_y https://languagetool.svn.sourceforge.net/svnroot/languagetool/tags/V_x_y @@ -72,6 +73,9 @@ -update website -index.php (remember to also set $lastmod) + -link the release on the server: + cd /home/languagetool/languagetool.org/website-from-svn/www/download/ + rm LanguageTool-stable.oxt && ln -s LanguageTool-1.X.oxt LanguageTool-stable.oxt && rm LanguageTool-stable.zip && ln -s LanguageTool-1.X.zip LanguageTool-stable.zip -languages/index.php (run org.languagetool.dev.RuleOverview, remember to also set $lastmod) -add the new version number to Sourceforge's bug tracker Modified: trunk/JLanguageTool/i18n_update.sh =================================================================== --- trunk/JLanguageTool/i18n_update.sh 2012-09-30 14:27:38 UTC (rev 8128) +++ trunk/JLanguageTool/i18n_update.sh 2012-09-30 14:32:14 UTC (rev 8129) @@ -10,7 +10,7 @@ cd i18n-temp # list of languages in the same order as on https://www.transifex.com/projects/p/languagetool/: -for lang in en ast be br ca zh da nl eo fr gl de el_GR it pl ru sl es tl uk ro sk cs sv is lt km +for lang in en ast be br ca zh da nl eo fr gl de el_GR it pl ru sl es tl uk ro sk cs sv is lt km pt_PT do SOURCE=downloaded.tmp # download and hackish JSON cleanup: Property changes on: trunk/JLanguageTool/i18n_update.sh ___________________________________________________________________ Added: svn:mergeinfo + /branches/V_1_5/i18n_update.sh:5611-5614 /branches/V_1_6/i18n_update.sh:6112-6120 /branches/V_1_7/i18n_update.sh:6650-6652 /branches/V_1_8/i18n_update.sh:7566-7569 /branches/V_1_9/i18n_update.sh:8116-8126 /branches/mbryant/i18n_update.sh:5075-5236 /tags/V_1_5/i18n_update.sh:5615 /tags/V_1_6/i18n_update.sh:6121 /tags/V_1_7/i18n_update.sh:6653 /tags/V_1_8/i18n_update.sh:7570 /tags/V_1_9/i18n_update.sh:8127 Property changes on: trunk/JLanguageTool/src ___________________________________________________________________ Added: svn:mergeinfo + /branches/V_1_5/src:5611-5614 /branches/V_1_6/src:6112-6120 /branches/V_1_7/src:6650-6652 /branches/V_1_8/src:7566-7569 /branches/V_1_9/src:8116-8126 /branches/mbryant/src:5075-5236 /tags/V_1_5/src:5615 /tags/V_1_6/src:6121 /tags/V_1_7/src:6653 /tags/V_1_8/src:7570 /tags/V_1_9/src:8127 Modified: trunk/JLanguageTool/src/main/java/org/languagetool/JLanguageTool.java =================================================================== --- trunk/JLanguageTool/src/main/java/org/languagetool/JLanguageTool.java 2012-09-30 14:27:38 UTC (rev 8128) +++ trunk/JLanguageTool/src/main/java/org/languagetool/JLanguageTool.java 2012-09-30 14:32:14 UTC (rev 8129) @@ -75,7 +75,7 @@ @SuppressWarnings({"UnusedDeclaration"}) public final class JLanguageTool { - public static final String VERSION = "1.9-dev"; // keep in sync with build.properties! + public static final String VERSION = "1.9"; // keep in sync with build.properties! public static final String BUILD_DATE = getBuildDate(); public static final String PATTERN_FILE = "grammar.xml"; Deleted: trunk/JLanguageTool/src/main/resources/org/languagetool/MessagesBundle_pt.properties =================================================================== --- trunk/JLanguageTool/src/main/resources/org/languagetool/MessagesBundle_pt.properties 2012-09-30 14:27:38 UTC (rev 8128) +++ trunk/JLanguageTool/src/main/resources/org/languagetool/MessagesBundle_pt.properties 2012-09-30 14:32:14 UTC (rev 8129) @@ -1,252 +0,0 @@ -# English translation of LanguageTool -# Copyright (C) 2006 Daniel Naber (http://www.danielnaber.de), Marcin Milkowski - -# atd = Automatically detect language - -# ast = Asturian - -# be = Belarusian - -# br = Breton - -# ca = Catalan - -# category_case = Capitalization - -# category_false_friend = False friends - -# category_grammar = Grammar - -# category_misc = Miscellaneous - -# category_typo = Possible Typo - -# checkDone = Check done, {0} potential problems found - -# checkText = &Check Text - -# correctionMessage = Correction\: - -# cs = Czech - -# da = Danish - -# de = German - -# de-DE = German (Germany) - -# de-AT = German (Austrian) - -# de-CH = German (Swiss) - -# desc_comma_whitespace = Use of whitespace before comma and before/after parentheses - -# desc_double_punct = Use of two consecutive dots or commas - -# desc_repetition = Word repetition (e.g. 'will will') - -# desc_repetition_short = Word repetition - -# desc_repetition_beginning = Successive sentences beginning with the same word - -# desc_repetition_beginning_word = Three successive sentences begin with the same word. - -# desc_repetition_beginning_adv = Two successive sentences begin with the same adverb. - -# desc_repetition_beginning_thesaurus = Reword the sentence or use a thesaurus to find a synonym. - -# desc_unpaired_brackets = Unpaired braces, brackets, quotation marks and similar symbols - -# desc_uppercase_sentence = Checks that a sentence starts with an uppercase letter - -# desc_whitespacerepetition = Whitespace repetition (bad formatting) - -# desc_spelling = Possible spelling mistake - -# desc_spelling_short = Spelling mistake - -# double_dots_short = Two consecutive dots - -# double_commas_short = Two consecutive comma - -# el = Greek - -# en = English - -# en-AU = English (Australian) - -# en-GB = English (British) - -# en-US = English (American) - -# en-CA = English (Canadian) - -# en-NZ = English (New Zealand) - -# en-ZA = English (South African) - -# enterText = Please type or paste text to check in the top area - -# enterText2 = Please insert text to check here - -# eo = Esperanto - -# errorContext = Context\: - -# errorMessage = Message\: - -# es = Spanish - -# false_friend = False friend - -# false_friend_desc = false friend hint for\: - -# false_friend_hint = Hint\: "{0}" ({1}) means {2} ({3}). - -# false_friend_suggestion = Did you mean {0}? - -# fr = French - -# gl = Galician - -# guiAddButton=Add... -# guiCancelButton = Cancel - -# guiCheckComplete = LanguageTool check is complete. -# guiCloseButton=Close - -# guiConfigWindowTitle = LanguageTool Options - -# guiDemoText = This is a example input to to show you how LanguageTool works. -# guiLanguageManagerDialog=Language Module Manager - -# guiMatchCount = Potential errors\: - -# guiMenuAbout = &About... - -# guiMenuAddRules = Load &Rule File - -# guiMenuCheckClipboard = &Check Text in Clipboard - -# guiMenuFile = &File - -# guiMenuHelp = &Help - -# guiMenuHide = &Hide to System Tray - -# guiMenuOpen = &Open... - -# guiMenuOptions = Option&s... - -# guiMenuQuit = &Quit - -# guiMenuShowMainWindow = Open Main Window - -# guiMotherTongue = Your mother tongue\: - -# guiNoErrorsFound = No errors or warnings found (language\: {0}) - -# guiNoErrorsFoundSelectedText = No errors or warnings found in selected text (language\: {0}) - -# guiOKButton = &OK - -# guiOOoChangeButton = &Change - -# guiOOoCloseButton = Close - -# guiOOoIgnoreAllButton = Ignore All - -# guiOOoIgnoreButton = Ignore - -# guiOOoOptionsButton = Options... - -# guiProgressWindowTitle = LanguageTool\: Checking Text... - -# guiRemoveButton=Remove -# guiReplaceWindowTitle = Replace text - -# guiReplaceWithOtherText = <other text> - -# guiRunOnPort = Run as server on po&rt - -# guiSelectionCheckComplete = LanguageTool check of selected text is complete. - -# guiTagText = &Tag Text - -# incorrect_case = This sentence does not start with an uppercase letter - -# is = Icelandic - -# it = Italian - -# km = Khmer - -# lt = Lithuanian - -# missing_space_after_comma = Put a space after the comma - -# ml = Malayalam - -# nl = Dutch - -# no_space_after = Don't put a space after the opening parenthesis - -# no_space_before = Don't put a space before the closing parenthesis - -# no_space_before_dot = Don't put a space before the full stop - -# pl = Polish - -# repetition = Possible typo\: you repeated a word - -# result1 = <br><b> {0}. Line {1}, column {2}</b><br> - -# resultAreaText = Results will appear here - -# resultTime = <br>Time\: {0}ms (including {1}ms for rule matching)<br> - -# ru = Russian - -# sk = Slovak - -# sl = Slovenian - -# space_after_comma = Put a space after the comma, but not before the comma - -# spelling = Possible spelling mistake found - -# startChecking = Starting check in {0} - -# sv = Swedish - -# tl = Tagalog - -# textLanguage = Text Language\: - -# two_commas = Two consecutive commas - -# two_dots = Two consecutive dots - -# uk = Ukrainian - -# unpaired_brackets = Unpaired bracket or similar symbol - -# useGUIConfig = Use above settings for the server - -# whitespace_repetition = Possible typo\: you repeated a whitespace - -# ro = Romanian - -# zh = Chinese - -# moreInfo = More info\: - -# pt = Portuguese - -# pt-BR = Portuguese (Brazil) - -# pt-PT = Portuguese (Portugal) - -# guiWarning = Warning - -# guiDuplicate = Duplicate rule file\! Copied: trunk/JLanguageTool/src/main/resources/org/languagetool/MessagesBundle_pt_PT.properties (from rev 8126, branches/V_1_9/src/main/resources/org/languagetool/MessagesBundle_pt_PT.properties) =================================================================== --- trunk/JLanguageTool/src/main/resources/org/languagetool/MessagesBundle_pt_PT.properties (rev 0) +++ trunk/JLanguageTool/src/main/resources/org/languagetool/MessagesBundle_pt_PT.properties 2012-09-30 14:32:14 UTC (rev 8129) @@ -0,0 +1,262 @@ +# English translation of LanguageTool +# Copyright (C) 2006 Daniel Naber (http://www.danielnaber.de), Marcin Milkowski + +atd = Detec\u00e7\u00e3o autom\u00e1tica de idioma + +ast = Asturiano + +be = Bielorrusso + +br = Bret\u00e3o + +ca = Catal\u00e3o + +category_case = Mai\u00fasculas e min\u00fasculas + +category_false_friend = Falsos amigos + +category_grammar = Gram\u00e1tica + +category_misc = Miscel\u00e2nea + +category_typo = Poss\u00edveis erros ortogr\u00e1ficos + +checkDone = Verifica\u00e7\u00e3o conclu\u00edda, encontrados {0} problemas potenciais ({1}ms) + +checkText = &Verificar o texto + +correctionMessage = Correc\u00e7\u00e3o\: + +cs = Checo + +da = Dinamarqu\u00eas + +de = Alem\u00e3o + +de-DE = Alem\u00e3o (Alemanha) + +de-AT = Alem\u00e3o (Austr\u00edaco) + +de-CH = Alem\u00e3o (Su\u00ed\u00e7o) + +# deactivate rule with one click (stand-alone GUI): +deactivateRule = (desactivar) + +# information about which rules are currently de-activated (stand-alone GUI): +deactivatedRulesText = <br>Regras desactivadas - clica para activar novamente\: + +desc_comma_whitespace = Uso de espa\u00e7os em branco antes de uma v\u00edrgula e antes/ap\u00f3s par\u00eanteses + +desc_double_punct = Uso de dois pontos ou v\u00edrgulas consecutivos + +desc_repetition = Repeti\u00e7\u00e3o de uma palavra (por exemplo, 'vai vai') + +desc_repetition_short = Repeti\u00e7\u00e3o de uma palavra + +desc_repetition_beginning = Frases seguidas come\u00e7am com a mesma palavra. + +desc_repetition_beginning_word = Tr\u00eas frases seguidas come\u00e7am com a mesma palavra. + +desc_repetition_beginning_adv = Duas frases seguidas come\u00e7am com o mesmo adv\u00e9rbio. + +desc_repetition_beginning_thesaurus = Reformula a frase ou usa um dicion\u00e1rio para encontrar um sin\u00f3nimo. + +desc_unpaired_brackets = Chavetas, parenteses, pontos de exclama\u00e7\u00e3o e s\u00edmbolos semelhantes n\u00e3o pareados + +desc_uppercase_sentence = Verifica se uma frase come\u00e7a com mai\u00fascula + +desc_whitespacerepetition = M\u00faltiplos espa\u00e7os em branco (erro de formata\u00e7\u00e3o) + +desc_spelling = Poss\u00edvel erro ortogr\u00e1fico + +desc_spelling_no_suggestions = Poss\u00edvel erro ortogr\u00e1fico (sem sugest\u00f5es) + +desc_spelling_short = Erro ortogr\u00e1fico + +double_dots_short = Dois pontos consecutivos + +double_commas_short = Duas v\u00edrgulas consecutivas + +el = Grego + +en = Ingl\u00eas + +en-AU = Ingl\u00eas (Australiano) + +en-GB = Ingl\u00eas (Brit\u00e2nico) + +en-US = Ingl\u00eas (Americano) + +en-CA = Ingl\u00eas (Canadiano) + +en-NZ = Ingl\u00eas (Neozeland\u00eas) + +en-ZA = Ingl\u00eas (Sul-africano) + +enterText = Por favor, digita ou cola o texto a verificar na \u00e1rea superior + +enterText2 = Por favor, insere aqui o texto a corrigir + +eo = Esperanto + +errorContext = Contexto\: + +errorMessage = Mensagem\: + +es = Espanhol + +false_friend = Falso amigo + +false_friend_desc = Dica referente aos falsos amigos\: + +false_friend_hint = Dica\: "{0}" ({1}) significa {2} ({3}). + +false_friend_suggestion = Querias dizer {0}? + +fr = Franc\u00eas + +gl = Galego + +guiAddButton=Adicionar... +guiCancelButton = Cancelar + +guiCheckComplete = A verifica\u00e7\u00e3o do LanguageTool conclu\u00edda. +guiCloseButton=Fechar + +guiConfigWindowTitle = Op\u00e7\u00f5es de LanguageTool + +guiDemoText = Isto \u00e9 um exemplo para mostrar o funcionamento de LanguageTool. +guiLanguageManagerDialog=Gestor de M\u00f3dulo de Idioma + +guiMatchCount = Erros potenciais\: + +guiMenuAbout = &Acerca de... + +guiMenuAddRules = Carregar ficheiro de ®ras + +guiMenuCheckClipboard = &Verificar o texto no clipboard + +guiMenuFile = &Ficheiro + +guiMenuHelp = A&juda + +guiMenuHide = &Minimizar \u00e0 bandeja do sistema + +guiMenuOpen = A&brir... + +guiMenuOptions = Op\u00e7\u00f5e&s... + +guiMenuQuit = Sai&r + +guiMenuShowMainWindow = Abrir a janela principal + +guiMotherTongue = A tua l\u00edngua materna\: + +guiNoErrorsFound = N\u00e3o foram encontrados erros nem avisos (idioma\: {0}) + +guiNoErrorsFoundSelectedText = N\u00e3o foram encontrados erros nem avisos no texto seleccionado (idioma\: {0}) + +guiOKButton = &OK + +guiOOoChangeButton = &Alterar + +guiOOoCloseButton = Fechar + +guiOOoIgnoreAllButton = Ignorar todos + +guiOOoIgnoreButton = Ignorar + +guiOOoOptionsButton = Op\u00e7\u00f5es... + +guiProgressWindowTitle = LanguageTool\: A verificar o texto... + +guiRemoveButton=Eliminar +guiReplaceWindowTitle = Substituir o texto + +guiReplaceWithOtherText = <outro texto> + +guiRunOnPort = Executar como servidor na por&ta + +guiSelectionCheckComplete = LanguageTool concluiu a correc\u00e7\u00e3o do texto seleccionado. + +guiTagText = Marcar o texto + +incorrect_case = Esta frase n\u00e3o come\u00e7a com letra mai\u00fascula + +is = Island\u00eas + +it = Italiano + +km = Khmer + +lt = Lituano + +missing_space_after_comma = Coloca um espa\u00e7o ap\u00f3s a v\u00edrgula + +ml = Malaiala + +nl = Holand\u00eas + +no_space_after = N\u00e3o coloques um espa\u00e7o ap\u00f3s o par\u00eantese de abertura + +no_space_before = N\u00e3o coloques um espa\u00e7o antes do par\u00eantese de fecho + +no_space_before_dot = N\u00e3o coloques um espa\u00e7o antes do ponto final + +pl = Polaco + +repetition = Poss\u00edvel erro ortogr\u00e1fico\: repetiste uma palavra + +result1 = <br><b> {0}. Linha {1}, coluna {2}</b><br> + +resultAreaText = Os resultados aparecer\u00e3o aqui + +resultTime = <br>Tempo\: {0}ms<br> + +ru = Russo + +sk = Eslovaco + +sl = Esloveno + +space_after_comma = Coloca um espa\u00e7o ap\u00f3s a v\u00edrgula, mas nunca antes + +spelling = Poss\u00edvel erro ortogr\u00e1fico encontrado + +startChecking = In\u00edcio da verifica\u00e7\u00e3o em {0} + +sv = Sueco + +tl = Tagalo + +textLanguage = Idioma do texto\: + +two_commas = Duas v\u00edrgulas consecutivas + +two_dots = Dois pontos consecutivos + +uk = Ucraniano + +unpaired_brackets = Par\u00eanteses ou s\u00edmbolos semelhantes n\u00e3o pareados + +useGUIConfig = Usar as defini\u00e7\u00f5es acima para o servidor + +whitespace_repetition = Poss\u00edvel erro ortogr\u00e1fico\: repetiste um espa\u00e7o em branco + +ro = Romeno + +zh = Chin\u00eas + +moreInfo = Mais informa\u00e7\u00e3o\: + +pt = Portugu\u00eas + +pt-BR = Portugu\u00eas (Brasil) + +pt-PT = Portugu\u00eas (Portugal) + +guiWarning = Aten\u00e7\u00e3o + +guiDuplicate = Ficheiro de regras duplicado\! + +ja = Japon\u00eas Modified: trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ca/hunspell/ignore.txt =================================================================== --- trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ca/hunspell/ignore.txt 2012-09-30 14:27:38 UTC (rev 8128) +++ trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ca/hunspell/ignore.txt 2012-09-30 14:32:14 UTC (rev 8129) @@ -1,4 +1,6 @@ # words to be ignored by the spellchecker (auto-generated) +d +electronvolt ls 'ls 'n Deleted: trunk/JLanguageTool/src/main/resources/org/languagetool/resource/de/hunspell/de_DE.dict =================================================================== (Binary files differ) Modified: trunk/JLanguageTool/src/main/resources/org/languagetool/resource/de/hunspell/ignore.txt =================================================================== --- trunk/JLanguageTool/src/main/resources/org/languagetool/resource/de/hunspell/ignore.txt 2012-09-30 14:27:38 UTC (rev 8128) +++ trunk/JLanguageTool/src/main/resources/org/languagetool/resource/de/hunspell/ignore.txt 2012-09-30 14:32:14 UTC (rev 8129) @@ -42,10 +42,11 @@ ODF Brod Scheiße +Til verschließen bass Groucho Challenge en +Grüßen Cantor -Grüßen Modified: trunk/JLanguageTool/src/main/resources/org/languagetool/resource/pt/hunspell/ignore.txt =================================================================== --- trunk/JLanguageTool/src/main/resources/org/languagetool/resource/pt/hunspell/ignore.txt 2012-09-30 14:27:38 UTC (rev 8128) +++ trunk/JLanguageTool/src/main/resources/org/languagetool/resource/pt/hunspell/ignore.txt 2012-09-30 14:32:14 UTC (rev 8129) @@ -5,5 +5,6 @@ auto-estima meio-ambiente pára +à-vontade cartão-de-visita ultra-secreta This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Languagetool-commits mailing list Languagetool-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/languagetool-commits