9c0159bdad689bfd661441677f9bf728ef736efe
[timetracker.git] / WEB-INF / resources / sk.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 $i18n_language = 'Slovenčina';
33 $i18n_months = array('Január', 'Február', 'Marec', 'Apríl', 'Máj', 'Jún', 'Júl', 'August', 'September', 'Október', 'November', 'December');
34 $i18n_weekdays = array('Nedeľa', 'Pondelok', 'Utorok', 'Streda', 'Štvrtok', 'Piatok', 'Sobota');
35 $i18n_weekdays_short = array('Ne', 'Po', 'Ut', 'St', 'Št', 'Pi', 'So');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '01/06', '03/29', '04/01', '05/01', '05/08', '06/05', '08/29', '09/01', '09/15', '11/01', '11/17', '12/24', '12/25', '12/26');
38
39 $i18n_key_words = array(
40
41 // Menus - short selection strings that are displayed on top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => 'Príhlásenie',
44 'menu.logout' => 'Odhlásenie',
45 'menu.forum' => 'Fórum',
46 'menu.help' => 'Pomoc',
47 'menu.create_team' => 'Vytvoriť tím',
48 'menu.profile' => 'Profil',
49 'menu.time' => 'Časový záznam',
50 // TODO: translate the following.
51 // 'menu.expenses' => 'Expenses',
52 'menu.reports' => 'Zostavy',
53 'menu.charts' => 'Grafy',
54 'menu.projects' => 'Projekty',
55 'menu.tasks' => 'Úlohy',
56 'menu.users' => 'Používatelia',
57 'menu.teams' => 'Tímy',
58 'menu.export' => 'Export',
59 'menu.clients' => 'Klienti',
60 'menu.options' => 'Nastavenia',
61
62 // Footer - strings on the bottom of most pages.
63 // TODO: translate the following.
64 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
65 'footer.credits' => 'Vývojový tím',
66 'footer.license' => 'Licencia',
67 // TODO: translate the following.
68 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
69                                      // This is a link to a webpage that describes how to contribute to the project.
70
71 // Error messages.
72 // TODO: translate the following.
73 // 'error.access_denied' => 'Access denied.',
74 'error.sys' => 'Systémová chyba.',
75 'error.db' => 'Databázová chyba.',
76 'error.field' => 'Nesprávne "{0}" údaje.',
77 'error.empty' => 'Pole "{0}" je prázdne.',
78 'error.not_equal' => 'Pole "{0}" nie je zhodné s poľom "{1}".',
79 'error.interval' => 'Hodnota v poli "{0}" musí byť väčšia než "{1}".',
80 'error.project' => 'Vyberte projekt.',
81 'error.task' => 'Vyberte úlohy.',
82 'error.client' => 'Vyberte klienta.',
83 // TODO: translate the following.
84 // 'error.report' => 'Select report.',
85 // 'error.record' => 'Select record.',
86 'error.auth' => 'Nesprávne prihlasovacie meno alebo heslo.',
87 'error.user_exists' => 'Používateľ s týmto prihlasovacím menom už existuje.',
88 'error.project_exists' => 'Projekt s týmto názvom už existuje.',
89 'error.task_exists' => 'Úloha s týmto názvom už existuje.',
90 'error.client_exists' => 'Klient s týmto menom už existuje.',
91 'error.invoice_exists' => 'Faktúra s týmto číslom už existuje.',
92 'error.no_invoiceable_items' => 'Neexistujú položky, ktoré by bolo možné fakturovať.',
93 'error.no_login' => 'Neexistuje používateľ s týmto prihlasovacím menom.',
94 'error.no_teams' => 'Vaša databáza je prázdna. Prihláste sa ako admin a vytvorte nový tím.',
95 'error.upload' => 'Prenos súboru bol neúspešný.',
96 // TODO: translate the following.
97 // 'error.range_locked' => 'Date range is locked.',
98 'error.mail_send' => 'Chyba v odosielaní e-mailu.',
99 'error.no_email' => 'K tomuto prihlasovaciemu menu nie je priradený žiadny e-mail.',
100 'error.uncompleted_exists' => 'Nekompletný záznam už existuje. Zatvorte ho alebo ho vymažte.',
101 'error.goto_uncompleted' => 'Ísť na nekompletný záznam.',
102 // TODO: translate the following.
103 // 'error.overlap' => 'Time interval overlaps with existing records.',
104 // 'error.future_date' => 'Date is in future.',
105
106 // Labels for buttons.
107 'button.login' => 'Prihlásiť',
108 'button.now' => 'Teraz',
109 'button.save' => 'Uložiť',
110 // TODO: translate the following.
111 // 'button.copy' => 'Copy',
112 'button.cancel' => 'Zrušiť',
113 'button.submit' => 'Odoslať',
114 'button.add' => 'Pridať',
115 'button.generate' => 'Generovať',
116 'button.reset_password' => 'Obnoviť heslo',
117 'button.send' => 'Odoslať',
118 'button.send_by_email' => 'Odoslať na e-mail',
119 'button.create_team' => 'Vytvoriť tím',
120 'button.export' => 'Exportovať tím',
121 'button.import' => 'Importovať tím',
122 'button.close' => 'Zatvoriť',
123 // TODO: translate the following.
124 // 'button.stop' => 'Stop',
125
126 // Labels for controls on forms. Labels in this section are used on multiple forms.
127 'label.team_name' => 'Názov tímu',
128 'label.address' => 'Adresa',
129 'label.currency' => 'Mena',
130 'label.manager_name' => 'Meno manažéra',
131 'label.manager_login' => 'Prihlasovacie meno manažéra',
132 'label.person_name' => 'Meno',
133 'label.thing_name' => 'Meno',
134 'label.login' => 'Prihlasovacie meno',
135 'label.password' => 'Heslo',
136 'label.confirm_password' => 'Potvrdenie hesla',
137 'label.email' => 'E-mail',
138 'label.cc' => 'Kópia',
139 // TODO: translate the following.
140 // 'label.bcc' => 'Bcc',
141 'label.subject' => 'Predmet',
142 'label.date' => 'Dátum',
143 'label.start_date' => 'Dátum začiatku',
144 'label.end_date' => 'Dátum konca',
145 'label.user' => 'Používateľ',
146 'label.users' => 'Používatelia',
147 // TODO: translate the following.
148 // 'label.roles' => 'Roles',
149 'label.client' => 'Klient',
150 'label.clients' => 'Klienti',
151 'label.option' => 'Možnosť',
152 'label.invoice' => 'Fakttúra',
153 'label.project' => 'Projekt',
154 'label.projects' => 'Projekty',
155 'label.task' => 'Úloha',
156 'label.tasks' => 'Úlohy',
157 'label.description' => 'Popis',
158 'label.start' => 'Začiatok',
159 'label.finish' => 'Koniec',
160 'label.duration' => 'Dĺžka',
161 'label.note' => 'Poznámka',
162 // TODO: translate the following.
163 // 'label.notes' => 'Notes',
164 // 'label.item' => 'Item',
165 'label.cost' => 'Náklady',
166 // TODO: translate the following.
167 // 'label.day_total' => 'Day total',
168 'label.week_total' => 'Týždeň celkom',
169 // TODO: translate the following.
170 // 'label.month_total' => 'Month total',
171 'label.today' => 'Dnes',
172 'label.view' => 'Zobraziť',
173 'label.edit' => 'Upraviť',
174 'label.delete' => 'Vymazať',
175 'label.configure' => 'Nastaviť',
176 'label.select_all' => 'Označiť všetky',
177 'label.select_none' => 'Odznačiť všetky',
178 // TODO: translate the following.
179 // 'label.day_view' => 'Day view',
180 // 'label.week_view' => 'Week view',
181 'label.id' => 'ID',
182 'label.language' => 'Jazyk',
183 // TODO: translate the following.
184 // 'label.decimal_mark' => 'Decimal mark',
185 'label.date_format' => 'Formát dátumu',
186 'label.time_format' => 'Formát času',
187 'label.week_start' => 'Prvý deň v týždni',
188 'label.comment' => 'Komentáre',
189 'label.status' => 'Stav',
190 'label.tax' => 'Daň',
191 'label.subtotal' => 'Medzisúčet',
192 'label.total' => 'Celkovo',
193 'label.client_name' => 'Názov klienta',
194 'label.client_address' => 'Adresa klienta',
195 'label.or' => 'alebo',
196 'label.error' => 'Chyba',
197 'label.ldap_hint' => 'Zadajte <b>prihlasovacie meno do Windowsu</b> a <b>heslo</b> do polí nižšie.',
198 'label.required_fields' => '* - povinné polia',
199 'label.on_behalf' => 'v zastúpení',
200 'label.role_manager' => '(manažér)',
201 'label.role_comanager' => '(spolu-manažér)',
202 'label.role_admin' => '(administrátor)',
203 // TODO: translate the following.
204 // 'label.page' => 'Page',
205 // 'label.condition' => 'Condition',
206 // 'label.yes' => 'yes',
207 // 'label.no' => 'no',
208 // Labels for plugins (extensions to Time Tracker that provide additional features).
209 'label.custom_fields' => 'Vlastné polia',
210 // Translate the following.
211 // 'label.monthly_quotas' => 'Monthly quotas',
212 'label.type' => 'Typ',
213 'label.type_dropdown' => 'rozbaľovacie pole',
214 'label.type_text' => 'text',
215 'label.required' => 'Povinné',
216 'label.fav_report' => 'Obľúbená zostava',
217 // TODO: translate the following.
218 // 'label.cron_schedule' => 'Cron schedule',
219 // 'label.what_is_it' => 'What is it?',
220 // 'label.expense' => 'Expense',
221 // 'label.quantity' => 'Quantity',
222 // 'label.paid_status' => 'Paid status',
223 // 'label.paid' => 'Paid',
224 // 'button.mark_paid' => 'Mark paid',
225 // 'label.week_note' => 'Week note',
226 // 'label.week_list' => 'Week list',
227
228 // Form titles.
229 'title.login' => 'Prihlásenie',
230 'title.teams' => 'Tímy',
231 'title.create_team' => 'Vytváranie tímu',
232 // TODO: translate the following.
233 // 'title.edit_team' => 'Editing Team',
234 'title.delete_team' => 'Vymazávanie tímu',
235 'title.reset_password' => 'Obnovovanie hesla',
236 'title.change_password' => 'Menenie hesla',
237 'title.time' => 'Časový záznam',
238 'title.edit_time_record' => 'Upravovanie časového záznamu',
239 'title.delete_time_record' => 'Vymazávanie časového záznamu',
240 // TODO: translate the following.
241 // 'title.expenses' => 'Expenses',
242 // 'title.edit_expense' => 'Editing Expense Item',
243 // 'title.delete_expense' => 'Deleting Expense Item',
244 'title.reports' => 'Zostavy',
245 'title.report' => 'Zostava',
246 'title.send_report' => 'Odosielanie zostavy',
247 'title.invoice' => 'Faktúra',
248 'title.send_invoice' => 'Odosielanie faktúry',
249 'title.charts' => 'Grafy',
250 'title.projects' => 'Projekty',
251 'title.add_project' => 'Pridávanie projektu',
252 'title.edit_project' => 'Upravovanie projektu',
253 'title.delete_project' => 'Vymazávanie projektu',
254 'title.tasks' => 'Úlohy',
255 'title.add_task' => 'Pridávanie úlohy',
256 'title.edit_task' => 'Upravovanie úlohy',
257 'title.delete_task' => 'Vymazávanie úlohy',
258 'title.users' => 'Používatelia',
259 'title.add_user' => 'Pridávanie používateľa',
260 'title.edit_user' => 'Upravovanie používateľa',
261 'title.delete_user' => 'Vymazávanie používateľa',
262 'title.clients' => 'Klienti',
263 'title.add_client' => 'Pridávanie klienta',
264 'title.edit_client' => 'Upravovanie klienta',
265 'title.delete_client' => 'Vymazávanie klienta',
266 'title.invoices' => 'Faktúry',
267 'title.add_invoice' => 'Pridávanie faktúry',
268 'title.view_invoice' => 'Priehliadanie faktúry',
269 'title.delete_invoice' => 'Vymazávanie faktúry',
270 // TODO: translate the following.
271 // 'title.notifications' => 'Notifications',
272 // 'title.add_notification' => 'Adding Notification',
273 // 'title.edit_notification' => 'Editing Notification',
274 // 'title.delete_notification' => 'Deleting Notification',
275 // 'title.monthly_quotas' => 'Monthly Quotas',
276 'title.export' => 'Exportovanie údajov o tíme',
277 'title.import' => 'Importovanie údajov o tíme',
278 'title.options' => 'Nastavenia',
279 'title.profile' => 'Profil',
280 'title.cf_custom_fields' => 'Vlastné polia',
281 'title.cf_add_custom_field' => 'Pridávanie vlastného poľa',
282 'title.cf_edit_custom_field' => 'Upravovanie vlastného poľa',
283 'title.cf_delete_custom_field' => 'Vymazávanie vlastného poľa',
284 'title.cf_dropdown_options' => 'Nastavenia rozbaľovacieho poľa',
285 'title.cf_add_dropdown_option' => 'Pridávanie možností',
286 'title.cf_edit_dropdown_option' => 'Upravovanie možností',
287 'title.cf_delete_dropdown_option' => 'Vymazávanie možností',
288 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
289 // It is also a name for the Locking plugin on the Team profile page.
290 // TODO: translate the following.
291 // 'title.locking' => 'Locking',
292 // 'title.week_view' => 'Week View',
293
294 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
295 // Strings that are used in a single form must go to the specific form section.
296 'dropdown.all' => '--- všetky ---',
297 'dropdown.no' => '--- žiadne ---',
298 // TODO: translate the following.
299 // 'dropdown.current_day' => 'today',
300 // 'dropdown.previous_day' => 'yesterday',
301 'dropdown.selected_day' => 'deň',
302 'dropdown.current_week' => 'tento týždeň',
303 'dropdown.previous_week' => 'minulý týždeň',
304 'dropdown.selected_week' => 'týždeň',
305 'dropdown.current_month' => 'tento mesiac',
306 'dropdown.previous_month' => 'minulý mesiac',
307 'dropdown.selected_month' => 'mesiac',
308 'dropdown.current_year' => 'tento rok',
309 // TODO: translate the following.
310 // 'dropdown.previous_year' => 'previous year',
311 'dropdown.selected_year' => 'rok',
312 'dropdown.all_time' => 'celý čas',
313 'dropdown.projects' => 'projekty',
314 'dropdown.tasks' => 'úlohy',
315 // TODO: translate the following.
316 // 'dropdown.clients' => 'clients',
317 'dropdown.select' => '--- vyberte ---',
318 // TODO: translate the following.
319 // 'dropdown.select_invoice' => '--- select invoice ---',
320 'dropdown.status_active' => 'aktívny',
321 'dropdown.status_inactive' => 'neaktívny',
322 // TODO: translate the following.
323 // 'dropdown.delete' => 'delete',
324 // 'dropdown.do_not_delete' => 'do not delete',
325 // 'dropdown.paid' => 'paid',
326 // 'dropdown.not_paid' => 'not paid',
327
328 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
329 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
330 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
331 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
332
333 // Login form. See example at https://timetracker.anuko.com/login.php.
334 'form.login.forgot_password' => 'Zabudnuté heslo?',
335 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> je jednoduchý a ľahko použiteľný systém na sledovanie času s otvoreným zdrojovým kódom.',
336
337 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
338 'form.reset_password.message' => 'Žiadosť o obnovenie hesla bola odoslaná e-mailom.',
339 'form.reset_password.email_subject' => 'Žiadosť o obnovenie hesla do Anuko Time Tracker',
340 'form.reset_password.email_body' => "Vážený používateľ,\n\nniekto, pravdepodobne vy, si vyžiadal obnovenie vášho hesla do Anuko Time Tracker. Prosím kliknite na nasledujúcu linku, ak si prajete obnoviť heslo.\n\n%s\n\nAnuko Time Tracker je jednoduchý a ľahko použiteľný systém na sledovanie času s otvoreným zdrojovým kódom. Navštívte https://www.anuko.com pre viac informácií.\n\n",
341
342 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
343 'form.change_password.tip' => 'Zadajte nové heslo a kliknite na Uložiť.',
344
345 // Time form. See example at https://timetracker.anuko.com/time.php.
346 'form.time.duration_format' => '(hh:mm alebo 0,0h)',
347 'form.time.billable' => 'Faktúrovateľných',
348 'form.time.uncompleted' => 'Neukončené',
349 // TODO: translate the folllowing.
350 // 'form.time.remaining_quota' => 'Remaining quota',
351 // 'form.time.over_quota' => 'Over quota',
352
353 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
354 'form.time_edit.uncompleted' => 'Tento záznam bol uložený iba s časom začiatku. Nie je to chyba.',
355
356 // Week view form. See example at https://timetracker.anuko.com/week.php.
357 // TODO: translate the following.
358 // 'form.week.new_entry' => 'New entry',
359
360 // Reports form. See example at https://timetracker.anuko.com/reports.php
361 'form.reports.save_as_favorite' => 'Uložiť ako obľúbenú zostavu',
362 'form.reports.confirm_delete' => 'Ste si istý, že chcete vymazať túto obľúbenú zostavu?',
363 'form.reports.include_billable' => 'faktúrovateĺné',
364 'form.reports.include_not_billable' => 'nefaktúrovateľné',
365 // TODO: translate the following.
366 // 'form.reports.include_invoiced' => 'invoiced',
367 // 'form.reports.include_not_invoiced' => 'not invoiced',
368 'form.reports.select_period' => 'Vyberte časový rozsah',
369 'form.reports.set_period' => 'alebo nastavte dátumy',
370 'form.reports.show_fields' => 'Zobraziť polia',
371 // TODO: translate the following.
372 // 'form.reports.group_by' => 'Group by',
373 // 'form.reports.group_by_no' => '--- no grouping ---',
374 'form.reports.group_by_date' => 'dátum',
375 'form.reports.group_by_user' => 'používateľ',
376 'form.reports.group_by_client' => 'klient',
377 'form.reports.group_by_project' => 'projekt',
378 'form.reports.group_by_task' => 'úloha',
379 'form.reports.totals_only' => 'Iba celkové',
380
381 // Report form. See example at https://timetracker.anuko.com/report.php
382 // (after generating a report at https://timetracker.anuko.com/reports.php).
383 'form.report.export' => 'Exportovať',
384 // TODO: translate the following.
385 // 'form.report.assign_to_invoice' => 'Assign to invoice',
386
387 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
388 // (you can get to this form after generating a report).
389 'form.invoice.number' => 'Číslo faktúry',
390 'form.invoice.person' => 'Osoba',
391
392 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
393 // TODO: translate the following.
394 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
395 // 'form.invoice.invoice_entries' => 'Invoice entries',
396 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
397
398 // Charts form. See example at https://timetracker.anuko.com/charts.php
399 'form.charts.interval' => 'Interval',
400 'form.charts.chart' => 'Graf',
401
402 // Projects form. See example at https://timetracker.anuko.com/projects.php
403 'form.projects.active_projects' => 'Aktívne projekty',
404 'form.projects.inactive_projects' => 'Neaktívne projekty',
405
406 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
407 'form.tasks.active_tasks' => 'Aktívne úlohy',
408 'form.tasks.inactive_tasks' => 'Neaktívne úlohy',
409
410 // Users form. See example at https://timetracker.anuko.com/users.php
411 'form.users.active_users' => 'Aktívny používatelia',
412 'form.users.inactive_users' => 'Neaktívny používatelia',
413 // TODO: translate the following.
414 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
415 'form.users.role' => 'Rola',
416 'form.users.manager' => 'Manažér',
417 'form.users.comanager' => 'Spolumanažér',
418 'form.users.rate' => 'Sadzba',
419 'form.users.default_rate' => 'Predvolená hodinová sadzba',
420
421 // Roles form. See example at https://timetracker.anuko.com/roles.php
422 // TODO: translate the following.
423 // 'form.roles.active_roles' => 'Active Roles',
424 // 'form.roles.inactive_roles' => 'Inactive Roles',
425 // 'form.roles.rights' => 'Rights',
426
427 // Clients form. See example at https://timetracker.anuko.com/clients.php
428 'form.clients.active_clients' => 'Aktívny klienti',
429 'form.clients.inactive_clients' => 'Neaktívny klienti',
430
431 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
432 // TODO: translate the following.
433 // 'form.client.client_to_delete' => 'Client to delete',
434 // 'form.client.client_entries' => 'Client entries',
435
436 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
437 'form.export.hint' => 'Môžete exportovať všetky údaje o tíme do xml súboru. Toto môže byť užitočné pri prenose údajov na iný server.',
438 'form.export.compression' => 'Kompresia',
439 'form.export.compression_none' => 'žiadna',
440 'form.export.compression_bzip' => 'bzip',
441
442 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
443 'form.import.hint' => 'Importovať dáta o tíme z xml súboru.',
444 'form.import.file' => 'Vyberte súbor',
445 'form.import.success' => 'Import úspešne dokončený.',
446
447 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
448 'form.teams.hint' => 'Pomocou vytvorenia nového účtu tímového manažéra vytvorte nový tím.<br>Taktiež môžete importovať údaje o tíme z xml súboru z iného Anuko Time Tracker serveru (nie sú povolené kolízie v prihlasovacom mene).',
449
450 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
451 'form.profile.12_hours' => '12-hodinový',
452 'form.profile.24_hours' => '24-hodinový',
453 // TODO: translate the following.
454 // 'form.profile.show_holidays' => 'Show holidays',
455 'form.profile.tracking_mode' => 'Režim sledovania',
456 'form.profile.mode_time' => 'čas',
457 'form.profile.mode_projects' => 'projekty',
458 'form.profile.mode_projects_and_tasks' => 'projekty a úlohy',
459 'form.profile.record_type' => 'Typ záznamu',
460 'form.profile.type_all' => 'všetky',
461 'form.profile.type_start_finish' => 'začiatok a koniec',
462 'form.profile.type_duration' => 'trvanie',
463 // TODO: translate the following.
464 // 'form.profile.punch_mode' => 'Punch mode',
465 // 'form.profile.allow_overlap' => 'Allow overlap',
466 // 'form.profile.future_entries' => 'Future entries',
467 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
468 'form.profile.plugins' => 'Doplnkové moduly',
469
470 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
471 'form.mail.from' => 'Od',
472 'form.mail.to' => 'Komu',
473 'form.mail.report_subject' => 'Time Tracker zostava',
474 'form.mail.footer' => 'Anuko Time Tracker je jednoduchý a ľahko použiteľný systém na sledovanie času s otvoreným zdrojovým kódom.<br> Navštívte <a href="https://www.anuko.com">www.anuko.com</a> pre viac informácií.',
475 'form.mail.report_sent' => 'Zostava odoslaná.',
476 'form.mail.invoice_sent' => 'Faktúra odoslaná.',
477
478 // Quotas configuration form.
479 // TODO: translate the following.
480 // 'form.quota.year' => 'Year',
481 // 'form.quota.month' => 'Month',
482 // 'form.quota.quota' => 'Quota',
483 // 'form.quota.workday_hours' => 'Hours in a work day',
484 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
485
486 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
487 // TODO: translate the following.
488 // 'role.user.label' => 'User',
489 // 'role.user.low_case_label' => 'user',
490 // 'role.user.description' => 'A regular member without management rights.',
491 // 'role.client.label' => 'Client',
492 // 'role.client.low_case_label' => 'client',
493 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
494 // 'role.supervisor.label' => 'Supervisor',
495 // 'role.supervisor.low_case_label' => 'supervisor',
496 // 'role.supervisor.description' => 'A person with a small set of management rights.',
497 // 'role.comanager.label' => 'Co-manager',
498 // 'role.comanager.low_case_label' => 'co-manager',
499 // 'role.comanager.description' => 'A person with a big set of management functions.',
500 // 'role.manager.label' => 'Manager',
501 // 'role.manager.low_case_label' => 'manager',
502 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
503 // 'role.top_manager.label' => 'Top manager',
504 // 'role.top_manager.low_case_label' => 'top manager',
505 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
506 // 'role.admin.label' => 'Administrator',
507 // 'role.admin.low_case_label' => 'administrator',
508 // 'role.admin.description' => 'Site adminsitrator.',
509 );