|
1 | 1 | <?php
|
2 | 2 |
|
3 |
| -// Czech language include |
| 3 | +// English language include |
4 | 4 | // For version 2.0 PHP iCalendar
|
5 | 5 | //
|
6 |
| -// Translation by Whit, studio jižák ([email protected].cz) |
| 6 | +// Translation by Petr Kletečka (kletecka@email.cz) |
7 | 7 | //
|
8 |
| -// Submit new translations to chad@chadsdomain.com |
9 |
| - |
10 |
| -$lang['l_day'] = 'Den'; |
11 |
| -$lang['l_week'] = 'T√Ωden'; |
12 |
| -$lang['l_month'] = 'Měsíc'; |
13 |
| -$lang['l_year'] = 'Rok'; |
14 |
| -$lang['l_calendar'] = 'Kalend√°≈ô'; |
15 |
| -$lang['l_next_day'] = 'Následující den'; |
16 |
| -$lang['l_next_month'] = 'Následující měsíc'; |
17 |
| -$lang['l_next_week'] = 'Následující týden'; |
18 |
| -$lang['l_next_year'] = 'Příští rok'; |
19 |
| -$lang['l_last_day'] = 'Předchozí den'; |
20 |
| -$lang['l_last_month'] = 'Předchozí měsíc'; |
21 |
| -$lang['l_last_week'] = 'Předchozí týden'; |
22 |
| -$lang['l_last_year'] = 'Předchozí rok'; |
23 |
| -$lang['l_subscribe'] = 'Přihlaš'; |
24 |
| -$lang['l_download'] = 'St√°hni'; |
25 |
| -$lang['l_powered_by'] = 'Powered by'; |
26 |
| -$lang['l_event'] = 'Ud√°lost'; |
27 |
| -$lang['l_event_start'] = 'Začátek'; |
| 8 | +// Submit new translations to phpicalendar@gmail.com |
| 9 | + |
| 10 | +$lang['l_day'] = 'Den'; |
| 11 | +$lang['l_week'] = 'Týden'; |
| 12 | +$lang['l_month'] = 'Měsíc'; |
| 13 | +$lang['l_year'] = 'Rok'; |
| 14 | +$lang['l_calendar'] = 'Kalendář'; |
| 15 | +$lang['l_next_day'] = 'Další den'; |
| 16 | +$lang['l_next_month'] = 'Další Month'; |
| 17 | +$lang['l_next_week'] = 'Další týden'; |
| 18 | +$lang['l_next_year'] = 'Další Year'; |
| 19 | +$lang['l_last_day'] = 'Předchozí den'; |
| 20 | +$lang['l_last_month'] = 'Předchozí Month'; |
| 21 | +$lang['l_last_week'] = 'Předchozí týden'; |
| 22 | +$lang['l_last_year'] = 'Předchozí Year'; |
| 23 | +$lang['l_subscribe'] = 'Přihlásit'; |
| 24 | +$lang['l_download'] = 'Stáhnout'; |
| 25 | +$lang['l_powered_by'] = 'Běží na'; |
| 26 | +$lang['l_event'] = 'Událost'; |
| 27 | +$lang['l_event_start'] = 'Začátek'; |
28 | 28 | $lang['l_event_end'] = 'Konec';
|
29 |
| -$lang['l_this_months'] = 'Tento měsíc'; |
| 29 | +$lang['l_this_months'] = 'Události v tomto měsíci'; |
30 | 30 | $lang['l_date'] = 'Datum';
|
31 |
| -$lang['l_summary'] = 'Souhrn'; |
32 |
| -$lang['l_all_day'] = 'Cel√Ω den'; |
33 |
| -$lang['l_notes'] = 'Pozn√°mky'; |
34 |
| -$lang['l_this_years'] = 'Tento rok'; |
| 31 | +$lang['l_summary'] = 'Název'; |
| 32 | +$lang['l_all_day'] = 'Celodenní událost'; |
| 33 | +$lang['l_notes'] = 'Poznámky'; |
| 34 | +$lang['l_this_years'] = 'Události v tomto roce'; |
35 | 35 | $lang['l_today'] = 'Dnes';
|
36 |
| -$lang['l_this_week'] = 'Tento t√Ωden'; |
37 |
| -$lang['l_this_month'] = 'Tento měsíc'; |
38 |
| -$lang['l_jump'] = 'Jdi'; |
39 |
| -$lang['l_tomorrows'] = 'Zítra'; |
40 |
| -$lang['l_goday'] = 'Dnešek'; |
41 |
| -$lang['l_goweek'] = 'Tento t√Ωden'; |
42 |
| -$lang['l_gomonth'] = 'Tento měsíc'; |
43 |
| -$lang['l_goyear'] = 'Tento rok'; |
44 |
| -$lang['l_search'] = 'Hledej'; // the verb |
45 |
| -$lang['l_results'] = 'Výsledky hledání'; |
46 |
| -$lang['l_pick_multiple'] = 'Výchozí multiple'; |
47 |
| -$lang['l_query'] = 'Dotaz: '; // will be followed by the search query |
48 |
| -$lang['l_no_results'] = 'Žádné nalezené záznamy'; |
| 36 | +$lang['l_this_week'] = 'Tento týden'; |
| 37 | +$lang['l_this_month'] = 'Tento Month'; |
| 38 | +$lang['l_jump'] = 'Přejít na'; |
| 39 | +$lang['l_todays'] = 'Dnešní události'; |
| 40 | +$lang['l_tomorrows'] = 'Zítřejší události'; |
| 41 | +$lang['l_goday'] = 'Zobrazit dnešní den'; |
| 42 | +$lang['l_goweek'] = 'Zobrazit tento týden'; |
| 43 | +$lang['l_gomonth'] = 'Zobrazit tento měsíc'; |
| 44 | +$lang['l_goyear'] = 'Zobrazit tento rok'; |
| 45 | +$lang['l_search'] = 'Hledat'; // the verb |
| 46 | +$lang['l_results'] = 'Výsledky hledání'; |
| 47 | +$lang['l_pick_multiple'] = 'Výcenásobný výběr'; |
| 48 | +$lang['l_query'] = 'Dotaz'; // will be followed by the search query |
| 49 | +$lang['l_no_results'] = 'Žádná událost nenalezena'; |
49 | 50 | $lang['l_goprint'] = 'Tisk';
|
50 |
| -$lang['l_time'] = 'Čas'; |
51 |
| -$lang['l_summary'] = 'Souhrn'; |
| 51 | +$lang['l_view_calendars'] = 'Zobrazení kalendáře'; |
| 52 | +$lang['l_time'] = 'Čas'; |
| 53 | +$lang['l_summary'] = 'Název'; |
52 | 54 | $lang['l_description'] = 'Popis';
|
53 |
| -$lang['l_this_site_is'] = 'Tato str√°nka je'; |
54 |
| -$lang['l_no_events_day'] = 'Žádné záznamy v tomto dni.'; |
55 |
| -$lang['l_no_events_week'] = 'Žádné záznamy v tomto týdnu.'; |
56 |
| -$lang['l_no_events_month'] = 'Žádné záznamy v tomto měsíci.'; |
57 |
| -$lang['l_rss_day_date'] = 'G:i A'; // Lists just the time |
58 |
| -$lang['l_rss_week_date '] = '%A, %e %B'; // Lists just the day |
59 |
| -$lang['l_rss_month_date '] = '%A, %e %B'; // Lists just the day |
60 |
| -$lang['l_rss_language'] = 'cs-cz'; |
61 |
| -$lang['l_search_took'] = 'Hledání trvalo %s vteřin'; |
62 |
| -$lang['l_recurring_event'] = 'Opakující se událost'; |
63 |
| -$lang['l_exception'] = 'V√Ωjimka'; |
64 |
| -$lang['l_no_query'] = 'Nebyl zad√°n dotaz'; |
65 |
| -$lang['l_preferences'] = 'Nastavení'; |
66 |
| -$lang['l_printer'] = 'Tisk√°rna'; |
67 |
| -$lang['l_select_lang'] = 'Výchozí jazyk:'; |
68 |
| -$lang['l_select_cal'] = 'Výchozí kalendář:'; |
69 |
| -$lang['l_select_view'] = 'Výchozí pohled:'; |
70 |
| -$lang['l_select_time'] = 'Výchozí startovní čas:'; |
71 |
| -$lang['l_select_day'] = 'Výchozí první den týdne:'; |
72 |
| -$lang['l_select_style'] = 'Výchozí styl:'; |
73 |
| -$lang['l_set_prefs'] = 'Ulož nastavení'; |
74 |
| -$lang['l_completed_date'] = 'Kompletní v'; |
75 |
| -$lang['l_completed'] = 'Kompletní'; |
76 |
| -$lang['l_created'] = 'Vytvo≈ôeno:'; |
77 |
| -$lang['l_due'] = 'Due:'; |
78 |
| -$lang['l_priority'] = 'Priorita:'; |
79 |
| -$lang['l_priority_high'] = 'Vysok√°'; |
80 |
| -$lang['l_priority_low'] = 'Nízká'; |
81 |
| -$lang['l_priority_medium'] = 'Střední'; |
82 |
| -$lang['l_priority_none'] = '≈Ω√°dn√°'; |
83 |
| -$lang['l_status'] = 'Status'; |
84 |
| -$lang['l_status_confirmed'] = 'Konfirmovaný ' ; |
85 |
| -$lang['l_status_cancelled'] = 'Odvolaný '; |
86 |
| -$lang['l_status_tentative'] = 'předběžný '; |
87 |
| -$lang['l_todo'] = 'Seznam úkolů'; |
88 |
| -$lang['l_unfinished'] = 'Nedokončeno'; |
89 |
| -$lang['l_prefs_set'] = 'Your preferences have been set.'; |
90 |
| -$lang['l_prefs_unset'] = 'Preferences unset. Changes will take place next page load.'; |
91 |
| -$lang['l_unset_prefs'] = 'Unset preferences'; |
92 |
| -$lang['l_organizer'] = 'Organizer'; |
93 |
| -$lang['l_attendee'] = 'Attendee'; |
94 |
| -$lang['l_location'] = 'Location'; |
95 |
| -$lang['l_admin_header'] = 'PHP iCalendar Administration'; |
96 |
| -$lang['l_username'] = 'Username'; |
97 |
| -$lang['l_password'] = 'Password'; |
| 55 | +$lang['l_this_site_is'] = 'Tato stránka podporuje'; |
| 56 | +$lang['l_no_events_day'] = 'Dnes žádné události'; |
| 57 | +$lang['l_no_events_week'] = 'Žádné události tento týden.'; |
| 58 | +$lang['l_no_events_month'] = 'Žádné události tento měsíc.'; |
| 59 | +$lang['l_rss_day_date'] = 'G:i'; // Lists just the time |
| 60 | +$lang['l_rss_week_date '] = '%b %e'; // Lists just the day |
| 61 | +$lang['l_rss_month_date '] = '%b %e'; // Lists just the day |
| 62 | +$lang['l_rss_language'] = 'cs-CZ'; |
| 63 | +$lang['l_search_took'] = 'Hledání trvalo %s sekund'; |
| 64 | +$lang['l_starting_on'] = 'Začíná '; |
| 65 | +$lang['l_recurring_event'] = 'Opakující se událost'; |
| 66 | +$lang['l_exception'] = 'Výjimka'; |
| 67 | +$lang['l_no_query'] = 'Neby zadán dotaz'; |
| 68 | +$lang['l_preferences'] = 'Nastavení'; |
| 69 | +$lang['l_printer'] = 'Tiskárna'; |
| 70 | +$lang['l_select_lang'] = 'Výchozí jazyk'; |
| 71 | +$lang['l_select_cal'] = 'Výchozí kalendář'; |
| 72 | +$lang['l_select_view'] = 'Výchozí zobrazení'; |
| 73 | +$lang['l_select_time'] = 'Výchozí čas začátku'; |
| 74 | +$lang['l_select_timezone'] = 'Výchozí časová zóna'; |
| 75 | +$lang['l_select_endtime'] = 'Výchozí čas konce'; |
| 76 | +$lang['l_select_timeformat']= 'Výchozí formát času (AM/PM)'; |
| 77 | +$lang['l_select_day'] = 'První den v týdnu'; |
| 78 | +$lang['l_select_style'] = 'Výchozí styl'; |
| 79 | +$lang['l_set_prefs'] = 'Uložit nastavení'; |
| 80 | +$lang['l_completed_date'] = 'Dokončeno na'; |
| 81 | +$lang['l_completed'] = 'Dokončeno'; |
| 82 | +$lang['l_created'] = 'Vytvořen'; |
| 83 | +$lang['l_due'] = 'Během'; |
| 84 | +$lang['l_priority'] = 'Důležitost'; |
| 85 | +$lang['l_priority_high'] = 'Vysoká'; |
| 86 | +$lang['l_priority_low'] = 'Nízká'; |
| 87 | +$lang['l_priority_medium'] = 'Střední'; |
| 88 | +$lang['l_priority_none'] = 'Žádná'; |
| 89 | +$lang['l_status'] = 'Stav'; |
| 90 | +$lang['l_status_confirmed'] = 'POTVRZENO' ; |
| 91 | +$lang['l_status_cancelled'] = 'ZRUŠENO'; |
| 92 | +$lang['l_status_tentative'] = 'PŘEDBĚŽNÝ'; |
| 93 | +$lang['l_todo'] = 'Zbývá udělat'; |
| 94 | +$lang['l_unfinished'] = 'Nedokončeno'; |
| 95 | +$lang['l_prefs_set'] = 'Vaše nastavení byla uložena.'; |
| 96 | +$lang['l_prefs_unset'] = 'Nastavení zrušena. Změny se projeví po obnovení stránky.'; |
| 97 | +$lang['l_unset_prefs'] = 'Zrušit nastavení'; |
| 98 | +$lang['l_organizer'] = 'Organizátor'; |
| 99 | +$lang['l_attendee'] = 'Účastník'; |
| 100 | +$lang['l_location'] = 'Místo'; |
| 101 | +$lang['l_download_event'] = 'Uložit událost'; |
| 102 | +$lang['l_url'] = 'URL'; |
| 103 | +$lang['l_admin_header'] = 'Administrace PHP iCalendar'; |
| 104 | +$lang['l_username'] = 'Jméno'; |
| 105 | +$lang['l_password'] = 'Heslo'; |
98 | 106 | $lang['l_login'] = 'Login';
|
99 |
| -$lang['l_invalid_login'] = 'Wrong username or password.'; |
100 |
| -$lang['l_addupdate_cal'] = 'Add or Update a Calendar'; |
101 |
| -$lang['l_addupdate_desc'] = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; |
102 |
| -$lang['l_delete_cal'] = 'Delete a Calendar'; |
103 |
| -$lang['l_logout'] = 'Logout'; |
104 |
| -$lang['l_cal_file'] = 'Calendar File'; |
105 |
| -$lang['l_php_error'] = 'PHP Error'; |
106 |
| -$upload_error_gen_lang = 'There was a problem with your upload.'; |
107 |
| -$upload_error_lang[0] = 'There was a problem with your upload.'; |
108 |
| -$upload_error_lang[1] = 'The file you are trying to upload is too big.'; |
109 |
| -$upload_error_lang[2] = 'The file you are trying to upload is too big.'; |
110 |
| -$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; |
111 |
| -$upload_error_lang[4] = 'You must select a file for upload.'; |
| 107 | +$lang['l_invalid_login'] = 'Špaté jméno nebo heslo.'; |
| 108 | +$lang['l_addupdate_cal'] = 'Přidat nebo aktualizovat kalendář'; |
| 109 | +$lang['l_addupdate_desc'] = 'Přidat kalendář nahráním nového souboru. Aktualizovat kalendář nahrání souboru se stejným jménem.'; |
| 110 | +$lang['l_delete_cal'] = 'Smazat kalendář'; |
| 111 | +$lang['l_logout'] = 'Odhlásit'; |
| 112 | +$lang['l_cal_file'] = 'Soubor kalendáře'; |
| 113 | +$lang['l_php_error'] = 'PHP chyba'; |
| 114 | +$upload_error_gen_lang = 'Při odesílání souboru nastala chyba.'; |
| 115 | +$upload_error_lang[0] = 'Při odesílání souboru nastala chyba.'; |
| 116 | +$upload_error_lang[1] = 'Pokoušíte se odeslat příliš velký soubor.'; |
| 117 | +$upload_error_lang[2] = 'Pokoušíte se odeslat příliš velký soubor.'; |
| 118 | +$upload_error_lang[3] = 'Soubor byl odeslán jen z části.'; |
| 119 | +$upload_error_lang[4] = 'Musíte vybrat soubor k odeslání.'; |
112 | 120 | $lang['l_upload_error_type'] = 'Only .ics files may be uploaded.';
|
113 |
| -$lang['l_copy_error'] = 'Failed to copy file'; |
114 |
| -$lang['l_delete_error'] = 'Failed to delete file'; |
115 |
| -$lang['l_delete_success'] = 'was deleted successfully.'; |
116 |
| -$lang['l_action_success'] = 'Your action was successful.'; |
117 |
| -$lang['l_submit'] = 'Submit'; |
118 |
| -$lang['l_delete'] = 'Delete'; |
119 |
| -$all_cal_comb_lang = 'All Combined'; |
| 121 | +$lang['l_copy_error'] = 'Chyba při kopírování souboru'; |
| 122 | +$lang['l_delete_error'] = 'Chyba při mazání souboru'; |
| 123 | +$lang['l_delete_success'] = 'byla smazána úšpěšně.'; |
| 124 | +$lang['l_action_success'] = 'Vaše akce byla úspěšná.'; |
| 125 | +$lang['l_submit'] = 'Odeslat'; |
| 126 | +$lang['l_delete'] = 'Smazat'; |
| 127 | +$all_cal_comb_lang = 'Vše dohromady'; |
120 | 128 |
|
121 | 129 | // New for 2.0
|
122 |
| -$lang['l_legend'] = 'Legend'; |
123 |
| -$lang['l_admin_subhead'] = 'Manage your calendars from this page'; |
124 |
| -$lang['l_prefs_subhead'] = 'Sets a cookie for visiting this site'; |
125 |
| -$lang['l_rss_info'] = 'RSS Information'; |
126 |
| -$lang['l_rss_subhead'] = 'Basic RSS feeds available for each calendar'; |
127 |
| -$lang['l_rss_notenabled'] = 'RSS is not enabled on this site'; |
| 130 | +$lang['l_legend'] = 'Popisek'; |
| 131 | +$lang['l_admin_subhead'] = 'Nastavit Vaše kalendáře z této stránky'; |
| 132 | +$lang['l_prefs_subhead'] = 'Nastavit cookie pro zobrazení této stránky'; |
| 133 | +$lang['l_rss_info'] = 'Informace o RSS'; |
| 134 | +$lang['l_rss_subhead'] = 'Základní RSS kanál je dostupný pro všechny kalendáře'; |
| 135 | +$lang['l_rss_notenabled'] = 'RSS je vypnuté'; |
128 | 136 |
|
129 | 137 | // - navigation
|
130 |
| -$lang['l_back'] = 'Zpƒõt'; |
131 |
| -$lang['l_next'] = 'Další'; |
132 |
| -$lang['l_prev'] = 'Předchozí'; |
133 |
| -$lang['l_day_view'] = 'Zobraz den'; |
134 |
| -$lang['l_week_view'] = 'Zobraz t√Ωden'; |
135 |
| -$lang['l_month_view'] = 'Zobraz měsíc'; |
136 |
| -$lang['l_year_view'] = 'Zobraz rok'; |
| 138 | +$lang['l_back'] = 'Zpět'; |
| 139 | +$lang['l_next'] = 'Další'; |
| 140 | +$lang['l_prev'] = 'Předchozí'; |
| 141 | +$lang['l_day_view'] = 'Ukázat den'; |
| 142 | +$lang['l_week_view'] = 'Ukázat týden'; |
| 143 | +$lang['l_month_view'] = 'Ukázat měsíc'; |
| 144 | +$lang['l_year_view'] = 'Celý rok'; |
137 | 145 |
|
138 | 146 | // ---------------------------------
|
| 147 | + |
| 148 | + |
139 | 149 | // $format_recur, items enclosed in % will be substituted with variables
|
140 | 150 | $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three'
|
141 | 151 |
|
142 | 152 | $format_recur_lang['yearly'] = array('rok','roky'); // for these, put singular
|
143 |
| -$format_recur_lang['monthly'] = array('měsíc','měsíce'); // and plural forms |
144 |
| -$format_recur_lang['weekly'] = array('t√Ωden','t√Ωdny'); // these will be %freq% |
145 |
| -$format_recur_lang['daily'] = array('den','dny'); // in the replacement below |
146 |
| -$format_recur_lang['hourly'] = array('hodina','hodiny'); |
147 |
| -$format_recur_lang['minutely'] = array('minuta','minuty'); |
148 |
| -$format_recur_lang['secondly'] = array('vt≈ôina','vte≈ôiny'); |
| 153 | +$format_recur_lang['monthly'] = array('měsíc','měsíce'); // and plural forms |
| 154 | +$format_recur_lang['weekly'] = array('týden','týdny'); // these will be %freq% |
| 155 | +$format_recur_lang['daily'] = array('day','days'); // in the replacement below |
| 156 | +$format_recur_lang['hourly'] = array('hour','hours'); |
| 157 | +$format_recur_lang['minutely'] = array('minute','minutes'); |
| 158 | +$format_recur_lang['secondly'] = array('second','seconds'); |
149 | 159 |
|
150 |
| -$format_recur_lang['start'] = 'Každý %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' |
151 |
| -$format_recur_lang['until'] = 'až do %date%'; // ie, 'until January 4' |
152 |
| -$format_recur_lang['count'] = '%int% kr√°t'; // ie, 'for 5 times' |
| 160 | +$format_recur_lang['start'] = 'Každý %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' |
| 161 | +$format_recur_lang['until'] = 'do %date%'; // ie, 'until January 4' |
| 162 | +$format_recur_lang['count'] = 'do počtu %int%'; // ie, 'for 5 times' |
153 | 163 |
|
154 |
| -$format_recur_lang['bymonth'] = 'V měsících: %list%'; // ie, 'In months: January, February, March' |
155 |
| -$format_recur_lang['bymonthday'] = 'V datech: %list%'; // ie, 'On dates: 1, 2, 3, 4' |
156 |
| -$format_recur_lang['byday'] = 'Ve dnech: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' |
| 164 | +$format_recur_lang['bymonth'] = 'V měsících: %list%'; // ie, 'In months: January, February, March' |
| 165 | +$format_recur_lang['bymonthday'] = 'V datumech: %list%'; // ie, 'On dates: 1, 2, 3, 4' |
| 166 | +$format_recur_lang['byday'] = 'V dnech: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' |
157 | 167 |
|
158 | 168 | // ---------------------------------
|
159 | 169 |
|
160 |
| -$daysofweek_lang = array ('Neděle','Pondělí','Úterý','Středa','Čtvrtek','Pátek','Sobota'); |
161 |
| -$daysofweekshort_lang = array ('Ne','Po','Út','St','Čt','Pá','So'); |
162 |
| -$daysofweekreallyshort_lang = array ('N','P','Ú','S','Č','P','S'); |
163 |
| -$monthsofyear_lang = array ('Leden','Únor','Březen','Duben','Květen','Červen','Červenec','Srpen','Září','Říjen','Listopad','Prosinec'); |
164 |
| -$monthsofyearshort_lang = array ('Led.','Úno.','Bře.','Dub.','Kvě.','Čer.','Čec.','Srp.','Zář.','Říj.','List.','Pros.'); |
| 170 | +$daysofweek_lang = array ('Neděle','Pondělí','Úterý','Středa','Čtvrtek','Pátek','Sobota'); |
| 171 | +$daysofweekshort_lang = array ('Ne','Po','Út','St','Čt','Pá','So'); |
| 172 | +$daysofweekreallyshort_lang = array ('N','P','Ú','S','Č','P','S'); |
| 173 | +$monthsofyear_lang = array ('Leden','Únor','Březen','Duben','Květen','Červen','Červenec','Srpen','Září','Říjen','Listopad','Prosinec'); |
| 174 | +$monthsofyearshort_lang = array ('Led','Úno','Bře','Dub','Kvě','Čer','Čvn','Srp','Zář','Říj','Lis','Pro'); |
165 | 175 |
|
166 | 176 | // For time formatting, check out: http://www.php.net/manual/en/function.date.php
|
167 | 177 | $timeFormat = 'G:i';
|
168 |
| -$timeFormat_small = 'g:i'; |
| 178 | +$timeFormat_small = 'G:i'; |
169 | 179 |
|
170 | 180 | // For date formatting, see note below
|
171 |
| -$dateFormat_day = '%A, %e. %B'; |
172 |
| -$dateFormat_week = '%e. %B'; |
173 |
| -$dateFormat_week_list = '%a, %e. %b'; |
174 |
| -$dateFormat_week_jump = '%e. %B';// new since last translation |
| 181 | +$dateFormat_day = '%A, %B %e'; |
| 182 | +$dateFormat_week = '%B %e'; |
| 183 | +$dateFormat_week_list = '%a, %b %e'; |
| 184 | +$dateFormat_week_jump = '%b %e'; |
175 | 185 | $dateFormat_month = '%B %Y';
|
176 |
| -$dateFormat_month_list = '%A, %e. %B'; |
| 186 | +$dateFormat_month_list = '%A, %B %e'; |
177 | 187 | $dateFormat_year = '%Y';
|
178 | 188 |
|
| 189 | + |
179 | 190 | /*
|
180 |
| -Notes about $dateFormat_* |
| 191 | +Notes about dateFormat_* |
181 | 192 | The pieces are similar to that of the PHP function strftime(),
|
182 | 193 | however only the following is supported at this time:
|
183 | 194 |
|
|
194 | 205 |
|
195 | 206 | // Error messages - %s will be replaced with a variable
|
196 | 207 | $lang['l_error_title'] = 'Chyba!';
|
197 |
| -$lang['l_error_window'] = 'Chybové okno!'; |
198 |
| -$lang['l_error_calendar'] = 'Při vytváření kalendáře „%s” se vyskytla chyba.'; |
199 |
| -$lang['l_error_path'] = 'Nelze otevřít: "%s"'; |
200 |
| -$lang['l_error_back'] = 'Použij tlačítko "Zpět" pro návrat.'; |
201 |
| -$lang['l_error_remotecal'] = 'Tento server blokuje vzdálené kalendáře, které nejsou odsouhlaseny.'; |
202 |
| -$lang['l_error_restrictedcal'] = 'Zkoušíš přistupovat k zamknutému kalendáři.'; |
203 |
| -$lang['l_error_invalidcal'] = 'Chybn√Ω soubor. Vyber jin√Ω kalend√°≈ô.'; |
204 |
| -$lang['l_error_cantopen'] = 'Unable to open calendar.'; |
205 |
| -$lang['l_error_cache'] = 'Unable to write to cache directory. Please check your config.'; |
| 208 | +$lang['l_error_window'] = 'Stala se chyba!'; |
| 209 | +$lang['l_error_calendar'] = 'Při zprazování kalendáře "%s" se stala chyba.'; |
| 210 | +$lang['l_error_path'] = 'Nelze otevřít cestu: "%s"'; |
| 211 | +$lang['l_error_back'] = 'Pro návrat použijte tlačítko "Zpět".'; |
| 212 | +$lang['l_error_remotecal'] = 'Na tomto serveru nejsou povoleny vzdálené kalendáře.'; |
| 213 | +$lang['l_error_restrictedcal'] = 'Přístup ke kalendáři je omezen na tento server.'; |
| 214 | +$lang['l_error_invalidcal'] = 'Nesprávný soubor kalendáře. Prosím, zkuste jiný kalendář.'; |
| 215 | +$lang['l_error_cantopen'] = 'Kalendář nelze otevřít.'; |
| 216 | +$lang['l_error_cache'] = 'Nelze zapisovat do adresáře cache. Prosím, zkontrolujte konfigurační soubor.'; |
| 217 | +$lang['l_prefs_off'] = 'Uživatelská nastavení jsou vypnutá.'; |
206 | 218 |
|
207 | 219 | ?>
|
0 commit comments