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