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