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

« back to all changes in this revision

Viewing changes to themes/defaultmenu/util_menu.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="UTIL">
2
3
 
3
4
    <button>
23
24
        <text lang="PL">Narzędzia muzyczne</text>
24
25
        <text lang="HE">כלי מוסיקה</text>
25
26
        <description>Select, import, or play music</description>
 
27
        <description lang="DE">Musik auswählen, importieren oder hören</description>
26
28
        <action>PLUGIN mythmusic</action>
27
29
        <depends>mythmusic</depends>
28
30
    </button>
51
53
        <text lang="PL">Zarządca Filmów</text>
52
54
        <text lang="HE">מנהל וידאו</text>
53
55
        <description>Scan for new videos, edit metadata, or delete</description>
 
56
        <description lang="DE">Videos suchen oder löschen und Metadaten bearbeiten</description>
54
57
        <action>JUMP Video Manager</action>
55
58
        <depends>mythvideo</depends>
56
59
    </button>
76
79
        <text lang="PL">Edytuj klawisze</text>
77
80
        <text lang="HE">עריכת מקשים</text>
78
81
        <description>Change mythtv key bindings.</description>
 
82
        <description lang="DE">Tastaturbelegung anpassen</description>
79
83
        <action>SETUP_KEYS</action>
80
84
    </button>
81
85
 
103
107
        <text lang="PL">Ustawienia</text>
104
108
        <text lang="HE">הגדרה</text>
105
109
        <description>Configure MythTV and plugins</description>
 
110
        <description lang="DE">MythTV und Plugins konfigurieren</description>
106
111
        <action>MENU main_settings.xml</action>
107
112
        <password>SetupPinCode</password>
108
113
    </button>