Further streamlining of error messages.
[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 // Note to translators: Use proper capitalization rules for your language.
33
34 $i18n_language = 'Czech (Česky)';
35 $i18n_months = array('Leden', 'Únor', 'Březen', 'Duben', 'Květen', 'Červen', 'Červenec', 'Srpen', 'Září', 'Říjen', 'Listopad', 'Prosinec');
36 $i18n_weekdays = array('Neděle', 'Pondělí', 'Úterý', 'Středa', 'Čtvrtek', 'Pátek', 'Sobota');
37 $i18n_weekdays_short = array('Ne', 'Po', 'Út', 'St', 'Čt', 'Pá', 'So');
38 // format mm/dd
39 $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');
40
41 $i18n_key_words = array(
42
43 // Menus - short selection strings that are displayed on top of application web pages.
44 // Example: https://timetracker.anuko.com (black menu on top).
45 'menu.login' => 'Přihlásit',
46 'menu.logout' => 'Odhlásit',
47 // TODO: translate the following.
48 // 'menu.forum' => 'Forum',
49 'menu.help' => 'Pomoc',
50 // TODO: translate the following.
51 // 'menu.create_group' => 'Create Group',
52 'menu.profile' => 'Profil',
53 // TODO: translate the following.
54 // 'menu.group' => 'Group',
55 // 'menu.plugins' => 'Plugins',
56 // 'menu.time' => 'Time',
57 // 'menu.expenses' => 'Expenses',
58 'menu.reports' => 'Sestavy',
59 // TODO: translate the following.
60 // 'menu.charts' => 'Charts',
61 'menu.projects' => 'Projekty',
62 // TODO: translate the following.
63 // 'menu.tasks' => 'Tasks',
64 'menu.users' => 'Uživatelů',
65 // TODO: translate the following.
66 // 'menu.groups' => 'Groups',
67 // 'menu.subgroups' => 'Subgroups',
68 'menu.export' => 'Export',
69 'menu.clients' => 'Zákazníci',
70 // TODO: translate the following.
71 // 'menu.options' => 'Options',
72
73 // Footer - strings on the bottom of most pages.
74 // TODO: translate the following.
75 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
76 // 'footer.credits' => 'Credits',
77 // 'footer.license' => 'License',
78 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
79                                      // This is a link to a webpage that describes how to contribute to the project.
80
81 // Error messages.
82 // TODO: translate the following.
83 // 'error.access_denied' => 'Access denied.',
84 // 'error.sys' => 'System error.',
85 'error.db' => 'Chyba databáze.',
86 // TODO: translate the following.
87 // 'error.feature_disabled' => 'Feature is disabled.',
88 'error.field' => 'Nesprávná "{0}" data.',
89 'error.empty' => 'Pole "{0}" je prázdné.',
90 'error.not_equal' => 'Pole "{0}" neodpovídá poli "{1}".',
91 // TODO: translate the following.
92 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
93 'error.project' => 'Výběr projektu.',
94 // TODO: translate the following.
95 // 'error.task' => 'Select task.',
96 'error.client' => 'Výběr zákazníka.',
97 // TODO: translate the following.
98 // 'error.report' => 'Select report.',
99 // 'error.record' => 'Select record.',
100 'error.auth' => 'Nesprávné jméno nebo heslo.',
101 // TODO: translate the following.
102 // 'error.user_exists' => 'User with this login already exists.',
103 // 'error.object_exists' => 'Object with this name already exists.',
104 // 'error.invoice_exists' => 'Invoice with this number already exists.',
105 // 'error.role_exists' => 'Role with this rank already exists.',
106 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
107 // 'error.no_login' => 'No user with this login.',
108 'error.no_groups' => 'Vaše databáze je prázdná. Přihlašte se jako admin a vytvořte nový tým.', // TODO: replace "team" with "group".
109 'error.upload' => 'Chyba přenosu souboru.',
110 // TODO: translate the following.
111 // 'error.range_locked' => 'Date range is locked.',
112 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
113 // 'error.no_email' => 'No email associated with this login.',
114 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
115 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
116 // 'error.overlap' => 'Time interval overlaps with existing records.',
117 // 'error.future_date' => 'Date is in future.',
118 // 'error.xml' => 'Error in XML file at line %d: %s.',
119 // 'error.cannot_import' => 'Cannot import: %s.',
120 // 'error.format' => 'Invalid file format.',
121
122 // Labels for buttons.
123 'button.login' => 'Přihlásit',
124 'button.now' => 'Teď',
125 'button.save' => 'Uložit',
126 // TODO: translate the following.
127 // 'button.copy' => 'Copy',
128 'button.cancel' => 'Zrušit',
129 'button.submit' => 'Uložit',
130 'button.add' => 'Přidat',
131 'button.delete' => 'Smazat',
132 'button.generate' => 'Vytvořit',
133 'button.reset_password' => 'Resetovat heslo',
134 'button.send' => 'Poslat',
135 'button.send_by_email' => 'Poslat e-mailem',
136 'button.create_group' => 'Vytvořit tým', // TODO: replace "team" with "group".
137 'button.export' => 'Exportovat tým', // TODO: replace "team" with "group".
138 'button.import' => 'Importovat tým', // TODO: replace "team" with "group".
139 // TODO: translate the following.
140 // 'button.close' => 'Close',
141 // 'button.stop' => 'Stop',
142
143 // Labels for controls on forms. Labels in this section are used on multiple forms.
144 // TODO: translate the following.
145 // 'label.group_name' => 'Group name',
146 // 'label.address' => 'Address',
147 'label.currency' => 'Měna',
148 // TODO: translate the following.
149 // 'label.manager_name' => 'Manager name',
150 // 'label.manager_login' => 'Manager login',
151 // TODO: confirm that Jméno and Název are correct translations.
152 'label.person_name' => 'Jméno',
153 'label.thing_name' => 'Název',
154 // TODO: translate the following.
155 // 'label.login' => 'Login',
156 'label.password' => 'Heslo',
157 'label.confirm_password' => 'Potvrdit heslo',
158 // TODO: translate the following.
159 // 'label.email' => 'Email',
160 'label.cc' => 'Cc',
161 // TODO: translate the following.
162 // 'label.bcc' => 'Bcc',
163 'label.subject' => 'Předmět',
164 'label.date' => 'Datum',
165 'label.start_date' => 'Počáteční datum',
166 'label.end_date' => 'Koncové datum',
167 'label.user' => 'Uživatel',
168 'label.users' => 'Uživatelů',
169 // TODO: translate the following.
170 // 'label.group' => 'Group',
171 // 'label.subgroups' => 'Subgroups',
172 // 'label.roles' => 'Roles',
173 'label.client' => 'Zákazník',
174 'label.clients' => 'Zákazníci',
175 // TODO: translate the following.
176 // 'label.option' => 'Option',
177 'label.invoice' => 'Faktura',
178 'label.project' => 'Projekt',
179 'label.projects' => 'Projekty',
180 // TODO: translate the following.
181 // 'label.task' => 'Task',
182 // 'label.tasks' => 'Tasks',
183 // 'label.description' => 'Description',
184 'label.start' => 'Začátek',
185 'label.finish' => 'Konec',
186 'label.duration' => 'Trvání',
187 'label.note' => 'Poznámka',
188 'label.notes' => 'Poznámky',
189 // TODO: translate the following.
190 // 'label.item' => 'Item',
191 // 'label.cost' => 'Cost',
192 // 'label.ip' => 'IP',
193 // 'label.day_total' => 'Day total',
194 'label.week_total' => 'Celkem za týden',
195 // TODO: translate the following.
196 // 'label.month_total' => 'Month total',
197 'label.today' => 'Dnes',
198 // TODO: translate the following.
199 // 'label.view' => 'View',
200 'label.edit' => 'Upravit',
201 'label.delete' => 'Smazat',
202 // TODO: translate the following.
203 // 'label.configure' => 'Configure',
204 'label.select_all' => 'Vybrat všechno',
205 'label.select_none' => 'Zrušit výběr',
206 // TODO: translate the following.
207 // 'label.day_view' => 'Day view',
208 // 'label.week_view' => 'Week view',
209 'label.id' => 'ID',
210 'label.language' => 'Jazyk',
211 // TODO: translate the following.
212 // 'label.decimal_mark' => 'Decimal mark',
213 // 'label.date_format' => 'Date format',
214 // 'label.time_format' => 'Time format',
215 // 'label.week_start' => 'First day of week',
216 'label.comment' => 'Komentář',
217 'label.status' => 'Status',
218 'label.tax' => 'DPH',
219 'label.subtotal' => 'Subtotal', // TODO: is this correct?
220 'label.total' => 'Celkem',
221 // TODO: translate the following.
222 // 'label.client_name' => 'Client name',
223 // 'label.client_address' => 'Client address',
224 'label.or' => 'nebo',
225 // TODO: translate the following.
226 // 'label.error' => 'Error',
227 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
228 'label.required_fields' => '* nutno vyplnit',
229 // TODO: translate the following.
230 // 'label.on_behalf' => 'on behalf of',
231 'label.role_manager' => '(manažer)',
232 'label.role_comanager' => '(spolumanažer)',
233 'label.role_admin' => '(administrator)',
234 // TODO: translate the following.
235 // 'label.page' => 'Page',
236 // 'label.condition' => 'Condition',
237 // 'label.yes' => 'yes',
238 // 'label.no' => 'no',
239 // Labels for plugins (extensions to Time Tracker that provide additional features).
240 // TODO: translate the following.
241 // 'label.custom_fields' => 'Custom fields',
242 // 'label.monthly_quotas' => 'Monthly quotas',
243 // 'label.type' => 'Type',
244 // 'label.type_dropdown' => 'dropdown',
245 // 'label.type_text' => 'text',
246 // 'label.required' => 'Required',
247 'label.fav_report' => 'Oblíbená sestava',
248 // TODO: translate the following.
249 // 'label.schedule' => 'Schedule',
250 // 'label.what_is_it' => 'What is it?',
251 // 'label.expense' => 'Expense',
252 'label.quantity' => 'Množství',
253 // TODO: translate the following.
254 // 'label.paid_status' => 'Paid status',
255 // 'label.paid' => 'Paid',
256 // 'label.mark_paid' => 'Mark paid',
257 // 'label.week_note' => 'Week note',
258 // 'label.week_list' => 'Week list',
259 // 'label.work_units' => 'Work units',
260 // 'label.work_units_short' => 'Units',
261 'label.totals_only' => 'Pouze součty',
262
263 // Form titles.
264 // TODO: Improve titles for consistency, so that each title explains correctly what each
265 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
266 // Compare with English file to see how it is done there and do Czech titles similarly.
267 // Specifically: Vytváření vs Pridat, etc.
268 'title.login' => 'Přihlásit',
269 'title.groups' => 'Týmy', // TODO: change "teams" to "groups".
270 // TODO: translate the following.
271 // 'title.subgroups' => 'Subgroups',
272 // 'title.add_group' => 'Adding Group',
273 // 'title.edit_group' => 'Editing Group',
274 'title.delete_group' => 'Smazat tým', // TODO: change "team" to "group".
275 'title.reset_password' => 'Resetovat heslo',
276 // TODO: translate the following.
277 // 'title.change_password' => 'Changing Password',
278 // 'title.time' => 'Time',
279 'title.edit_time_record' => 'Upravit časový záznam',
280 'title.delete_time_record' => 'Smazat časový záznam',
281 // TODO: translate the following.
282 // 'title.expenses' => 'Expenses',
283 // 'title.edit_expense' => 'Editing Expense Item',
284 // 'title.delete_expense' => 'Deleting Expense Item',
285 // 'title.predefined_expenses' => 'Predefined Expenses',
286 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
287 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
288 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
289 'title.reports' => 'Sestavy',
290 // TODO: translate the following.
291 // 'title.report' => 'Report',
292 // 'title.send_report' => 'Sending Report',
293 'title.invoice' => 'Faktura',
294 // TODO: translate the following.
295 // 'title.send_invoice' => 'Sending Invoice',
296 // 'title.charts' => 'Charts',
297 'title.projects' => 'Projekty',
298 'title.add_project' => 'Pridat projekt',
299 'title.edit_project' => 'Upravit projekt',
300 'title.delete_project' => 'Smazat projekt',
301 // TODO: translate the following.
302 // 'title.tasks' => 'Tasks',
303 // 'title.add_task' => 'Adding Task',
304 // 'title.edit_task' => 'Editing Task',
305 // 'title.delete_task' => 'Deleting Task',
306 'title.users' => 'Uživatelů',
307 'title.add_user' => 'Vytváření uživatele', // TODO: Need to be consistent with all titles.
308 // TODO: translate the following.
309 // 'title.edit_user' => 'Editing User',
310 'title.delete_user' => 'Smazat uživatele',
311 // TODO: translate the following.
312 // 'title.roles' => 'Roles',
313 // 'title.add_role' => 'Adding Role',
314 // 'title.edit_role' => 'Editing Role',
315 // 'title.delete_role' => 'Deleting Role',
316 'title.clients' => 'Zákazníci',
317 'title.add_client' => 'Přidat zákazníka',
318 'title.edit_client' => 'Upravit zákazníka',
319 'title.delete_client' => 'Smazat zákazníka',
320 'title.invoices' => 'Faktury',
321 // TODO: translate the following.
322 // 'title.add_invoice' => 'Adding Invoice',
323 // 'title.view_invoice' => 'Viewing Invoice',
324 // 'title.delete_invoice' => 'Deleting Invoice',
325 // 'title.notifications' => 'Notifications',
326 // 'title.add_notification' => 'Adding Notification',
327 // 'title.edit_notification' => 'Editing Notification',
328 // 'title.delete_notification' => 'Deleting Notification',
329 // 'title.monthly_quotas' => 'Monthly Quotas',
330 // 'title.export' => 'Exporting Group Data',
331 // 'title.import' => 'Importing Group Data',
332 // 'title.options' => 'Options',
333 'title.profile' => 'Profil',
334 // TODO: translate the following.
335 // 'title.plugins' => 'Plugins',
336 // 'title.cf_custom_fields' => 'Custom Fields',
337 // 'title.cf_add_custom_field' => 'Adding Custom Field',
338 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
339 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
340 // 'title.cf_dropdown_options' => 'Dropdown Options',
341 // 'title.cf_add_dropdown_option' => 'Adding Option',
342 // 'title.cf_edit_dropdown_option' => 'Editing Option',
343 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
344 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
345 // It is also a name for the Locking plugin on the group settings page.
346 // 'title.locking' => 'Locking',
347 // 'title.week_view' => 'Week View',
348 // 'title.swap_roles' => 'Swapping Roles',
349 // 'title.work_units' => 'Work Units',
350
351 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
352 // Strings that are used in a single form must go to the specific form section.
353 'dropdown.all' => '--- vše ---',
354 'dropdown.no' => '--- nic ---',
355 'dropdown.current_day' => 'dnes',
356 'dropdown.previous_day' => 'včera',
357 'dropdown.selected_day' => 'den',
358 'dropdown.current_week' => 'tento týden',
359 'dropdown.previous_week' => 'minulý týden',
360 'dropdown.selected_week' => 'týden',
361 'dropdown.current_month' => 'tento měsíc',
362 'dropdown.previous_month' => 'minulý měsíc',
363 'dropdown.selected_month' => 'měsíc',
364 'dropdown.current_year' => 'tento rok',
365 'dropdown.previous_year' => 'minulý rok',
366 'dropdown.selected_year' => 'rok',
367 'dropdown.all_time' => 'od počátku',
368 'dropdown.projects' => 'projekty',
369 // TODO: translate the following.
370 // 'dropdown.tasks' => 'tasks',
371 'dropdown.clients' => 'zákazníci',
372 // TODO: translate the following.
373 // 'dropdown.select' => '--- select ---',
374 // 'dropdown.select_invoice' => '--- select invoice ---',
375 // 'dropdown.status_active' => 'active',
376 // 'dropdown.status_inactive' => 'inactive',
377 // 'dropdown.delete' => 'delete',
378 // 'dropdown.do_not_delete' => 'do not delete',
379 // 'dropdown.paid' => 'paid',
380 // 'dropdown.not_paid' => 'not paid',
381
382 // Login form. See example at https://timetracker.anuko.com/login.php.
383 'form.login.forgot_password' => 'Zapomenuté heslo?',
384 // TODO: translate the following.
385 // 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
386
387 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
388 'form.reset_password.message' => 'Zaslán požadavek k vymazání hesla.', // TODO: add "by email" to match the English string.
389 'form.reset_password.email_subject' => 'Anuko Time Tracker požadavek na vymazání hesla',
390 // TODO: translate the following.
391 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s 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",
392
393 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
394 // TODO: translate the following.
395 // 'form.change_password.tip' => 'Type new password and click on Save.',
396
397 // Time form. See example at https://timetracker.anuko.com/time.php.
398 // TODO: translate the following.
399 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
400 'form.time.billable' => 'K fakturaci',
401 // 'form.time.uncompleted' => 'Uncompleted',
402 // 'form.time.remaining_quota' => 'Remaining quota',
403 // 'form.time.over_quota' => 'Over quota',
404
405 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
406 'form.time_edit.uncompleted' => 'Záznam byl uložen pouze s časem zahájení. Není to chyba.',
407
408 // Week view form. See example at https://timetracker.anuko.com/week.php.
409 // TODO: translate the following.
410 // 'form.week.new_entry' => 'New entry',
411
412 // Reports form. See example at https://timetracker.anuko.com/reports.php
413 // TODO: translate the following.
414 // 'form.reports.save_as_favorite' => 'Save as favorite',
415 'form.reports.confirm_delete' => 'Opravdu chceš vymazat tuto položku z oblíbených?',
416 'form.reports.include_billable' => 'k fakturaci',
417 'form.reports.include_not_billable' => 'mimo fakturaci',
418 // TODO: translate the following.
419 // 'form.reports.include_invoiced' => 'invoiced',
420 // 'form.reports.include_not_invoiced' => 'not invoiced',
421 'form.reports.select_period' => 'Výberte období',
422 'form.reports.set_period' => 'nebo určete dny',
423 'form.reports.show_fields' => 'Zobrazit pole',
424 'form.reports.group_by' => 'Seskupit podle',
425 // TODO: translate the following.
426 // 'form.reports.group_by_no' => '--- no grouping ---',
427 'form.reports.group_by_date' => 'datum',
428 'form.reports.group_by_user' => 'uživatel',
429 'form.reports.group_by_client' => 'zákazník',
430 'form.reports.group_by_project' => 'projekt',
431 // TODO: translate the following.
432 // 'form.reports.group_by_task' => 'task',
433
434 // Report form. See example at https://timetracker.anuko.com/report.php
435 // (after generating a report at https://timetracker.anuko.com/reports.php).
436 'form.report.export' => 'Exportovat',
437 // TODO: translate the following.
438 // 'form.report.assign_to_invoice' => 'Assign to invoice',
439
440 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
441 // (you can get to this form after generating a report).
442 'form.invoice.number' => 'Faktura číslo',
443 'form.invoice.person' => 'Osoba',
444
445 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
446 // TODO: translate the following.
447 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
448 // 'form.invoice.invoice_entries' => 'Invoice entries',
449 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
450
451 // Charts form. See example at https://timetracker.anuko.com/charts.php
452 // TODO: translate the following.
453 // 'form.charts.interval' => 'Interval',
454 // 'form.charts.chart' => 'Chart',
455
456 // Projects form. See example at https://timetracker.anuko.com/projects.php
457 // TODO: translate the following.
458 // 'form.projects.active_projects' => 'Active Projects',
459 // 'form.projects.inactive_projects' => 'Inactive Projects',
460
461 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
462 // TODO: translate the following.
463 // 'form.tasks.active_tasks' => 'Active Tasks',
464 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
465
466 // Users form. See example at https://timetracker.anuko.com/users.php
467 // TODO: translate the following.
468 // 'form.users.active_users' => 'Active Users',
469 // 'form.users.inactive_users' => 'Inactive Users',
470 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
471 'form.users.role' => 'Role',
472 'form.users.manager' => 'Manažer',
473 'form.users.comanager' => 'Spolumanažer',
474 'form.users.rate' => 'Sazba',
475 // TODO: translate the following.
476 // 'form.users.default_rate' => 'Default hourly rate',
477
478 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
479 // TODO: translate the following.
480 // 'form.user_edit.swap_roles' => 'Swap roles',
481
482 // Roles form. See example at https://timetracker.anuko.com/roles.php
483 // TODO: translate the following.
484 // 'form.roles.active_roles' => 'Active Roles',
485 // 'form.roles.inactive_roles' => 'Inactive Roles',
486 // 'form.roles.rank' => 'Rank',
487 // 'form.roles.rights' => 'Rights',
488 // 'form.roles.assigned' => 'Assigned',
489 // 'form.roles.not_assigned' => 'Not assigned',
490
491 // Clients form. See example at https://timetracker.anuko.com/clients.php
492 // TODO: translate the following.
493 // 'form.clients.active_clients' => 'Active Clients',
494 // 'form.clients.inactive_clients' => 'Inactive Clients',
495
496 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
497 // TODO: translate the following.
498 // 'form.client.client_to_delete' => 'Client to delete',
499 // 'form.client.client_entries' => 'Client entries',
500
501 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
502 // TODO: replace "team" with "group" in the string below.
503 'form.export.hint' => 'Můžete exportova týmová data do xml souboru. Může se to hodit pro přesun na jiný server.',
504 'form.export.compression' => 'Komprese',
505 // TODO: translate the following.
506 // 'form.export.compression_none' => 'none',
507 'form.export.compression_bzip' => 'bzip',
508
509 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
510 'form.import.hint' => 'Importovat týmová data z xml souboru.', // TODO: replace "team" with "group".
511 'form.import.file' => 'Výběr souboru',
512 'form.import.success' => 'Import byl úspěšně dokončen.',
513
514 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
515 // TODO: translate the following. This part is not translated accurately from English:
516 // "Vytvořit nový tým prostřednictvím účtu týmového manažera." Improve and check the entire string for accuracy.
517 // ALSO TODO: replace "team" with "group" in the string below.
518 'form.groups.hint' => '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 login).',
519
520 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
521 // TODO: translate the following.
522 // 'form.group_edit.12_hours' => '12 hours',
523 // 'form.group_edit.24_hours' => '24 hours',
524 // 'form.group_edit.show_holidays' => 'Show holidays',
525 // 'form.group_edit.tracking_mode' => 'Tracking mode',
526 // 'form.group_edit.mode_time' => 'time',
527 // 'form.group_edit.mode_projects' => 'projects',
528 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
529 // 'form.group_edit.record_type' => 'Record type',
530 // 'form.group_edit.type_all' => 'all',
531 // 'form.group_edit.type_start_finish' => 'start and finish',
532 // 'form.group_edit.type_duration' => 'duration',
533 // 'form.group_edit.punch_mode' => 'Punch mode',
534 // 'form.group_edit.allow_overlap' => 'Allow overlap',
535 // 'form.group_edit.future_entries' => 'Future entries',
536 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
537 // 'form.group_edit.allow_ip' => 'Allow IP',
538
539 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
540 // TODO: translate the following.
541 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
542
543 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
544 'form.mail.from' => 'Od',
545 'form.mail.to' => 'Komu',
546 // TODO: translate the following.
547 // 'form.mail.report_subject' => 'Time Tracker Report',
548 // 'form.mail.footer' => '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.',
549 // 'form.mail.report_sent' => 'Report sent.',
550 'form.mail.invoice_sent' => 'Faktura odeslána.',
551
552 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
553 // TODO: translate the following.
554 // 'form.quota.year' => 'Year',
555 // 'form.quota.month' => 'Month',
556 // 'form.quota.quota' => 'Quota',
557 // 'form.quota.workday_hours' => 'Hours in work day',
558 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
559
560 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
561 // TODO: translate the following.
562 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
563 // 'form.swap.swap_with' => 'Swap roles with',
564
565 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
566 // TODO: translate the following.
567 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
568 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
569
570 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
571 // TODO: translate the following.
572 // 'role.user.label' => 'User',
573 // 'role.user.low_case_label' => 'user',
574 // 'role.user.description' => 'A regular member without management rights.',
575 // 'role.client.label' => 'Client',
576 // 'role.client.low_case_label' => 'client',
577 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
578 // 'role.supervisor.label' => 'Supervisor',
579 // 'role.supervisor.low_case_label' => 'supervisor',
580 // 'role.supervisor.description' => 'A person with a small set of management rights.',
581 // 'role.comanager.label' => 'Co-manager',
582 // 'role.comanager.low_case_label' => 'co-manager',
583 // 'role.comanager.description' => 'A person with a big set of management functions.',
584 // 'role.manager.label' => 'Manager',
585 // 'role.manager.low_case_label' => 'manager',
586 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
587 // 'role.top_manager.label' => 'Top manager',
588 // 'role.top_manager.low_case_label' => 'top manager',
589 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
590 // 'role.admin.label' => 'Administrator',
591 // 'role.admin.low_case_label' => 'administrator',
592 // 'role.admin.description' => 'Site adminsitrator.',
593 );