Started coding Work units plugin.
[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 // 'label.work_units' => 'Work units',
257
258 // Form titles.
259 // TODO: Improve titles for consistency, so that each title explains correctly what each
260 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
261 // Compare with English file to see how it is done there and do Czech titles similarly.
262 // Specifically: Vytváření vs Pridat, etc.
263 'title.login' => 'Přihlásit',
264 'title.groups' => 'Týmy', // TODO: change "teams" to "groups".
265 // TODO: translate the following.
266 // 'title.create_group' => 'Creating Group',
267 // 'title.edit_group' => 'Editing Group',
268 'title.delete_group' => 'Smazat tým', // TODO: change "team" to "group".
269 'title.reset_password' => 'Resetovat heslo',
270 // TODO: translate the following.
271 // 'title.change_password' => 'Changing Password',
272 // 'title.time' => 'Time',
273 'title.edit_time_record' => 'Upravit časový záznam',
274 'title.delete_time_record' => 'Smazat časový záznam',
275 // TODO: translate the following.
276 // 'title.expenses' => 'Expenses',
277 // 'title.edit_expense' => 'Editing Expense Item',
278 // 'title.delete_expense' => 'Deleting Expense Item',
279 // 'title.predefined_expenses' => 'Predefined Expenses',
280 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
281 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
282 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
283 'title.reports' => 'Sestavy',
284 // TODO: translate the following.
285 // 'title.report' => 'Report',
286 // 'title.send_report' => 'Sending Report',
287 'title.invoice' => 'Faktura',
288 // TODO: translate the following.
289 // 'title.send_invoice' => 'Sending Invoice',
290 // 'title.charts' => 'Charts',
291 'title.projects' => 'Projekty',
292 'title.add_project' => 'Pridat projekt',
293 'title.edit_project' => 'Upravit projekt',
294 'title.delete_project' => 'Smazat projekt',
295 // TODO: translate the following.
296 // 'title.tasks' => 'Tasks',
297 // 'title.add_task' => 'Adding Task',
298 // 'title.edit_task' => 'Editing Task',
299 // 'title.delete_task' => 'Deleting Task',
300 'title.users' => 'Uživatelů',
301 'title.add_user' => 'Vytváření uživatele', // TODO: Need to be consistent with all titles.
302 // TODO: translate the following.
303 // 'title.edit_user' => 'Editing User',
304 'title.delete_user' => 'Smazat uživatele',
305 // TODO: translate the following.
306 // 'title.roles' => 'Roles',
307 // 'title.add_role' => 'Adding Role',
308 // 'title.edit_role' => 'Editing Role',
309 // 'title.delete_role' => 'Deleting Role',
310 'title.clients' => 'Zákazníci',
311 'title.add_client' => 'Přidat zákazníka',
312 'title.edit_client' => 'Upravit zákazníka',
313 'title.delete_client' => 'Smazat zákazníka',
314 'title.invoices' => 'Faktury',
315 // TODO: translate the following.
316 // 'title.add_invoice' => 'Adding Invoice',
317 // 'title.view_invoice' => 'Viewing Invoice',
318 // 'title.delete_invoice' => 'Deleting Invoice',
319 // 'title.notifications' => 'Notifications',
320 // 'title.add_notification' => 'Adding Notification',
321 // 'title.edit_notification' => 'Editing Notification',
322 // 'title.delete_notification' => 'Deleting Notification',
323 // 'title.monthly_quotas' => 'Monthly Quotas',
324 // 'title.export' => 'Exporting Group Data',
325 // 'title.import' => 'Importing Group Data',
326 // 'title.options' => 'Options',
327 'title.profile' => 'Profil',
328 // TODO: translate the following.
329 // 'title.group' => 'Group Settings',
330 // 'title.cf_custom_fields' => 'Custom Fields',
331 // 'title.cf_add_custom_field' => 'Adding Custom Field',
332 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
333 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
334 // 'title.cf_dropdown_options' => 'Dropdown Options',
335 // 'title.cf_add_dropdown_option' => 'Adding Option',
336 // 'title.cf_edit_dropdown_option' => 'Editing Option',
337 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
338 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
339 // It is also a name for the Locking plugin on the group settings page.
340 // 'title.locking' => 'Locking',
341 // 'title.week_view' => 'Week View',
342 // 'title.swap_roles' => 'Swapping Roles',
343
344 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
345 // Strings that are used in a single form must go to the specific form section.
346 'dropdown.all' => '--- vše ---',
347 'dropdown.no' => '--- nic ---',
348 'dropdown.current_day' => 'dnes',
349 'dropdown.previous_day' => 'včera',
350 'dropdown.selected_day' => 'den',
351 'dropdown.current_week' => 'tento týden',
352 'dropdown.previous_week' => 'minulý týden',
353 'dropdown.selected_week' => 'týden',
354 'dropdown.current_month' => 'tento měsíc',
355 'dropdown.previous_month' => 'minulý měsíc',
356 'dropdown.selected_month' => 'měsíc',
357 'dropdown.current_year' => 'tento rok',
358 'dropdown.previous_year' => 'minulý rok',
359 'dropdown.selected_year' => 'rok',
360 'dropdown.all_time' => 'od počátku',
361 'dropdown.projects' => 'projekty',
362 // TODO: translate the following.
363 // 'dropdown.tasks' => 'tasks',
364 'dropdown.clients' => 'zákazníci',
365 // TODO: translate the following.
366 // 'dropdown.select' => '--- select ---',
367 // 'dropdown.select_invoice' => '--- select invoice ---',
368 // 'dropdown.status_active' => 'active',
369 // 'dropdown.status_inactive' => 'inactive',
370 // 'dropdown.delete' => 'delete',
371 // 'dropdown.do_not_delete' => 'do not delete',
372 // 'dropdown.paid' => 'paid',
373 // 'dropdown.not_paid' => 'not paid',
374
375 // Login form. See example at https://timetracker.anuko.com/login.php.
376 'form.login.forgot_password' => 'Zapomenuté heslo?',
377 // TODO: translate the following.
378 // '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.',
379
380 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
381 'form.reset_password.message' => 'Zaslán požadavek k vymazání hesla.', // TODO: add "by email" to match the English string.
382 'form.reset_password.email_subject' => 'Anuko Time Tracker požadavek na vymazání hesla',
383 // TODO: translate the following.
384 // '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",
385
386 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
387 // TODO: translate the following.
388 // 'form.change_password.tip' => 'Type new password and click on Save.',
389
390 // Time form. See example at https://timetracker.anuko.com/time.php.
391 // TODO: translate the following.
392 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
393 'form.time.billable' => 'K fakturaci',
394 // 'form.time.uncompleted' => 'Uncompleted',
395 // 'form.time.remaining_quota' => 'Remaining quota',
396 // 'form.time.over_quota' => 'Over quota',
397
398 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
399 'form.time_edit.uncompleted' => 'Záznam byl uložen pouze s časem zahájení. Není to chyba.',
400
401 // Week view form. See example at https://timetracker.anuko.com/week.php.
402 // TODO: translate the following.
403 // 'form.week.new_entry' => 'New entry',
404
405 // Reports form. See example at https://timetracker.anuko.com/reports.php
406 // TODO: translate the following.
407 // 'form.reports.save_as_favorite' => 'Save as favorite',
408 'form.reports.confirm_delete' => 'Opravdu chceš vymazat tuto položku z oblíbených?',
409 'form.reports.include_billable' => 'k fakturaci',
410 'form.reports.include_not_billable' => 'mimo fakturaci',
411 // TODO: translate the following.
412 // 'form.reports.include_invoiced' => 'invoiced',
413 // 'form.reports.include_not_invoiced' => 'not invoiced',
414 'form.reports.select_period' => 'Výberte období',
415 'form.reports.set_period' => 'nebo určete dny',
416 'form.reports.show_fields' => 'Zobrazit pole',
417 'form.reports.group_by' => 'Seskupit podle',
418 // TODO: translate the following.
419 // 'form.reports.group_by_no' => '--- no grouping ---',
420 'form.reports.group_by_date' => 'datum',
421 'form.reports.group_by_user' => 'uživatel',
422 'form.reports.group_by_client' => 'zákazník',
423 'form.reports.group_by_project' => 'projekt',
424 // TODO: translate the following.
425 // 'form.reports.group_by_task' => 'task',
426 'form.reports.totals_only' => 'Pouze součty',
427
428 // Report form. See example at https://timetracker.anuko.com/report.php
429 // (after generating a report at https://timetracker.anuko.com/reports.php).
430 'form.report.export' => 'Exportovat',
431 // TODO: translate the following.
432 // 'form.report.assign_to_invoice' => 'Assign to invoice',
433
434 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
435 // (you can get to this form after generating a report).
436 'form.invoice.number' => 'Faktura číslo',
437 'form.invoice.person' => 'Osoba',
438
439 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
440 // TODO: translate the following.
441 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
442 // 'form.invoice.invoice_entries' => 'Invoice entries',
443 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
444
445 // Charts form. See example at https://timetracker.anuko.com/charts.php
446 // TODO: translate the following.
447 // 'form.charts.interval' => 'Interval',
448 // 'form.charts.chart' => 'Chart',
449
450 // Projects form. See example at https://timetracker.anuko.com/projects.php
451 // TODO: translate the following.
452 // 'form.projects.active_projects' => 'Active Projects',
453 // 'form.projects.inactive_projects' => 'Inactive Projects',
454
455 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
456 // TODO: translate the following.
457 // 'form.tasks.active_tasks' => 'Active Tasks',
458 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
459
460 // Users form. See example at https://timetracker.anuko.com/users.php
461 // TODO: translate the following.
462 // 'form.users.active_users' => 'Active Users',
463 // 'form.users.inactive_users' => 'Inactive Users',
464 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
465 'form.users.role' => 'Role',
466 'form.users.manager' => 'Manažer',
467 'form.users.comanager' => 'Spolumanažer',
468 'form.users.rate' => 'Sazba',
469 // TODO: translate the following.
470 // 'form.users.default_rate' => 'Default hourly rate',
471
472 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
473 // TODO: translate the following.
474 // 'form.user_edit.swap_roles' => 'Swap roles',
475
476 // Roles form. See example at https://timetracker.anuko.com/roles.php
477 // TODO: translate the following.
478 // 'form.roles.active_roles' => 'Active Roles',
479 // 'form.roles.inactive_roles' => 'Inactive Roles',
480 // 'form.roles.rank' => 'Rank',
481 // 'form.roles.rights' => 'Rights',
482 // 'form.roles.assigned' => 'Assigned',
483 // 'form.roles.not_assigned' => 'Not assigned',
484
485 // Clients form. See example at https://timetracker.anuko.com/clients.php
486 // TODO: translate the following.
487 // 'form.clients.active_clients' => 'Active Clients',
488 // 'form.clients.inactive_clients' => 'Inactive Clients',
489
490 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
491 // TODO: translate the following.
492 // 'form.client.client_to_delete' => 'Client to delete',
493 // 'form.client.client_entries' => 'Client entries',
494
495 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
496 // TODO: replace "team" with "group" in the string below.
497 'form.export.hint' => 'Můžete exportova týmová data do xml souboru. Může se to hodit pro přesun na jiný server.',
498 'form.export.compression' => 'Komprese',
499 // TODO: translate the following.
500 // 'form.export.compression_none' => 'none',
501 'form.export.compression_bzip' => 'bzip',
502
503 // Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
504 'form.import.hint' => 'Importovat týmová data z xml souboru.', // TODO: replace "team" with "group".
505 'form.import.file' => 'Výběr souboru',
506 'form.import.success' => 'Import byl úspěšně dokončen.',
507
508 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
509 // TODO: translate the following. This part is not translated accurately from English:
510 // "Vytvořit nový tým prostřednictvím účtu týmového manažera." Improve and check the entire string for accuracy.
511 // ALSO TODO: replace "team" with "group" in the string below.
512 '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).',
513
514 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
515 // TODO: translate the following.
516 // 'form.group_edit.12_hours' => '12 hours',
517 // 'form.group_edit.24_hours' => '24 hours',
518 // 'form.group_edit.show_holidays' => 'Show holidays',
519 // 'form.group_edit.tracking_mode' => 'Tracking mode',
520 // 'form.group_edit.mode_time' => 'time',
521 // 'form.group_edit.mode_projects' => 'projects',
522 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
523 // 'form.group_edit.record_type' => 'Record type',
524 // 'form.group_edit.type_all' => 'all',
525 // 'form.group_edit.type_start_finish' => 'start and finish',
526 // 'form.group_edit.type_duration' => 'duration',
527 // 'form.group_edit.punch_mode' => 'Punch mode',
528 // 'form.group_edit.allow_overlap' => 'Allow overlap',
529 // 'form.group_edit.future_entries' => 'Future entries',
530 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
531 // 'form.group_edit.allow_ip' => 'Allow IP',
532 // 'form.group_edit.plugins' => 'Plugins',
533
534 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
535 // TODO: translate the following.
536 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
537
538 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
539 'form.mail.from' => 'Od',
540 'form.mail.to' => 'Komu',
541 // TODO: translate the following.
542 // 'form.mail.report_subject' => 'Time Tracker Report',
543 // '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.',
544 // 'form.mail.report_sent' => 'Report sent.',
545 'form.mail.invoice_sent' => 'Faktura odeslána.',
546
547 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
548 // TODO: translate the following.
549 // 'form.quota.year' => 'Year',
550 // 'form.quota.month' => 'Month',
551 // 'form.quota.quota' => 'Quota',
552 // 'form.quota.workday_hours' => 'Hours in work day',
553 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
554
555 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
556 // TODO: translate the following.
557 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
558 // 'form.swap.swap_with' => 'Swap roles with',
559
560 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
561 // TODO: translate the following.
562 // 'role.user.label' => 'User',
563 // 'role.user.low_case_label' => 'user',
564 // 'role.user.description' => 'A regular member without management rights.',
565 // 'role.client.label' => 'Client',
566 // 'role.client.low_case_label' => 'client',
567 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
568 // 'role.supervisor.label' => 'Supervisor',
569 // 'role.supervisor.low_case_label' => 'supervisor',
570 // 'role.supervisor.description' => 'A person with a small set of management rights.',
571 // 'role.comanager.label' => 'Co-manager',
572 // 'role.comanager.low_case_label' => 'co-manager',
573 // 'role.comanager.description' => 'A person with a big set of management functions.',
574 // 'role.manager.label' => 'Manager',
575 // 'role.manager.low_case_label' => 'manager',
576 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
577 // 'role.top_manager.label' => 'Top manager',
578 // 'role.top_manager.low_case_label' => 'top manager',
579 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
580 // 'role.admin.label' => 'Administrator',
581 // 'role.admin.low_case_label' => 'administrator',
582 // 'role.admin.description' => 'Site adminsitrator.',
583 );