diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-24 03:06:50 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-24 03:06:50 +0000 |
| commit | 667ffa105dcfede126338406c48fb5094b1191c1 (patch) | |
| tree | d7969e2cd52cd22a25224f3135108086b2acc96e | |
| parent | 3d05da66ac0fb10d27409fc8b8f5cd99aedf939b (diff) | |
| download | enigma2-667ffa105dcfede126338406c48fb5094b1191c1.tar.gz enigma2-667ffa105dcfede126338406c48fb5094b1191c1.zip | |
translate setup-titles
| -rw-r--r-- | lib/python/Screens/Setup.py | 2 | ||||
| -rw-r--r-- | po/de.po | 4 | ||||
| -rw-r--r-- | skin.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/python/Screens/Setup.py b/lib/python/Screens/Setup.py index b47418d8..d9fc0893 100644 --- a/lib/python/Screens/Setup.py +++ b/lib/python/Screens/Setup.py @@ -103,7 +103,7 @@ class Setup(Screen): self["config"] = ConfigList(list) - self["title"] = Label(myTitle); + self["title"] = Label(_(myTitle)); self["ok"] = Label("OK") self["cancel"] = Label("Cancel") @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-24 03:42+0100\n" +"POT-Creation-Date: 2005-11-24 04:00+0100\n" "PO-Revision-Date: 2005-11-17 20:53+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -68,7 +68,7 @@ msgstr "Kabelanbieter" #: ../lib/python/Screens/HarddiskSetup.py:29 msgid "Capacity: " -msgstr "Kapazitaet" +msgstr "Kapazitaet: " #: ../lib/python/Screens/TimerEntry.py:154 #: ../lib/python/Screens/TimerEntry.py:181 ../data/ @@ -66,7 +66,7 @@ def applySingleAttribute(guiObject, desktop, attrib, value): elif attrib == 'size': guiObject.resize(parseSize(value)) elif attrib == 'title': - guiObject.setTitle(value) + guiObject.setTitle(_(value)) elif attrib == 'text': guiObject.setText(value) elif attrib == 'font': |
