Updated English PO/MO, fixed mki18n to pickup en

This commit is contained in:
Andrew Williams
2009-01-17 23:48:15 +00:00
parent f596673a0e
commit 120d733a6a
3 changed files with 76 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,74 @@
#: openboxlogout.py:209
#, python-format
msgid "Button %s is not a valid button name, removing"
msgstr "Button %s is not a valid button name, removing"
#: openboxlogout.py:218
msgid "Can't Hibernate, disabling button"
msgstr "Can't Hibernate, disabling button"
#: openboxlogout.py:222
msgid "Can't Safe Suspend, disabling button"
msgstr "Can't Safe Suspend, disabling button"
#: openboxlogout.py:214
msgid "Can't Suspend, disabling button"
msgstr "Can't Suspend, disabling button"
#: openboxlogout.py:187
#, python-format
msgid "Color %s is not a valid color, defaulting to black"
msgstr "Color %s is not a valid color, defaulting to black"
#: openboxlogout.py:226
msgid "No valid buttons found, resetting to defaults"
msgstr "No valid buttons found, resetting to defaults"
#: openboxlogout.py:54
msgid "Openbox Logout"
msgstr "Openbox Logout"
#: openboxlogout.py:142
msgid "Unable to determin the module path, exiting..."
msgstr "Unable to determin the module path, exiting..."
#: openboxlogout.py:154
#, python-format
msgid "Unable to find config file %s"
msgstr "Unable to find config file %s"
#: openboxlogout.py:192
msgid "cancel"
msgstr "Cancel"
#: openboxlogout.py:192
msgid "hibernate"
msgstr "Hibernate"
#: openboxlogout.py:192
msgid "lock"
msgstr "Lock"
#: openboxlogout.py:192
msgid "logout"
msgstr "Logout"
#: openboxlogout.py:192
msgid "restart"
msgstr "Restart"
#: openboxlogout.py:192
msgid "safesuspend"
msgstr "Safe Suspend"
#: openboxlogout.py:192
msgid "shutdown"
msgstr "Shutdown"
#: openboxlogout.py:192
msgid "suspend"
msgstr "Suspend"
#: openboxlogout.py:192
msgid "switch"
msgstr "Switch User"

View File

@@ -98,6 +98,8 @@ def getlanguageDict():
i = wx.Locale(wx.LANGUAGE_DEFAULT).GetLanguageInfo(getattr(wx, lang))
if i:
languageDict[i.CanonicalName] = i.Description
languageDict['en'] = 'English'
return languageDict