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