summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-30/mythtv/menu-xml/linhes.xml
blob: fe7640d8df5eecca04f49f365fd5f00c010a1c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<mythmenu name="LH_SERVICE_MENU">

    <button>
        <type>SETUP_GENERAL</type>
        <text>MythTV Settings</text>
        <text lang="IT">Impostazioni</text>
        <text lang="ES">Configuración</text>
        <text lang="DE">Zubehör / Konfiguration</text>
        <text lang="DA">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">設å®~Z</text>
        <text lang="FI">Oheis/Asetukset</text>
        <text lang="ZH_TW">å·¥å~E·/設å®~Z</text>
        <text lang="SL">Nastavitve</text>
        <text lang="ET">Utiliidid / sätted</text>
        <text lang="RU">УÑ~BилиÑ~BÑ~K / Ð~]аÑ~AÑ~BÑ~@ойки</text>
        <text lang="AR">تضبÙ~Jطات</text>
        <text lang="PL">NarzÄ~Ydzia / ustawienia</text>
        <text lang="HE">×¢×~Vר×~Y×~] / ×~T×~R×~Sר×~Uת</text>
        <text lang="HU">Eszközök / Beállítások</text>
        <alttext lang="DE">Verschiedenes</alttext>
        <alttext lang="SV">Inställningar</alttext>
        <alttext lang="ET">Sätted</alttext>
        <alttext lang="RU">Ð~]аÑ~AÑ~BÑ~@ойки</alttext>
        <alttext lang="AR">تضبÙ~Jطات</alttext>
        <description>Configure MythTV and Plugins</description>
        <description lang="DE">MythTV und Plugins konfigurieren</description>
        <action>MENU util_menu.xml</action>
    </button>

   <button>
     <type>LINHES_SETUP</type>
     <text>LinHES Settings</text>
     <description>Configure the LinHES System</description>
     <action>MENU HOST_SETTINGS.xml</action>
   </button>

   <button>
     <type>TOOLS</type>
     <text>LinHES Tools</text>
     <description>Utilities for LinHES System</description>
     <action>MENU linhes_tools.xml</action>
   </button>

   <button>
     <type>BACKUP</type>
     <text>Backup LinHES</text>
     <description>Backup the LinHES System</description>
     <action>MENU mythbackup.xml</action>
   </button>

   <button>
     <type>RESTORE</type>
     <text>Restore LinHES</text>
     <description>Restore the LinHES System</description>
     <action>MENU mythrestore.xml</action>
   </button>

<!--#Check for updates-->
   <button>
     <type>UPGRADE</type>
     <text>Update LinHES</text>
     <description>Update the LinHES System</description>
     <action>MENU update.xml</action>
   </button>
<!--#Check for updates-->
</mythmenu>