summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml')
-rw-r--r--abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml92
1 files changed, 54 insertions, 38 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml
index b1fa6b5..644e2a3 100644
--- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml
+++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml
@@ -1,98 +1,114 @@
<mythmenu name="HOST_SETTINGS">
<button>
<type>MV_ACCESS_SETUP_MENU</type>
- <text>Access Control</text>
+ <text>Access</text>
+ <description>Manage which LinHES Settings can be used</description>
<action>EXEC mythinstall -s accesscontrol </action>
</button>
<button>
- <type>MV_SOFTWARE_MENU</type>
- <text>Add/Remove software</text>
- <action>EXEC mythinstall -s plugins,software </action>
- </button>
-
- <button>
<type>MV_ADVANCED_SETUP_MENU</type>
<text>Advanced</text>
+ <description>Settings for Boot Screen, CallerID &amp; starting MythFrontend</description>
<action>EXEC mythinstall -s advanced</action>
</button>
<button>
<type>MV_AUDIO_SETUP_MENU</type>
- <text>Audio Settings</text>
+ <text>Audio</text>
+ <description>Settings for Audio drivers, cards &amp; devices</description>
<action>EXEC mythinstall -s sound </action>
</button>
<button>
<type>MV_ADVANCED_X_SETUP_MENU</type>
<text>Display</text>
+ <description>Set the display resolution</description>
<action>EXEC mythinstall -s advancedX</action>
</button>
<button>
<type>MV_NETWORK_SETUP_MENU</type>
<text>Dynamic DNS</text>
+ <description>Settings for your dyndns.com account</description>
<action>EXEC mythinstall -s ddns </action>
</button>
<button>
- <type>MV_FILESHARES_MENU</type>
- <text>File Shares</text>
- <action>EXEC mythinstall -s fileshare</action>
+ <type>MV_FILESHARES_MENU</type>
+ <text>File Sharing</text>
+ <description>Settings for file sharing via NFS or SMB</description>
+ <action>EXEC mythinstall -s fileshare</action>
</button>
<button>
- <type>MV_MISC_SETUP_MENU</type>
- <text>Miscellanous</text>
- <action>EXEC mythinstall -s misc </action>
+ <type>MV_MISC_SETUP_MENU</type>
+ <text>Miscellanous</text>
+ <description>Set timezone, shortcuts &amp; automatic updates</description>
+ <action>EXEC mythinstall -s misc </action>
</button>
<button>
- <type>MV_NETWORK_SETUP_MENU</type>
- <text>Network</text>
- <action>EXEC mythinstall -s network </action>
+ <type>MV_NETWORK_SETUP_MENU</type>
+ <text>Network</text>
+ <description>Settings for the network device &amp; hostname</description>
+ <action>EXEC mythinstall -s network </action>
</button>
+ <button>
+ <type>MV_SOFTWARE_MENU</type>
+ <text>Programs</text>
+ <description>Manage programs for the LinHES system</description>
+ <action>EXEC mythinstall -s plugins,software </action>
+ </button>
+
<button>
- <type>MV_IR_SETUP_MENU</type>
- <text>Remotes</text>
- <action>EXEC mythinstall -s ir </action>
+ <type>MV_IR_SETUP_MENU</type>
+ <text>Remotes</text>
+ <description>Settings for remotes, receivers &amp; blasters</description>
+ <action>EXEC mythinstall -s ir </action>
</button>
<button>
- <type>MV_SCREENSAVER_SETUP_MENU</type>
- <text>Screensaver</text>
- <action>EXEC mythinstall -s screensaver </action>
+ <type>MV_SCREENSAVER_SETUP_MENU</type>
+ <text>Screensaver</text>
+ <description>Set the Screensaver program and settings</description>
+ <action>EXEC mythinstall -s screensaver </action>
</button>
<button>
- <type>MV_SHUTDOWN_SETUP_MENU</type>
- <text>Shutdown Settings</text>
- <action>EXEC mythinstall -s sleep </action>
+ <type>MV_VNC_SETUP_MENU</type>
+ <text>Screen Sharing</text>
+ <description>Settings for VNC and XVNC screen sharing</description>
+ <action>EXEC mythinstall -s vnc </action>
</button>
<button>
- <type>MV_SYSTEM_SETUP_MENU</type>
- <text>System Type</text>
- <action>EXEC mythinstall -s hostype </action>
+ <type>MV_SHUTDOWN_SETUP_MENU</type>
+ <text>Shutdown</text>
+ <description>Set when to turn of the LinHES system</description>
+ <action>EXEC mythinstall -s sleep </action>
</button>
<button>
- <type>MV_USER_SETUP_MENU</type>
- <text>User Accounts</text>
- <action>EXEC mythinstall -s user </action>
+ <type>MV_SYSTEM_SETUP_MENU</type>
+ <text>System Type</text>
+ <description>Settings for LinHES system type, pointer size &amp; MythWelcome</description>
+ <action>EXEC mythinstall -s hostype </action>
</button>
<button>
- <type>MV_VNC_SETUP_MENU</type>
- <text>VNC Service</text>
- <action>EXEC mythinstall -s vnc </action>
+ <type>MV_USER_SETUP_MENU</type>
+ <text>User Accounts</text>
+ <description>Manage Users on the LinHES system</description>
+ <action>EXEC mythinstall -s user </action>
</button>
<button>
- <type>MV_WEBACCESS_SETUP_MENU</type>
- <text>Web Security</text>
- <action>EXEC mythinstall -s webuser </action>
+ <type>MV_WEBACCESS_SETUP_MENU</type>
+ <text>Web Security</text>
+ <description>Manage the password for the local website</description>
+ <action>EXEC mythinstall -s webuser </action>
</button>
</mythmenu>