aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-24 03:06:50 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-24 03:06:50 +0000
commit667ffa105dcfede126338406c48fb5094b1191c1 (patch)
treed7969e2cd52cd22a25224f3135108086b2acc96e
parent3d05da66ac0fb10d27409fc8b8f5cd99aedf939b (diff)
downloadenigma2-667ffa105dcfede126338406c48fb5094b1191c1.tar.gz
enigma2-667ffa105dcfede126338406c48fb5094b1191c1.zip
translate setup-titles
-rw-r--r--lib/python/Screens/Setup.py2
-rw-r--r--po/de.po4
-rw-r--r--skin.py2
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")
diff --git a/po/de.po b/po/de.po
index 749b899b..26f43e13 100644
--- a/po/de.po
+++ b/po/de.po
@@ -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/
diff --git a/skin.py b/skin.py
index a756db8a..aa5965bd 100644
--- a/skin.py
+++ b/skin.py
@@ -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':