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

« back to all changes in this revision

Viewing changes to themes/themestrings.h

  • Committer: Bazaar Package Importer
  • Author(s): Dave Walker (Daviey), Jamie Bennett, Mario Limonciello, Dave Walker (Daviey)
  • Date: 2010-03-23 19:32:33 UTC
  • mfrom: (1.1.49 upstream)
  • Revision ID: james.westby@ubuntu.com-20100323193233-5sv9djoxtlmwt3ca
Tags: 0.23.0+fixes23789-0ubuntu1
[ Jamie Bennett ]
* Fix FTBFS on armel (LP: #537714)

[ Mario Limonciello ]
* mythtv-{common,backend}.{config,templates,postinst}: (LP: #483748)
  - Simplify debconf questions by avoiding showing the generated pw
  - Don't warn about mythtv group.
  - Don't notify about running mythtv-setup.  This is optional (but
    of course encouraged!)
* Set version to include a "+" delimitter.
* Restore libfaad-dev dependency. (LP: #546552)

[ Dave Walker (Daviey) ]
* New snapshot (r23789), based from 0.23-fixes.
* debian/control:
  - mythtv-frontend set to Conflict with mythflix, as it's dropped
    upstream. (LP: #544521)
  - Remove unnecessary and potentially problematic use of Pre-Depends.
  - Set the debug package to Priority extra.
  - Change *-perl Section's from libs to perl
  - add ${shlibs:Depends} for mythtv-common Depends field
  - Minor spelling fix.
  - Fixes the long description for one of the packages, ensuring the
    description doesn't exceed 80 characters.
  - Vcs-* set to -fixes, rather than -trunk.
* debian/rules:
  - Use debconf-updatepo to update translations when required
  - Ensure license files are not included in the binary packages, except 
    for debian/copyright.
  - Fixes the permissions of certain files in the packaging.
* debian/copyright:
  - updated to reflect that mythtv is GPL-2 only.
  - inserted better licence statement and Copyright reference.
* debian/mythtv-*.templates
  - Simplified strings; removed verbosity and improved readability.
* Prevent the maintainer scripts from failing in case any questions 
  can't be displayed.
* Added holding debian/mythtv-frontend.config, mainly to appease lintian.
* debian/mythtv-frontend.menu: Changed section to Applications/Graphics.
* debian/mythtv-backend.postinst: Load debconf libraries.
* debian/source.lintian-overrides: Removes the unecessary override of the 
  binNMU warnings.
* Fix perl binding installation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
void strings_null() {
 
2
    ThemeUI::tr("Shift");
 
3
    ThemeUI::tr("Done");
 
4
    ThemeUI::tr("Appearance Wizard");
 
5
    ThemeUI::tr("Move the selected arrow to the corner of the TV screen.  Press SELECT to edit the other arrow.  Press MENU to change the granularity of the adjustment or to quit without saving.  When you have finished, press BACK.");
 
6
    ThemeUI::tr("1920 x 1080");
 
7
    ThemeUI::tr("1 pixel");
 
8
    ThemeUI::tr("New");
 
9
    ThemeUI::tr("0%");
 
10
    ThemeUI::tr("OK");
 
11
    ThemeUI::tr("Cancel");
 
12
    ThemeUI::tr("Go up a level");
 
13
    ThemeUI::tr("Home");
 
14
    ThemeUI::tr("Ok");
 
15
    ThemeUI::tr("Please Wait...");
 
16
    ThemeUI::tr("Twitter Timeline");
 
17
    ThemeUI::tr("Search");
 
18
    ThemeUI::tr("Skip");
 
19
    ThemeUI::tr("Edit Channels");
 
20
    ThemeUI::tr("Modify, Add, and Delete television channels.");
 
21
    ThemeUI::tr("Sort By:");
 
22
    ThemeUI::tr("Video Source:");
 
23
    ThemeUI::tr("Delete Source");
 
24
    ThemeUI::tr("Channel Scan");
 
25
    ThemeUI::tr("Import Icons");
 
26
    ThemeUI::tr("Edit Transports");
 
27
    ThemeUI::tr("Hide Channels without channel number.");
 
28
    ThemeUI::tr("Edit On Screen Display");
 
29
    ThemeUI::tr("Select the menu items you want to see by playback mode.");
 
30
    ThemeUI::tr("OSD Context");
 
31
    ThemeUI::tr("OSD Menu Items");
 
32
    ThemeUI::tr("Edit Key Bindings");
 
33
    ThemeUI::tr("Assign custom keys to MythTV shortcuts.");
 
34
    ThemeUI::tr("Select Archive Items");
 
35
    ThemeUI::tr("Select the recordings and videos you wish to save.");
 
36
    ThemeUI::tr("No files are selected for archive");
 
37
    ThemeUI::tr("Add Recording");
 
38
    ThemeUI::tr("Add Video");
 
39
    ThemeUI::tr("Previous");
 
40
    ThemeUI::tr("Next");
 
41
    ThemeUI::tr("File Finder");
 
42
    ThemeUI::tr("Select the file you wish to use.");
 
43
    ThemeUI::tr("Up Level");
 
44
    ThemeUI::tr("Select Associated Channel");
 
45
    ThemeUI::tr("Archived Channel");
 
46
    ThemeUI::tr("Chan. ID:");
 
47
    ThemeUI::tr("Chan. No:");
 
48
    ThemeUI::tr("Callsign:");
 
49
    ThemeUI::tr("Name:");
 
50
    ThemeUI::tr("Local Channel");
 
51
    ThemeUI::tr("Search Channel");
 
52
    ThemeUI::tr("Search Callsign");
 
53
    ThemeUI::tr("Search Name");
 
54
    ThemeUI::tr("Prev");
 
55
    ThemeUI::tr("Finish");
 
56
    ThemeUI::tr("Recording...");
 
57
    ThemeUI::tr("Transcoding...");
 
58
    ThemeUI::tr("Original Airdate: %1");
 
59
    ThemeUI::tr("Custom Export");
 
60
    ThemeUI::tr("Directory Format");
 
61
    ThemeUI::tr("Season:");
 
62
    ThemeUI::tr("Episode:");
 
63
    ThemeUI::tr("File Format");
 
64
    ThemeUI::tr("Export");
 
65
    ThemeUI::tr("Change Group View");
 
66
    ThemeUI::tr("Enable and disable the checkboxes below to filter the way recordings are displayed.");
 
67
    ThemeUI::tr("Show Program Titles");
 
68
    ThemeUI::tr("Show Program Categories");
 
69
    ThemeUI::tr("Show Recording Groups");
 
70
    ThemeUI::tr("Show Watch List");
 
71
    ThemeUI::tr("Show Searches");
 
72
    ThemeUI::tr("Show Live TV");
 
73
    ThemeUI::tr("Show Watched Programs");
 
74
    ThemeUI::tr("Save");
 
75
    ThemeUI::tr("Change Group Password");
 
76
    ThemeUI::tr("Old:");
 
77
    ThemeUI::tr("New:");
 
78
    ThemeUI::tr("Change Filter");
 
79
    ThemeUI::tr("Status Icon Help");
 
80
    ThemeUI::tr("These icons represent information about your recordings.");
 
81
    ThemeUI::tr("Edit Recording Metadata");
 
82
    ThemeUI::tr("Using the text areas below, you can change the recording title, subtitle, and description.\n\nOnce you have completed your modifications, click the \"OK\" button.");
 
83
    ThemeUI::tr("Title:");
 
84
    ThemeUI::tr("Subtitle:");
 
85
    ThemeUI::tr("Description:");
 
86
    ThemeUI::tr("(%STARTTIME% - %ENDTIME%) %LONGREPEAT% %YEARSTARS%%DESCRIPTION%");
 
87
    ThemeUI::tr("Manually Schedule A Recording");
 
88
    ThemeUI::tr("To manually schedule a recording, enter a title (optional).  Then set the channel, date, start time, and duration of your recording.  Note that this recording will not have any listings data or other information provided by an EPG.");
 
89
    ThemeUI::tr("Channel:");
 
90
    ThemeUI::tr("Date:");
 
91
    ThemeUI::tr("Hour:");
 
92
    ThemeUI::tr("Minute:");
 
93
    ThemeUI::tr("Duration:");
 
94
    ThemeUI::tr("No Recordings Scheduled...");
 
95
    ThemeUI::tr("Filter: %1");
 
96
    ThemeUI::tr("Priority:");
 
97
    ThemeUI::tr("To give greater or lesser priority to a channel in your lineup, select it from the list.  To increase the channel's priority, press the right arrow.  To decrease its priority, press the left arrow.");
 
98
    ThemeUI::tr("Program Title");
 
99
    ThemeUI::tr("Program/Final Priority");
 
100
    ThemeUI::tr("Category:");
 
101
    ThemeUI::tr("Sort By:\n(1) Title (2) Priority (4) Type");
 
102
    ThemeUI::tr("Type Priority:");
 
103
    ThemeUI::tr("Final Priority:");
 
104
    ThemeUI::tr("Custom Priority Rules");
 
105
    ThemeUI::tr("To create a custom priority rule, enter a name and priority adjustment.  You can them select from existing priority templates or create one of your own using SQL syntax in the \"Clause SQL\" edit box.\n\nOnce you have completed your rule, can can Test, Delete, or Install it right away.");
 
106
    ThemeUI::tr("Existing:");
 
107
    ThemeUI::tr("Rule Name:");
 
108
    ThemeUI::tr("Clause:");
 
109
    ThemeUI::tr("Clause SQL:");
 
110
    ThemeUI::tr("Click to add clause...");
 
111
    ThemeUI::tr("Test");
 
112
    ThemeUI::tr("Delete");
 
113
    ThemeUI::tr("Install");
 
114
    ThemeUI::tr("Record");
 
115
    ThemeUI::tr("Select Time");
 
116
    ThemeUI::tr("Edit Power Search");
 
117
    ThemeUI::tr("You can specify basic criteria to create powerful search and record rules.  Below, you may enter title, subtitle, and description phrases (all optional), as well as category, genre, and channel values to refine a complex search for programs.\n\nWhen you have completed your configuration, press \"OK\" to search.");
 
118
    ThemeUI::tr("Genre:");
 
119
    ThemeUI::tr("Filter:");
 
120
    ThemeUI::tr("Program Details");
 
121
    ThemeUI::tr("Below you will find the program details of the selected item.  There are two available screens.  You can toggle between them by pressing INFO.");
 
122
    ThemeUI::tr("First Letter:");
 
123
    ThemeUI::tr("Schedule Options");
 
124
    ThemeUI::tr("Storage Options");
 
125
    ThemeUI::tr("Post Processing");
 
126
    ThemeUI::tr("Schedule Info");
 
127
    ThemeUI::tr("Preview Schedule");
 
128
    ThemeUI::tr("Select the options for this recording.");
 
129
    ThemeUI::tr("-%n", 0, 1);
 
130
    ThemeUI::tr("Normal");
 
131
    ThemeUI::tr("+%n", 0, 1);
 
132
    ThemeUI::tr("Input:");
 
133
    ThemeUI::tr("Start Offset:");
 
134
    ThemeUI::tr("%n minute(s) late", 0, 1);
 
135
    ThemeUI::tr("Start on time");
 
136
    ThemeUI::tr("%n minute(s) early", 0, 1);
 
137
    ThemeUI::tr("End Offset:");
 
138
    ThemeUI::tr("End on time");
 
139
    ThemeUI::tr("Dup Method:");
 
140
    ThemeUI::tr("Dup Scope:");
 
141
    ThemeUI::tr("Recording Rule is Active");
 
142
    ThemeUI::tr("Select how the recording file should be treated.");
 
143
    ThemeUI::tr("Rec. Profile:");
 
144
    ThemeUI::tr("Rec. Group:");
 
145
    ThemeUI::tr("Strg. Group:");
 
146
    ThemeUI::tr("Play Group:");
 
147
    ThemeUI::tr("Max to Keep:");
 
148
    ThemeUI::tr("Max Newest:");
 
149
    ThemeUI::tr("Allow Recordings to Auto-Expire");
 
150
    ThemeUI::tr("Post Processing Options");
 
151
    ThemeUI::tr("Select any jobs you want run on the recording.");
 
152
    ThemeUI::tr("Automatically Commercial Flag Recordings");
 
153
    ThemeUI::tr("Automatically Transcode Recordings");
 
154
    ThemeUI::tr("Run User Job #1");
 
155
    ThemeUI::tr("Run User Job #2");
 
156
    ThemeUI::tr("Run User Job #3");
 
157
    ThemeUI::tr("Run User Job #4");
 
158
    ThemeUI::tr("Last Recorded/Priority");
 
159
    ThemeUI::tr("Recording Group:");
 
160
    ThemeUI::tr("Storage Group:");
 
161
    ThemeUI::tr("Recording Profile:");
 
162
    ThemeUI::tr("Create a Custom Recording Rule");
 
163
    ThemeUI::tr("To create a custom recording rule, either select an existing rule, or create a new rule by typing in a name.  Then select a rule type and hit enter.  The SQL code will be transferred below, and you can edit it and insert your own program information.\n\nFinally, you can test, immediately activate, store, or cancel your rule.");
 
164
    ThemeUI::tr("Rule Type:");
 
165
    ThemeUI::tr("Rule SQL:");
 
166
    ThemeUI::tr("Tables:");
 
167
    ThemeUI::tr("Store");
 
168
    ThemeUI::tr("You Haven't Scheduled Any Programs To Be Recorded...");
 
169
    ThemeUI::tr("System Status");
 
170
    ThemeUI::tr("Learn what your system is up to.");
 
171
    ThemeUI::tr("Arclight is a sleek theme meant for widescreen HD screens.  It is high contrast and uses shapes and attractive layout to convey information simply, consistently, and attractively.");
 
172
    ThemeUI::tr("Type your tweet below.  Select \"Send\" to submit it.");
 
173
    ThemeUI::tr("Send");
 
174
    ThemeUI::tr("Enter Your Twitter Login Details");
 
175
    ThemeUI::tr("Login:");
 
176
    ThemeUI::tr("Password:");
 
177
    ThemeUI::tr("Send a Tweet");
 
178
    ThemeUI::tr("Welcome to MythTV");
 
179
    ThemeUI::tr("MythTV is idle and will shut down shortly.");
 
180
    ThemeUI::tr("Current Recording(s):");
 
181
    ThemeUI::tr("Retrieving Recording Status ...");
 
182
    ThemeUI::tr("Next Scheduled Recording(s):");
 
183
    ThemeUI::tr("Retrieving Scheduled Recordings ...");
 
184
    ThemeUI::tr("WARNING: There are conflicting scheduled recordings!");
 
185
    ThemeUI::tr("Move the selected arrow to the corner of the TV screen.  Press SELECT to edit the other arrow.  Press MENU for options and ESC to quit.");
 
186
    ThemeUI::tr("1280 x 720");
 
187
    ThemeUI::tr("0 x 0");
 
188
    ThemeUI::tr("Filename");
 
189
    ThemeUI::tr("Please Wait....");
 
190
    ThemeUI::tr("Select an Icon");
 
191
    ThemeUI::tr("Icon Download Status...");
 
192
    ThemeUI::tr("Search terms:");
 
193
    ThemeUI::tr("Sort Mode:");
 
194
    ThemeUI::tr("Icon Download");
 
195
    ThemeUI::tr("OSD Menu Editor");
 
196
    ThemeUI::tr("Contexts");
 
197
    ThemeUI::tr("Actions");
 
198
    ThemeUI::tr("This screen displays the status of various system components");
 
199
    ThemeUI::tr("%|\"SUBTITLE|\"%");
 
200
    ThemeUI::tr("No Recordings Present...");
 
201
    ThemeUI::tr("Change View");
 
202
    ThemeUI::tr("Show Titles");
 
203
    ThemeUI::tr("Show Categories");
 
204
    ThemeUI::tr("Show LiveTV");
 
205
    ThemeUI::tr("Old Password:");
 
206
    ThemeUI::tr("New Password:");
 
207
    ThemeUI::tr("(%STARTTIME% - %ENDTIME%) %LONGREPEAT%%YEARSTARS%%DESCRIPTION%");
 
208
    ThemeUI::tr("Title (Optional):");
 
209
    ThemeUI::tr("Date, or day of week:");
 
210
    ThemeUI::tr("Start Time:");
 
211
    ThemeUI::tr("Hour");
 
212
    ThemeUI::tr("Minute");
 
213
    ThemeUI::tr("%DESCRIPTION%");
 
214
    ThemeUI::tr("You Haven't Scheduled Any Programs To Be Recorded\n To schedule a recording, exit this screen and Select 'Program Guide' or 'Program Finder' ");
 
215
    ThemeUI::tr("Channel Recording Priorities");
 
216
    ThemeUI::tr("(1) Channel (2) Priority");
 
217
    ThemeUI::tr("Priority");
 
218
    ThemeUI::tr("Source:");
 
219
    ThemeUI::tr("Final");
 
220
    ThemeUI::tr("(1) Title (2) Priority (4) Type");
 
221
    ThemeUI::tr("Existing Rules:");
 
222
    ThemeUI::tr("Priority Change:");
 
223
    ThemeUI::tr("Select a clause from the list.");
 
224
    ThemeUI::tr("Add Clause");
 
225
    ThemeUI::tr("Search Term");
 
226
    ThemeUI::tr("Select Search");
 
227
    ThemeUI::tr("Edit");
 
228
    ThemeUI::tr("Edit Power Search Fields");
 
229
    ThemeUI::tr("Optional title phrase:");
 
230
    ThemeUI::tr("Optional subtitle phrase:");
 
231
    ThemeUI::tr("Optional description phrase:");
 
232
    ThemeUI::tr("Program Details:");
 
233
    ThemeUI::tr("Show Name:");
 
234
    ThemeUI::tr("Air Date:");
 
235
    ThemeUI::tr("%|\"SUBTITLE|\"%\n%LONGREPEAT%%STARS| %%DESCRIPTION%");
 
236
    ThemeUI::tr("%|\"SUBTITLE|\"% %LONGREPEAT%%STARS| %%DESCRIPTION%");
 
237
    ThemeUI::tr("Select the recording rule");
 
238
    ThemeUI::tr("Preview");
 
239
    ThemeUI::tr("Reduce priority by %n", 0, 1);
 
240
    ThemeUI::tr("Normal recording priority");
 
241
    ThemeUI::tr("Raise priority by %n", 0, 1);
 
242
    ThemeUI::tr("Start recording %n minute(s) late", 0, 1);
 
243
    ThemeUI::tr("Start recording on time");
 
244
    ThemeUI::tr("Start recording %n minute(s) early", 0, 1);
 
245
    ThemeUI::tr("End recording %n minute(s) early", 0, 1);
 
246
    ThemeUI::tr("End recording on time");
 
247
    ThemeUI::tr("End recording %n minute(s) late", 0, 1);
 
248
    ThemeUI::tr("Dupe Method:");
 
249
    ThemeUI::tr("Dupe Scope:");
 
250
    ThemeUI::tr("Recording Rule Active");
 
251
    ThemeUI::tr("Back");
 
252
    ThemeUI::tr("Rec Profile:");
 
253
    ThemeUI::tr("Rec Group:");
 
254
    ThemeUI::tr("# to Keep:");
 
255
    ThemeUI::tr("No episode limit");
 
256
    ThemeUI::tr("Keep at most %n episode(s)", 0, 1);
 
257
    ThemeUI::tr("Limit Handling:");
 
258
    ThemeUI::tr("Commercial Flag new recordings");
 
259
    ThemeUI::tr("Transcode new recordings");
 
260
    ThemeUI::tr("Graphite is a theme emphasizing MythUI interface improvements such as alpha, animation, unique layouts, and user-supplied backdrop content.  It is extremely memory-hungry.");
 
261
    ThemeUI::tr("Channel Editor");
 
262
    ThemeUI::tr("Callsign");
 
263
    ThemeUI::tr("Channel #");
 
264
    ThemeUI::tr("Channel Name");
 
265
    ThemeUI::tr("XMLTV ID");
 
266
    ThemeUI::tr("[P]robe");
 
267
    ThemeUI::tr("[O]k");
 
268
    ThemeUI::tr("%DESCRIPTION%%BR%(%STARTTIME% - %LENMINS%)");
 
269
    ThemeUI::tr("A basic blue theme.");
 
270
    ThemeUI::tr("%SUBTITLE%%BR%%DESCRIPTION%");
 
271
    ThemeUI::tr("%STARTDATE%");
 
272
    ThemeUI::tr("%CALLSIGN% - %CHANNUM%");
 
273
    ThemeUI::tr("A simple transparent black and white theme.");
 
274
    ThemeUI::tr("title goes here");
 
275
    ThemeUI::tr("sep 13, 2004 11:00 pm (1h 15m)");
 
276
    ThemeUI::tr("description goes here.");
 
277
    ThemeUI::tr("x.xx Gb");
 
278
    ThemeUI::tr("xxxxx mb");
 
279
    ThemeUI::tr("0 mb");
 
280
    ThemeUI::tr("File Finder To Import");
 
281
    ThemeUI::tr("Watch Recordings");
 
282
    ThemeUI::tr("%|\"SUBTITLE|\"% %STARS% %DESCRIPTION%");
 
283
    ThemeUI::tr("No Recordings available, or screen loading...");
 
284
    ThemeUI::tr("Change Recording Group Password");
 
285
    ThemeUI::tr("Status Icons");
 
286
    ThemeUI::tr("%LONGREPEAT%%YEARSTARS%%DESCRIPTION%");
 
287
    ThemeUI::tr("Manual Recording Schedule");
 
288
    ThemeUI::tr("Scheduled Recordings");
 
289
    ThemeUI::tr("Showing:");
 
290
    ThemeUI::tr("%|\"SUBTITLE|\"%\n%YEARSTARS%%DESCRIPTION%");
 
291
    ThemeUI::tr("You Haven't Scheduled Any Programs To Be Recorded\n To schedule a recording, exit this screen and Select 'Program Guide' or 'Program Finder'");
 
292
    ThemeUI::tr("(1) All  (2) Important");
 
293
    ThemeUI::tr("Schedule Priorities");
 
294
    ThemeUI::tr("Phrase");
 
295
    ThemeUI::tr("Program Listings");
 
296
    ThemeUI::tr("No listings found for this program.");
 
297
    ThemeUI::tr("Enter Search Text");
 
298
    ThemeUI::tr("Close");
 
299
    ThemeUI::tr("Search For:");
 
300
    ThemeUI::tr("Manage Recording Rules");
 
301
    ThemeUI::tr("Channel");
 
302
    ThemeUI::tr("Last Recorded");
 
303
    ThemeUI::tr("Custom Record Rules");
 
304
    ThemeUI::tr("Additional Tables:");
 
305
    ThemeUI::tr("Schedule Editor");
 
306
    ThemeUI::tr("Schedule Options Editor");
 
307
    ThemeUI::tr("Storage Options Editor");
 
308
    ThemeUI::tr("Allow recordings to expire?");
 
309
    ThemeUI::tr("Post Processing Editor");
 
310
    ThemeUI::tr("Run User job #2");
 
311
    ThemeUI::tr("Details");
 
312
    ThemeUI::tr("Mythbuntu is based off of ProjectGrayhem, a dark, shiny theme originally inspired by XBMC's ProjectMayhem skin");
 
313
    ThemeUI::tr("MythTV is idle and will shutdown shortly.");
 
314
    ThemeUI::tr("Current Recording(s)");
 
315
    ThemeUI::tr("Next Scheduled Recording(s)");
 
316
    ThemeUI::tr("%SUBTITLE|\"|\" %%DESCRIPTION%");
 
317
    ThemeUI::tr("(%STARTTIME% - %ENDTIME%)  %LENMINS%");
 
318
    ThemeUI::tr("%CHANNUM%");
 
319
    ThemeUI::tr("%CALLSIGN%");
 
320
    ThemeUI::tr("A glossy black look to go with the ProjectGrayhem UI theme.");
 
321
    ThemeUI::tr("(%STARTDATE%)  %LENMINS%");
 
322
    ThemeUI::tr("A graded blue theme with orange text.");
 
323
    ThemeUI::tr("%LONGREPEAT%%STARS%%DESCRIPTION%");
 
324
    ThemeUI::tr("%STARTTIME%-%ENDTIME% (%LENMINS%)");
 
325
    ThemeUI::tr("Browsing");
 
326
    ThemeUI::tr("Transparent blue.");
 
327
    ThemeUI::tr("A two tone blue theme matching the blootube family of UI themes.");
 
328
    ThemeUI::tr("%TITLE% (%STARTTIME% %LENMINS%)");
 
329
    ThemeUI::tr("Red and blue.");
 
330
    ThemeUI::tr("Key Configuration");
 
331
    ThemeUI::tr("Main Menu");
 
332
    ThemeUI::tr("Utilities");
 
333
    ThemeUI::tr("Manage Recordings");
 
334
    ThemeUI::tr("Information");
 
335
    ThemeUI::tr("Optical Media");
 
336
    ThemeUI::tr("Schedule Recordings");
 
337
    ThemeUI::tr("Media Library");
 
338
    ThemeUI::tr("Music");
 
339
    ThemeUI::tr("Photographs");
 
340
    ThemeUI::tr("Setup");
 
341
    ThemeUI::tr("Media Setup");
 
342
    ThemeUI::tr("Info Setup");
 
343
    ThemeUI::tr("TV Setup");
 
344
    ThemeUI::tr("DVD");
 
345
    ThemeUI::tr("Music Setup");
 
346
    ThemeUI::tr("Video Setup");
 
347
    ThemeUI::tr("Game Setup");
 
348
    ThemeUI::tr("NetFlix");
 
349
    ThemeUI::tr("Archive");
 
350
    ThemeUI::tr("Search Words");
 
351
    ThemeUI::tr("Search Lists");
 
352
    ThemeUI::tr("NetFlix Browser");
 
353
    ThemeUI::tr("NetFlix Queue");
 
354
    ThemeUI::tr("MythFlix Configuration");
 
355
    ThemeUI::tr("Probe");
 
356
    ThemeUI::tr("%YEARSTARS% %DESCRIPTION% %LONGREPEAT%");
 
357
    ThemeUI::tr("No recordings exist");
 
358
    ThemeUI::tr("Old Password");
 
359
    ThemeUI::tr("New Password");
 
360
    ThemeUI::tr("Title");
 
361
    ThemeUI::tr("Subtitle");
 
362
    ThemeUI::tr("Manual Recording");
 
363
    ThemeUI::tr("Upcoming Recordings");
 
364
    ThemeUI::tr("%YEARSTARS| %%DESCRIPTION%%| LONGREPEAT%");
 
365
    ThemeUI::tr("You Haven't Scheduled Any Programs To Be Recorded\n To schedule a recording, exit this screen and select 'Program Guide' or 'Program Finder'");
 
366
    ThemeUI::tr("Programme Finder");
 
367
    ThemeUI::tr("Programme Guide");
 
368
    ThemeUI::tr("Previously Recorded");
 
369
    ThemeUI::tr("(1) Time (2) Title");
 
370
    ThemeUI::tr("No programs matched this search.");
 
371
    ThemeUI::tr("A brushed metal and glass effect theme with a choice of colour schemes.");
 
372
    ThemeUI::tr("Start Frontend");
2
373
    ThemeUI::tr("1. General");
3
374
    ThemeUI::tr("2. Capture cards");
4
375
    ThemeUI::tr("3. Video sources");
5
376
    ThemeUI::tr("4. Input connections");
6
377
    ThemeUI::tr("5. Channel Editor");
7
378
    ThemeUI::tr("6. Storage Directories");
 
379
    ThemeUI::tr("7. System Events");
8
380
    ThemeUI::tr("%alert_text%");
9
381
    ThemeUI::tr("LINE #%caller_line%");
10
382
    ThemeUI::tr("NAME: %caller_name%");
11
383
    ThemeUI::tr("NUM : %caller_number%");
12
384
    ThemeUI::tr("DATE: %caller_date% TIME : %caller_time%");
13
 
    ThemeUI::tr("Welcome to MythTV");
14
 
    ThemeUI::tr("MythTV is idle and will shutdown shortly.");
15
 
    ThemeUI::tr("Current Recording(s)");
16
 
    ThemeUI::tr("Retrieving Recording Status ...");
17
 
    ThemeUI::tr("Next Scheduled Recording(s)");
18
 
    ThemeUI::tr("Retrieving Scheduled Recordings ...");
19
 
    ThemeUI::tr("WARNING: There are conflicting scheduled recordings!");
 
385
    ThemeUI::tr("%SUBTITLE|\"|\" %%ORIGINALAIRDATE|(|) %%YEARSTARS|| %%DESCRIPTION%");
 
386
    ThemeUI::tr("%STARTDATE%  (%STARTTIME% - %ENDTIME%)  %LENMINS%");
 
387
    ThemeUI::tr("The BlackCurves theme was influenced by both the blootube and gray osd themes.");
20
388
    ThemeUI::tr("General");
21
389
    ThemeUI::tr("Core MythTV behavior and system settings");
22
390
    ThemeUI::tr("Appearance");
52
420
    ThemeUI::tr("Configure how to archive video to DVD");
53
421
    ThemeUI::tr("ZoneMinder Settings");
54
422
    ThemeUI::tr("Set up surveillance software");
55
 
    ThemeUI::tr("Watch Recordings");
56
423
    ThemeUI::tr("Play Recordings");
57
 
    ThemeUI::tr("Upcoming Recordings");
58
424
    ThemeUI::tr("See what will be recorded next");
59
 
    ThemeUI::tr("Schedule Recordings");
60
425
    ThemeUI::tr("Pick shows to record");
61
426
    ThemeUI::tr("Recording Priorities");
62
427
    ThemeUI::tr("Prioritize some shows over others");
63
 
    ThemeUI::tr("System Status");
64
428
    ThemeUI::tr("What your system is doing right now");
65
429
    ThemeUI::tr("Utilities / Setup");
66
430
    ThemeUI::tr("Settings for TV, Images, Music, Video, Weather, etc.");
84
448
    ThemeUI::tr("Choose programs from a grid-style list");
85
449
    ThemeUI::tr("Program Finder");
86
450
    ThemeUI::tr("Choose programs from an alphabetical index");
87
 
    ThemeUI::tr("Search Words");
88
451
    ThemeUI::tr("Find programs matching search words");
89
 
    ThemeUI::tr("Search Lists");
90
452
    ThemeUI::tr("Pick a program to record from a set of lists");
91
453
    ThemeUI::tr("Custom Record");
92
454
    ThemeUI::tr("Advanced program finder");
108
470
    ThemeUI::tr("Settings for viewing and playing TV");
109
471
    ThemeUI::tr("Playback OSD");
110
472
    ThemeUI::tr("Theme and settings for OSD");
111
 
    ThemeUI::tr("OSD Menu Editor");
112
473
    ThemeUI::tr("Playback Groups");
113
474
    ThemeUI::tr("Adjust settings for different playback styles");
114
475
    ThemeUI::tr("Channel Groups");
118
479
    ThemeUI::tr("Watch live television");
119
480
    ThemeUI::tr("Delete Recordings");
120
481
    ThemeUI::tr("Remove television recordings");
121
 
    ThemeUI::tr("Previously Recorded");
122
482
    ThemeUI::tr("See what you have recorded before");
123
483
    ThemeUI::tr("TV Utilities");
124
 
    ThemeUI::tr("Music");
125
484
    ThemeUI::tr("Videos");
126
485
    ThemeUI::tr("Radio");
127
486
    ThemeUI::tr("Images");
135
494
    ThemeUI::tr("Archive Files");
136
495
    ThemeUI::tr("Zone Minder");
137
496
    ThemeUI::tr("Movie Times");
138
 
    ThemeUI::tr("NetFlix");
139
497
    ThemeUI::tr("Edit Keys");
140
 
    ThemeUI::tr("Setup");
 
498
    ThemeUI::tr("(%TIMEDATE%)  %LENMINS%");
 
499
    ThemeUI::tr("%SUBTITLE|\"|\" %");
 
500
    ThemeUI::tr("%TITLE%");
 
501
    ThemeUI::tr("A transparent dark grey theme.");
 
502
    ThemeUI::tr("Search For");
141
503
    ThemeUI::tr("A blue theme.");
142
 
    ThemeUI::tr("%SUBTITLE|\"|\"%");
143
 
    ThemeUI::tr("%STARS%%DESCRIPTION%");
144
 
    ThemeUI::tr("Scheduled Recordings:");
145
 
    ThemeUI::tr("(1) All  (2) Important");
146
 
    ThemeUI::tr("Showing:");
147
 
    ThemeUI::tr("%SUBTITLE|\"|\" %%STARS%%DESCRIPTION%");
148
 
    ThemeUI::tr("You Haven't Scheduled Any Programs To Be Recorded");
149
 
    ThemeUI::tr("To schedule a recording, exit this screen and");
150
 
    ThemeUI::tr("Select 'Program Guide' or 'Program Finder'");
151
 
    ThemeUI::tr("Preview Schedule Changes:");
152
 
    ThemeUI::tr("The recording schedule would not be affected.");
153
 
    ThemeUI::tr("Channel Recording Priorities");
154
 
    ThemeUI::tr("(1) Channel    (2) Priority");
155
 
    ThemeUI::tr("Source:");
156
 
    ThemeUI::tr("Priority:");
157
 
    ThemeUI::tr("Program Recording Priorities");
158
 
    ThemeUI::tr("Priority");
159
 
    ThemeUI::tr("Final Priority");
160
 
    ThemeUI::tr("(1) Title    (2) Priority    (4) Type");
161
 
    ThemeUI::tr("Record Type:");
162
 
    ThemeUI::tr("[");
163
 
    ThemeUI::tr("]");
164
 
    ThemeUI::tr("]  =");
165
 
    ThemeUI::tr("Select a recording to permanently erase:");
166
 
    ThemeUI::tr("Select a recording to watch:");
167
 
    ThemeUI::tr("Sorry, No Recordings Available");
168
 
    ThemeUI::tr("Select 'Schedule a Recording' from the Main Menu");
169
 
    ThemeUI::tr("(4) Program Guide   **(6) Program Finder **");
170
 
    ThemeUI::tr("Select a letter...");
171
 
    ThemeUI::tr("Pick the letter in which the show starts with, then press SELECT or the right arrow");
172
 
    ThemeUI::tr("Select a program...");
173
 
    ThemeUI::tr("Select the title of the program you wish to find. When finished return with the left arrow key. Press SELECT to schedule a recording.");
174
 
    ThemeUI::tr("No Programs");
175
 
    ThemeUI::tr("There are no available programs under this search. Please select another search.");
176
 
    ThemeUI::tr("Program Listings");
177
 
    ThemeUI::tr("(1)Time (2)Title");
178
 
    ThemeUI::tr("No listings found for this program.");
179
 
    ThemeUI::tr("Airdate:");
180
 
    ThemeUI::tr("Channel:");
181
 
    ThemeUI::tr("Description:");
182
 
    ThemeUI::tr("Show:  (1) All  (2) Important");
183
 
    ThemeUI::tr("(1) Sort by Title  (2) Sort by Priority  (4) Sort by Type");
184
 
    ThemeUI::tr("] =");
185
 
    ThemeUI::tr("%SUBTITLE|\"|\"% %STARS%%DESCRIPTION%");
186
 
    ThemeUI::tr("(4) Program Guide  (6) Program Finder");
187
 
    ThemeUI::tr("Select a letter.");
188
 
    ThemeUI::tr("Pick the letter in which the show starts with, then press SELECT or the right arrow.");
189
 
    ThemeUI::tr("Select a program.");
190
 
    ThemeUI::tr("No Programs.");
191
 
    ThemeUI::tr("(1) Sort by Time    (2) Sort by Title");
 
504
    ThemeUI::tr("Directed by:");
 
505
    ThemeUI::tr("Year:");
 
506
    ThemeUI::tr("User Rating:");
 
507
    ThemeUI::tr("Runtime:");
 
508
    ThemeUI::tr("Play");
 
509
    ThemeUI::tr("No videos in library, or no files found.  If you have configured a video directory, press \"M\" (or the MENU key) and select \"Scan for Changes.\"");
 
510
    ThemeUI::tr("Director:");
 
511
    ThemeUI::tr("Rated:");
 
512
    ThemeUI::tr("Parental Level:");
 
513
    ThemeUI::tr("Lowest");
 
514
    ThemeUI::tr("Low");
 
515
    ThemeUI::tr("Medium");
 
516
    ThemeUI::tr("High");
 
517
    ThemeUI::tr("Browsable:");
 
518
    ThemeUI::tr("Plot:");
 
519
    ThemeUI::tr("Filename:");
 
520
    ThemeUI::tr("Cover File:");
 
521
    ThemeUI::tr("Video Num.:");
 
522
    ThemeUI::tr("Directed by");
 
523
    ThemeUI::tr("Runtime");
 
524
    ThemeUI::tr("Year");
 
525
    ThemeUI::tr("User Rating");
 
526
    ThemeUI::tr("Parental Level");
 
527
    ThemeUI::tr("MythVideo File Associations");
 
528
    ThemeUI::tr("Extension:");
 
529
    ThemeUI::tr("Command:");
 
530
    ThemeUI::tr("Use default player:");
 
531
    ThemeUI::tr("Ignore:");
 
532
    ThemeUI::tr("Edit Video Information");
 
533
    ThemeUI::tr("Parental Control:");
 
534
    ThemeUI::tr("File to Always Play Next:");
 
535
    ThemeUI::tr("Include while Browsing:");
 
536
    ThemeUI::tr("Item has been watched:");
 
537
    ThemeUI::tr("Cover Art:");
 
538
    ThemeUI::tr("Screenshot:");
 
539
    ThemeUI::tr("Banner:");
 
540
    ThemeUI::tr("Fanart:");
 
541
    ThemeUI::tr("Trailer:");
 
542
    ThemeUI::tr("Unique Player Command:");
 
543
    ThemeUI::tr("/path/to/the/thing.jpg");
 
544
    ThemeUI::tr("Filters video list");
 
545
    ThemeUI::tr("Text Filter:");
 
546
    ThemeUI::tr("Category :");
 
547
    ThemeUI::tr("Genre :");
 
548
    ThemeUI::tr("Country :");
 
549
    ThemeUI::tr("Actor/Actress :");
 
550
    ThemeUI::tr("Year :");
 
551
    ThemeUI::tr("Runtime :");
 
552
    ThemeUI::tr("User Rating :");
 
553
    ThemeUI::tr("Browse :");
 
554
    ThemeUI::tr("InetRef :");
 
555
    ThemeUI::tr("Cover File :");
 
556
    ThemeUI::tr("Sort by :");
 
557
    ThemeUI::tr("Watched :");
 
558
    ThemeUI::tr("Result");
 
559
    ThemeUI::tr("Save as default");
 
560
    ThemeUI::tr("Sample Clauses:");
 
561
    ThemeUI::tr(" This was adapted from the Jeroen Brosens' MythCenter theme. The fonts have been changed to freely redistributable ones and layout changes have been made to make this theme look good on 1280x720 and 1920x1080 screens with a 1:1 pixel aspect ratio. ");
192
562
    ThemeUI::tr("Heading");
193
 
    ThemeUI::tr("Cancel");
194
 
    ThemeUI::tr("Ok");
195
 
    ThemeUI::tr("0%");
196
 
    ThemeUI::tr("Playback starting ...");
 
563
    ThemeUI::tr("Playback starting â€¦");
 
564
    ThemeUI::tr("Bookmark Manager");
 
565
    ThemeUI::tr("Web Page");
197
566
    ThemeUI::tr("Icon Importer");
198
 
    ThemeUI::tr("Search terms:");
199
 
    ThemeUI::tr("Search");
200
 
    ThemeUI::tr("Skip");
201
 
    ThemeUI::tr("Channel Editor");
202
567
    ThemeUI::tr("List Options");
203
 
    ThemeUI::tr("Sort By:");
204
 
    ThemeUI::tr("Hide Channels without channel number.");
205
568
    ThemeUI::tr("Delete All");
206
569
    ThemeUI::tr("Global Options");
207
 
    ThemeUI::tr("Channel Scan");
208
 
    ThemeUI::tr("Icon Download");
209
 
    ThemeUI::tr("Edit Transports");
210
 
    ThemeUI::tr("Done");
 
570
    ThemeUI::tr("Image Gallery");
 
571
    ThemeUI::tr("No images found in configured directory.  Are you sure you have set up the plugin properly?");
211
572
    ThemeUI::tr("Play Games");
212
573
    ThemeUI::tr("System:");
213
 
    ThemeUI::tr("Year:");
214
 
    ThemeUI::tr("Genre:");
215
574
    ThemeUI::tr("Favorite:");
216
575
    ThemeUI::tr("Yes");
217
576
    ThemeUI::tr("No");
 
577
    ThemeUI::tr("Emulator:");
218
578
    ThemeUI::tr("Television");
219
 
    ThemeUI::tr("Main Menu");
220
579
    ThemeUI::tr("Gallery");
221
580
    ThemeUI::tr("Schedule");
222
581
    ThemeUI::tr("Programme Searches");
223
582
    ThemeUI::tr("CD/DVD Options");
224
 
    ThemeUI::tr("Media Library");
225
583
    ThemeUI::tr("Info Centre");
226
584
    ThemeUI::tr("P");
227
585
    ThemeUI::tr("S");
228
586
    ThemeUI::tr("Playing:");
229
587
    ThemeUI::tr("None");
 
588
    ThemeUI::tr("Internet Video Browser");
 
589
    ThemeUI::tr("No sites configured!");
 
590
    ThemeUI::tr("Videos - Gallery");
 
591
    ThemeUI::tr("Videos - Tree");
230
592
    ThemeUI::tr("%|\"SUBTITLE|\"% %DESCRIPTION%");
231
593
    ThemeUI::tr("Change Displayed Groups");
232
 
    ThemeUI::tr("Show Titles");
233
 
    ThemeUI::tr("Show Categories");
234
 
    ThemeUI::tr("Show Recording Groups");
235
 
    ThemeUI::tr("Show Watch List");
236
 
    ThemeUI::tr("Show Searches");
237
 
    ThemeUI::tr("Show LiveTV");
238
594
    ThemeUI::tr("Show Watched Recordings");
239
 
    ThemeUI::tr("Save");
240
 
    ThemeUI::tr("Change Recording Group Password");
241
 
    ThemeUI::tr("Old Password");
242
 
    ThemeUI::tr("New Password:");
243
 
    ThemeUI::tr("OK");
244
 
    ThemeUI::tr("Edit Recording Metadata");
245
 
    ThemeUI::tr("Title");
246
 
    ThemeUI::tr("Subtitle");
247
 
    ThemeUI::tr("Manual Recording Schedule");
248
 
    ThemeUI::tr("Title (Optional):");
249
 
    ThemeUI::tr("Date, or day of week:");
250
 
    ThemeUI::tr("Start Time:");
251
 
    ThemeUI::tr("Hour");
252
 
    ThemeUI::tr("Minute");
253
 
    ThemeUI::tr("Duration:");
254
 
    ThemeUI::tr("Next");
255
 
    ThemeUI::tr("Scheduled Recordings");
256
595
    ThemeUI::tr("Schedules Overview");
257
596
    ThemeUI::tr("First Conflict:");
258
 
    ThemeUI::tr("Filter:");
259
 
    ThemeUI::tr("You Haven't Scheduled Any Programs To Be Recorded\n To schedule a recording, exit this screen and Select 'Program Guide' or 'Program Finder'");
260
 
    ThemeUI::tr("Callsign:");
261
 
    ThemeUI::tr("(1) Channel (2) Priority");
262
 
    ThemeUI::tr("Schedule Priorities");
263
 
    ThemeUI::tr("Final");
264
 
    ThemeUI::tr("Type Priority:");
265
 
    ThemeUI::tr("Final Priority:");
266
 
    ThemeUI::tr("(1) Title (2) Priority (4) Type");
267
 
    ThemeUI::tr("Custom Priority Rules");
268
 
    ThemeUI::tr("Existing Rules:");
269
 
    ThemeUI::tr("Rule Name:");
270
 
    ThemeUI::tr("Priority Change:");
271
 
    ThemeUI::tr("Select a clause from the list.");
272
 
    ThemeUI::tr("Add Clause");
273
 
    ThemeUI::tr("Delete");
274
 
    ThemeUI::tr("Test");
275
 
    ThemeUI::tr("Install");
276
 
    ThemeUI::tr("Phrase");
277
 
    ThemeUI::tr("Select Time");
278
 
    ThemeUI::tr("Select Search");
279
 
    ThemeUI::tr("Edit Power Search Fields");
280
 
    ThemeUI::tr("Optional title phrase:");
281
 
    ThemeUI::tr("Optional subtitle phrase:");
282
 
    ThemeUI::tr("Optional description phrase:");
 
597
    ThemeUI::tr("Recording Rule Priorities");
 
598
    ThemeUI::tr("Type");
283
599
    ThemeUI::tr("List Overview");
284
600
    ThemeUI::tr("Current View:");
285
601
    ThemeUI::tr("Position:");
286
 
    ThemeUI::tr("Program Details");
287
 
    ThemeUI::tr("Schedule Editor");
288
602
    ThemeUI::tr("Rule Overview");
289
 
    ThemeUI::tr("Select the recording rule");
290
 
    ThemeUI::tr("Schedule Options");
291
 
    ThemeUI::tr("Storage Options");
292
 
    ThemeUI::tr("Post Processing");
293
 
    ThemeUI::tr("Schedule Info");
294
 
    ThemeUI::tr("Preview");
295
 
    ThemeUI::tr("Reduce priority by %n", 0, 1);
296
 
    ThemeUI::tr("Normal recording priority");
297
 
    ThemeUI::tr("Raise priority by %n", 0, 1);
298
 
    ThemeUI::tr("Start recording %n minute(s) late", 0, 1);
299
 
    ThemeUI::tr("Start recording on time");
300
 
    ThemeUI::tr("Start recording %n minute(s) early", 0, 1);
301
 
    ThemeUI::tr("End recording %n minute(s) early", 0, 1);
302
 
    ThemeUI::tr("End recording on time");
303
 
    ThemeUI::tr("End recording %n minute(s) late", 0, 1);
304
 
    ThemeUI::tr("Recording Rule Active");
305
 
    ThemeUI::tr("Back");
306
 
    ThemeUI::tr("No episode limit");
307
 
    ThemeUI::tr("Keep at most %n episode(s)", 0, 1);
308
 
    ThemeUI::tr("Allow recordings to expire?");
309
603
    ThemeUI::tr("Post-Processing Options");
310
 
    ThemeUI::tr("Commercial Flag new recordings");
311
 
    ThemeUI::tr("Transcode new recordings");
312
 
    ThemeUI::tr("123");
313
 
    ThemeUI::tr("Search For:");
314
 
    ThemeUI::tr("%SUBTITLE|\"|\" %%REPEAT%%STARS%%DESCRIPTION%");
315
604
    ThemeUI::tr("Search Results");
316
605
    ThemeUI::tr("Cast Members");
317
606
    ThemeUI::tr("Full Plot");
318
607
    ThemeUI::tr("Video List Filters");
319
 
    ThemeUI::tr("Text Filter:");
320
608
    ThemeUI::tr("Category");
321
609
    ThemeUI::tr("Genre");
322
610
    ThemeUI::tr("Country");
323
611
    ThemeUI::tr("Actor/Actress");
324
 
    ThemeUI::tr("Year");
325
 
    ThemeUI::tr("Runtime");
326
 
    ThemeUI::tr("User Rating");
327
612
    ThemeUI::tr("Browse");
328
613
    ThemeUI::tr("InetRef");
329
614
    ThemeUI::tr("Cover File");
331
616
    ThemeUI::tr("Watched");
332
617
    ThemeUI::tr("Make default");
333
618
    ThemeUI::tr("Video Manager");
334
 
    ThemeUI::tr("Director:");
335
619
    ThemeUI::tr("Parental:");
336
 
    ThemeUI::tr("Lowest");
337
 
    ThemeUI::tr("Low");
338
 
    ThemeUI::tr("Medium");
339
 
    ThemeUI::tr("High");
340
 
    ThemeUI::tr("Rated:");
341
 
    ThemeUI::tr("Browsable:");
342
 
    ThemeUI::tr("Runtime:");
343
 
    ThemeUI::tr("Filename:");
344
 
    ThemeUI::tr("Cover File:");
345
620
    ThemeUI::tr("IMDB ID:");
346
621
    ThemeUI::tr("Video Browser");
347
 
    ThemeUI::tr("Videos - Gallery");
348
 
    ThemeUI::tr("Videos - Tree");
349
 
    ThemeUI::tr("Parental Level");
350
622
    ThemeUI::tr("Video File Associations");
351
 
    ThemeUI::tr("Extension:");
352
 
    ThemeUI::tr("Command:");
353
 
    ThemeUI::tr("Use default player:");
354
 
    ThemeUI::tr("Ignore:");
355
623
    ThemeUI::tr("Edit Video Metadata");
356
 
    ThemeUI::tr("Title:");
357
 
    ThemeUI::tr("Subtitle:");
358
 
    ThemeUI::tr("Season:");
359
 
    ThemeUI::tr("Episode:");
360
 
    ThemeUI::tr("Category:");
361
 
    ThemeUI::tr("Parental Control:");
362
 
    ThemeUI::tr("File to Always Play Next:");
363
 
    ThemeUI::tr("Include while Browsing:");
364
624
    ThemeUI::tr("Item has been Watched:");
365
 
    ThemeUI::tr("Cover Art:");
366
 
    ThemeUI::tr("Screenshot:");
367
 
    ThemeUI::tr("Banner:");
368
 
    ThemeUI::tr("Fanart:");
369
 
    ThemeUI::tr("Trailer:");
370
 
    ThemeUI::tr("Unique Player Command:");
371
 
    ThemeUI::tr("Directed by:");
372
 
    ThemeUI::tr("Play");
373
625
    ThemeUI::tr("Change mythtv key bindings.");
374
626
    ThemeUI::tr("MythStream Settings");
375
627
    ThemeUI::tr("Weather Station Settings");
376
628
    ThemeUI::tr("TV");
 
629
    ThemeUI::tr("Internet Video");
377
630
    ThemeUI::tr("Play Online Streams");
378
631
    ThemeUI::tr("Weather Station");
379
632
    ThemeUI::tr("A long menu which breaks down the options by their category. TV, Music, Video etc");
381
634
    ThemeUI::tr("Recording Rules");
382
635
    ThemeUI::tr("Edit or delete any recording rule");
383
636
    ThemeUI::tr("Play TV Recordings");
384
 
    ThemeUI::tr("Appearance Wizard");
385
 
    ThemeUI::tr("Move the selected arrow to the corner of the TV screen.  Press SELECT to edit the other arrow.  Press MENU for options and ESC to quit.");
386
 
    ThemeUI::tr("1280 x 720");
387
 
    ThemeUI::tr("0 x 0");
388
 
    ThemeUI::tr("1 pixel");
389
 
    ThemeUI::tr("Up Level");
390
 
    ThemeUI::tr("Home");
391
 
    ThemeUI::tr("Please Wait....");
392
 
    ThemeUI::tr("Sort Mode:");
393
 
    ThemeUI::tr("Video Source:");
394
 
    ThemeUI::tr("Contexts");
395
 
    ThemeUI::tr("Actions");
396
 
    ThemeUI::tr("%|\"SUBTITLE|\"% %STARS% %DESCRIPTION%");
397
 
    ThemeUI::tr("Change View");
398
 
    ThemeUI::tr("Show Watched Programs");
399
 
    ThemeUI::tr("Old Password:");
400
 
    ThemeUI::tr("Status Icons");
401
 
    ThemeUI::tr("%LONGREPEAT%%YEARSTARS%%DESCRIPTION%");
402
 
    ThemeUI::tr("%|\"SUBTITLE|\"%\n%YEARSTARS%%DESCRIPTION%");
403
 
    ThemeUI::tr("You Haven't Scheduled Any Programs To Be Recorded\n To schedule a recording, exit this screen and select 'Program Guide' or 'Program Finder'");
404
 
    ThemeUI::tr("Manage Recording Rules");
405
 
    ThemeUI::tr("Channel");
406
 
    ThemeUI::tr("Last Recorded");
407
 
    ThemeUI::tr("Recording Group:");
408
 
    ThemeUI::tr("Storage Group:");
409
 
    ThemeUI::tr("Recording Profile:");
410
 
    ThemeUI::tr("Program Details:");
411
 
    ThemeUI::tr("Enter Search Text");
412
 
    ThemeUI::tr("Close");
413
 
    ThemeUI::tr("%|\"SUBTITLE|\"%\n%LONGREPEAT%%STARS| %%DESCRIPTION%");
414
 
    ThemeUI::tr("Custom Record Rules");
415
 
    ThemeUI::tr("Additional Tables:");
416
 
    ThemeUI::tr("Record");
417
 
    ThemeUI::tr("Store");
418
 
    ThemeUI::tr("%|\"SUBTITLE|\"% %LONGREPEAT%%STARS| %%DESCRIPTION%");
419
 
    ThemeUI::tr("Details");
420
 
    ThemeUI::tr("This screen displays the status of various system components");
421
 
    ThemeUI::tr("Run User Job #1");
422
 
    ThemeUI::tr("Run User job #2");
423
 
    ThemeUI::tr("Run User Job #3");
424
 
    ThemeUI::tr("Run User Job #4");
425
 
    ThemeUI::tr("Make or accept a VoIP call");
 
637
    ThemeUI::tr("Preview Schedule Changes");
 
638
    ThemeUI::tr("You Haven't Scheduled Any Programs To Be Recorded");
 
639
    ThemeUI::tr("(1)Time (2)Title");
426
640
    ThemeUI::tr("Keep up with the news");
 
641
    ThemeUI::tr("Twitter");
 
642
    ThemeUI::tr("Send and receive tweets");
427
643
    ThemeUI::tr("See when local movies are playing");
428
644
    ThemeUI::tr("Local weather forecast");
429
645
    ThemeUI::tr("Manage your NetFlix queue");
430
646
    ThemeUI::tr("Browse the web");
431
647
    ThemeUI::tr("Start cooking!");
 
648
    ThemeUI::tr("See what your system is doing");
432
649
    ThemeUI::tr("Home surveillance");
433
650
    ThemeUI::tr("Hardware profile");
434
651
    ThemeUI::tr("Tell us what hardware you have so we can support it");
435
 
    ThemeUI::tr("Play recordings");
 
652
    ThemeUI::tr("Browse your recordings");
436
653
    ThemeUI::tr("Watch Videos");
437
 
    ThemeUI::tr("Play videos");
 
654
    ThemeUI::tr("Browse your video library");
438
655
    ThemeUI::tr("Listen to Music");
 
656
    ThemeUI::tr("Browse your music library");
439
657
    ThemeUI::tr("Listen to the radio");
440
 
    ThemeUI::tr("Image Gallery");
 
658
    ThemeUI::tr("Search Internet Video");
 
659
    ThemeUI::tr("Search popular video sites");
 
660
    ThemeUI::tr("Browse Internet Video");
 
661
    ThemeUI::tr("Browse highlights and entire sites");
441
662
    ThemeUI::tr("Look at Pictures");
442
663
    ThemeUI::tr("Play video games");
 
664
    ThemeUI::tr("Pick the theme, font, size, and locale");
443
665
    ThemeUI::tr("Media Settings");
444
666
    ThemeUI::tr("Settings for all non-TV media");
445
667
    ThemeUI::tr("Info Center Settings");
446
668
    ThemeUI::tr("Configure weather, news, movie info, web, and recipes");
 
669
    ThemeUI::tr("System Event Handlers");
 
670
    ThemeUI::tr("Configure System Event handler commands");
447
671
    ThemeUI::tr("Play any of your media");
448
 
    ThemeUI::tr("Manage Recordings");
449
 
    ThemeUI::tr("Pick and prioritize shows to record");
 
672
    ThemeUI::tr("Pick and prioritize recordings");
450
673
    ThemeUI::tr("Information Center");
451
674
    ThemeUI::tr("Information and Communications");
452
675
    ThemeUI::tr("Optical Disks");
453
676
    ThemeUI::tr("Play or import CDs and DVDs");
454
677
    ThemeUI::tr("Configure MythTV and plugins");
 
678
    ThemeUI::tr("See what you have recorded");
455
679
    ThemeUI::tr("Set Priorities");
456
680
    ThemeUI::tr("Play DVD");
457
 
    ThemeUI::tr("Play the video on a movie DVD");
 
681
    ThemeUI::tr("Play a film on DVD");
458
682
    ThemeUI::tr("Play VCD");
459
683
    ThemeUI::tr("Play the video on a VCD");
460
684
    ThemeUI::tr("Import DVD");
464
688
    ThemeUI::tr("Import music from an audio CD");
465
689
    ThemeUI::tr("Eject media");
466
690
    ThemeUI::tr("Eject CD or DVD from drive");
 
691
    ThemeUI::tr("Prioritize some channels over others");
 
692
    ThemeUI::tr("Prioritize some recordings over others");
 
693
    ThemeUI::tr("Choose which menu options appear during playback");
 
694
    ThemeUI::tr("Group your favorite channels together");
 
695
    ThemeUI::tr("Change the quality of your recordings");
467
696
    ThemeUI::tr("Music Tools");
468
697
    ThemeUI::tr("Select, import, or play music");
469
 
    ThemeUI::tr("Scan for new videos, edit metadata, or delete");
470
 
    ThemeUI::tr("%SUBTITLE%%BR%%DESCRIPTION%");
471
 
    ThemeUI::tr("%DESCRIPTION%");
472
 
    ThemeUI::tr("%STARTDATE%");
473
 
    ThemeUI::tr("Callsign");
474
 
    ThemeUI::tr("Channel #");
475
 
    ThemeUI::tr("Channel Name");
476
 
    ThemeUI::tr("XMLTV ID");
477
 
    ThemeUI::tr("[P]robe");
478
 
    ThemeUI::tr("[O]k");
479
 
    ThemeUI::tr("%DESCRIPTION%%BR%(%STARTTIME% - %LENMINS%)");
480
 
    ThemeUI::tr("%CALLSIGN% - %CHANNUM%");
481
 
    ThemeUI::tr("A simple transparent black and white theme.");
 
698
    ThemeUI::tr("Change MythTV key bindings.");
 
699
    ThemeUI::tr("(%STARTDATE% %STARTTIME% - %ENDTIME%)  %LENMINS%");
 
700
    ThemeUI::tr("A very simple blue and black theme.");
 
701
    ThemeUI::tr("Pick and prioritize shows to record");
482
702
    ThemeUI::tr("Play or import audio or video CDs or DVDs");
 
703
    ThemeUI::tr("Play recordings");
 
704
    ThemeUI::tr("Play videos");
483
705
    ThemeUI::tr("Watch A DVD");
 
706
    ThemeUI::tr("Play the video on a movie DVD");
484
707
    ThemeUI::tr("Watch Live TV");
485
708
    ThemeUI::tr("Watch Online Streams");
486
709
    ThemeUI::tr("Plugins");