diff options
| -rwxr-xr-x[-rw-r--r--] | data/menu.xml | 12 | ||||
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/CleanupWizard/plugin.py | 2 | ||||
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/plugin.py | 2 | ||||
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/NetworkWizard/plugin.py | 4 | ||||
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/Videomode/plugin.py | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | lib/python/Screens/Menu.py | 4 | ||||
| -rwxr-xr-x | po/ar.po | 2 | ||||
| -rwxr-xr-x | po/ca.po | 4 | ||||
| -rwxr-xr-x | po/cs.po | 4 | ||||
| -rwxr-xr-x | po/da.po | 4 | ||||
| -rwxr-xr-x[-rw-r--r--] | po/de.po | 4 | ||||
| -rwxr-xr-x | po/el.po | 2 | ||||
| -rwxr-xr-x | po/en.po | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | po/enigma2.pot | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | po/es.po | 4 | ||||
| -rwxr-xr-x | po/et.po | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | po/fi.po | 4 | ||||
| -rwxr-xr-x[-rw-r--r--] | po/fr.po | 4 | ||||
| -rwxr-xr-x | po/fy.po | 4 | ||||
| -rwxr-xr-x | po/hr.po | 4 | ||||
| -rwxr-xr-x | po/hu.po | 4 | ||||
| -rwxr-xr-x | po/is.po | 4 | ||||
| -rwxr-xr-x[-rw-r--r--] | po/it.po | 4 | ||||
| -rwxr-xr-x | po/lt.po | 4 | ||||
| -rwxr-xr-x | po/lv.po | 4 | ||||
| -rwxr-xr-x[-rw-r--r--] | po/nl.po | 4 | ||||
| -rwxr-xr-x | po/no.po | 4 | ||||
| -rwxr-xr-x[-rw-r--r--] | po/pl.po | 4 | ||||
| -rwxr-xr-x | po/pt.po | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | po/ru.po | 4 | ||||
| -rwxr-xr-x | po/sk.po | 4 | ||||
| -rwxr-xr-x | po/sl.po | 4 | ||||
| -rwxr-xr-x | po/sr.po | 4 | ||||
| -rwxr-xr-x[-rw-r--r--] | po/sv.po | 4 | ||||
| -rwxr-xr-x | po/tr.po | 2 | ||||
| -rwxr-xr-x | po/uk.po | 4 |
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() @@ -1926,7 +1926,7 @@ msgstr "" msgid "Language selection" msgstr "إختيار اللغه" -msgid "Language..." +msgid "Language" msgstr "" msgid "Last config" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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" @@ -1980,7 +1980,7 @@ msgstr "LOF/L" msgid "Language selection" msgstr "Επιλογή γλώσσας" -msgid "Language..." +msgid "Language" msgstr "Γλώσσα " msgid "Last config" @@ -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" @@ -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 "" @@ -2036,7 +2036,7 @@ msgstr "LOF/L" msgid "Language selection" msgstr "Keele valik" -msgid "Language..." +msgid "Language" msgstr "Keel" msgid "Last config" @@ -2047,8 +2047,8 @@ msgstr "LOF/L" msgid "Language selection" msgstr "Kielivalinta" -msgid "Language..." -msgstr "Kielivalinta..." +msgid "Language" +msgstr "Kielivalinta" msgid "Last config" msgstr "" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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" @@ -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 "" @@ -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" @@ -1980,7 +1980,7 @@ msgstr "LOF/L" msgid "Language selection" msgstr "Selecção do Idioma" -msgid "Language..." +msgid "Language" msgstr "Idioma" msgid "Last config" @@ -2021,8 +2021,8 @@ msgstr "LOF/L" msgid "Language selection" msgstr "Выбор языка" -msgid "Language..." -msgstr "Язык..." +msgid "Language" +msgstr "Язык" msgid "Last config" msgstr "" @@ -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" @@ -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 "" @@ -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" @@ -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" @@ -2047,7 +2047,7 @@ msgstr "LOF/L" msgid "Language selection" msgstr "Dil seçimi" -msgid "Language..." +msgid "Language" msgstr "Dil ayarları" msgid "Last config" @@ -2035,8 +2035,8 @@ msgstr "LOF/L" msgid "Language selection" msgstr "Вибір мови" -msgid "Language..." -msgstr "Мова..." +msgid "Language" +msgstr "Мова" msgid "Last config" msgstr "" |
