Made show_holidays configurable as per issue #53.
[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_user' => 'Pridať používateľa',
115 'button.add_project' => 'Pridať projekt',
116 'button.add_task' => 'Pridať úlohy',
117 'button.add_client' => 'Pridať klienta',
118 'button.add_invoice' => 'Pridať faktúru',
119 'button.add_option' => 'Pridať vlastné pole',
120 'button.add' => 'Pridať',
121 'button.generate' => 'Generovať',
122 'button.reset_password' => 'Obnoviť heslo',
123 'button.send' => 'Odoslať',
124 'button.send_by_email' => 'Odoslať na e-mail',
125 'button.create_team' => 'Vytvoriť tím',
126 'button.export' => 'Exportovať tím',
127 'button.import' => 'Importovať tím',
128 'button.close' => 'Zatvoriť',
129 // TODO: translate the following.
130 // 'button.stop' => 'Stop',
131
132 // Labels for controls on forms. Labels in this section are used on multiple forms.
133 'label.team_name' => 'Názov tímu',
134 'label.address' => 'Adresa',
135 'label.currency' => 'Mena',
136 'label.manager_name' => 'Meno manažéra',
137 'label.manager_login' => 'Prihlasovacie meno manažéra',
138 'label.person_name' => 'Meno',
139 'label.thing_name' => 'Meno',
140 'label.login' => 'Prihlasovacie meno',
141 'label.password' => 'Heslo',
142 'label.confirm_password' => 'Potvrdenie hesla',
143 'label.email' => 'E-mail',
144 'label.cc' => 'Kópia',
145 // TODO: translate the following.
146 // 'label.bcc' => 'Bcc',
147 'label.subject' => 'Predmet',
148 'label.date' => 'Dátum',
149 'label.start_date' => 'Dátum začiatku',
150 'label.end_date' => 'Dátum konca',
151 'label.user' => 'Používateľ',
152 'label.users' => 'Používatelia',
153 'label.client' => 'Klient',
154 'label.clients' => 'Klienti',
155 'label.option' => 'Možnosť',
156 'label.invoice' => 'Fakttúra',
157 'label.project' => 'Projekt',
158 'label.projects' => 'Projekty',
159 'label.task' => 'Úloha',
160 'label.tasks' => 'Úlohy',
161 'label.description' => 'Popis',
162 'label.start' => 'Začiatok',
163 'label.finish' => 'Koniec',
164 'label.duration' => 'Dĺžka',
165 'label.note' => 'Poznámka',
166 // TODO: translate the following.
167 // 'label.notes' => 'Notes',
168 // 'label.item' => 'Item',
169 'label.cost' => 'Náklady',
170 // TODO: translate the following.
171 // 'label.day_total' => 'Day total',
172 'label.week_total' => 'Týždeň celkom',
173 // TODO: translate the following.
174 // 'label.month_total' => 'Month total',
175 'label.today' => 'Dnes',
176 'label.view' => 'Zobraziť',
177 'label.edit' => 'Upraviť',
178 'label.delete' => 'Vymazať',
179 'label.configure' => 'Nastaviť',
180 'label.select_all' => 'Označiť všetky',
181 'label.select_none' => 'Odznačiť všetky',
182 // TODO: translate the following.
183 // 'label.day_view' => 'Day view',
184 // 'label.week_view' => 'Week view',
185 'label.id' => 'ID',
186 'label.language' => 'Jazyk',
187 // TODO: translate the following.
188 // 'label.decimal_mark' => 'Decimal mark',
189 'label.date_format' => 'Formát dátumu',
190 'label.time_format' => 'Formát času',
191 'label.week_start' => 'Prvý deň v týždni',
192 'label.comment' => 'Komentáre',
193 'label.status' => 'Stav',
194 'label.tax' => 'Daň',
195 'label.subtotal' => 'Medzisúčet',
196 'label.total' => 'Celkovo',
197 'label.client_name' => 'Názov klienta',
198 'label.client_address' => 'Adresa klienta',
199 'label.or' => 'alebo',
200 'label.error' => 'Chyba',
201 'label.ldap_hint' => 'Zadajte <b>prihlasovacie meno do Windowsu</b> a <b>heslo</b> do polí nižšie.',
202 'label.required_fields' => '* - povinné polia',
203 'label.on_behalf' => 'v zastúpení',
204 'label.role_manager' => '(manažér)',
205 'label.role_comanager' => '(spolu-manažér)',
206 'label.role_admin' => '(administrátor)',
207 // TODO: translate the following.
208 // 'label.page' => 'Page',
209 // 'label.condition' => 'Condition',
210 // 'label.yes' => 'yes',
211 // 'label.no' => 'no',
212 // Labels for plugins (extensions to Time Tracker that provide additional features).
213 'label.custom_fields' => 'Vlastné polia',
214 // Translate the following.
215 // 'label.monthly_quotas' => 'Monthly quotas',
216 'label.type' => 'Typ',
217 'label.type_dropdown' => 'rozbaľovacie pole',
218 'label.type_text' => 'text',
219 'label.required' => 'Povinné',
220 'label.fav_report' => 'Obľúbená zostava',
221 // TODO: translate the following.
222 // 'label.cron_schedule' => 'Cron schedule',
223 // 'label.what_is_it' => 'What is it?',
224 // 'label.expense' => 'Expense',
225 // 'label.quantity' => 'Quantity',
226 // 'label.paid_status' => 'Paid status',
227 // 'label.paid' => 'Paid',
228 // 'button.mark_paid' => 'Mark paid',
229 // 'label.week_note' => 'Week note',
230 // 'label.week_list' => 'Week list',
231
232 // Form titles.
233 'title.login' => 'Prihlásenie',
234 'title.teams' => 'Tímy',
235 'title.create_team' => 'Vytváranie tímu',
236 // TODO: translate the following.
237 // 'title.edit_team' => 'Editing Team',
238 'title.delete_team' => 'Vymazávanie tímu',
239 'title.reset_password' => 'Obnovovanie hesla',
240 'title.change_password' => 'Menenie hesla',
241 'title.time' => 'Časový záznam',
242 'title.edit_time_record' => 'Upravovanie časového záznamu',
243 'title.delete_time_record' => 'Vymazávanie časového záznamu',
244 // TODO: translate the following.
245 // 'title.expenses' => 'Expenses',
246 // 'title.edit_expense' => 'Editing Expense Item',
247 // 'title.delete_expense' => 'Deleting Expense Item',
248 'title.reports' => 'Zostavy',
249 'title.report' => 'Zostava',
250 'title.send_report' => 'Odosielanie zostavy',
251 'title.invoice' => 'Faktúra',
252 'title.send_invoice' => 'Odosielanie faktúry',
253 'title.charts' => 'Grafy',
254 'title.projects' => 'Projekty',
255 'title.add_project' => 'Pridávanie projektu',
256 'title.edit_project' => 'Upravovanie projektu',
257 'title.delete_project' => 'Vymazávanie projektu',
258 'title.tasks' => 'Úlohy',
259 'title.add_task' => 'Pridávanie úlohy',
260 'title.edit_task' => 'Upravovanie úlohy',
261 'title.delete_task' => 'Vymazávanie úlohy',
262 'title.users' => 'Používatelia',
263 'title.add_user' => 'Pridávanie používateľa',
264 'title.edit_user' => 'Upravovanie používateľa',
265 'title.delete_user' => 'Vymazávanie používateľa',
266 'title.clients' => 'Klienti',
267 'title.add_client' => 'Pridávanie klienta',
268 'title.edit_client' => 'Upravovanie klienta',
269 'title.delete_client' => 'Vymazávanie klienta',
270 'title.invoices' => 'Faktúry',
271 'title.add_invoice' => 'Pridávanie faktúry',
272 'title.view_invoice' => 'Priehliadanie faktúry',
273 'title.delete_invoice' => 'Vymazávanie faktúry',
274 // TODO: translate the following.
275 // 'title.notifications' => 'Notifications',
276 // 'title.add_notification' => 'Adding Notification',
277 // 'title.edit_notification' => 'Editing Notification',
278 // 'title.delete_notification' => 'Deleting Notification',
279 // 'title.monthly_quotas' => 'Monthly Quotas',
280 'title.export' => 'Exportovanie údajov o tíme',
281 'title.import' => 'Importovanie údajov o tíme',
282 'title.options' => 'Nastavenia',
283 'title.profile' => 'Profil',
284 'title.cf_custom_fields' => 'Vlastné polia',
285 'title.cf_add_custom_field' => 'Pridávanie vlastného poľa',
286 'title.cf_edit_custom_field' => 'Upravovanie vlastného poľa',
287 'title.cf_delete_custom_field' => 'Vymazávanie vlastného poľa',
288 'title.cf_dropdown_options' => 'Nastavenia rozbaľovacieho poľa',
289 'title.cf_add_dropdown_option' => 'Pridávanie možností',
290 'title.cf_edit_dropdown_option' => 'Upravovanie možností',
291 'title.cf_delete_dropdown_option' => 'Vymazávanie možností',
292 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
293 // It is also a name for the Locking plugin on the Team profile page.
294 // TODO: translate the following.
295 // 'title.locking' => 'Locking',
296 // 'title.week_view' => 'Week View',
297
298 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
299 // Strings that are used in a single form must go to the specific form section.
300 'dropdown.all' => '--- všetky ---',
301 'dropdown.no' => '--- žiadne ---',
302 // TODO: translate the following.
303 // 'dropdown.current_day' => 'today',
304 // 'dropdown.previous_day' => 'yesterday',
305 'dropdown.selected_day' => 'deň',
306 'dropdown.current_week' => 'tento týždeň',
307 'dropdown.previous_week' => 'minulý týždeň',
308 'dropdown.selected_week' => 'týždeň',
309 'dropdown.current_month' => 'tento mesiac',
310 'dropdown.previous_month' => 'minulý mesiac',
311 'dropdown.selected_month' => 'mesiac',
312 'dropdown.current_year' => 'tento rok',
313 // TODO: translate the following.
314 // 'dropdown.previous_year' => 'previous year',
315 'dropdown.selected_year' => 'rok',
316 'dropdown.all_time' => 'celý čas',
317 'dropdown.projects' => 'projekty',
318 'dropdown.tasks' => 'úlohy',
319 // TODO: translate the following.
320 // 'dropdown.clients' => 'clients',
321 'dropdown.select' => '--- vyberte ---',
322 // TODO: translate the following.
323 // 'dropdown.select_invoice' => '--- select invoice ---',
324 'dropdown.status_active' => 'aktívny',
325 'dropdown.status_inactive' => 'neaktívny',
326 // TODO: translate the following.
327 // 'dropdown.delete' => 'delete',
328 // 'dropdown.do_not_delete' => 'do not delete',
329 // 'dropdown.paid' => 'paid',
330 // 'dropdown.not_paid' => 'not paid',
331
332 // 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.
333 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
334 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
335 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
336
337 // Login form. See example at https://timetracker.anuko.com/login.php.
338 'form.login.forgot_password' => 'Zabudnuté heslo?',
339 '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.',
340
341 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
342 'form.reset_password.message' => 'Žiadosť o obnovenie hesla bola odoslaná e-mailom.',
343 'form.reset_password.email_subject' => 'Žiadosť o obnovenie hesla do Anuko Time Tracker',
344 '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",
345
346 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
347 'form.change_password.tip' => 'Zadajte nové heslo a kliknite na Uložiť.',
348
349 // Time form. See example at https://timetracker.anuko.com/time.php.
350 'form.time.duration_format' => '(hh:mm alebo 0,0h)',
351 'form.time.billable' => 'Faktúrovateľných',
352 'form.time.uncompleted' => 'Neukončené',
353 // TODO: translate the folllowing.
354 // 'form.time.remaining_quota' => 'Remaining quota',
355 // 'form.time.over_quota' => 'Over quota',
356
357 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
358 'form.time_edit.uncompleted' => 'Tento záznam bol uložený iba s časom začiatku. Nie je to chyba.',
359
360 // Week view form. See example at https://timetracker.anuko.com/week.php.
361 // TODO: translate the following.
362 // 'form.week.new_entry' => 'New entry',
363
364 // Reports form. See example at https://timetracker.anuko.com/reports.php
365 'form.reports.save_as_favorite' => 'Uložiť ako obľúbenú zostavu',
366 'form.reports.confirm_delete' => 'Ste si istý, že chcete vymazať túto obľúbenú zostavu?',
367 'form.reports.include_billable' => 'faktúrovateĺné',
368 'form.reports.include_not_billable' => 'nefaktúrovateľné',
369 // TODO: translate the following.
370 // 'form.reports.include_invoiced' => 'invoiced',
371 // 'form.reports.include_not_invoiced' => 'not invoiced',
372 'form.reports.select_period' => 'Vyberte časový rozsah',
373 'form.reports.set_period' => 'alebo nastavte dátumy',
374 'form.reports.show_fields' => 'Zobraziť polia',
375 // TODO: translate the following.
376 // 'form.reports.group_by' => 'Group by',
377 // 'form.reports.group_by_no' => '--- no grouping ---',
378 'form.reports.group_by_date' => 'dátum',
379 'form.reports.group_by_user' => 'používateľ',
380 'form.reports.group_by_client' => 'klient',
381 'form.reports.group_by_project' => 'projekt',
382 'form.reports.group_by_task' => 'úloha',
383 'form.reports.totals_only' => 'Iba celkové',
384
385 // Report form. See example at https://timetracker.anuko.com/report.php
386 // (after generating a report at https://timetracker.anuko.com/reports.php).
387 'form.report.export' => 'Exportovať',
388 // TODO: translate the following.
389 // 'form.report.assign_to_invoice' => 'Assign to invoice',
390
391 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
392 // (you can get to this form after generating a report).
393 'form.invoice.number' => 'Číslo faktúry',
394 'form.invoice.person' => 'Osoba',
395
396 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
397 // TODO: translate the following.
398 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
399 // 'form.invoice.invoice_entries' => 'Invoice entries',
400 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
401
402 // Charts form. See example at https://timetracker.anuko.com/charts.php
403 'form.charts.interval' => 'Interval',
404 'form.charts.chart' => 'Graf',
405
406 // Projects form. See example at https://timetracker.anuko.com/projects.php
407 'form.projects.active_projects' => 'Aktívne projekty',
408 'form.projects.inactive_projects' => 'Neaktívne projekty',
409
410 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
411 'form.tasks.active_tasks' => 'Aktívne úlohy',
412 'form.tasks.inactive_tasks' => 'Neaktívne úlohy',
413
414 // Users form. See example at https://timetracker.anuko.com/users.php
415 'form.users.active_users' => 'Aktívny používatelia',
416 'form.users.inactive_users' => 'Neaktívny používatelia',
417 // TODO: translate the following.
418 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
419 'form.users.role' => 'Rola',
420 'form.users.manager' => 'Manažér',
421 'form.users.comanager' => 'Spolumanažér',
422 'form.users.rate' => 'Sadzba',
423 'form.users.default_rate' => 'Predvolená hodinová sadzba',
424
425 // Clients form. See example at https://timetracker.anuko.com/clients.php
426 'form.clients.active_clients' => 'Aktívny klienti',
427 'form.clients.inactive_clients' => 'Neaktívny klienti',
428
429 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
430 // TODO: translate the following.
431 // 'form.client.client_to_delete' => 'Client to delete',
432 // 'form.client.client_entries' => 'Client entries',
433
434 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
435 '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.',
436 'form.export.compression' => 'Kompresia',
437 'form.export.compression_none' => 'žiadna',
438 'form.export.compression_bzip' => 'bzip',
439
440 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
441 'form.import.hint' => 'Importovať dáta o tíme z xml súboru.',
442 'form.import.file' => 'Vyberte súbor',
443 'form.import.success' => 'Import úspešne dokončený.',
444
445 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
446 '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).',
447
448 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
449 'form.profile.12_hours' => '12-hodinový',
450 'form.profile.24_hours' => '24-hodinový',
451 // TODO: translate the following.
452 // 'form.profile.show_holidays' => 'Show holidays',
453 'form.profile.tracking_mode' => 'Režim sledovania',
454 'form.profile.mode_time' => 'čas',
455 'form.profile.mode_projects' => 'projekty',
456 'form.profile.mode_projects_and_tasks' => 'projekty a úlohy',
457 'form.profile.record_type' => 'Typ záznamu',
458 'form.profile.type_all' => 'všetky',
459 'form.profile.type_start_finish' => 'začiatok a koniec',
460 'form.profile.type_duration' => 'trvanie',
461 // TODO: translate the following.
462 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
463 // 'form.profile.uncompleted_indicators_none' => 'do not show',
464 // 'form.profile.uncompleted_indicators_show' => 'show',
465 'form.profile.plugins' => 'Doplnkové moduly',
466
467 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
468 'form.mail.from' => 'Od',
469 'form.mail.to' => 'Komu',
470 'form.mail.report_subject' => 'Time Tracker zostava',
471 '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í.',
472 'form.mail.report_sent' => 'Zostava odoslaná.',
473 'form.mail.invoice_sent' => 'Faktúra odoslaná.',
474
475 // Quotas configuration form.
476 // TODO: translate the following.
477 // 'form.quota.year' => 'Year',
478 // 'form.quota.month' => 'Month',
479 // 'form.quota.quota' => 'Quota',
480 // 'form.quota.workday_hours' => 'Hours in a work day',
481 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
482 );