From 70ea8bf74c160e58f7526b13d4ed2e53f67cfac3 Mon Sep 17 00:00:00 2001 From: James Teh Date: Fri, 14 Sep 2012 08:00:44 +1000 Subject: [PATCH] Fix errors in po files for af_ZA, ka and sq that were causing builds to fail now that we're using msgfmt from GNU gettext, which is stricter than msgfmt.py. For af_ZA, there seems to have been an encoding error. I used Google Translate to source a translation for the problematic word, but a translator should verify this and correct it if necessary. The errors in ka and sq were due to messages not ending in a line feed when they should. --- source/locale/af_ZA/LC_MESSAGES/nvda.po | 2 +- source/locale/ka/LC_MESSAGES/nvda.po | 2 +- source/locale/sq/LC_MESSAGES/NVDA.po | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/locale/af_ZA/LC_MESSAGES/nvda.po b/source/locale/af_ZA/LC_MESSAGES/nvda.po index 80bc10b20..bc5f15a06 100755 --- a/source/locale/af_ZA/LC_MESSAGES/nvda.po +++ b/source/locale/af_ZA/LC_MESSAGES/nvda.po @@ -4563,7 +4563,7 @@ msgstr "raporteer &rol as muis vorwerp binne beweeg" #: gui/settingsDialogs.py:485 msgid "play audio coordinates when mouse moves" -msgstr "Speel audio koí¶†í³©nate as die muis beweeg" +msgstr "Speel audio koördinate as die muis beweeg" #: gui/settingsDialogs.py:488 msgid "brightness controls audio coordinates volume" diff --git a/source/locale/ka/LC_MESSAGES/nvda.po b/source/locale/ka/LC_MESSAGES/nvda.po index a1b90e580..03f19a9f7 100644 --- a/source/locale/ka/LC_MESSAGES/nvda.po +++ b/source/locale/ka/LC_MESSAGES/nvda.po @@ -2353,7 +2353,7 @@ msgid "" "From this menu, you can configure NVDA, get help and access other NVDA functions.\n" msgstr "" "მოგესალმებით NVDA-ში!\n" -"მენიუს გასააქტიურებლად აკრიფეთ n მოდიფიკატორით" +"მენიუს გასააქტიურებლად აკრიფეთ n მოდიფიკატორით\n" #: gui\__init__.py:413 msgid "Welcome to NVDA" diff --git a/source/locale/sq/LC_MESSAGES/NVDA.po b/source/locale/sq/LC_MESSAGES/NVDA.po index 1c5a8d8a4..5de2bb5e0 100644 --- a/source/locale/sq/LC_MESSAGES/NVDA.po +++ b/source/locale/sq/LC_MESSAGES/NVDA.po @@ -2342,7 +2342,7 @@ msgid "" "From this menu, you can configure NVDA, get help and access other NVDA functions.\n" msgstr "" "Mirë se vini në NVDA!\n" -"Shumë prej kombinimeve të tasteve të kontrollit të NVDA ekzekutohen duke mbajtur shtypur tastin NVDA " +"Shumë prej kombinimeve të tasteve të kontrollit të NVDA ekzekutohen duke mbajtur shtypur tastin NVDA\n" #: gui\__init__.py:407 msgid "Welcome to NVDA" @@ -2365,7 +2365,7 @@ msgstr "Trego këtë dialog kur NVDA starton" msgid "" "Your configuration file contains errors. \n" "Press 'Ok' to fix these errors, or press 'Cancel' if you wish to manually edit your config file at a later stage to make corrections. More details about the errors can be found in the log file.\n" -msgstr "File juaj i konfigurimit paraqit disa gabime. /nShtypni 'ok' për t'i fiksuar ata, ose shtypni 'anulo' nëse doni të shkruani manualisht këtë file për ta korigjuar atë. Më shumë detaje mbi gabimet mund t'i gjeni në file log." +msgstr "File juaj i konfigurimit paraqit disa gabime. /nShtypni 'ok' për t'i fiksuar ata, ose shtypni 'anulo' nëse doni të shkruani manualisht këtë file për ta korigjuar atë. Më shumë detaje mbi gabimet mund t'i gjeni në file log.\n" #: gui\__init__.py:456 msgid "Configuration File Error" -- 2.11.0