1 | <?php
|
---|
2 | /*** ***\
|
---|
3 | languages/English_GB.php
|
---|
4 |
|
---|
5 | Translation hash for British English. This also doubles as the template for
|
---|
6 | other translations, since it's mostly just blank (default) entries.
|
---|
7 | \*** ***/
|
---|
8 |
|
---|
9 | // Set the locale to English UTF-8
|
---|
10 | setlocale(LC_ALL, 'en_GB.UTF-8');
|
---|
11 |
|
---|
12 | // Define the language lookup hash ** Do not touch the next line
|
---|
13 | $L = array(
|
---|
14 | // Add your translations below here.
|
---|
15 | // Warning, any custom comments will be lost during translation updates.
|
---|
16 | //
|
---|
17 | // Shared Terms
|
---|
18 | '$1 hr' => '',
|
---|
19 | '$1 hrs' => '',
|
---|
20 | '$1 min' => '',
|
---|
21 | '$1 mins' => '',
|
---|
22 | '$1 programs, using $2 ($3) out of $4 ($5 free).' => '$1 programmes, using $2 ($3) out of $4 ($5 free).',
|
---|
23 | '$1 to $2' => '',
|
---|
24 | 'Activate' => '',
|
---|
25 | 'Advanced Options' => '',
|
---|
26 | 'Airtime' => '',
|
---|
27 | 'All recordings' => '',
|
---|
28 | 'Auto-expire recordings' => '',
|
---|
29 | 'Auto-flag commercials' => '',
|
---|
30 | 'Auto-transcode' => '',
|
---|
31 | 'Backend Status' => '',
|
---|
32 | 'Cancel this schedule.' => '',
|
---|
33 | 'Category' => '',
|
---|
34 | 'Check for duplicates in' => '',
|
---|
35 | 'Create Schedule' => '',
|
---|
36 | 'Current recordings' => '',
|
---|
37 | 'Custom Schedule' => '',
|
---|
38 | 'Date' => '',
|
---|
39 | 'Default' => '',
|
---|
40 | 'Description' => '',
|
---|
41 | 'Details for' => '',
|
---|
42 | 'Display' => '',
|
---|
43 | 'Don\'t Record' => '',
|
---|
44 | 'Duplicate Check method' => '',
|
---|
45 | 'End Late' => '',
|
---|
46 | 'Episode' => '',
|
---|
47 | 'Forget Old' => '',
|
---|
48 | 'Hour' => '',
|
---|
49 | 'IMDB' => '',
|
---|
50 | 'Inactive' => '',
|
---|
51 | 'Jump' => '',
|
---|
52 | 'Jump to' => '',
|
---|
53 | 'Listings' => '',
|
---|
54 | 'Music' => '',
|
---|
55 | 'Never Record' => '',
|
---|
56 | 'No' => '',
|
---|
57 | 'No. of recordings to keep' => '',
|
---|
58 | 'None' => '',
|
---|
59 | 'Only New Episodes' => '',
|
---|
60 | 'Original Airdate' => '',
|
---|
61 | 'Previous recordings' => '',
|
---|
62 | 'Program Listing' => 'Programme Listing',
|
---|
63 | 'Rating' => '',
|
---|
64 | 'Record This' => '',
|
---|
65 | 'Record new and expire old' => '',
|
---|
66 | 'Recorded Programs' => 'Recorded Programmes',
|
---|
67 | 'Recording Group' => '',
|
---|
68 | 'Recording Options' => '',
|
---|
69 | 'Recording Priority' => '',
|
---|
70 | 'Recording Profile' => '',
|
---|
71 | 'Recording Schedules' => '',
|
---|
72 | 'Repeat' => '',
|
---|
73 | 'Save' => '',
|
---|
74 | 'Save Schedule' => '',
|
---|
75 | 'Schedule' => '',
|
---|
76 | 'Schedule Manually' => '',
|
---|
77 | 'Schedule Options' => '',
|
---|
78 | 'Schedule Override' => '',
|
---|
79 | 'Schedule normally.' => '',
|
---|
80 | 'Search' => '',
|
---|
81 | 'Search Results' => '',
|
---|
82 | 'Settings' => '',
|
---|
83 | 'Start Early' => '',
|
---|
84 | 'Subtitle' => '',
|
---|
85 | 'Subtitle and Description' => '',
|
---|
86 | 'The requested recording schedule has been deleted.' => '',
|
---|
87 | 'Title' => '',
|
---|
88 | 'Transcoder' => '',
|
---|
89 | 'Type' => '',
|
---|
90 | 'Unknown' => '',
|
---|
91 | 'Upcoming Recordings' => '',
|
---|
92 | 'Update' => '',
|
---|
93 | 'Update Recording Settings' => '',
|
---|
94 | 'Weather' => '',
|
---|
95 | 'Yes' => '',
|
---|
96 | 'airdate' => '',
|
---|
97 | 'channum' => '',
|
---|
98 | 'description' => '',
|
---|
99 | 'generic_date' => '%a %b %e, %Y',
|
---|
100 | 'generic_time' => '%I:%M %p',
|
---|
101 | 'length' => '',
|
---|
102 | 'minutes' => '',
|
---|
103 | 'recgroup' => '',
|
---|
104 | 'recpriority' => '',
|
---|
105 | 'rectype-long: always' => 'Record at any time on any channel.',
|
---|
106 | 'rectype-long: channel' => 'Record at any time on channel $1.',
|
---|
107 | 'rectype-long: daily' => 'Record this programme in this timeslot every day.',
|
---|
108 | 'rectype-long: dontrec' => 'Do not record this specific showing.',
|
---|
109 | 'rectype-long: finddaily' => 'Find and record one showing of this title each day.',
|
---|
110 | 'rectype-long: findone' => 'Find and record one showing of this title.',
|
---|
111 | 'rectype-long: findweekly' => 'Find and record one showing of this title each week.',
|
---|
112 | 'rectype-long: once' => 'Record only this showing.',
|
---|
113 | 'rectype-long: override' => 'Record this specific showing.',
|
---|
114 | 'rectype-long: weekly' => 'Record this programme in this timeslot every week.',
|
---|
115 | 'rectype: always' => 'Always',
|
---|
116 | 'rectype: channel' => 'Channel',
|
---|
117 | 'rectype: daily' => 'Daily',
|
---|
118 | 'rectype: dontrec' => 'Don\'t Record',
|
---|
119 | 'rectype: findone' => 'Find Once',
|
---|
120 | 'rectype: once' => 'Once',
|
---|
121 | 'rectype: override' => 'Override (record)',
|
---|
122 | 'rectype: weekly' => 'Weekly',
|
---|
123 | 'subtitle' => '',
|
---|
124 | 'title' => '',
|
---|
125 | // includes/programs.php
|
---|
126 | 'CC' => '',
|
---|
127 | 'HDTV' => '',
|
---|
128 | 'Notes' => '',
|
---|
129 | 'Part $1 of $2' => '',
|
---|
130 | 'Stereo' => '',
|
---|
131 | 'Subtitled' => '',
|
---|
132 | 'recstatus: cancelled' => 'This was scheduled to be recorded but was manually canceled.',
|
---|
133 | 'recstatus: conflict' => 'Another programme with a higher recording priority will be recorded.',
|
---|
134 | 'recstatus: currentrecording' => 'This episode was previously recorded and is still available in the list of recordings.',
|
---|
135 | 'recstatus: deleted' => 'This showing was recorded but was deleted before recording was completed.',
|
---|
136 | 'recstatus: earliershowing' => 'This episode will be recorded at an earlier time instead.',
|
---|
137 | 'recstatus: force_record' => 'This show was manually set to record this specific instance.',
|
---|
138 | 'recstatus: inactive' => 'This recording schedule is inactive.',
|
---|
139 | 'recstatus: latershowing' => 'This episode will be recorded at a later time instead.',
|
---|
140 | 'recstatus: lowdiskspace' => 'There wasn\'t enough disk space available to record this programme.',
|
---|
141 | 'recstatus: manualoverride' => 'This showing was manually set to not record',
|
---|
142 | 'recstatus: neverrecord' => 'This show was marked to never be recorded.',
|
---|
143 | 'recstatus: notlisted' => 'This show does not match the current programme listings.',
|
---|
144 | 'recstatus: previousrecording' => 'This episode was previously recorded according to the duplicate policy chosen for this title.',
|
---|
145 | 'recstatus: recorded' => 'This showing was recorded.',
|
---|
146 | 'recstatus: recording' => 'This showing is being recorded.',
|
---|
147 | 'recstatus: repeat' => 'This showing is a repeat and will not be recorded.',
|
---|
148 | 'recstatus: stopped' => 'This showing was recorded but was stopped before recording was completed.',
|
---|
149 | 'recstatus: toomanyrecordings' => 'Too many recordings of this programme have already been recorded.',
|
---|
150 | 'recstatus: tunerbusy' => 'The tuner card was already being used when this programme was scheduled to be recorded.',
|
---|
151 | 'recstatus: unknown' => 'The status of this showing is unknown.',
|
---|
152 | 'recstatus: willrecord' => 'This showing will be recorded.',
|
---|
153 | // includes/recording_schedules.php
|
---|
154 | 'Dup Method' => '',
|
---|
155 | 'Profile' => '',
|
---|
156 | 'Sub and Desc (Empty matches)' => '',
|
---|
157 | 'rectype: finddaily' => 'Find One Daily',
|
---|
158 | 'rectype: findweekly' => 'Find One Weekly',
|
---|
159 | // includes/utils.php
|
---|
160 | '$1 B' => '',
|
---|
161 | '$1 GB' => '',
|
---|
162 | '$1 KB' => '',
|
---|
163 | '$1 MB' => '',
|
---|
164 | '$1 TB' => '',
|
---|
165 | // modules/backend_log/init.php
|
---|
166 | 'Logs' => '',
|
---|
167 | // modules/movietimes/init.php
|
---|
168 | 'Movie Times' => 'Film Times',
|
---|
169 | // modules/settings/init.php
|
---|
170 | 'MythTV channel info' => '',
|
---|
171 | 'MythTV key bindings' => '',
|
---|
172 | 'MythWeb session settings' => '',
|
---|
173 | 'settings' => '',
|
---|
174 | // modules/status/init.php
|
---|
175 | 'Status' => '',
|
---|
176 | // modules/stream/init.php
|
---|
177 | 'Streaming' => '',
|
---|
178 | // modules/tv/detail.php
|
---|
179 | 'This program is already scheduled to be recorded via a $1custom search$2.' => 'This programme is already scheduled to be recorded via a $1custom search$2.',
|
---|
180 | 'Unknown Program.' => 'Unknown Programme.',
|
---|
181 | 'Unknown Recording Schedule.' => '',
|
---|
182 | // modules/tv/init.php
|
---|
183 | 'Special Searches' => '',
|
---|
184 | 'TV' => '',
|
---|
185 | // modules/tv/recorded.php
|
---|
186 | 'No matching programs found.' => 'No matching programmes found.',
|
---|
187 | 'Showing all programs from the $1 group.' => 'Showing all programmes from the $1 group.',
|
---|
188 | 'Showing all programs.' => 'Showing all programmes.',
|
---|
189 | // modules/tv/schedules_custom.php
|
---|
190 | 'Any Category' => '',
|
---|
191 | 'Any Channel' => '',
|
---|
192 | 'Any Program Type' => 'Any Programme Type',
|
---|
193 | // modules/tv/search.php
|
---|
194 | 'Please search for something.' => '',
|
---|
195 | // modules/video/init.php
|
---|
196 | 'Video' => '',
|
---|
197 | // themes/default/backend_log/backend_log.php
|
---|
198 | 'Backend Logs' => '',
|
---|
199 | // themes/default/backend_log/welcome.php
|
---|
200 | 'welcome: backend_log' => 'Show the server logs.',
|
---|
201 | // themes/default/header.php
|
---|
202 | 'Category Legend' => '',
|
---|
203 | 'Category Type' => '',
|
---|
204 | 'Custom' => '',
|
---|
205 | 'Edit MythWeb and some MythTV settings.' => '',
|
---|
206 | 'Exact Match' => '',
|
---|
207 | 'HD Only' => '',
|
---|
208 | 'Manual' => '',
|
---|
209 | 'MythMusic on the web.' => '',
|
---|
210 | 'MythVideo on the web.' => '',
|
---|
211 | 'MythWeb Weather.' => '',
|
---|
212 | 'Search fields' => '',
|
---|
213 | 'Search help' => '',
|
---|
214 | 'Search help: movie example' => '*** 1/2 Adventure',
|
---|
215 | 'Search help: movie search' => 'film search',
|
---|
216 | 'Search help: regex example' => '/^Good Eats/',
|
---|
217 | 'Search help: regex search' => 'regex search',
|
---|
218 | 'Search options' => '',
|
---|
219 | 'Searches' => '',
|
---|
220 | 'TV functions, including recorded programs.' => 'TV functions, including recorded programmes.',
|
---|
221 | // themes/default/movietimes/welcome.php
|
---|
222 | 'welcome: movietimes' => 'Get listings for films playing at local cinemas.',
|
---|
223 | // themes/default/music/music.php
|
---|
224 | 'Album' => '',
|
---|
225 | 'Album (filtered)' => '',
|
---|
226 | 'All Music' => '',
|
---|
227 | 'Artist' => '',
|
---|
228 | 'Artist (filtered)' => '',
|
---|
229 | 'Displaying' => '',
|
---|
230 | 'Duration' => '',
|
---|
231 | 'End' => '',
|
---|
232 | 'Filtered' => '',
|
---|
233 | 'Genre' => '',
|
---|
234 | 'Genre (filtered)' => '',
|
---|
235 | 'Next' => '',
|
---|
236 | 'No Tracks Available' => '',
|
---|
237 | 'Previous' => '',
|
---|
238 | 'Top' => '',
|
---|
239 | 'Track Name' => '',
|
---|
240 | 'Unfiltered' => '',
|
---|
241 | // themes/default/music/welcome.php
|
---|
242 | 'welcome: music' => 'Browse your music collection.',
|
---|
243 | // themes/default/settings/channels.php
|
---|
244 | 'Configure Channels' => '',
|
---|
245 | 'Please be warned that by altering this table without knowing what you are doing, you could seriously disrupt mythtv functionality.' => '',
|
---|
246 | 'brightness' => '',
|
---|
247 | 'callsign' => '',
|
---|
248 | 'colour' => '',
|
---|
249 | 'commfree' => '',
|
---|
250 | 'contrast' => '',
|
---|
251 | 'delete' => '',
|
---|
252 | 'finetune' => '',
|
---|
253 | 'freqid' => '',
|
---|
254 | 'hue' => '',
|
---|
255 | 'name' => '',
|
---|
256 | 'sourceid' => '',
|
---|
257 | 'useonairguide' => '',
|
---|
258 | 'videofilters' => '',
|
---|
259 | 'visible' => '',
|
---|
260 | 'xmltvid' => '',
|
---|
261 | // themes/default/settings/keys.php
|
---|
262 | 'Action' => '',
|
---|
263 | 'Configure Keybindings' => '',
|
---|
264 | 'Context' => '',
|
---|
265 | 'Destination' => '',
|
---|
266 | 'Edit keybindings on' => '',
|
---|
267 | 'JumpPoints Editor' => '',
|
---|
268 | 'Key bindings' => '',
|
---|
269 | 'Keybindings Editor' => '',
|
---|
270 | 'Set Host' => '',
|
---|
271 | // themes/default/settings/session.php
|
---|
272 | 'Channel "Jump to"' => '',
|
---|
273 | 'Date Formats' => '',
|
---|
274 | 'Guide Settings' => '',
|
---|
275 | 'Hour Format' => '',
|
---|
276 | 'Language' => '',
|
---|
277 | 'Listing "Jump to"' => '',
|
---|
278 | 'Listing Time Key' => '',
|
---|
279 | 'MythWeb Session Settings' => '',
|
---|
280 | 'MythWeb Theme' => '',
|
---|
281 | 'Only display favourite channels' => '',
|
---|
282 | 'Reset' => '',
|
---|
283 | 'SI Units?' => '',
|
---|
284 | 'Scheduled Popup' => '',
|
---|
285 | 'Show descriptions on new line' => '',
|
---|
286 | 'Status Bar' => '',
|
---|
287 | 'Weather Icons' => '',
|
---|
288 | 'format help' => '',
|
---|
289 | // themes/default/settings/settings.php
|
---|
290 | 'settings: overview' => 'This is the index page for the configuration settings...<p>It\'s incomplete, and will eventually get some nicer formatting. For now, you can choose from the following:',
|
---|
291 | // themes/default/settings/welcome.php
|
---|
292 | 'welcome: settings' => 'Configure MythWeb and some of the MythTV settings.',
|
---|
293 | // themes/default/status/welcome.php
|
---|
294 | 'welcome: status' => 'Show the backend status page.',
|
---|
295 | // themes/default/tv/channel.php
|
---|
296 | 'Channel Detail' => '',
|
---|
297 | 'Length' => '',
|
---|
298 | 'Show' => '',
|
---|
299 | 'Time' => '',
|
---|
300 | // themes/default/tv/detail.php
|
---|
301 | 'Back to the program listing' => 'Back to the programme listing',
|
---|
302 | 'Back to the recording schedules' => '',
|
---|
303 | 'Cast' => '',
|
---|
304 | 'Directed by' => '',
|
---|
305 | 'Don\'t record this program.' => 'Don\'t record this programme.',
|
---|
306 | 'Episode Number' => '',
|
---|
307 | 'Exec. Producer' => '',
|
---|
308 | 'Find other showings of this program' => 'Find other showings of this programme',
|
---|
309 | 'Find showings of this program' => 'Find showings of this programme',
|
---|
310 | 'Google' => '',
|
---|
311 | 'Guest Starring' => '',
|
---|
312 | 'Guide rating' => '',
|
---|
313 | 'Hosted by' => '',
|
---|
314 | 'MythTV Status' => '',
|
---|
315 | 'Possible conflicts with this show' => '',
|
---|
316 | 'Presented by' => '',
|
---|
317 | 'Produced by' => '',
|
---|
318 | 'Program Detail' => 'Programme Detail',
|
---|
319 | 'Program ID' => 'Programme ID',
|
---|
320 | 'TV.com' => '',
|
---|
321 | 'Time Stretch Default' => '',
|
---|
322 | 'What else is on at this time?' => '',
|
---|
323 | 'Written by' => '',
|
---|
324 | // themes/default/tv/list.php
|
---|
325 | 'Currently Browsing: $1' => '',
|
---|
326 | 'Jump To' => '',
|
---|
327 | // themes/default/tv/list_cell_nodata.php
|
---|
328 | 'NO DATA' => '',
|
---|
329 | // themes/default/tv/recorded.php
|
---|
330 | '$1 episode' => '',
|
---|
331 | '$1 episodes' => '',
|
---|
332 | '$1 recording' => '',
|
---|
333 | '$1 recordings' => '',
|
---|
334 | 'All groups' => '',
|
---|
335 | 'Are you sure you want to delete the following show?' => '',
|
---|
336 | 'Delete' => '',
|
---|
337 | 'Delete $1' => '',
|
---|
338 | 'Delete + Rerecord' => '',
|
---|
339 | 'Delete and rerecord $1' => '',
|
---|
340 | 'Go' => '',
|
---|
341 | 'Show group' => '',
|
---|
342 | 'Show recordings' => '',
|
---|
343 | 'auto-expire' => '',
|
---|
344 | 'file size' => '',
|
---|
345 | 'has bookmark' => '',
|
---|
346 | 'has commflag' => '',
|
---|
347 | 'has cutlist' => '',
|
---|
348 | 'is editing' => '',
|
---|
349 | 'preview' => '',
|
---|
350 | // themes/default/tv/schedules.php
|
---|
351 | 'Any' => '',
|
---|
352 | 'No recording schedules have been defined.' => '',
|
---|
353 | 'channel' => '',
|
---|
354 | 'profile' => '',
|
---|
355 | 'transcoder' => '',
|
---|
356 | 'type' => '',
|
---|
357 | // themes/default/tv/schedules_custom.php
|
---|
358 | 'Additional Tables' => '',
|
---|
359 | 'Keyword Search' => '',
|
---|
360 | 'People Search' => '',
|
---|
361 | 'Power Search' => '',
|
---|
362 | 'Search Phrase' => '',
|
---|
363 | 'Search Type' => '',
|
---|
364 | 'Title Search' => '',
|
---|
365 | // themes/default/tv/schedules_manual.php
|
---|
366 | 'Channel' => '',
|
---|
367 | 'Length (min)' => '',
|
---|
368 | 'Start Date' => '',
|
---|
369 | 'Start Time' => '',
|
---|
370 | // themes/default/tv/search.php
|
---|
371 | 'No matches found' => '',
|
---|
372 | 'No matching programs were found.' => 'No matching programmes were found.',
|
---|
373 | 'Search for: $1' => '',
|
---|
374 | // themes/default/tv/searches.php
|
---|
375 | 'Handy Predefined Searches' => '',
|
---|
376 | 'handy: overview' => 'This page contains pre-prepared complex searches of the programme listings.',
|
---|
377 | // themes/default/tv/upcoming.php
|
---|
378 | 'Commands' => '',
|
---|
379 | 'Conflicts' => '',
|
---|
380 | 'Deactivated' => '',
|
---|
381 | 'Duplicates' => '',
|
---|
382 | 'Scheduled' => '',
|
---|
383 | // themes/default/tv/welcome.php
|
---|
384 | 'welcome: tv' => 'See what\'s on tv, schedule recordings and manage shows that you\'ve already recorded. Please see the following choices:',
|
---|
385 | // themes/default/video/video.php
|
---|
386 | 'Edit' => '',
|
---|
387 | 'Reverse Order' => '',
|
---|
388 | 'Videos' => '',
|
---|
389 | 'category' => '',
|
---|
390 | 'cover' => '',
|
---|
391 | 'director' => '',
|
---|
392 | 'imdb rating' => '',
|
---|
393 | 'plot' => '',
|
---|
394 | 'rating' => '',
|
---|
395 | 'year' => '',
|
---|
396 | // themes/default/video/welcome.php
|
---|
397 | 'welcome: video' => 'Browse your video collection.',
|
---|
398 | // themes/default/weather/weather.php
|
---|
399 | ' at ' => '',
|
---|
400 | 'Current Conditions' => '',
|
---|
401 | 'Forecast' => '',
|
---|
402 | 'Friday' => '',
|
---|
403 | 'High' => '',
|
---|
404 | 'Humidity' => '',
|
---|
405 | 'Last Updated' => '',
|
---|
406 | 'Low' => '',
|
---|
407 | 'Monday' => '',
|
---|
408 | 'Pressure' => '',
|
---|
409 | 'Radar' => '',
|
---|
410 | 'Saturday' => '',
|
---|
411 | 'Sunday' => '',
|
---|
412 | 'Thursday' => '',
|
---|
413 | 'Today' => '',
|
---|
414 | 'Tomorrow' => '',
|
---|
415 | 'Tuesday' => '',
|
---|
416 | 'UV Extreme' => '',
|
---|
417 | 'UV High' => '',
|
---|
418 | 'UV Index' => '',
|
---|
419 | 'UV Minimal' => '',
|
---|
420 | 'UV Moderate' => '',
|
---|
421 | 'Visibility' => '',
|
---|
422 | 'Wednesday' => '',
|
---|
423 | 'Wind' => '',
|
---|
424 | 'Wind Chill' => '',
|
---|
425 | // themes/default/weather/welcome.php
|
---|
426 | 'welcome: weather' => 'Get the local weather forecast.'
|
---|
427 | // End of the translation hash ** Do not touch the next line
|
---|
428 | );
|
---|
429 |
|
---|
430 |
|
---|
431 | /*
|
---|
432 | Show Categories:
|
---|
433 | $Categories is a hash of keys corresponding to the css style used for each
|
---|
434 | show category. Each entry is an array containing the name of that category
|
---|
435 | in the language this file defines (it will not be translated separately),
|
---|
436 | and a regular expression pattern used to match the category against those
|
---|
437 | provided in the listings.
|
---|
438 | */
|
---|
439 | $Categories = array();
|
---|
440 | $Categories['Action'] = array('Action', '\\b(?:action|adven)');
|
---|
441 | $Categories['Adult'] = array('Adult', '\\b(?:adult|erot)');
|
---|
442 | $Categories['Animals'] = array('Animals', '\\b(?:animal|tiere)');
|
---|
443 | $Categories['Art_Music'] = array('Art_Music', '\\b(?:art|dance|music|cultur)');
|
---|
444 | $Categories['Business'] = array('Business', '\\b(?:biz|busine)');
|
---|
445 | $Categories['Children'] = array('Children', '\\b(?:child|infan|animation)');
|
---|
446 | $Categories['Comedy'] = array('Comedy', '\\b(?:comed|entertain|sitcom)');
|
---|
447 | $Categories['Crime_Mystery'] = array('Crime / Mystery', '\\b(?:crim|myster)');
|
---|
448 | $Categories['Documentary'] = array('Documentary', '\\b(?:doc)');
|
---|
449 | $Categories['Drama'] = array('Drama', '\\b(?:drama)');
|
---|
450 | $Categories['Educational'] = array('Educational', '\\b(?:edu|interests)');
|
---|
451 | $Categories['Food'] = array('Food', '\\b(?:food|cook|drink)');
|
---|
452 | $Categories['Game'] = array('Game', '\\b(?:game)');
|
---|
453 | $Categories['Health_Medical'] = array('Health / Medical', '\\b(?:health|medic)');
|
---|
454 | $Categories['History'] = array('History', '\\b(?:hist)');
|
---|
455 | $Categories['Horror'] = array('Horror', '\\b(?:horror)');
|
---|
456 | $Categories['HowTo'] = array('HowTo', '\\b(?:how|home|house|garden)');
|
---|
457 | $Categories['Misc'] = array('Misc', '\\b(?:special|variety|info|collect)');
|
---|
458 | $Categories['News'] = array('News', '\\b(?:news|current)');
|
---|
459 | $Categories['Reality'] = array('Reality', '\\b(?:reality)');
|
---|
460 | $Categories['Romance'] = array('Romance', '\\b(?:romance)');
|
---|
461 | $Categories['SciFi_Fantasy'] = array('SciFi / Fantasy', '\\b(?:fantasy|sci\\w*\\W*fi)');
|
---|
462 | $Categories['Science_Nature'] = array('Science / Nature', '\\b(?:science|nature|environment)');
|
---|
463 | $Categories['Shopping'] = array('Shopping', '\\b(?:shop)');
|
---|
464 | $Categories['Soaps'] = array('Soaps', '\\b(?:soaps)');
|
---|
465 | $Categories['Spiritual'] = array('Spiritual', '\\b(?:spirit|relig)');
|
---|
466 | $Categories['Sports'] = array('Sports', '\\b(?:sport)');
|
---|
467 | $Categories['Talk'] = array('Talk', '\\b(?:talk)');
|
---|
468 | $Categories['Travel'] = array('Travel', '\\b(?:travel)');
|
---|
469 | $Categories['War'] = array('War', '\\b(?:war)');
|
---|
470 | $Categories['Western'] = array('Western', '\\b(?:west)');
|
---|
471 |
|
---|
472 | // These are some other classes that we might want to have show up in the
|
---|
473 | // category legend (they don't need regular expressions)
|
---|
474 | $Categories['Unknown'] = array('Unknown');
|
---|
475 | $Categories['movie'] = array('Film', '\\b(?:film|movie)');
|
---|
476 |
|
---|