Added entity column on cf_custom_fields.php page.
[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.entity' => 'Entity',
259 // 'label.type' => 'Type',
260 // 'label.type_dropdown' => 'dropdown',
261 // 'label.type_text' => 'text',
262 // 'label.required' => 'Required',
263 'label.fav_report' => 'Oblíbená sestava',
264 // TODO: translate the following.
265 // 'label.schedule' => 'Schedule',
266 // 'label.what_is_it' => 'What is it?',
267 // 'label.expense' => 'Expense',
268 'label.quantity' => 'Množství',
269 // TODO: translate the following.
270 // 'label.paid_status' => 'Paid status',
271 // 'label.paid' => 'Paid',
272 // 'label.mark_paid' => 'Mark paid',
273 // 'label.week_menu' => 'Week menu',
274 // 'label.week_note' => 'Week note',
275 // 'label.week_list' => 'Week list',
276 // 'label.work_units' => 'Work units',
277 // 'label.work_units_short' => 'Units',
278 'label.totals_only' => 'Pouze součty',
279 // TODO: translate the following.
280 // 'label.quota' => 'Quota',
281 // 'label.timesheet' => 'Timesheet',
282 // 'label.submitted' => 'Submitted',
283 // 'label.approved' => 'Approved',
284 // 'label.approval' => 'Report approval',
285 // 'label.mark_approved' => 'Mark approved',
286 // 'label.template' => 'Template',
287 // 'label.attachments' => 'Attachments',
288 // 'label.files' => 'Files',
289 // 'label.file' => 'File',
290 // 'label.image' => 'Image',
291 // 'label.download' => 'Download',
292 // 'label.active_users' => 'Active Users',
293 // 'label.inactive_users' => 'Inactive Users',
294
295 // Entity names. We use lower case (in English) because they are used in dropdowns, too.
296 // They are used to associate a custom field with an entity type.
297 // TODO: translate the following.
298 // 'entity.time' => 'time',
299 // 'entity.user' => 'user',
300 // 'entity.project' => 'project',
301
302 // Form titles.
303 // TODO: Improve titles for consistency, so that each title explains correctly what each
304 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
305 // Compare with English file to see how it is done there and do Czech titles similarly.
306 // Specifically: Vytváření vs Pridat, etc.
307 // TODO: Translate the following.
308 // 'title.error' => 'Error',
309 // 'title.success' => 'Success',
310 'title.login' => 'Přihlásit',
311 'title.groups' => 'Týmy', // TODO: change "teams" to "groups".
312 // TODO: translate the following.
313 // 'title.subgroups' => 'Subgroups',
314 // 'title.add_group' => 'Adding Group',
315 // 'title.edit_group' => 'Editing Group',
316 'title.delete_group' => 'Smazat tým', // TODO: change "team" to "group".
317 'title.reset_password' => 'Resetovat heslo',
318 // TODO: translate the following.
319 // 'title.change_password' => 'Changing Password',
320 // 'title.time' => 'Time',
321 'title.edit_time_record' => 'Upravit časový záznam',
322 'title.delete_time_record' => 'Smazat časový záznam',
323 // TODO: translate the following.
324 // 'title.time_files' => 'Time Record Files',
325 // 'title.expenses' => 'Expenses',
326 // 'title.edit_expense' => 'Editing Expense Item',
327 // 'title.delete_expense' => 'Deleting Expense Item',
328 // 'title.predefined_expenses' => 'Predefined Expenses',
329 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
330 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
331 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
332 'title.reports' => 'Sestavy',
333 // TODO: translate the following.
334 // 'title.report' => 'Report',
335 // 'title.send_report' => 'Sending Report',
336 // 'title.timesheets' => 'Timesheets',
337 // 'title.timesheet' => 'Timesheet',
338 // 'title.timesheet_files' => 'Timesheet Files',
339 'title.invoice' => 'Faktura',
340 // TODO: translate the following.
341 // 'title.send_invoice' => 'Sending Invoice',
342 // 'title.charts' => 'Charts',
343 'title.projects' => 'Projekty',
344 // TODO: translate the following.
345 // 'title.project_files' => 'Project Files',
346 'title.add_project' => 'Pridat projekt',
347 'title.edit_project' => 'Upravit projekt',
348 'title.delete_project' => 'Smazat projekt',
349 // TODO: translate the following.
350 // 'title.tasks' => 'Tasks',
351 // 'title.add_task' => 'Adding Task',
352 // 'title.edit_task' => 'Editing Task',
353 // 'title.delete_task' => 'Deleting Task',
354 'title.users' => 'Uživatelů',
355 'title.add_user' => 'Vytváření uživatele', // TODO: Need to be consistent with all titles.
356 // TODO: translate the following.
357 // 'title.edit_user' => 'Editing User',
358 'title.delete_user' => 'Smazat uživatele',
359 // TODO: translate the following.
360 // 'title.roles' => 'Roles',
361 // 'title.add_role' => 'Adding Role',
362 // 'title.edit_role' => 'Editing Role',
363 // 'title.delete_role' => 'Deleting Role',
364 'title.clients' => 'Zákazníci',
365 'title.add_client' => 'Přidat zákazníka',
366 'title.edit_client' => 'Upravit zákazníka',
367 'title.delete_client' => 'Smazat zákazníka',
368 'title.invoices' => 'Faktury',
369 // TODO: translate the following.
370 // 'title.add_invoice' => 'Adding Invoice',
371 // 'title.view_invoice' => 'Viewing Invoice',
372 // 'title.delete_invoice' => 'Deleting Invoice',
373 // 'title.notifications' => 'Notifications',
374 // 'title.add_notification' => 'Adding Notification',
375 // 'title.edit_notification' => 'Editing Notification',
376 // 'title.delete_notification' => 'Deleting Notification',
377 // 'title.add_timesheet' => 'Adding Timesheet',
378 // 'title.edit_timesheet' => 'Editing Timesheet',
379 // 'title.delete_timesheet' => 'Deleting Timesheet',
380 // 'title.monthly_quotas' => 'Monthly Quotas',
381 // 'title.export' => 'Exporting Group Data',
382 // 'title.import' => 'Importing Group Data',
383 // 'title.options' => 'Options',
384 // 'title.display_options' => 'Display Options',
385 'title.profile' => 'Profil',
386 // TODO: translate the following.
387 // 'title.plugins' => 'Plugins',
388 // 'title.cf_custom_fields' => 'Custom Fields',
389 // 'title.cf_add_custom_field' => 'Adding Custom Field',
390 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
391 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
392 // 'title.cf_dropdown_options' => 'Dropdown Options',
393 // 'title.cf_add_dropdown_option' => 'Adding Option',
394 // 'title.cf_edit_dropdown_option' => 'Editing Option',
395 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
396 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
397 // It is also a name for the Locking plugin on the group settings page.
398 // 'title.locking' => 'Locking',
399 // 'title.week_view' => 'Week View',
400 // 'title.swap_roles' => 'Swapping Roles',
401 // 'title.work_units' => 'Work Units',
402 // 'title.templates' => 'Templates',
403 // 'title.add_template' => 'Adding Template',
404 // 'title.edit_template' => 'Editing Template',
405 // 'title.delete_template' => 'Deleting Template',
406 // 'title.edit_file' => 'Editing File',
407 // 'title.delete_file' => 'Deleting File',
408 // 'title.download_file' => 'Downloading File',
409 // 'title.work' => 'Work',
410 // 'title.add_work' => 'Adding Work',
411 // 'title.edit_work' => 'Editing Work',
412 // 'title.delete_work' => 'Deleting Work',
413 // 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups.
414 // 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups.
415
416 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
417 // Strings that are used in a single form must go to the specific form section.
418 'dropdown.all' => '--- vše ---',
419 'dropdown.no' => '--- nic ---',
420 'dropdown.current_day' => 'dnes',
421 'dropdown.previous_day' => 'včera',
422 'dropdown.selected_day' => 'den',
423 'dropdown.current_week' => 'tento týden',
424 'dropdown.previous_week' => 'minulý týden',
425 'dropdown.selected_week' => 'týden',
426 'dropdown.current_month' => 'tento měsíc',
427 'dropdown.previous_month' => 'minulý měsíc',
428 'dropdown.selected_month' => 'měsíc',
429 'dropdown.current_year' => 'tento rok',
430 'dropdown.previous_year' => 'minulý rok',
431 'dropdown.selected_year' => 'rok',
432 'dropdown.all_time' => 'od počátku',
433 'dropdown.projects' => 'projekty',
434 // TODO: translate the following.
435 // 'dropdown.tasks' => 'tasks',
436 'dropdown.clients' => 'zákazníci',
437 // TODO: translate the following.
438 // 'dropdown.select' => '--- select ---',
439 // 'dropdown.select_invoice' => '--- select invoice ---',
440 // 'dropdown.select_timesheet' => '--- select timesheet ---',
441 // 'dropdown.status_active' => 'active',
442 // 'dropdown.status_inactive' => 'inactive',
443 // 'dropdown.delete' => 'delete',
444 // 'dropdown.do_not_delete' => 'do not delete',
445 // 'dropdown.approved' => 'approved',
446 // 'dropdown.not_approved' => 'not approved',
447 // 'dropdown.paid' => 'paid',
448 // 'dropdown.not_paid' => 'not paid',
449
450 // Login form. See example at https://timetracker.anuko.com/login.php.
451 'form.login.forgot_password' => 'Zapomenuté heslo?',
452 // TODO: translate the following.
453 // '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.',
454
455 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
456 'form.reset_password.message' => 'Zaslán požadavek k vymazání hesla.', // TODO: add "by email" to match the English string.
457 'form.reset_password.email_subject' => 'Anuko Time Tracker požadavek na vymazání hesla',
458 // TODO: translate the following.
459 // '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",
460
461 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
462 // TODO: translate the following.
463 // 'form.change_password.tip' => 'Type new password and click on Save.',
464
465 // Time form. See example at https://timetracker.anuko.com/time.php.
466 // TODO: translate the following.
467 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
468 'form.time.billable' => 'K fakturaci',
469 // 'form.time.uncompleted' => 'Uncompleted',
470 // 'form.time.remaining_quota' => 'Remaining quota',
471 // 'form.time.over_quota' => 'Over quota',
472 // 'form.time.remaining_balance' => 'Remaining balance',
473 // 'form.time.over_balance' => 'Over balance',
474
475 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
476 'form.time_edit.uncompleted' => 'Záznam byl uložen pouze s časem zahájení. Není to chyba.',
477
478 // Week view form. See example at https://timetracker.anuko.com/week.php.
479 // TODO: translate the following.
480 // 'form.week.new_entry' => 'New entry',
481
482 // Reports form. See example at https://timetracker.anuko.com/reports.php
483 // TODO: translate the following.
484 // 'form.reports.save_as_favorite' => 'Save as favorite',
485 'form.reports.confirm_delete' => 'Opravdu chceš vymazat tuto položku z oblíbených?',
486 'form.reports.include_billable' => 'k fakturaci',
487 'form.reports.include_not_billable' => 'mimo fakturaci',
488 // TODO: translate the following.
489 // 'form.reports.include_invoiced' => 'invoiced',
490 // 'form.reports.include_not_invoiced' => 'not invoiced',
491 // 'form.reports.include_assigned' => 'assigned',
492 // 'form.reports.include_not_assigned' => 'not assigned',
493 // 'form.reports.include_pending' => 'pending',
494 'form.reports.select_period' => 'Výberte období',
495 'form.reports.set_period' => 'nebo určete dny',
496 'form.reports.show_fields' => 'Zobrazit pole',
497 'form.reports.group_by' => 'Seskupit podle',
498 // TODO: translate the following.
499 // 'form.reports.group_by_no' => '--- no grouping ---',
500 'form.reports.group_by_date' => 'datum',
501 'form.reports.group_by_user' => 'uživatel',
502 'form.reports.group_by_client' => 'zákazník',
503 'form.reports.group_by_project' => 'projekt',
504 // TODO: translate the following.
505 // 'form.reports.group_by_task' => 'task',
506
507 // Report form. See example at https://timetracker.anuko.com/report.php
508 // (after generating a report at https://timetracker.anuko.com/reports.php).
509 'form.report.export' => 'Exportovat',
510 // TODO: translate the following.
511 // 'form.report.assign_to_invoice' => 'Assign to invoice',
512 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
513
514 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
515 // TODO: translate the following.
516 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
517 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
518
519 // Templates form. See example at https://timetracker.anuko.com/templates.php
520 // TODO: translate the following.
521 // 'form.templates.active_templates' => 'Active Templates',
522 // 'form.templates.inactive_templates' => 'Inactive Templates',
523
524 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
525 // (you can get to this form after generating a report).
526 'form.invoice.number' => 'Faktura číslo',
527 'form.invoice.person' => 'Osoba',
528
529 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
530 // TODO: translate the following.
531 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
532 // 'form.invoice.invoice_entries' => 'Invoice entries',
533 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
534
535 // Charts form. See example at https://timetracker.anuko.com/charts.php
536 // TODO: translate the following.
537 // 'form.charts.interval' => 'Interval',
538 // 'form.charts.chart' => 'Chart',
539
540 // Projects form. See example at https://timetracker.anuko.com/projects.php
541 // TODO: translate the following.
542 // 'form.projects.active_projects' => 'Active Projects',
543 // 'form.projects.inactive_projects' => 'Inactive Projects',
544
545 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
546 // TODO: translate the following.
547 // 'form.tasks.active_tasks' => 'Active Tasks',
548 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
549
550 // Users form. See example at https://timetracker.anuko.com/users.php
551 // TODO: translate the following.
552 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
553 'form.users.role' => 'Role',
554 'form.users.manager' => 'Manažer',
555 'form.users.comanager' => 'Spolumanažer',
556 'form.users.rate' => 'Sazba',
557 // TODO: translate the following.
558 // 'form.users.default_rate' => 'Default hourly rate',
559
560 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
561 // TODO: translate the following.
562 // 'form.user_edit.swap_roles' => 'Swap roles',
563
564 // Roles form. See example at https://timetracker.anuko.com/roles.php
565 // TODO: translate the following.
566 // 'form.roles.active_roles' => 'Active Roles',
567 // 'form.roles.inactive_roles' => 'Inactive Roles',
568 // 'form.roles.rank' => 'Rank',
569 // 'form.roles.rights' => 'Rights',
570 // 'form.roles.assigned' => 'Assigned',
571 // 'form.roles.not_assigned' => 'Not assigned',
572
573 // Clients form. See example at https://timetracker.anuko.com/clients.php
574 // TODO: translate the following.
575 // 'form.clients.active_clients' => 'Active Clients',
576 // 'form.clients.inactive_clients' => 'Inactive Clients',
577
578 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
579 // TODO: translate the following.
580 // 'form.client.client_to_delete' => 'Client to delete',
581 // 'form.client.client_entries' => 'Client entries',
582
583 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
584 // TODO: replace "team" with "group" in the string below.
585 'form.export.hint' => 'Můžete exportova týmová data do xml souboru. Může se to hodit pro přesun na jiný server.',
586 'form.export.compression' => 'Komprese',
587 // TODO: translate the following.
588 // 'form.export.compression_none' => 'none',
589 'form.export.compression_bzip' => 'bzip',
590
591 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
592 'form.import.hint' => 'Importovat týmová data z xml souboru.', // TODO: replace "team" with "group".
593 'form.import.file' => 'Výběr souboru',
594 'form.import.success' => 'Import byl úspěšně dokončen.',
595
596 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
597 // TODO: translate the following. This part is not translated accurately from English:
598 // "Vytvořit nový tým prostřednictvím účtu týmového manažera." Improve and check the entire string for accuracy.
599 // ALSO TODO: replace "team" with "group" in the string below.
600 '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).',
601
602 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
603 // TODO: translate the following.
604 // 'form.group_edit.12_hours' => '12 hours',
605 // 'form.group_edit.24_hours' => '24 hours',
606 // 'form.group_edit.display_options' => 'Display options',
607 // 'form.group_edit.holidays' => 'Holidays',
608 // 'form.group_edit.tracking_mode' => 'Tracking mode',
609 // 'form.group_edit.mode_time' => 'time',
610 // 'form.group_edit.mode_projects' => 'projects',
611 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
612 // 'form.group_edit.record_type' => 'Record type',
613 // 'form.group_edit.type_all' => 'all',
614 // 'form.group_edit.type_start_finish' => 'start and finish',
615 // 'form.group_edit.type_duration' => 'duration',
616 // 'form.group_edit.punch_mode' => 'Punch mode',
617 // 'form.group_edit.allow_overlap' => 'Allow overlap',
618 // 'form.group_edit.future_entries' => 'Future entries',
619 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
620 // 'form.group_edit.confirm_save' => 'Confirm saving',
621 // 'form.group_edit.allow_ip' => 'Allow IP',
622 // 'form.group_edit.advanced_settings' => 'Advanced settings',
623
624 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
625 // TODO: translate the following.
626 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
627
628 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
629 'form.mail.from' => 'Od',
630 'form.mail.to' => 'Komu',
631 // TODO: translate the following.
632 // 'form.mail.report_subject' => 'Time Tracker Report',
633 // '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.',
634 // 'form.mail.report_sent' => 'Report sent.',
635 'form.mail.invoice_sent' => 'Faktura odeslána.',
636
637 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
638 // TODO: translate the following.
639 // 'form.quota.year' => 'Year',
640 // 'form.quota.month' => 'Month',
641 // 'form.quota.workday_hours' => 'Hours in work day',
642 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
643
644 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
645 // TODO: translate the following.
646 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
647 // 'form.swap.swap_with' => 'Swap roles with',
648
649 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
650 // TODO: translate the following.
651 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
652 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
653
654 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
655 // TODO: translate the following.
656 // 'role.user.label' => 'User',
657 // 'role.user.low_case_label' => 'user',
658 // 'role.user.description' => 'A regular member without management rights.',
659 // 'role.client.label' => 'Client',
660 // 'role.client.low_case_label' => 'client',
661 // 'role.client.description' => 'A client can view its own data.',
662 // 'role.supervisor.label' => 'Supervisor',
663 // 'role.supervisor.low_case_label' => 'supervisor',
664 // 'role.supervisor.description' => 'A person with a small set of management rights.',
665 // 'role.comanager.label' => 'Co-manager',
666 // 'role.comanager.low_case_label' => 'co-manager',
667 // 'role.comanager.description' => 'A person with a big set of management functions.',
668 // 'role.manager.label' => 'Manager',
669 // 'role.manager.low_case_label' => 'manager',
670 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
671 // 'role.top_manager.label' => 'Top manager',
672 // 'role.top_manager.low_case_label' => 'top manager',
673 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
674 // 'role.admin.label' => 'Administrator',
675 // 'role.admin.low_case_label' => 'administrator',
676 // 'role.admin.description' => 'Site adminsitrator.',
677
678 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
679 // TODO: translate the following.
680 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
681 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
682 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
683 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
684 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
685 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
686
687 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
688 // TODO: translate the following.
689 // 'form.display_options.menu' => 'Menu',
690 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
691 );