slackbuilds_ponce/misc/sdcv/patches/05_locales.patch
Vladimir Yatsemirski 18bc18abd0 misc/sdcv: Added (console dictionary application).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-12-27 18:27:33 +01:00

80 lines
1.8 KiB
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

From: Michal ÄŒihaÅ™ <nijel@debian.org>
Subject: Fixes typo in program (choise -> choice).
Bug: http://sourceforge.net/tracker/index.php?func=detail&aid=2125953&group_id=122858&atid=694730
--- a/po/ru.po
+++ b/po/ru.po
@@ -127,7 +127,7 @@
#: src/libwrapper.cpp:366
#, c-format
msgid ""
-"Invalid choise.\n"
+"Invalid choice.\n"
"It must be from 0 to %d or -1.\n"
msgstr ""
"îÅÐÒÁ×ÉÌØÎÙÊ ×ÙÂÏÒ.\n"
--- a/po/sdcv.pot
+++ b/po/sdcv.pot
@@ -118,7 +118,7 @@
#: src/libwrapper.cpp:366
#, c-format
msgid ""
-"Invalid choise.\n"
+"Invalid choice.\n"
"It must be from 0 to %d or -1.\n"
msgstr ""
--- a/po/sk.po
+++ b/po/sk.po
@@ -124,7 +124,7 @@
#: src/libwrapper.cpp:366
#, fuzzy, c-format
msgid ""
-"Invalid choise.\n"
+"Invalid choice.\n"
"It must be from 0 to %d or -1.\n"
msgstr ""
"Neplatná voľba.\n"
--- a/po/uk.po
+++ b/po/uk.po
@@ -127,7 +127,7 @@
#: src/libwrapper.cpp:366
#, fuzzy, c-format
msgid ""
-"Invalid choise.\n"
+"Invalid choice.\n"
"It must be from 0 to %d or -1.\n"
msgstr ""
<>еправильний вибір.\n"
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -118,7 +118,7 @@
#: src/libwrapper.cpp:366
#, fuzzy, c-format
msgid ""
-"Invalid choise.\n"
+"Invalid choice.\n"
"It must be from 0 to %d or -1.\n"
msgstr ""
"无效的选择。\n"
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -120,7 +120,7 @@
#: src/libwrapper.cpp:366
#, fuzzy, c-format
msgid ""
-"Invalid choise.\n"
+"Invalid choice.\n"
"It must be from 0 to %d or -1.\n"
msgstr ""
"無效的é<E2809E>¸æ“‡ã€\n"
--- a/src/libwrapper.cpp
+++ b/src/libwrapper.cpp
@@ -364,7 +364,7 @@
} else if (choise==-1)
break;
else
- printf(_("Invalid choise.\nIt must be from 0 to %d or -1.\n"),
+ printf(_("Invalid choice.\nIt must be from 0 to %d or -1.\n"),
res_list.size()-1);
}
} else {