summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/po/ky.po
Commit message (Expand)AuthorAgeFilesLines
* po: sync with the code.Eugeni Dodonov2009-03-271-203/+208
* sync with codeThierry Vignaud2009-02-131-173/+103
* upcase GDB nameThierry Vignaud2009-01-161-1/+1
* sync with codeThierry Vignaud2009-01-161-184/+203
* sync with codeThierry Vignaud2008-09-291-6/+17
* - scannerdrake:Tiago Salem Herrmann2008-09-171-4/+4
* sync with codeThierry Vignaud2008-09-081-1/+6
* Updated POT fileFunda Wang2008-09-061-51/+23
* usync with codeThierry Vignaud2008-08-291-18/+15
* sync with codeThierry Vignaud2008-08-281-183/+227
* typo fix (#42380)Thierry Vignaud2008-08-041-1/+1
* Updated POT fileFunda Wang2008-07-201-110/+121
* merge in a translation from rpmdrakeThierry Vignaud2008-04-031-2/+2
* sync with codeThierry Vignaud2008-04-031-8/+8
* typo fix (Yukiko Bando)Thierry Vignaud2008-02-211-2/+2
* better phrasingThierry Vignaud2008-02-141-2/+2
* factorize two stringsThierry Vignaud2008-02-141-9/+7
* sync with codeThierry Vignaud2008-02-141-81/+98
* auto update copyright yearsThierry Vignaud2008-02-141-2/+2
* sync with codeThierry Vignaud2008-01-171-45/+55
* fix incorrect spelling of drakfontFunda Wang2007-10-011-2/+2
* Merge translations from libDrakXFunda Wang2007-10-011-51/+52
* Updated POT fileFunda Wang2007-10-011-231/+424
* better phrasingThierry Vignaud2007-09-261-1/+1
* kill 3 strings that should never have been commitedThierry Vignaud2007-09-261-17/+2
* merge in translations from mccThierry Vignaud2007-09-261-13/+13
* reuse a string from mccThierry Vignaud2007-09-261-1/+1
* sync with codeThierry Vignaud2007-09-261-19/+139
* make menu entries translatableThierry Vignaud2007-09-171-4/+28
* sync with codeThierry Vignaud2007-09-121-2/+12
* sync with codeThierry Vignaud2007-08-091-16/+26
* sync with codeThierry Vignaud2007-08-061-128/+148
* ask people to report lspcidrake -v output rather than lspci since it's moreThierry Vignaud2007-08-021-1/+1
* Updated POT fileFunda Wang2007-07-011-191/+93
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+3261
a177c'>src/msec/plugins/network.py
+++ b/src/msec/plugins/network.py
@@ -17,7 +17,7 @@ import config
import gettext
# localization
try:
- gettext.install('msec')
+ gettext.install('msec', unicode=1)
except IOError:
_ = str
diff --git a/src/msec/plugins/pam.py b/src/msec/plugins/pam.py
index a9f2bf4..353fa2a 100755
--- a/src/msec/plugins/pam.py
+++ b/src/msec/plugins/pam.py
@@ -14,7 +14,7 @@ import config
# localization
try:
- gettext.install('msec')
+ gettext.install('msec', unicode=1)
except IOError:
_ = str
diff --git a/src/msec/plugins/sectool.py b/src/msec/plugins/sectool.py
index f5c6637..392c5c3 100755
--- a/src/msec/plugins/sectool.py
+++ b/src/msec/plugins/sectool.py
@@ -14,7 +14,7 @@ import config
# localization
try:
- gettext.install('msec')
+ gettext.install('msec', unicode=1)
except IOError:
_ = str
diff --git a/src/msec/plugins/sudo.py b/src/msec/plugins/sudo.py
index f90cf5b..b61a078 100755
--- a/src/msec/plugins/sudo.py
+++ b/src/msec/plugins/sudo.py
@@ -14,7 +14,7 @@ import config
# localization
try:
- gettext.install('msec')
+ gettext.install('msec', unicode=1)
except IOError:
_ = str
diff --git a/src/msec/tools.py b/src/msec/tools.py
index 69b60ba..3a079cd 100755
--- a/src/msec/tools.py
+++ b/src/msec/tools.py
@@ -12,7 +12,7 @@ import locale
# localization
import gettext
try:
- gettext.install("msec")
+ gettext.install("msec", unicode=1)
except IOError:
_ = str