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