Ticket #1038: Czech.php

File Czech.php, 27.4 KB (added by pstehlik@…, 18 years ago)

drop into languages

Line 
1<?php
2/***                                                                        ***\
3    languages/English.php
4
5    Translation hash for 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
10setlocale(LC_ALL, 'cs_CZ.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'                                              => '$1 hodina',
19    '$1 hrs'                                             => '$1 hodin',
20    '$1 min'                                             => '$1 minuta',
21    '$1 mins'                                            => '$1 minut',
22    '$1 programs, using $2 ($3) out of $4 ($5 free).'    => '$1 pořadů, obsazenÃœch $2 ($3) z $4 ($5 volnÃœch)',
23    '$1 to $2'                                           => '$1 do $2',
24    'Activate'                                           => 'Zapnout',
25    'Advanced Options'                                   => 'Rozšířené volby',
26    'Airtime'                                            => 'Čas vysílání',
27    'All recordings'                                     => 'VÅ¡echny nahrávky',
28    'Auto-expire recordings'                             => 'Automaticky vyprÅ¡et nahrávky',
29    'Auto-flag commercials'                              => 'Automaticky značkovat reklamy',
30    'Auto-transcode'                                     => 'Automaticky překódovávat',
31    'Backend Status'                                     => 'Stav backendu',
32    'Cancel this schedule.'                              => 'ZruÅ¡it tento rozvrh',
33    'Category'                                           => 'Kategorie',
34    'Check for duplicates in'                            => 'Zkontrolovat duplicity',
35    'Create Schedule'                                    => 'Vytvořit rozvrh',
36    'Current recordings'                                 => 'Současné nahrávky',
37    'Custom Schedule'                                    => 'UpravenÃœ rozvrh ',
38    'Date'                                               => 'Datum',
39    'Default'                                            => '',
40    'Description'                                        => 'Popis',
41    'Details for'                                        => 'Detaily o',
42    'Display'                                            => 'Zobrazení',
43    'Don\'t Record'                                      => 'Nenahrávat',
44    'Duplicate Check method'                             => 'Metoda kontroly duplicit',
45    'End Late'                                           => 'Končí pozdě',
46    'Episode'                                            => 'Díl',
47    'Forget Old'                                         => 'Zapomeň staré',
48    'Hour'                                               => 'Hodina',
49    'IMDB'                                               => '',
50    'Inactive'                                           => 'Neaktivní',
51    'Jump'                                               => 'Skočit',
52    'Jump to'                                            => 'Skočit na',
53    'Listings'                                           => 'VÃœpisy',
54    'Music'                                              => 'Hudba',
55    'Never Record'                                       => 'Nikdy nenahrávat',
56    'No'                                                 => 'Ne',
57    'No. of recordings to keep'                          => 'PodrÅŸet počet nahrávek',
58    'None'                                               => 'ŜádnÃœ',
59    'Only New Episodes'                                  => 'Jen nové díly',
60    'Original Airdate'                                   => 'Původně vysíláno',
61    'Previous recordings'                                => 'Předchozí nahrávky',
62    'Program Listing'                                    => 'VÃœpis pořadů',
63    'Rating'                                             => 'Hodnocení',
64    'Record This'                                        => 'Nahrát toto',
65    'Record new and expire old'                          => 'Nahrát novÃœ a vyprÅ¡et starÃœ',
66    'Recorded Programs'                                  => 'Nahrané pořady',
67    'Recording Group'                                    => '',
68    'Recording Options'                                  => '',
69    'Recording Priority'                                 => '',
70    'Recording Profile'                                  => '',
71    'Recording Schedules'                                => 'Rozvrhy nahrávání',
72    'Repeat'                                             => 'Opakování',
73    'Save'                                               => 'UloÅŸit',
74    'Save Schedule'                                      => 'UloÅŸit rozvrh',
75    'Schedule'                                           => '',
76    'Schedule Manually'                                  => '',
77    'Schedule Options'                                   => '',
78    'Schedule Override'                                  => '',
79    'Schedule normally.'                                 => '',
80    'Search'                                             => 'Vyhledat',
81    'Search Results'                                     => '',
82    'Settings'                                           => '',
83    'Start Early'                                        => '',
84    'Subtitle'                                           => '',
85    'Subtitle and Description'                           => '',
86    'The requested recording schedule has been deleted.' => 'PoÅŸadovanÃœ rozvrh nahrávání byl vymazán',
87    'Title'                                              => 'Název',
88    'Transcoder'                                         => '',
89    'Type'                                               => '',
90    'Unknown'                                            => '',
91    'Upcoming Recordings'                                => 'Nadcházející nahrávky',
92    'Update'                                             => '',
93    'Update Recording Settings'                          => '',
94    'Weather'                                            => 'Počasí',
95    'Yes'                                                => 'Ano',
96    'airdate'                                            => 'datum vysílání',
97    'channum'                                            => 'číslo kanálu',
98    'description'                                        => 'popis',
99    'generic_date'                                       => '%a %b %e, %Y',
100    'generic_time'                                       => '%I:%M %p',
101    'length'                                             => 'délka',
102    'minutes'                                            => 'minuty',
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 program 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 program in this timeslot every week.',
115    'rectype: always'                                    => 'VÅŸdy',
116    'rectype: channel'                                   => 'Kanál',
117    'rectype: daily'                                     => 'Denně',
118    'rectype: dontrec'                                   => 'Nenahrávat',
119    'rectype: findone'                                   => 'Najdi jednou',
120    'rectype: once'                                      => 'Jednou',
121    'rectype: override'                                  => 'Override (record)',
122    'rectype: weekly'                                    => 'TÃœdně',
123    'subtitle'                                           => 'podtitul',
124    'title'                                              => 'název',
125// includes/programs.php
126    'CC'                           => '',
127    'HDTV'                         => '',
128    'Notes'                        => '',
129    'Part $1 of $2'                => 'Část $1 z $2',
130    'Stereo'                       => '',
131    'Subtitled'                    => 'Titulky',
132    'recstatus: cancelled'         => 'This was scheduled to be recorded but was manually canceled.',
133    'recstatus: conflict'          => 'Another program 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'          => 'Tento rozvrh nahrávání není aktivní.',
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 program.',
141    'recstatus: manualoverride'    => 'This showing was manually set to not record',
142    'recstatus: neverrecord'       => '',
143    'recstatus: notlisted'         => '',
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 program have already been recorded.',
150    'recstatus: tunerbusy'         => 'The tuner card was already being used when this program 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' => '',
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.' => '',
180    'Unknown Program.'                                                          => '',
181    'Unknown Recording Schedule.'                                               => 'NeznámÃœ rozvrh nahrávání.',
182// modules/tv/init.php
183    'Special Searches' => '',
184    'TV'               => '',
185// modules/tv/schedules_custom.php
186    'Any Category'     => '',
187    'Any Channel'      => '',
188    'Any Program Type' => '',
189// modules/tv/search.php
190    'Please search for something.' => '',
191// modules/video/init.php
192    'Video' => '',
193// themes/default/backend_log/backend_log.php
194    'Backend Logs' => '',
195// themes/default/backend_log/welcome.php
196    'welcome: backend_log' => 'Show the server logs.',
197// themes/default/header.php
198    'Category Legend'                            => '',
199    'Category Type'                              => '',
200    'Custom'                                     => '',
201    'Edit MythWeb and some MythTV settings.'     => '',
202    'Exact Match'                                => '',
203    'HD Only'                                    => '',
204    'Manual'                                     => 'Ručně',
205    'MythMusic on the web.'                      => 'MythMusic na webu.',
206    'MythVideo on the web.'                      => 'MythVideo na webu.',
207    'MythWeb Weather.'                           => 'MythWeb Počasí.',
208    'Search fields'                              => 'Vyhledávací pole',
209    'Search help'                                => 'Nápověda vyhledávání',
210    'Search help: movie example'                 => '*** 1/2 Adventure',
211    'Search help: movie search'                  => 'movie search',
212    'Search help: regex example'                 => '/^Good Eats/',
213    'Search help: regex search'                  => 'regex search',
214    'Search options'                             => 'Volby vyhledávání',
215    'Searches'                                   => 'Vyhledávání',
216    'TV functions, including recorded programs.' => 'TV funkce včetně nahradnÃœch pořadů',
217// themes/default/movietimes/welcome.php
218    'welcome: movietimes' => 'Get listings for movies playing at local theatres.',
219// themes/default/music/music.php
220    'Album'               => '',
221    'Album (filtered)'    => '',
222    'All Music'           => '',
223    'Artist'              => '',
224    'Artist (filtered)'   => '',
225    'Displaying'          => '',
226    'Duration'            => '',
227    'End'                 => '',
228    'Filtered'            => '',
229    'Genre'               => '',
230    'Genre (filtered)'    => '',
231    'Next'                => '',
232    'No Tracks Available' => '',
233    'Previous'            => '',
234    'Top'                 => '',
235    'Track Name'          => '',
236    'Unfiltered'          => '',
237// themes/default/music/welcome.php
238    'welcome: music' => 'Browse your music collection.',
239// themes/default/settings/channels.php
240    'Configure Channels'                                                                                                                 => '',
241    'Please be warned that by altering this table without knowing what you are doing, you could seriously disrupt mythtv functionality.' => '',
242    'brightness'                                                                                                                         => '',
243    'callsign'                                                                                                                           => '',
244    'colour'                                                                                                                             => '',
245    'commfree'                                                                                                                           => '',
246    'contrast'                                                                                                                           => '',
247    'delete'                                                                                                                             => '',
248    'finetune'                                                                                                                           => '',
249    'freqid'                                                                                                                             => '',
250    'hue'                                                                                                                                => '',
251    'name'                                                                                                                               => '',
252    'sourceid'                                                                                                                           => '',
253    'useonairguide'                                                                                                                      => '',
254    'videofilters'                                                                                                                       => '',
255    'visible'                                                                                                                            => '',
256    'xmltvid'                                                                                                                            => '',
257// themes/default/settings/keys.php
258    'Action'                => '',
259    'Configure Keybindings' => '',
260    'Context'               => '',
261    'Destination'           => '',
262    'Edit keybindings on'   => '',
263    'JumpPoints Editor'     => '',
264    'Key bindings'          => '',
265    'Keybindings Editor'    => '',
266    'Set Host'              => '',
267// themes/default/settings/session.php
268    'Channel &quot;Jump to&quot;'     => '',
269    'Date Formats'                    => '',
270    'Guide Settings'                  => '',
271    'Hour Format'                     => 'Formát hodin',
272    'Language'                        => 'Jazyk',
273    'Listing &quot;Jump to&quot;'     => '',
274    'Listing Time Key'                => '',
275    'MythWeb Session Settings'        => '',
276    'MythWeb Theme'                   => '',
277    'Only display favourite channels' => '',
278    'Reset'                           => '',
279    'SI Units?'                       => '',
280    'Scheduled Popup'                 => '',
281    'Show descriptions on new line'   => '',
282    'Status Bar'                      => '',
283    'Weather Icons'                   => '',
284    'format help'                     => '',
285// themes/default/settings/settings.php
286    '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:',
287// themes/default/settings/welcome.php
288    'welcome: settings' => 'Configure MythWeb and some of the MythTV settings.',
289// themes/default/status/welcome.php
290    'welcome: status' => 'Show the backend status page.',
291// themes/default/tv/channel.php
292    'Channel Detail' => '',
293    'Length'         => '',
294    'Show'           => '',
295    'Time'           => '',
296// themes/default/tv/detail.php
297    'Back to the program listing'         => '',
298    'Back to the recording schedules'     => 'Zpět na rozvrhy nahrávání',
299    'Cast'                                => '',
300    'Directed by'                         => '',
301    'Don\'t record this program.'         => '',
302    'Episode Number'                      => '',
303    'Exec. Producer'                      => '',
304    'Find other showings of this program' => '',
305    'Find showings of this program'       => '',
306    'Google'                              => '',
307    'Guest Starring'                      => '',
308    'Guide rating'                        => '',
309    'Hosted by'                           => '',
310    'MythTV Status'                       => '',
311    'Possible conflicts with this show'   => '',
312    'Presented by'                        => '',
313    'Produced by'                         => '',
314    'Program Detail'                      => '',
315    'Program ID'                          => '',
316    'TV.com'                              => '',
317    'Time Stretch Default'                => '',
318    'What else is on at this time?'       => '',
319    'Written by'                          => '',
320// themes/default/tv/list.php
321    'Currently Browsing:  $1' => 'Zrovna prohlíşíte:  $1',
322    'Jump To'                 => 'Skočit na',
323// themes/default/tv/list_cell_nodata.php
324    'NO DATA' => '',
325// themes/default/tv/recorded.php
326    '$1 episode'                                          => '',
327    '$1 episodes'                                         => '',
328    '$1 recording'                                        => '',
329    '$1 recordings'                                       => '',
330    'Are you sure you want to delete the following show?' => '',
331    'Delete'                                              => '',
332    'Delete $1'                                           => '',
333    'Delete + Rerecord'                                   => '',
334    'Delete and rerecord $1'                              => '',
335    'Go'                                                  => '',
336    'Show group'                                          => '',
337    'Show recordings'                                     => '',
338    'auto-expire'                                         => '',
339    'file size'                                           => '',
340    'has bookmark'                                        => '',
341    'has commflag'                                        => '',
342    'has cutlist'                                         => '',
343    'is editing'                                          => '',
344    'preview'                                             => '',
345// themes/default/tv/schedules.php
346    'Any'                                       => '',
347    'No recording schedules have been defined.' => 'Ŝádné rozvrhy nahrávání nebyly definovány.',
348    'channel'                                   => '',
349    'profile'                                   => '',
350    'transcoder'                                => '',
351    'type'                                      => '',
352// themes/default/tv/schedules_custom.php
353    'Additional Tables' => '',
354    'Keyword Search'    => '',
355    'People Search'     => '',
356    'Power Search'      => '',
357    'Search Phrase'     => '',
358    'Search Type'       => '',
359    'Title Search'      => '',
360// themes/default/tv/schedules_manual.php
361    'Channel'      => '',
362    'Length (min)' => '',
363    'Start Date'   => '',
364    'Start Time'   => '',
365// themes/default/tv/search.php
366    'No matches found'                 => '',
367    'No matching programs were found.' => '',
368    'Search for:  $1'                  => '',
369// themes/default/tv/searches.php
370    'Handy Predefined Searches' => '',
371    'handy: overview'           => 'This page contains pre-prepared complex searches of the program listings.',
372// themes/default/tv/upcoming.php
373    'Commands'    => '',
374    'Conflicts'   => '',
375    'Deactivated' => '',
376    'Duplicates'  => '',
377    'Scheduled'   => '',
378// themes/default/tv/welcome.php
379    'welcome: tv' => 'See what\'s on tv, schedule recordings and manage shows that you\'ve already recorded.  Please see the following choices:',
380// themes/default/video/video.php
381    'Edit'          => '',
382    'Reverse Order' => '',
383    'Videos'        => '',
384    'category'      => '',
385    'cover'         => '',
386    'director'      => '',
387    'imdb rating'   => '',
388    'plot'          => '',
389    'rating'        => '',
390    'year'          => '',
391// themes/default/video/welcome.php
392    'welcome: video' => 'Browse your video collection.',
393// themes/default/weather/weather.php
394    ' at '               => ' v ',
395    'Current Conditions' => 'Současné podmínky',
396    'Forecast'           => 'Předpověď počasí',
397    'Friday'             => 'Pátek',
398    'High'               => '',
399    'Humidity'           => 'Vlhkost',
400    'Last Updated'       => '',
401    'Low'                => '',
402    'Monday'             => 'Pondělí',
403    'Pressure'           => 'Tlak',
404    'Radar'              => '',
405    'Saturday'           => 'Sobota',
406    'Sunday'             => 'Neděle',
407    'Thursday'           => 'Čtvrtek',
408    'Today'              => 'Dnes',
409    'Tomorrow'           => 'Zítra',
410    'Tuesday'            => 'ÚterÃœ',
411    'UV Extreme'         => '',
412    'UV High'            => '',
413    'UV Index'           => '',
414    'UV Minimal'         => '',
415    'UV Moderate'        => '',
416    'Visibility'         => 'Viditelnost',
417    'Wednesday'          => 'Středa',
418    'Wind'               => '',
419    'Wind Chill'         => '',
420// themes/default/weather/welcome.php
421    'welcome: weather' => 'Get the local weather forecast.'
422// End of the translation hash ** Do not touch the next line
423          );
424
425
426/*
427    Show Categories:
428    $Categories is a hash of keys corresponding to the css style used for each
429    show category.  Each entry is an array containing the name of that category
430    in the language this file defines (it will not be translated separately),
431    and a regular expression pattern used to match the category against those
432    provided in the listings.
433*/
434$Categories = array();
435$Categories['Action']         = array('Action',           '\\b(?:action|adven)');
436$Categories['Adult']          = array('Adult',            '\\b(?:adult|erot)');
437$Categories['Animals']        = array('Animals',          '\\b(?:animal|tiere)');
438$Categories['Art_Music']      = array('Art_Music',        '\\b(?:art|dance|music|cultur)');
439$Categories['Business']       = array('Business',         '\\b(?:biz|busine)');
440$Categories['Children']       = array('Children',         '\\b(?:child|infan|animation|deti)');
441$Categories['Comedy']         = array('Comedy',           '\\b(?:comed|entertain|sitcom|zabava)');
442$Categories['Crime_Mystery']  = array('Crime / Mystery',  '\\b(?:crim|myster)');
443$Categories['Documentary']    = array('Documentary',      '\\b(?:doc|dokument)');
444$Categories['Drama']          = array('Drama',            '\\b(?:drama)');
445$Categories['Educational']    = array('Educational',      '\\b(?:edu|interests)');
446$Categories['Food']           = array('Food',             '\\b(?:food|cook|drink)');
447$Categories['Game']           = array('Game',             '\\b(?:game)');
448$Categories['Health_Medical'] = array('Health / Medical', '\\b(?:health|medic)');
449$Categories['History']        = array('History',          '\\b(?:hist)');
450$Categories['Horror']         = array('Horror',           '\\b(?:horror)');
451$Categories['HowTo']          = array('HowTo',            '\\b(?:how|home|house|garden)');
452$Categories['Misc']           = array('Misc',             '\\b(?:special|variety|info|collect)');
453$Categories['News']           = array('News',             '\\b(?:news|current|zpravy)');
454$Categories['Reality']        = array('Reality',          '\\b(?:reality)');
455$Categories['Romance']        = array('Romance',          '\\b(?:romance)');
456$Categories['SciFi_Fantasy']  = array('SciFi / Fantasy',  '\\b(?:fantasy|sci\\w*\\W*fi)');
457$Categories['Science_Nature'] = array('Science / Nature', '\\b(?:science|nature|environment)');
458$Categories['Shopping']       = array('Shopping',         '\\b(?:shop)');
459$Categories['Soaps']          = array('Soaps',            '\\b(?:soaps)');
460$Categories['Spiritual']      = array('Spiritual',        '\\b(?:spirit|relig)');
461$Categories['Sports']         = array('Sports',           '\\b(?:sport)');
462$Categories['Talk']           = array('Talk',             '\\b(?:talk)');
463$Categories['Travel']         = array('Travel',           '\\b(?:travel)');
464$Categories['War']            = array('War',              '\\b(?:war)');
465$Categories['Western']        = array('Western',          '\\b(?:west)');
466
467// These are some other classes that we might want to have show up in the
468//   category legend (they don't need regular expressions)
469$Categories['Unknown']        = array('Unknown');
470$Categories['movie']          = array('Movie'  );
471