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