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