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

« back to all changes in this revision

Viewing changes to themes/defaultmenu/tv_lists.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="LISTS">
2
3
 
3
4
    <button>
23
24
        <text lang="PL">Nowe tytuły</text>
24
25
        <text lang="HE">כותרים חדשים</text>
25
26
        <description>Pick a program to record for a list of new titles</description>
 
27
        <description lang="DE">Wählen Sie eine Sendung aus verschiedenen Listen</description>
26
28
        <action>TV_SEARCH_NEW</action>
27
29
    </button>
28
30
 
50
52
        <text lang="PL">Filmy</text>
51
53
        <text lang="HE">סרטים</text>
52
54
        <description>Pick a movie to record</description>
 
55
        <description lang="DE">Wählen Sie einen Film zum aufnehmen</description>
53
56
        <action>TV_SEARCH_MOVIE</action>
54
57
    </button>
55
58
 
76
79
        <text lang="PL">Kategorie</text>
77
80
        <text lang="HE">קטגוריות</text>
78
81
        <description>Pick a program based on category</description>
 
82
        <description lang="DE">Wählen Sie eine Sendung nach Genre</description>
79
83
        <action>TV_SEARCH_CATEGORY</action>
80
84
    </button>
81
85
  
102
106
        <text lang="PL">Kanały</text>
103
107
        <text lang="HE">ערוצים</text>
104
108
        <description>Pick a program on a given channel</description>
 
109
        <description lang="DE">Wählen Sie eine Sendung auf einem best. Sender</description>
105
110
        <action>TV_SEARCH_CHANNEL</action>
106
111
    </button>
107
112
 
128
133
        <text lang="PL">Czas</text>
129
134
        <text lang="HE">זמן</text>
130
135
        <description>Pick a program based on time</description>
 
136
        <description lang="DE">Wählen Sie eine Sendung nach ihrer Sendezeit</description>
131
137
        <action>TV_SEARCH_TIME</action>
132
138
    </button>
133
139