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