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