~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to themes/defaultmenu/mainmenu.xml

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Mario Limonciello, John Baab
  • Date: 2009-09-29 01:33:23 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20090929013323-6pvn8encm757zbxw
Tags: 0.22.0~trunk22101-0ubuntu1
[ Mario Limonciello ]
* New upstream checkout (r22101)
* Try to guard and make sure that ~mythtv is read from /etc/passwd 
  rather than assuming it's /home/mythtv.

[ John Baab ]
* debian/mythtv-common.postinst:
  - Added symlink for /home/mythtv/.mythtv/config.xml

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
1
2
<mythmenu name="MAIN">
2
3
 
3
4
    <button>
30
31
        <alttext lang="AR">المكتبة</alttext>
31
32
        <action>MENU library.xml</action>
32
33
        <description>Play any of your media</description>
 
34
        <description lang="DE">Musik hören, Videos ansehen usw.</description>
33
35
    </button>
34
36
  
35
37
    <button>
63
65
        <alttext lang="RU">Записи</alttext>
64
66
        <alttext lang="AR">التسجيلات</alttext>
65
67
        <description>Pick and prioritize shows to record</description>
 
68
        <description lang="DE">Planen Sie Ihre Aufnahmen</description>
66
69
        <action>MENU manage_recordings.xml</action>
67
70
    </button>
68
71
 
101
104
        <alttext lang="RU">Информация</alttext>
102
105
        <alttext lang="AR">معلومات</alttext>
103
106
        <description>Information and Communications</description>
 
107
        <description lang="DE">Informationen &amp; Kommunikation</description>
104
108
        <action>MENU info_menu.xml</action>
105
109
    </button>
106
110
 
129
133
        <text lang="PL">Dyski optyczne</text>
130
134
        <text lang="HE">דיסקים אופטים</text>
131
135
        <description>Play or import CDs and DVDs</description>
 
136
        <description lant="DE">Abspielen/Importieren von CDs und DVDs</description>
132
137
        <action>MENU optical_menu.xml</action>
133
138
        <depends>mythmusic mythvideo mytharchive mythburn</depends>
134
139
    </button>
158
163
        <text lang="PL">Oglądanie TV</text>
159
164
        <text lang="HE">צפיה בטלויזיה</text>
160
165
        <description>Watch live television</description>
 
166
        <description lang="DE">Jetzt Fernsehen schauen</description>
161
167
        <action>TV_WATCH_LIVE</action>
162
168
    </button>
163
169
 
191
197
        <alttext lang="RU">Настройки</alttext>
192
198
        <alttext lang="AR">تضبيطات</alttext>
193
199
        <description>Configure MythTV and plugins</description>
 
200
        <description lang="DE">MythTV und Plugins konfigurieren</description>
194
201
        <action>MENU util_menu.xml</action>
195
202
    </button>
196
203