Refactoring - renamed title.create_group with title.add_group for consistency.
[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 = 'Slovak (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 // TODO: translate the following.
48 // 'menu.create_group' => 'Create Group',
49 'menu.profile' => 'Profil',
50 // TODO: translate the following.
51 // 'menu.group' => 'Group',
52 'menu.plugins' => 'Moduly',
53 'menu.time' => 'Časový záznam',
54 // TODO: translate the following.
55 // 'menu.expenses' => 'Expenses',
56 'menu.reports' => 'Zostavy',
57 'menu.charts' => 'Grafy',
58 'menu.projects' => 'Projekty',
59 'menu.tasks' => 'Úlohy',
60 'menu.users' => 'Používatelia',
61 // TODO: translate the following.
62 // 'menu.groups' => 'Groups',
63 // 'menu.subgroups' => 'Subgroups',
64 'menu.export' => 'Export',
65 'menu.clients' => 'Klienti',
66 'menu.options' => 'Nastavenia',
67
68 // Footer - strings on the bottom of most pages.
69 // TODO: translate the following.
70 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
71 'footer.credits' => 'Vývojový tím',
72 'footer.license' => 'Licencia',
73 // TODO: translate the following.
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' => 'Systémová chyba.',
81 'error.db' => 'Databázová chyba.',
82 // TODO: translate the following.
83 // 'error.feature_disabled' => 'Feature is disabled.',
84 'error.field' => 'Nesprávne "{0}" údaje.',
85 'error.empty' => 'Pole "{0}" je prázdne.',
86 'error.not_equal' => 'Pole "{0}" nie je zhodné s poľom "{1}".',
87 'error.interval' => 'Hodnota v poli "{0}" musí byť väčšia než "{1}".',
88 'error.project' => 'Vyberte projekt.',
89 'error.task' => 'Vyberte úlohy.',
90 'error.client' => 'Vyberte klienta.',
91 // TODO: translate the following.
92 // 'error.report' => 'Select report.',
93 // 'error.record' => 'Select record.',
94 'error.auth' => 'Nesprávne prihlasovacie meno alebo heslo.',
95 'error.user_exists' => 'Používateľ s týmto prihlasovacím menom už existuje.',
96 // TODO: translate the following.
97 // 'error.object_exists' => 'Object with this name already exists.',
98 'error.project_exists' => 'Projekt s týmto názvom už existuje.',
99 'error.task_exists' => 'Úloha s týmto názvom už existuje.',
100 'error.client_exists' => 'Klient s týmto menom už existuje.',
101 'error.invoice_exists' => 'Faktúra s týmto číslom už existuje.',
102 // TODO: translate the following.
103 // 'error.role_exists' => 'Role with this rank already exists.',
104 'error.no_invoiceable_items' => 'Neexistujú položky, ktoré by bolo možné fakturovať.',
105 'error.no_login' => 'Neexistuje používateľ s týmto prihlasovacím menom.',
106 'error.no_groups' => 'Vaša databáza je prázdna. Prihláste sa ako admin a vytvorte nový tím.', // TODO: replace "team" with "group".
107 'error.upload' => 'Prenos súboru bol neúspešný.',
108 // TODO: translate the following.
109 // 'error.range_locked' => 'Date range is locked.',
110 'error.mail_send' => 'Chyba v odosielaní e-mailu.',
111 // TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
112 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
113 'error.no_email' => 'K tomuto prihlasovaciemu menu nie je priradený žiadny e-mail.',
114 'error.uncompleted_exists' => 'Nekompletný záznam už existuje. Zatvorte ho alebo ho vymažte.',
115 'error.goto_uncompleted' => 'Ísť na nekompletný záznam.',
116 // TODO: translate the following.
117 // 'error.overlap' => 'Time interval overlaps with existing records.',
118 // 'error.future_date' => 'Date is in future.',
119 // 'error.xml' => 'Error in XML file at line %d: %s.',
120 // 'error.cannot_import' => 'Cannot import: %s.',
121 // 'error.format' => 'Invalid file format.',
122
123 // Labels for buttons.
124 'button.login' => 'Prihlásiť',
125 'button.now' => 'Teraz',
126 'button.save' => 'Uložiť',
127 // TODO: translate the following.
128 // 'button.copy' => 'Copy',
129 'button.cancel' => 'Zrušiť',
130 'button.submit' => 'Odoslať',
131 'button.add' => 'Pridať',
132 'button.delete' => 'Vymazať',
133 'button.generate' => 'Generovať',
134 'button.reset_password' => 'Obnoviť heslo',
135 'button.send' => 'Odoslať',
136 'button.send_by_email' => 'Odoslať na e-mail',
137 'button.create_group' => 'Vytvoriť tím', // TODO: replace "team" with "group".
138 'button.export' => 'Exportovať tím', // TODO: replace "team" with "group".
139 'button.import' => 'Importovať tím', // TODO: replace "team" with "group".
140 'button.close' => 'Zatvoriť',
141 // TODO: translate the following.
142 // 'button.stop' => 'Stop',
143
144 // Labels for controls on forms. Labels in this section are used on multiple forms.
145 'label.group_name' => 'Názov tímu', // TODO: replace "team" with "group".
146 'label.address' => 'Adresa',
147 'label.currency' => 'Mena',
148 'label.manager_name' => 'Meno manažéra',
149 'label.manager_login' => 'Prihlasovacie meno manažéra',
150 'label.person_name' => 'Meno',
151 'label.thing_name' => 'Meno',
152 'label.login' => 'Prihlasovacie meno',
153 'label.password' => 'Heslo',
154 'label.confirm_password' => 'Potvrdenie hesla',
155 'label.email' => 'E-mail',
156 'label.cc' => 'Kópia',
157 // TODO: translate the following.
158 // 'label.bcc' => 'Bcc',
159 'label.subject' => 'Predmet',
160 'label.date' => 'Dátum',
161 'label.start_date' => 'Dátum začiatku',
162 'label.end_date' => 'Dátum konca',
163 'label.user' => 'Používateľ',
164 'label.users' => 'Používatelia',
165 // TODO: translate the following.
166 // 'label.group' => 'Group',
167 // 'label.subgroups' => 'Subgroups',
168 // 'label.roles' => 'Roles',
169 'label.client' => 'Klient',
170 'label.clients' => 'Klienti',
171 'label.option' => 'Možnosť',
172 'label.invoice' => 'Fakttúra',
173 'label.project' => 'Projekt',
174 'label.projects' => 'Projekty',
175 'label.task' => 'Úloha',
176 'label.tasks' => 'Úlohy',
177 'label.description' => 'Popis',
178 'label.start' => 'Začiatok',
179 'label.finish' => 'Koniec',
180 'label.duration' => 'Dĺžka',
181 'label.note' => 'Poznámka',
182 // TODO: translate the following.
183 // 'label.notes' => 'Notes',
184 // 'label.item' => 'Item',
185 'label.cost' => 'Náklady',
186 // TODO: translate the following.
187 // 'label.ip' => 'IP',
188 // 'label.day_total' => 'Day total',
189 'label.week_total' => 'Týždeň celkom',
190 // TODO: translate the following.
191 // 'label.month_total' => 'Month total',
192 'label.today' => 'Dnes',
193 'label.view' => 'Zobraziť',
194 'label.edit' => 'Upraviť',
195 'label.delete' => 'Vymazať',
196 'label.configure' => 'Nastaviť',
197 'label.select_all' => 'Označiť všetky',
198 'label.select_none' => 'Odznačiť všetky',
199 // TODO: translate the following.
200 // 'label.day_view' => 'Day view',
201 // 'label.week_view' => 'Week view',
202 'label.id' => 'ID',
203 'label.language' => 'Jazyk',
204 // TODO: translate the following.
205 // 'label.decimal_mark' => 'Decimal mark',
206 'label.date_format' => 'Formát dátumu',
207 'label.time_format' => 'Formát času',
208 'label.week_start' => 'Prvý deň v týždni',
209 'label.comment' => 'Komentáre',
210 'label.status' => 'Stav',
211 'label.tax' => 'Daň',
212 'label.subtotal' => 'Medzisúčet',
213 'label.total' => 'Celkovo',
214 'label.client_name' => 'Názov klienta',
215 'label.client_address' => 'Adresa klienta',
216 'label.or' => 'alebo',
217 'label.error' => 'Chyba',
218 'label.ldap_hint' => 'Zadajte <b>prihlasovacie meno do Windowsu</b> a <b>heslo</b> do polí nižšie.',
219 'label.required_fields' => '* - povinné polia',
220 'label.on_behalf' => 'v zastúpení',
221 'label.role_manager' => '(manažér)',
222 'label.role_comanager' => '(spolu-manažér)',
223 'label.role_admin' => '(administrátor)',
224 // TODO: translate the following.
225 // 'label.page' => 'Page',
226 // 'label.condition' => 'Condition',
227 // 'label.yes' => 'yes',
228 // 'label.no' => 'no',
229 // Labels for plugins (extensions to Time Tracker that provide additional features).
230 'label.custom_fields' => 'Vlastné polia',
231 // Translate the following.
232 // 'label.monthly_quotas' => 'Monthly quotas',
233 'label.type' => 'Typ',
234 'label.type_dropdown' => 'rozbaľovacie pole',
235 'label.type_text' => 'text',
236 'label.required' => 'Povinné',
237 'label.fav_report' => 'Obľúbená zostava',
238 // TODO: translate the following.
239 // 'label.schedule' => 'Schedule',
240 // 'label.what_is_it' => 'What is it?',
241 // 'label.expense' => 'Expense',
242 // 'label.quantity' => 'Quantity',
243 // 'label.paid_status' => 'Paid status',
244 // 'label.paid' => 'Paid',
245 // 'button.mark_paid' => 'Mark paid',
246 // 'label.week_note' => 'Week note',
247 // 'label.week_list' => 'Week list',
248 // 'label.work_units' => 'Work units',
249 // 'label.work_units_short' => 'Units',
250 'label.totals_only' => 'Iba celkové',
251
252 // Form titles.
253 'title.login' => 'Prihlásenie',
254 'title.groups' => 'Tímy', // TODO: change "teams" to "groups".
255 // TODO: translate the following.
256 // 'title.subgroups' => 'Subgroups',
257 // 'title.add_group' => 'Adding Group',
258 // 'title.edit_group' => 'Editing Group',
259 'title.delete_group' => 'Vymazávanie tímu', // TODO: change "team" to "group".
260 'title.reset_password' => 'Obnovovanie hesla',
261 'title.change_password' => 'Menenie hesla',
262 'title.time' => 'Časový záznam',
263 'title.edit_time_record' => 'Upravovanie časového záznamu',
264 'title.delete_time_record' => 'Vymazávanie časového záznamu',
265 // TODO: translate the following.
266 // 'title.expenses' => 'Expenses',
267 // 'title.edit_expense' => 'Editing Expense Item',
268 // 'title.delete_expense' => 'Deleting Expense Item',
269 'title.reports' => 'Zostavy',
270 'title.report' => 'Zostava',
271 'title.send_report' => 'Odosielanie zostavy',
272 'title.invoice' => 'Faktúra',
273 'title.send_invoice' => 'Odosielanie faktúry',
274 'title.charts' => 'Grafy',
275 'title.projects' => 'Projekty',
276 'title.add_project' => 'Pridávanie projektu',
277 'title.edit_project' => 'Upravovanie projektu',
278 'title.delete_project' => 'Vymazávanie projektu',
279 'title.tasks' => 'Úlohy',
280 'title.add_task' => 'Pridávanie úlohy',
281 'title.edit_task' => 'Upravovanie úlohy',
282 'title.delete_task' => 'Vymazávanie úlohy',
283 'title.users' => 'Používatelia',
284 'title.add_user' => 'Pridávanie používateľa',
285 'title.edit_user' => 'Upravovanie používateľa',
286 'title.delete_user' => 'Vymazávanie používateľa',
287 // TODO: translate the following.
288 // 'title.roles' => 'Roles',
289 // 'title.add_role' => 'Adding Role',
290 // 'title.edit_role' => 'Editing Role',
291 // 'title.delete_role' => 'Deleting Role',
292 'title.clients' => 'Klienti',
293 'title.add_client' => 'Pridávanie klienta',
294 'title.edit_client' => 'Upravovanie klienta',
295 'title.delete_client' => 'Vymazávanie klienta',
296 'title.invoices' => 'Faktúry',
297 'title.add_invoice' => 'Pridávanie faktúry',
298 'title.view_invoice' => 'Priehliadanie faktúry',
299 'title.delete_invoice' => 'Vymazávanie faktúry',
300 // TODO: translate the following.
301 // 'title.notifications' => 'Notifications',
302 // 'title.add_notification' => 'Adding Notification',
303 // 'title.edit_notification' => 'Editing Notification',
304 // 'title.delete_notification' => 'Deleting Notification',
305 // 'title.monthly_quotas' => 'Monthly Quotas',
306 'title.export' => 'Exportovanie údajov o tíme', // TODO: replace "team" with "group".
307 'title.import' => 'Importovanie údajov o tíme', // TODO: replace "team" with "group".
308 'title.options' => 'Nastavenia',
309 'title.profile' => 'Profil',
310 // TODO: translate the following.
311 // 'title.group' => 'Group Settings',
312 'title.plugins' => 'Doplnkové moduly',
313 'title.cf_custom_fields' => 'Vlastné polia',
314 'title.cf_add_custom_field' => 'Pridávanie vlastného poľa',
315 'title.cf_edit_custom_field' => 'Upravovanie vlastného poľa',
316 'title.cf_delete_custom_field' => 'Vymazávanie vlastného poľa',
317 'title.cf_dropdown_options' => 'Nastavenia rozbaľovacieho poľa',
318 'title.cf_add_dropdown_option' => 'Pridávanie možností',
319 'title.cf_edit_dropdown_option' => 'Upravovanie možností',
320 'title.cf_delete_dropdown_option' => 'Vymazávanie možností',
321 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
322 // It is also a name for the Locking plugin on the group settings page.
323 // TODO: translate the following.
324 // 'title.locking' => 'Locking',
325 // 'title.week_view' => 'Week View',
326 // 'title.swap_roles' => 'Swapping Roles',
327 // 'title.work_units' => 'Work Units',
328
329 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
330 // Strings that are used in a single form must go to the specific form section.
331 'dropdown.all' => '--- všetky ---',
332 'dropdown.no' => '--- žiadne ---',
333 // TODO: translate the following.
334 // 'dropdown.current_day' => 'today',
335 // 'dropdown.previous_day' => 'yesterday',
336 'dropdown.selected_day' => 'deň',
337 'dropdown.current_week' => 'tento týždeň',
338 'dropdown.previous_week' => 'minulý týždeň',
339 'dropdown.selected_week' => 'týždeň',
340 'dropdown.current_month' => 'tento mesiac',
341 'dropdown.previous_month' => 'minulý mesiac',
342 'dropdown.selected_month' => 'mesiac',
343 'dropdown.current_year' => 'tento rok',
344 // TODO: translate the following.
345 // 'dropdown.previous_year' => 'previous year',
346 'dropdown.selected_year' => 'rok',
347 'dropdown.all_time' => 'celý čas',
348 'dropdown.projects' => 'projekty',
349 'dropdown.tasks' => 'úlohy',
350 // TODO: translate the following.
351 // 'dropdown.clients' => 'clients',
352 'dropdown.select' => '--- vyberte ---',
353 // TODO: translate the following.
354 // 'dropdown.select_invoice' => '--- select invoice ---',
355 'dropdown.status_active' => 'aktívny',
356 'dropdown.status_inactive' => 'neaktívny',
357 // TODO: translate the following.
358 // 'dropdown.delete' => 'delete',
359 // 'dropdown.do_not_delete' => 'do not delete',
360 // 'dropdown.paid' => 'paid',
361 // 'dropdown.not_paid' => 'not paid',
362
363 // 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.
364 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
365 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
366 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
367
368 // Login form. See example at https://timetracker.anuko.com/login.php.
369 'form.login.forgot_password' => 'Zabudnuté heslo?',
370 '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.',
371
372 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
373 'form.reset_password.message' => 'Žiadosť o obnovenie hesla bola odoslaná e-mailom.',
374 'form.reset_password.email_subject' => 'Žiadosť o obnovenie hesla do Anuko Time Tracker',
375 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
376 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
377 // "IP %s" probably sounds awkward.
378 'form.reset_password.email_body' => "Vážený používateľ,\n\nniekto, IP %s, 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",
379
380 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
381 'form.change_password.tip' => 'Zadajte nové heslo a kliknite na Uložiť.',
382
383 // Time form. See example at https://timetracker.anuko.com/time.php.
384 'form.time.duration_format' => '(hh:mm alebo 0,0h)',
385 'form.time.billable' => 'Faktúrovateľných',
386 'form.time.uncompleted' => 'Neukončené',
387 // TODO: translate the folllowing.
388 // 'form.time.remaining_quota' => 'Remaining quota',
389 // 'form.time.over_quota' => 'Over quota',
390
391 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
392 'form.time_edit.uncompleted' => 'Tento záznam bol uložený iba s časom začiatku. Nie je to chyba.',
393
394 // Week view form. See example at https://timetracker.anuko.com/week.php.
395 // TODO: translate the following.
396 // 'form.week.new_entry' => 'New entry',
397
398 // Reports form. See example at https://timetracker.anuko.com/reports.php
399 'form.reports.save_as_favorite' => 'Uložiť ako obľúbenú zostavu',
400 'form.reports.confirm_delete' => 'Ste si istý, že chcete vymazať túto obľúbenú zostavu?',
401 'form.reports.include_billable' => 'faktúrovateĺné',
402 'form.reports.include_not_billable' => 'nefaktúrovateľné',
403 // TODO: translate the following.
404 // 'form.reports.include_invoiced' => 'invoiced',
405 // 'form.reports.include_not_invoiced' => 'not invoiced',
406 'form.reports.select_period' => 'Vyberte časový rozsah',
407 'form.reports.set_period' => 'alebo nastavte dátumy',
408 'form.reports.show_fields' => 'Zobraziť polia',
409 // TODO: translate the following.
410 // 'form.reports.group_by' => 'Group by',
411 // 'form.reports.group_by_no' => '--- no grouping ---',
412 'form.reports.group_by_date' => 'dátum',
413 'form.reports.group_by_user' => 'používateľ',
414 'form.reports.group_by_client' => 'klient',
415 'form.reports.group_by_project' => 'projekt',
416 'form.reports.group_by_task' => 'úloha',
417
418 // Report form. See example at https://timetracker.anuko.com/report.php
419 // (after generating a report at https://timetracker.anuko.com/reports.php).
420 'form.report.export' => 'Exportovať',
421 // TODO: translate the following.
422 // 'form.report.assign_to_invoice' => 'Assign to invoice',
423
424 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
425 // (you can get to this form after generating a report).
426 'form.invoice.number' => 'Číslo faktúry',
427 'form.invoice.person' => 'Osoba',
428
429 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
430 // TODO: translate the following.
431 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
432 // 'form.invoice.invoice_entries' => 'Invoice entries',
433 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
434
435 // Charts form. See example at https://timetracker.anuko.com/charts.php
436 'form.charts.interval' => 'Interval',
437 'form.charts.chart' => 'Graf',
438
439 // Projects form. See example at https://timetracker.anuko.com/projects.php
440 'form.projects.active_projects' => 'Aktívne projekty',
441 'form.projects.inactive_projects' => 'Neaktívne projekty',
442
443 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
444 'form.tasks.active_tasks' => 'Aktívne úlohy',
445 'form.tasks.inactive_tasks' => 'Neaktívne úlohy',
446
447 // Users form. See example at https://timetracker.anuko.com/users.php
448 'form.users.active_users' => 'Aktívny používatelia',
449 'form.users.inactive_users' => 'Neaktívny používatelia',
450 // TODO: translate the following.
451 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
452 'form.users.role' => 'Rola',
453 'form.users.manager' => 'Manažér',
454 'form.users.comanager' => 'Spolumanažér',
455 'form.users.rate' => 'Sadzba',
456 'form.users.default_rate' => 'Predvolená hodinová sadzba',
457
458 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
459 // TODO: translate the following.
460 // 'form.user_edit.swap_roles' => 'Swap roles',
461
462 // Roles form. See example at https://timetracker.anuko.com/roles.php
463 // TODO: translate the following.
464 // 'form.roles.active_roles' => 'Active Roles',
465 // 'form.roles.inactive_roles' => 'Inactive Roles',
466 // 'form.roles.rank' => 'Rank',
467 // 'form.roles.rights' => 'Rights',
468 // 'form.roles.assigned' => 'Assigned',
469 // 'form.roles.not_assigned' => 'Not assigned',
470
471 // Clients form. See example at https://timetracker.anuko.com/clients.php
472 'form.clients.active_clients' => 'Aktívny klienti',
473 'form.clients.inactive_clients' => 'Neaktívny klienti',
474
475 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
476 // TODO: translate the following.
477 // 'form.client.client_to_delete' => 'Client to delete',
478 // 'form.client.client_entries' => 'Client entries',
479
480 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
481 // TODO: replace "team" with "group" in the string below.
482 '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.',
483 'form.export.compression' => 'Kompresia',
484 'form.export.compression_none' => 'žiadna',
485 'form.export.compression_bzip' => 'bzip',
486
487 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
488 'form.import.hint' => 'Importovať dáta o tíme z xml súboru.', // TODO: replace "team" with "group".
489 'form.import.file' => 'Vyberte súbor',
490 'form.import.success' => 'Import úspešne dokončený.',
491
492 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
493 // TODO: replace "team" with "group" in the string below (3 places).
494 'form.groups.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).',
495
496 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
497 'form.group_edit.12_hours' => '12-hodinový',
498 'form.group_edit.24_hours' => '24-hodinový',
499 // TODO: translate the following.
500 // 'form.group_edit.show_holidays' => 'Show holidays',
501 'form.group_edit.tracking_mode' => 'Režim sledovania',
502 'form.group_edit.mode_time' => 'čas',
503 'form.group_edit.mode_projects' => 'projekty',
504 'form.group_edit.mode_projects_and_tasks' => 'projekty a úlohy',
505 'form.group_edit.record_type' => 'Typ záznamu',
506 'form.group_edit.type_all' => 'všetky',
507 'form.group_edit.type_start_finish' => 'začiatok a koniec',
508 'form.group_edit.type_duration' => 'trvanie',
509 // TODO: translate the following.
510 // 'form.group_edit.punch_mode' => 'Punch mode',
511 // 'form.group_edit.allow_overlap' => 'Allow overlap',
512 // 'form.group_edit.future_entries' => 'Future entries',
513 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
514 // 'form.group_edit.allow_ip' => 'Allow IP',
515
516 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
517 // TODO: translate the following.
518 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
519
520 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
521 'form.mail.from' => 'Od',
522 'form.mail.to' => 'Komu',
523 'form.mail.report_subject' => 'Time Tracker zostava',
524 '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í.',
525 'form.mail.report_sent' => 'Zostava odoslaná.',
526 'form.mail.invoice_sent' => 'Faktúra odoslaná.',
527
528 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
529 // TODO: translate the following.
530 // 'form.quota.year' => 'Year',
531 // 'form.quota.month' => 'Month',
532 // 'form.quota.quota' => 'Quota',
533 // 'form.quota.workday_hours' => 'Hours in a work day',
534 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
535
536 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
537 // TODO: translate the following.
538 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
539 // 'form.swap.swap_with' => 'Swap roles with',
540
541 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
542 // TODO: translate the following.
543 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
544 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
545
546 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
547 // TODO: translate the following.
548 // 'role.user.label' => 'User',
549 // 'role.user.low_case_label' => 'user',
550 // 'role.user.description' => 'A regular member without management rights.',
551 // 'role.client.label' => 'Client',
552 // 'role.client.low_case_label' => 'client',
553 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
554 // 'role.supervisor.label' => 'Supervisor',
555 // 'role.supervisor.low_case_label' => 'supervisor',
556 // 'role.supervisor.description' => 'A person with a small set of management rights.',
557 // 'role.comanager.label' => 'Co-manager',
558 // 'role.comanager.low_case_label' => 'co-manager',
559 // 'role.comanager.description' => 'A person with a big set of management functions.',
560 // 'role.manager.label' => 'Manager',
561 // 'role.manager.low_case_label' => 'manager',
562 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
563 // 'role.top_manager.label' => 'Top manager',
564 // 'role.top_manager.low_case_label' => 'top manager',
565 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
566 // 'role.admin.label' => 'Administrator',
567 // 'role.admin.low_case_label' => 'administrator',
568 // 'role.admin.description' => 'Site adminsitrator.',
569 );