Initial repo created
[timetracker.git] / WEB-INF / resources / cs.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option 
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 $i18n_language = 'Česky';
33 $i18n_months = array('leden', 'únor', 'březen', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec');
34 $i18n_weekdays = array('neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota');
35 $i18n_weekdays_short = array('ne', 'po', 'út', 'st', 'čt', 'pá', 'so');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '04/13', '05/01', '05/08', '07/05', '07/06', '09/28', '10/28', '11/17', '12/24', '12/25', '12/26');
38
39 $i18n_key_words = array(
40
41 // menu entries
42 'menu.login' => 'přihlásit',
43 'menu.logout' => 'odhlásit',
44 'menu.feedback' => 'váš názor',
45 'menu.help' => 'pomoc',
46 // Note to translators: menu.create_team needs a more accurate translation.
47 'menu.create_team' => 'vytvořit nový účet vedoucího',
48 'menu.edit_profile' => 'upravit profil',
49 'menu.time' => 'záznam práce',
50 'menu.reports' => 'sestavy',
51 // Note to translators: menu.charts needs to be translated.
52 // 'menu.charts' => 'charts',
53 'menu.projects' => 'projekty',
54 'menu.activities' => 'činnosti',
55 'menu.people' => 'pracovníci',
56 'menu.teams' => 'týmy',
57 'menu.export' => 'export',
58 'menu.clients' => 'zákazníci',
59 // Note to translators: menu.options needs to be translated.
60 // 'menu.options' => 'options',
61 'menu.admin' => 'admin',
62
63 // error strings
64 'error.db' => 'chyba databáze',
65 'error.field' => 'nesprávná "{0}" data',
66 'error.empty' => 'pole "{0}" je prázdné',
67 'error.not_equal' => 'pole "{0}" neodpovídá poli "{1}"',
68 'error.interval' => 'nevhodný interval',
69 'error.project' => 'výběr projektu',
70 'error.activity' => 'výběr činnosti',
71 'error.auth' => 'nesprávné jméno nebo heslo',
72 // Note to translators: this string needs to be translated.
73 // 'error.user_exists' => 'user with this login already exists',
74 'error.project_exists' => 'projekt tohoto jména již existuje',
75 'error.activity_exists' => 'činnost tohoto jména již existuje',
76 // TODO: translate error.client_exists.
77 // 'error.client_exists' => 'client with this name already exists',
78 // Note to translators: error.no_login needs to be properly translated (e-mail replaced with login).
79 // 'error.no_login' => 'uživatel s tímto e-mailem neexistuje',
80 'error.upload' => 'chyba přenosu souboru',
81 // Note to translators: these 5 strings are missing from the translation and must be added.
82 // 'error.period_locked' => 'can\\\'t complete the operation. records older than a certain number of days cannot be created or modified. team manager defines this in the "Lock interval in days" value on the "Profile" page. set it to 0 to remove locking. <br><br>uncompleted records (with 0 or empty duration) can be deleted.',
83 // 'error.mail_send' => 'error sending mail',
84 // 'error.no_email' => 'no email associated with this login',
85 // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
86 // 'error.goto_uncompleted' => 'go to uncompleted entry.',
87
88 // labels for various buttons
89 'button.login' => 'přihlásit',
90 'button.now' => 'teď',
91 // 'button.set' => 'nastavit',
92 'button.save' => 'uložit',
93 'button.delete' => 'smazat',
94 'button.cancel' => 'zrušit',
95 'button.submit' => 'uložit',
96 'button.add_user' => 'přidat uživatele',
97 'button.add_project' => 'přidat projekt',
98 'button.add_activity' => 'přidat činnost',
99 'button.add_client' => 'přidat zákazníka',
100 'button.add' => 'přidat',
101 'button.generate' => 'vytvořit',
102 // Note to translators: button.reset_password needs an improved translation.
103 'button.reset_password' => 'přejít',
104 'button.send' => 'poslat',
105 'button.send_by_email' => 'poslat e-mailem',
106 'button.save_as_new' => 'uložit jako nový',
107 'button.create_team' => 'vytvořit tým',
108 'button.export' => 'exportovat tým',
109 'button.import' => 'importovat tým',
110 'button.apply' => 'provést',
111
112 // labels for controls on various forms
113 // TODO: translate label.team_name
114 // 'label.team_name' => 'team name',
115 'label.currency' => 'měna',
116 // TODO: translate label.manager_name and label.manager_login.
117 // 'label.manager_name' => 'manager name',
118 // 'label.manager_login' => 'manager login',
119 'label.name' => 'jméno',
120
121 'label.password' => 'heslo',
122 'label.confirm_password' => 'potvrdit heslo',
123 // 'label.email' => 'email',
124 'label.total' => 'celkem',
125
126 "form.filter.project" => 'projekt',
127 "form.filter.filter" => 'oblíbená sestava',
128 "form.filter.filter_new" => 'uložit jako oblíbenou sestavu',
129 "form.filter.filter_confirm_delete" => 'opravdu chceš vymazat tuto položku z oblíbených?',
130
131 // login form attributes
132 "form.login.title" => 'přihlásit',
133 "form.login.login" => 'přihlásit',
134
135 // password reminder form attributes
136 "form.fpass.title" => 'resetovat heslo',
137 "form.fpass.login" => 'přihlásit',
138 "form.fpass.send_pass_str" => 'zaslán požadavek k vymazání hesla',
139 "form.fpass.send_pass_subj" => 'Anuko Time Tracker požadavek na vymazání hesla',
140 // Note to translators: this string needs to be translated.
141 // "form.fpass.send_pass_body" => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
142 "form.fpass.reset_comment" => "pro změnu hesla jej napište a zvolte uložit",
143
144 // administrator form
145 "form.admin.title" => 'administrator',
146 "form.admin.duty_text" => 'vytvořit nový tým prostřednictvím účtu týmového manažera.<br>můžete také importovat týmová data z xml souboru z jiného time tracker serveru (nejsou povoleny shody e-mailových adres!).',
147
148 "form.admin.change_pass" => 'změna hesla účtu administrator',
149 "form.admin.profile.title" => 'týmy',
150 "form.admin.profile.noprofiles" => 'vaše databáze je prázdná. přihlašte se jako admin a vytvořte nový tým.',
151 "form.admin.profile.comment" => 'smazat tým',
152 "form.admin.profile.th.id" => 'id',
153 "form.admin.profile.th.name" => 'jméno',
154 "form.admin.profile.th.edit" => 'upravit',
155 "form.admin.profile.th.del" => 'smazat',
156 "form.admin.profile.th.active" => 'aktovní',
157 "form.admin.lock.period" => 'období uzamčení ve dnech',
158 // Note to translators: the strings below are missing in the translation and must be added
159 // "form.admin.options" => 'options',
160 // "form.admin.lang_default" => 'site default language',
161 // "form.admin.custom_date_format" => "date format",
162 // "form.admin.custom_time_format" => "time format",
163 // "form.admin.start_week" => "first day of week",
164
165 // my time form attributes
166 "form.mytime.title" => 'můj deník',
167 "form.mytime.edit_title" => 'upravit časový záznam',
168 "form.mytime.del_str" => 'smazat časový záznam',
169 // Note to translators: "form.mytime.time_form" => ' (hh:mm)', // the string must be translated
170 "form.mytime.date" => 'datum',
171 "form.mytime.project" => 'projekt',
172 "form.mytime.activity" => 'činnost',
173 "form.mytime.start" => 'začátek',
174 "form.mytime.finish" => 'konec',
175 "form.mytime.duration" => 'trvání',
176 "form.mytime.note" => 'poznámka',
177 "form.mytime.behalf" => 'denní práce pracovníka',
178 "form.mytime.daily" => 'denní práce',
179 "form.mytime.total" => 'součet hodin: ',
180 "form.mytime.th.project" => 'projekt',
181 "form.mytime.th.activity" => 'činnost',
182 "form.mytime.th.start" => 'začátek',
183 "form.mytime.th.finish" => 'konec',
184 "form.mytime.th.duration" => 'trvání',
185 "form.mytime.th.note" => 'poznámka',
186 "form.mytime.th.edit" => 'upravit',
187 "form.mytime.th.delete" => 'odstranit',
188 "form.mytime.del_yes" => 'časový záznam úspěšně odstraněn',
189 "form.mytime.no_finished_rec" => 'záznam byl uložen pouze s časem zahájení. není to chyba. můžete se odhlásit, potřebujete-li.',
190 "form.mytime.billable" => 'k fakturaci',
191 "form.mytime.warn_tozero_rec" => 'tento záznam musí být smazán, neboť období je uzamčeno',
192 // Note to translators: the string below is missing in the translation and must be added
193 // "form.mytime.uncompleted" => 'uncompleted',
194
195 // profile form attributes
196 // Note to translators: we need a more accurate translation of form.profile.create_title
197 "form.profile.create_title" => 'vytvořit nový manažerský účet',
198 "form.profile.edit_title" => 'upravit profil',
199 "form.profile.name" => 'jméno',
200 "form.profile.login" => 'přihlásit',
201
202 "form.profile.showchart" => 'zobrazuj grafy',
203 "form.profile.lang" => 'jazyk',
204 // Note to translators: the strings below are missing in the translation and must be added
205 // "form.profile.custom_date_format" => "date format",
206 // "form.profile.custom_time_format" => "time format",
207 // "form.profile.default_format" => "(default)",
208 // "form.profile.start_week" => "first day of week",
209
210 // people form attributes
211 "form.people.ppl_str" => 'pracovnící',
212 "form.people.createu_str" => 'vytváření nového uživatele',
213 "form.people.edit_str" => 'nastavení uživatele',
214 "form.people.del_str" => 'smazat uživatele',
215 "form.people.th.name" => 'jméno',
216 "form.people.th.login" => 'přihlásit',
217 "form.people.th.role" => 'role',
218 "form.people.th.edit" => 'upravit',
219 "form.people.th.del" => 'smazat',
220 "form.people.th.status" => 'status',
221 "form.people.th.project" => 'projekt',
222 "form.people.th.rate" => 'sazba',
223 "form.people.manager" => 'manažer',
224 "form.people.comanager" => 'spolumanažer',
225 "form.people.empl" => 'uživatel',
226 "form.people.name" => 'jméno',
227 "form.people.login" => 'přihlásit',
228
229 "form.people.rate" => 'hodinová sazba',
230 "form.people.comanager" => 'spolumanažer',
231 "form.people.projects" => 'projekty',
232
233 // projects form attributes
234 "form.project.proj_title" => 'projekty',
235 "form.project.edit_str" => 'upravit projekt',
236 "form.project.add_str" => 'pridat nový projekt',
237 "form.project.del_str" => 'smazat projekt',
238 "form.project.th.name" => 'jméno',
239 "form.project.th.edit" => 'upravit',
240 "form.project.th.del" => 'smazat',
241 "form.project.name" => 'Název',
242
243 // activities form attributes
244 "form.activity.act_title" => 'činnosti',
245 "form.activity.add_title" => 'přidat činnost',
246 "form.activity.edit_str" => 'upravit činnost',
247 "form.activity.del_str" => 'smazat činnost',
248 "form.activity.name" => 'název činnosti',
249 "form.activity.project" => 'projekt',
250 "form.activity.th.name" => 'jméno',
251 "form.activity.th.project" => 'projekt',
252 "form.activity.th.edit" => 'upravit',
253 "form.activity.th.del" => 'smazat',
254
255 // report attributes
256 "form.report.title" => 'sestavy',
257 "form.report.from" => 'počáteční datum',
258 "form.report.to" => 'koncové datum',
259 "form.report.groupby_user" => 'uživatel',
260 "form.report.groupby_project" => 'projekt',
261 "form.report.groupby_activity" => 'činnost',
262 "form.report.duration" => 'trvání',
263 "form.report.start" => 'počátek',
264 "form.report.activity" => 'činnost',
265 "form.report.show_idle" => 'ukázat nečinné',
266 "form.report.finish" => 'konec',
267 "form.report.note" => 'poznámka',
268 "form.report.project" => 'projekt',
269 "form.report.totals_only" => 'pouze součty',
270 "form.report.total" => 'součty hodin',
271 "form.report.th.empllist" => 'uzivatel',
272 "form.report.th.date" => 'datum',
273 "form.report.th.project" => 'projekt',
274 "form.report.th.activity" => 'činnost',
275 "form.report.th.start" => 'počátek',
276 "form.report.th.finish" => 'konec',
277 "form.report.th.duration" => 'trvání',
278 "form.report.th.note" => 'poznámka',
279
280 // mail form attributes
281 "form.mail.from" => 'od',
282 "form.mail.to" => 'komu',
283 "form.mail.cc" => 'cc',
284 "form.mail.subject" => 'předmět',
285 "form.mail.comment" => 'komentář',
286 "form.mail.above" => 'poslat sestavu e-mailem',
287 // Note to translators: this string needs to be translated.
288 // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
289 "form.mail.sending_str" => '<b>zpráva odeslána</b>',
290
291 // invoice attributes
292 "form.invoice.title" => 'faktura',
293 "form.invoice.caption" => 'faktura',
294 "form.invoice.above" => 'fakturační informace',
295 "form.invoice.select_cust" => 'výběr firmy',
296 "form.invoice.fillform" => 'vyplňte pole',
297 "form.invoice.date" => 'datum',
298 "form.invoice.number" => 'faktura číslo',
299 "form.invoice.tax" => 'DPH',
300 "form.invoice.daily_subtotals" => 'denní součty',
301 "form.invoice.yourcoo" => 'vaše jméno<br> adresa',
302 "form.invoice.custcoo" => 'zákazník<br> adresa',
303 "form.invoice.comment" => 'komentář ',
304 "form.invoice.th.username" => 'osoba',
305 "form.invoice.th.time" => 'hodin',
306 "form.invoice.th.rate" => 'sazba',
307 "form.invoice.th.summ" => 'množství',
308 "form.invoice.subtotal" => 'subtotal',
309 "form.invoice.customer" => 'zákazník',
310 "form.invoice.mailinv_above" => 'poslat fakturu e-mailem',
311 "form.invoice.sending_str" => '<b>faktura odeslána</b>',
312
313 "form.migration.zip" => 'komprese',
314 "form.migration.file" => 'výběr souboru',
315 "form.migration.import.title" => 'importovat data',
316 "form.migration.import.success" => 'import byl úspěšně dokončen',
317 "form.migration.import.text" => 'importovat týmová data z xml souboru',
318 "form.migration.export.title" => 'exportovat data',
319 "form.migration.export.success" => 'export byl úspěšně dokončen',
320 "form.migration.export.text" => 'můžete exportova týmová data do xml souboru. může se to hodit pro přesun na jiný server.',
321 // Note to translators: the string below is missing in the translation and must be added
322 // "form.migration.compression.none" => 'none',
323 "form.migration.compression.gzip" => 'gzip',
324 "form.migration.compression.bzip" => 'bzip',
325
326 "form.client.title" => 'zákazníci',
327 "form.client.add_title" => 'přidat zákazníka',
328 "form.client.edit_title" => 'upravit zákazníka',
329 "form.client.del_title" => 'smazat zákazníka',
330 "form.client.th.name" => 'jméno',
331 "form.client.th.edit" => 'upravit',
332 "form.client.th.del" => 'smazat',
333 "form.client.name" => 'jméno',
334 "form.client.tax" => 'DPH',
335 "form.client.daily_subtotals" => 'denní součty',
336 "form.client.yourcoo" => 'vaše jméno<br> a adresa pro fakturaci',
337 "form.client.custcoo" => 'adresa',
338 "form.client.comment" => 'poznámka ',
339
340 // miscellaneous strings
341 "forward.forgot_password" => 'zapomenuté heslo?',
342 "forward.edit" => 'upravit',
343 "forward.delete" => 'smazat',
344 "forward.tocsvfile" => 'exportovat data do .csv souboru',
345 "forward.toxmlfile" => 'exportovat data do .xml souboru',
346 "forward.geninvoice" => 'vytvořit fakturu',
347 "forward.change" => 'upravit zákazníky',
348
349 // strings inside contols on forms
350 "controls.select.project" => '--- výběr projektu ---',
351 "controls.select.activity" => '--- výběr činnosti ---',
352 "controls.select.client" => '--- výběr zákazníka ---',
353 "controls.project_bind" => '--- všechny ---',
354 "controls.all" => '--- vše ---',
355 "controls.notbind" => '--- nic ---',
356 "controls.per_tm" => 'tento měsíc',
357 "controls.per_lm" => 'minulý měsíc',
358 "controls.per_tw" => 'tento týden',
359 "controls.per_lw" => 'minulý týden',
360 "controls.per_td" => 'dnes',
361 "controls.per_at" => 'od počátku',
362 "controls.per_ty" => 'letos',
363 "controls.sel_period" => '--- výběr období ---',
364 "controls.sel_groupby" => '--- vše dohromady ---',
365 "controls.inc_billable" => 'k fakturaci',
366 "controls.inc_nbillable" => 'mimo fakturaci',
367 // Note to translators: the string below must be translated
368 // "controls.default" => '--- default ---',
369
370 // labels
371 "label.chart.title1" => 'činnosti uživatele',
372 "label.chart.title2" => 'projekty uživatele',
373 "label.chart.period" => 'přehled za období',
374
375 "label.pinfo" => '%s, %s',
376 "label.pinfo2" => '%s',
377 // Note to translators: the string below must be translated
378 // "label.pbehalf_info" => '%s %s <b>on behalf of %s</b>',
379 "label.pminfo" => ' (manažer)',
380 "label.pcminfo" => ' (co-manažer)',
381 "label.painfo" => ' (administrator)',
382 "label.time_noentry" => 'žádné záznamy',
383 "label.today" => 'dnes',
384 "label.req_fields" => '* nutno vyplnit',
385 "label.sel_project" => 'výběr projektu',
386 "label.sel_activity" => 'výběr činnosti',
387 "label.sel_tp" => 'výberte období',
388 "label.set_tp" => 'nebo určete dny',
389 "label.fields" => 'zobrazit pole',
390 "label.group_title" => 'seskupit podle',
391 "label.include_title" => 'včetně záznamů',
392 "label.inv_str" => 'faktura',
393 "label.set_empl" => 'výběr uživatelů',
394 "label.sel_all" => 'vybrat všechno',
395 "label.sel_none" => 'zrušit výběr',
396 "label.or" => 'nebo',
397 "label.disable" => 'zakázat',
398 "label.enable" => 'povolit',
399 "label.filter" => 'filtr',
400 "label.timeweek" => 'celkem za týden',
401 "label.hrs" => 'hodin',
402 // Note to translators: the 3 strings below are missing in the translation and must be added
403 // "label.errors" => 'errors',
404 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
405
406 // login hello text
407 // Note to translators: the string below is missing in the translation and must be added
408 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
409 );
410 ?>