aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]data/menu.xml12
-rwxr-xr-xlib/python/Plugins/SystemPlugins/CleanupWizard/plugin.py2
-rwxr-xr-xlib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/plugin.py2
-rwxr-xr-xlib/python/Plugins/SystemPlugins/NetworkWizard/plugin.py4
-rwxr-xr-xlib/python/Plugins/SystemPlugins/Videomode/plugin.py2
-rwxr-xr-x[-rw-r--r--]lib/python/Screens/Menu.py4
-rwxr-xr-xpo/ar.po2
-rwxr-xr-xpo/ca.po4
-rwxr-xr-xpo/cs.po4
-rwxr-xr-xpo/da.po4
-rwxr-xr-x[-rw-r--r--]po/de.po4
-rwxr-xr-xpo/el.po2
-rwxr-xr-xpo/en.po2
-rwxr-xr-x[-rw-r--r--]po/enigma2.pot2
-rwxr-xr-x[-rw-r--r--]po/es.po4
-rwxr-xr-xpo/et.po2
-rwxr-xr-x[-rw-r--r--]po/fi.po4
-rwxr-xr-x[-rw-r--r--]po/fr.po4
-rwxr-xr-xpo/fy.po4
-rwxr-xr-xpo/hr.po4
-rwxr-xr-xpo/hu.po4
-rwxr-xr-xpo/is.po4
-rwxr-xr-x[-rw-r--r--]po/it.po4
-rwxr-xr-xpo/lt.po4
-rwxr-xr-xpo/lv.po4
-rwxr-xr-x[-rw-r--r--]po/nl.po4
-rwxr-xr-xpo/no.po4
-rwxr-xr-x[-rw-r--r--]po/pl.po4
-rwxr-xr-xpo/pt.po2
-rwxr-xr-x[-rw-r--r--]po/ru.po4
-rwxr-xr-xpo/sk.po4
-rwxr-xr-xpo/sl.po4
-rwxr-xr-xpo/sr.po4
-rwxr-xr-x[-rw-r--r--]po/sv.po4
-rwxr-xr-xpo/tr.po2
-rwxr-xr-xpo/uk.po4
36 files changed, 66 insertions, 66 deletions
diff --git a/data/menu.xml b/data/menu.xml
index 59195f15..fbc52957 100644..100755
--- a/data/menu.xml
+++ b/data/menu.xml
@@ -24,7 +24,7 @@
<menu level="0" text="Information" entryID="info_screen">
<id val="information" />
<item level="1" text="Service" entryID="service_info_screen"><screen module="ServiceInfo" screen="ServiceInfo"/></item>
- <item level="0" text="About..." entryID="about_screen"><screen module="About" /></item>
+ <item level="0" text="About" entryID="about_screen"><screen module="About" /></item>
</menu>
<item level="1" text="Plugins" entryID="plugin_selection"><screen module="PluginBrowser" screen="PluginBrowser" /></item>
@@ -48,7 +48,7 @@
</menu>
<menu weight="5" level="0" text="System" entryID="system_selection">
<id val="system" />
- <item level="0" text="Language..." entryID="language_setup"><screen module="LanguageSelection" /></item>
+ <item level="0" text="Language" entryID="language_setup"><screen module="LanguageSelection" /></item>
<item level="0" entryID="usage_setup"><setup id="usage" /></item>
<item level="0" entryID="timezone_setup"><setup id="timezone"/></item>
<item level="0" entryID="av_setup"><setup id="avsetup"/></item>
@@ -57,20 +57,20 @@
<menu level="0" text="Harddisk" entryID="hardisk_selection" requires="Harddisk">
<id val="harddisk" />
<item level="1" entryID="harddisk_setup"><setup id="harddisk"/></item>
- <item level="0" text="Initialization..." entryID="harddisk_init"><screen module="HarddiskSetup" screen="HarddiskSelection"/></item>
- <item level="0" text="Filesystem Check..." entryID="harddisk_check"><screen module="HarddiskSetup" screen="HarddiskFsckSelection"/></item>
+ <item level="0" text="Initialization" entryID="harddisk_init"><screen module="HarddiskSetup" screen="HarddiskSelection"/></item>
+ <item level="0" text="Filesystem Check" entryID="harddisk_check"><screen module="HarddiskSetup" screen="HarddiskFsckSelection"/></item>
</menu>
<!--<item text="Remote Control"><setup id="rc" /></item>-->
<!--<item text="OSD"><setup id="osd" /></item>-->
<item requires="Display"><setup level="1" id="lcd" /></item>
- <item level="0" text="Network..." entryID="network_setup"><screen module="NetworkSetup" screen="NetworkAdapterSelection" /></item>
+ <item level="0" text="Network" entryID="network_setup"><screen module="NetworkSetup" screen="NetworkAdapterSelection" /></item>
<item text="Keyboard"><setup id="keyboard" /></item>
<!--<menu level="1" text="Network..." entryID="network_setup">
<id val="network" />
<item level="1" text="Device Setup..." entryID="device_setup"><screen module="NetworkSetup" screen="NetworkAdapterSelection"/></item>
<item level="1" text="Nameserver Setup..." entryID="dns_setup"><screen module="NetworkSetup" screen="NameserverSetup"/></item>
</menu>-->
- <item level="2" text="Recording paths..." entryId="RecordPaths"><screen module="RecordPaths" screen="RecordPathsSettings" /></item>
+ <item level="2" text="Recording paths" entryId="RecordPaths"><screen module="RecordPaths" screen="RecordPathsSettings" /></item>
</menu>
<item weight="10" level="1" text="Common Interface" entryID="ci_setup" requires="CommonInterface"><screen module="Ci" screen="CiSelection" /></item>
<item weight="15" level="0" text="Parental control" entryID="parental_setup"><screen module="ParentalControlSetup" screen="ParentalControlSetup" /></item>
diff --git a/lib/python/Plugins/SystemPlugins/CleanupWizard/plugin.py b/lib/python/Plugins/SystemPlugins/CleanupWizard/plugin.py
index 6667e3e3..f8677bb2 100755
--- a/lib/python/Plugins/SystemPlugins/CleanupWizard/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/CleanupWizard/plugin.py
@@ -122,7 +122,7 @@ def selSetup(menuid, **kwargs):
if menuid != "system":
return [ ]
- return [(_("Cleanup Wizard settings") + "...", openconfig, "cleanup_config", 71)]
+ return [(_("Cleanup Wizard settings"), openconfig, "cleanup_config", 71)]
def Plugins(**kwargs):
list = []
diff --git a/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/plugin.py b/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/plugin.py
index cf998a79..25639818 100755
--- a/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/plugin.py
@@ -391,7 +391,7 @@ def selSetup(menuid, **kwargs):
if menuid != "system":
return [ ]
- return [(_("Crashlog settings") + "...", openconfig, "crashlog_config", 70)]
+ return [(_("Crashlog settings"), openconfig, "crashlog_config", 70)]
def Plugins(**kwargs):
diff --git a/lib/python/Plugins/SystemPlugins/NetworkWizard/plugin.py b/lib/python/Plugins/SystemPlugins/NetworkWizard/plugin.py
index dc3becac..49ec7da8 100755
--- a/lib/python/Plugins/SystemPlugins/NetworkWizard/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/NetworkWizard/plugin.py
@@ -9,7 +9,7 @@ def startSetup(menuid):
if menuid != "system":
return [ ]
- return [(_("Network Wizard") + "...", NetworkWizardMain, "nw_wizard", 40)]
+ return [(_("Network Wizard"), NetworkWizardMain, "nw_wizard", 40)]
def NetworkWizard(*args, **kwargs):
from NetworkWizard import NetworkWizard
@@ -19,4 +19,4 @@ def Plugins(**kwargs):
list = []
if config.misc.firstrun.value:
list.append(PluginDescriptor(name=_("Network Wizard"), where = PluginDescriptor.WHERE_WIZARD, fnc=(25, NetworkWizard)))
- return list
+ return list
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/plugin.py b/lib/python/Plugins/SystemPlugins/Videomode/plugin.py
index 733edd6d..39c1131a 100755
--- a/lib/python/Plugins/SystemPlugins/Videomode/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/Videomode/plugin.py
@@ -218,7 +218,7 @@ def startSetup(menuid):
if menuid != "system":
return [ ]
- return [(_("A/V Settings") + "...", videoSetupMain, "av_setup", 40)]
+ return [(_("A/V Settings"), videoSetupMain, "av_setup", 40)]
def VideoWizard(*args, **kwargs):
from VideoWizard import VideoWizard
diff --git a/lib/python/Screens/Menu.py b/lib/python/Screens/Menu.py
index bb0709e5..2a8801ca 100644..100755
--- a/lib/python/Screens/Menu.py
+++ b/lib/python/Screens/Menu.py
@@ -160,7 +160,7 @@ class Menu(Screen):
elif x.tag == 'setup':
id = x.get("id")
if item_text == "":
- item_text = _(getSetupTitle(id)) + "..."
+ item_text = _(getSetupTitle(id))
else:
item_text = _(item_text)
destList.append((item_text, boundFunction(self.openSetup, id), entryID, weight))
@@ -245,7 +245,7 @@ class Menu(Screen):
# Calculate index
number -= 1
- if len(self["menu"].list) > number:
+ if len(self["menu"].list) > number:
self["menu"].setIndex(number)
self.okbuttonClick()
diff --git a/po/ar.po b/po/ar.po
index 077d4bfb..12bc716f 100755
--- a/po/ar.po
+++ b/po/ar.po
@@ -1926,7 +1926,7 @@ msgstr ""
msgid "Language selection"
msgstr "إختيار اللغه"
-msgid "Language..."
+msgid "Language"
msgstr ""
msgid "Last config"
diff --git a/po/ca.po b/po/ca.po
index 13b6031b..54ae7776 100755
--- a/po/ca.po
+++ b/po/ca.po
@@ -1977,8 +1977,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Selecció d'idioma"
-msgid "Language..."
-msgstr "Idioma..."
+msgid "Language"
+msgstr "Idioma"
msgid "Last config"
msgstr ""
diff --git a/po/cs.po b/po/cs.po
index a7bbd8d0..e529bf69 100755
--- a/po/cs.po
+++ b/po/cs.po
@@ -1974,8 +1974,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Výběr jazyka"
-msgid "Language..."
-msgstr "Jazyk..."
+msgid "Language"
+msgstr "Jazyk"
msgid "Last config"
msgstr ""
diff --git a/po/da.po b/po/da.po
index f3c1fa4f..3918f94e 100755
--- a/po/da.po
+++ b/po/da.po
@@ -2029,8 +2029,8 @@ msgstr "LOF/V"
msgid "Language selection"
msgstr "Valg af sprog"
-msgid "Language..."
-msgstr "Sprog..."
+msgid "Language"
+msgstr "Sprog"
msgid "Last config"
msgstr ""
diff --git a/po/de.po b/po/de.po
index 2c11213f..1eeb96cc 100644..100755
--- a/po/de.po
+++ b/po/de.po
@@ -1991,8 +1991,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Sprachauswahl"
-msgid "Language..."
-msgstr "Sprache..."
+msgid "Language"
+msgstr "Sprache"
msgid "Last config"
msgstr "Letzte Konfiguration"
diff --git a/po/el.po b/po/el.po
index 0a9546e2..ee234134 100755
--- a/po/el.po
+++ b/po/el.po
@@ -1980,7 +1980,7 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Επιλογή γλώσσας"
-msgid "Language..."
+msgid "Language"
msgstr "Γλώσσα "
msgid "Last config"
diff --git a/po/en.po b/po/en.po
index 57fe7d5b..fbf164b2 100755
--- a/po/en.po
+++ b/po/en.po
@@ -1919,7 +1919,7 @@ msgstr ""
msgid "Language selection"
msgstr ""
-msgid "Language..."
+msgid "Language"
msgstr ""
msgid "Last config"
diff --git a/po/enigma2.pot b/po/enigma2.pot
index 1f79e4e6..cf00a2b6 100644..100755
--- a/po/enigma2.pot
+++ b/po/enigma2.pot
@@ -4739,7 +4739,7 @@ msgstr ""
msgid "Keymap"
msgstr ""
-msgid "Language..."
+msgid "Language"
msgstr ""
msgid "Limited character set for recording filenames"
diff --git a/po/es.po b/po/es.po
index b32653d4..1957a5f3 100644..100755
--- a/po/es.po
+++ b/po/es.po
@@ -2038,8 +2038,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Selección de idioma"
-msgid "Language..."
-msgstr "Idioma..."
+msgid "Language"
+msgstr "Idioma"
msgid "Last config"
msgstr ""
diff --git a/po/et.po b/po/et.po
index 28be364f..c37221b4 100755
--- a/po/et.po
+++ b/po/et.po
@@ -2036,7 +2036,7 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Keele valik"
-msgid "Language..."
+msgid "Language"
msgstr "Keel"
msgid "Last config"
diff --git a/po/fi.po b/po/fi.po
index 806c044e..70216f30 100644..100755
--- a/po/fi.po
+++ b/po/fi.po
@@ -2047,8 +2047,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Kielivalinta"
-msgid "Language..."
-msgstr "Kielivalinta..."
+msgid "Language"
+msgstr "Kielivalinta"
msgid "Last config"
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index ef0728be..62c8b9cd 100644..100755
--- a/po/fr.po
+++ b/po/fr.po
@@ -2029,8 +2029,8 @@ msgstr ""
msgid "Language selection"
msgstr "Sélection de la langue"
-msgid "Language..."
-msgstr "Langage..."
+msgid "Language"
+msgstr "Langage"
msgid "Last config"
msgstr ""
diff --git a/po/fy.po b/po/fy.po
index a9c0eaa1..35dc3ae3 100755
--- a/po/fy.po
+++ b/po/fy.po
@@ -1992,8 +1992,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Taal Kieze"
-msgid "Language..."
-msgstr "Taal..."
+msgid "Language"
+msgstr "Taal"
msgid "Last config"
msgstr ""
diff --git a/po/hr.po b/po/hr.po
index d4399697..4bd766b2 100755
--- a/po/hr.po
+++ b/po/hr.po
@@ -1965,8 +1965,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Odaberite Jezik"
-msgid "Language..."
-msgstr "Jezik..."
+msgid "Language"
+msgstr "Jezik"
msgid "Last config"
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index 3b1df1ed..176e265c 100755
--- a/po/hu.po
+++ b/po/hu.po
@@ -1997,8 +1997,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Válasszon nyelvet"
-msgid "Language..."
-msgstr "Nyelvezet..."
+msgid "Language"
+msgstr "Nyelvezet"
msgid "Last config"
msgstr ""
diff --git a/po/is.po b/po/is.po
index b839ad43..72340322 100755
--- a/po/is.po
+++ b/po/is.po
@@ -2033,8 +2033,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Val tungumáls"
-msgid "Language..."
-msgstr "Tungumál..."
+msgid "Language"
+msgstr "Tungumál"
msgid "Last config"
msgstr ""
diff --git a/po/it.po b/po/it.po
index e679bbe2..174b2a04 100644..100755
--- a/po/it.po
+++ b/po/it.po
@@ -2040,8 +2040,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Selezione lingua"
-msgid "Language..."
-msgstr "Lingua..."
+msgid "Language"
+msgstr "Lingua"
msgid "Last config"
msgstr ""
diff --git a/po/lt.po b/po/lt.po
index 70f6e058..6dd526c2 100755
--- a/po/lt.po
+++ b/po/lt.po
@@ -2038,8 +2038,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Kalbos pasirinkimas"
-msgid "Language..."
-msgstr "Kalba..."
+msgid "Language"
+msgstr "Kalba"
msgid "Last config"
msgstr ""
diff --git a/po/lv.po b/po/lv.po
index d5f36d21..1174c925 100755
--- a/po/lv.po
+++ b/po/lv.po
@@ -2045,8 +2045,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Valodas izvēle"
-msgid "Language..."
-msgstr "Valoda..."
+msgid "Language"
+msgstr "Valoda"
msgid "Last config"
msgstr ""
diff --git a/po/nl.po b/po/nl.po
index c2476066..2cf73909 100644..100755
--- a/po/nl.po
+++ b/po/nl.po
@@ -1998,8 +1998,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Taalkeuze"
-msgid "Language..."
-msgstr "Taal..."
+msgid "Language"
+msgstr "Taal"
msgid "Last config"
msgstr "Laatste config"
diff --git a/po/no.po b/po/no.po
index b2519fab..469dc7dd 100755
--- a/po/no.po
+++ b/po/no.po
@@ -1979,8 +1979,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Språkvalg"
-msgid "Language..."
-msgstr "Språk..."
+msgid "Language"
+msgstr "Språk"
msgid "Last config"
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 03f28d5b..0b6bf4db 100644..100755
--- a/po/pl.po
+++ b/po/pl.po
@@ -1996,8 +1996,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Wybór języka"
-msgid "Language..."
-msgstr "Język..."
+msgid "Language"
+msgstr "Język"
msgid "Last config"
msgstr "Ostatnie ust"
diff --git a/po/pt.po b/po/pt.po
index 7ea99665..d2a5603b 100755
--- a/po/pt.po
+++ b/po/pt.po
@@ -1980,7 +1980,7 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Selecção do Idioma"
-msgid "Language..."
+msgid "Language"
msgstr "Idioma"
msgid "Last config"
diff --git a/po/ru.po b/po/ru.po
index 0c32cf46..807193a5 100644..100755
--- a/po/ru.po
+++ b/po/ru.po
@@ -2021,8 +2021,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Выбор языка"
-msgid "Language..."
-msgstr "Язык..."
+msgid "Language"
+msgstr "Язык"
msgid "Last config"
msgstr ""
diff --git a/po/sk.po b/po/sk.po
index ddf7ade1..b51fda4b 100755
--- a/po/sk.po
+++ b/po/sk.po
@@ -2045,8 +2045,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Voľba jazyka"
-msgid "Language..."
-msgstr "Jazyk..."
+msgid "Language"
+msgstr "Jazyk"
msgid "Last config"
msgstr "Posledný config"
diff --git a/po/sl.po b/po/sl.po
index 0add9036..d880640f 100755
--- a/po/sl.po
+++ b/po/sl.po
@@ -1993,8 +1993,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Izberite jezik"
-msgid "Language..."
-msgstr "Jezik..."
+msgid "Language"
+msgstr "Jezik"
msgid "Last config"
msgstr ""
diff --git a/po/sr.po b/po/sr.po
index 6e46eb88..9402d5c4 100755
--- a/po/sr.po
+++ b/po/sr.po
@@ -1995,8 +1995,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Izbor jezika"
-msgid "Language..."
-msgstr "Jezik..."
+msgid "Language"
+msgstr "Jezik"
msgid "Last config"
msgstr "Zadnji konfig"
diff --git a/po/sv.po b/po/sv.po
index a437a8e0..dd0d152e 100644..100755
--- a/po/sv.po
+++ b/po/sv.po
@@ -2042,8 +2042,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Välj språk"
-msgid "Language..."
-msgstr "Språk..."
+msgid "Language"
+msgstr "Språk"
msgid "Last config"
msgstr "Senaste konfiguration"
diff --git a/po/tr.po b/po/tr.po
index 8da2746e..0d6eaffc 100755
--- a/po/tr.po
+++ b/po/tr.po
@@ -2047,7 +2047,7 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Dil seçimi"
-msgid "Language..."
+msgid "Language"
msgstr "Dil ayarları"
msgid "Last config"
diff --git a/po/uk.po b/po/uk.po
index ed3e635d..c63a6d9b 100755
--- a/po/uk.po
+++ b/po/uk.po
@@ -2035,8 +2035,8 @@ msgstr "LOF/L"
msgid "Language selection"
msgstr "Вибір мови"
-msgid "Language..."
-msgstr "Мова..."
+msgid "Language"
+msgstr "Мова"
msgid "Last config"
msgstr ""