diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-22 08:26:43 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-22 08:26:43 (GMT) |
commit | e4630e5f4ba7a0166765600ece617d481330cc18 (patch) | |
tree | ce820f6a7744796a4aa6c0ea0097cd282af6fd40 /abs | |
parent | d442208f3e0245615f5b96339f1f77d6847f2db1 (diff) | |
download | linhes_pkgbuild-e4630e5f4ba7a0166765600ece617d481330cc18.zip linhes_pkgbuild-e4630e5f4ba7a0166765600ece617d481330cc18.tar.gz linhes_pkgbuild-e4630e5f4ba7a0166765600ece617d481330cc18.tar.bz2 |
Modified LinHES menu to display mythtv configuration, etc.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml | 76 |
1 files changed, 40 insertions, 36 deletions
diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml index 86e5742..8bc929f 100644 --- a/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml +++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml @@ -1,50 +1,54 @@ -<mythmenu name="KnoppMyth"> +<mythmenu name="LinHES"> <button> - <type>BACKUP</type> - <text>Backup KnoppMyth</text> - <action>MENU mythbackup.xml</action> + <type>SETUP_GENERAL</type> + <text>MythTV Configuration</text> + <text lang="IT">Impostazioni</text> + <text lang="ES">Configuración</text> + <text lang="CA">Configurar</text> + <text lang="FR">paramètres</text> + <text lang="DE">Zubehör / Konfiguration</text> + <text lang="DK">Tilbehør/Indstillinger</text> + <text lang="IS">Uppsetning</text> + <text lang="NL">Configuratie</text> + <text lang="PT">Utensílios</text> + <text lang="SV">Verktyg / Inställningar</text> + <text lang="JA">設定</text> + <text lang="FI">Oheis/Asetukset</text> + <text lang="ZH_TW">工具/設定</text> + <text lang="SI">Nastavitve</text> + <text lang="ET">Utiliidid / sätted</text> + <text lang="NB">Verktøy/Oppsett</text> + <text lang="CZ">Pomůcky</text> + <text lang="RU">Утилиты / Настройки</text> + <text lang="AR">تضبيطات</text> + <text lang="PL">Narzędzia / ustawienia</text> + <text lang="HE">עזרים / הגדרות</text> + <alttext lang="DE">Verschiedenes</alttext> + <alttext lang="SV">Inställningar</alttext> + <alttext lang="ET">Sätted</alttext> + <alttext lang="RU">Настройки</alttext> + <alttext lang="AR">تضبيطات</alttext> + <action>MENU util_menu.xml</action> </button> <button> - <type>RESTORE</type> - <text>Restore KnoppMyth</text> - <action>MENU mythrestore.xml</action> - </button> - -<!-- - <button> - <type>POWER</type> - <text>Power Off </text> - <action>EXEC /usr/bin/sudo halt</action> - </button> - - <button> - <type>POWER</type> - <text>Reboot</text> - <action>EXEC /usr/bin/sudo reboot</action> + <type>LINHES_SETUP</type> + <text>LinHES Configuration</text> + <action>MENU HOST_SETTINGS.xml</action> </button> <button> - <type>VERSION</type> - <text>Version</text> - <action>EXEC /usr/local/bin/ver.sh</action> + <type>BACKUP</type> + <text>Backup LinHES</text> + <action>MENU mythbackup.xml</action> </button> ---> <button> - <type>MV_SETUP_MENU</type> - <text>MythVantage Settings</text> - <action>MENU HOST_SETTINGS.xml</action> - - </button> -<!-- - <button> - <type>MV_TEMPLATE</type> - <text>Settings profile manager</text> - <action>EXEC mythinstall -t </action> - + <type>RESTORE</type> + <text>Restore LinHES</text> + <action>MENU mythrestore.xml</action> </button> ---> + </mythmenu> |