Added title.swap_roles to translation files.
[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 '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 // TODO: translate the following.
89 // 'error.object_exists' => 'Object with this name already exists.',
90 'error.project_exists' => 'Projekt s týmto názvom už existuje.',
91 'error.task_exists' => 'Úloha s týmto názvom už existuje.',
92 'error.client_exists' => 'Klient s týmto menom už existuje.',
93 'error.invoice_exists' => 'Faktúra s týmto číslom už existuje.',
94 // TODO: translate the following.
95 // 'error.role_exists' => 'Role with this rank already exists.',
96 'error.no_invoiceable_items' => 'Neexistujú položky, ktoré by bolo možné fakturovať.',
97 'error.no_login' => 'Neexistuje používateľ s týmto prihlasovacím menom.',
98 'error.no_teams' => 'Vaša databáza je prázdna. Prihláste sa ako admin a vytvorte nový tím.',
99 'error.upload' => 'Prenos súboru bol neúspešný.',
100 // TODO: translate the following.
101 // 'error.range_locked' => 'Date range is locked.',
102 'error.mail_send' => 'Chyba v odosielaní e-mailu.',
103 'error.no_email' => 'K tomuto prihlasovaciemu menu nie je priradený žiadny e-mail.',
104 'error.uncompleted_exists' => 'Nekompletný záznam už existuje. Zatvorte ho alebo ho vymažte.',
105 'error.goto_uncompleted' => 'Ísť na nekompletný záznam.',
106 // TODO: translate the following.
107 // 'error.overlap' => 'Time interval overlaps with existing records.',
108 // 'error.future_date' => 'Date is in future.',
109
110 // Labels for buttons.
111 'button.login' => 'Prihlásiť',
112 'button.now' => 'Teraz',
113 'button.save' => 'Uložiť',
114 // TODO: translate the following.
115 // 'button.copy' => 'Copy',
116 'button.cancel' => 'Zrušiť',
117 'button.submit' => 'Odoslať',
118 'button.add' => 'Pridať',
119 'button.delete' => 'Vymazať',
120 'button.generate' => 'Generovať',
121 'button.reset_password' => 'Obnoviť heslo',
122 'button.send' => 'Odoslať',
123 'button.send_by_email' => 'Odoslať na e-mail',
124 'button.create_team' => 'Vytvoriť tím',
125 'button.export' => 'Exportovať tím',
126 'button.import' => 'Importovať tím',
127 'button.close' => 'Zatvoriť',
128 // TODO: translate the following.
129 // 'button.stop' => 'Stop',
130
131 // Labels for controls on forms. Labels in this section are used on multiple forms.
132 'label.team_name' => 'Názov tímu',
133 'label.address' => 'Adresa',
134 'label.currency' => 'Mena',
135 'label.manager_name' => 'Meno manažéra',
136 'label.manager_login' => 'Prihlasovacie meno manažéra',
137 'label.person_name' => 'Meno',
138 'label.thing_name' => 'Meno',
139 'label.login' => 'Prihlasovacie meno',
140 'label.password' => 'Heslo',
141 'label.confirm_password' => 'Potvrdenie hesla',
142 'label.email' => 'E-mail',
143 'label.cc' => 'Kópia',
144 // TODO: translate the following.
145 // 'label.bcc' => 'Bcc',
146 'label.subject' => 'Predmet',
147 'label.date' => 'Dátum',
148 'label.start_date' => 'Dátum začiatku',
149 'label.end_date' => 'Dátum konca',
150 'label.user' => 'Používateľ',
151 'label.users' => 'Používatelia',
152 // TODO: translate the following.
153 // 'label.roles' => 'Roles',
154 'label.client' => 'Klient',
155 'label.clients' => 'Klienti',
156 'label.option' => 'Možnosť',
157 'label.invoice' => 'Fakttúra',
158 'label.project' => 'Projekt',
159 'label.projects' => 'Projekty',
160 'label.task' => 'Úloha',
161 'label.tasks' => 'Úlohy',
162 'label.description' => 'Popis',
163 'label.start' => 'Začiatok',
164 'label.finish' => 'Koniec',
165 'label.duration' => 'Dĺžka',
166 'label.note' => 'Poznámka',
167 // TODO: translate the following.
168 // 'label.notes' => 'Notes',
169 // 'label.item' => 'Item',
170 'label.cost' => 'Náklady',
171 // TODO: translate the following.
172 // 'label.ip' => 'IP',
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.schedule' => '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 // TODO: translate the following.
269 // 'title.roles' => 'Roles',
270 // 'title.add_role' => 'Adding Role',
271 // 'title.edit_role' => 'Editing Role',
272 // 'title.delete_role' => 'Deleting Role',
273 'title.clients' => 'Klienti',
274 'title.add_client' => 'Pridávanie klienta',
275 'title.edit_client' => 'Upravovanie klienta',
276 'title.delete_client' => 'Vymazávanie klienta',
277 'title.invoices' => 'Faktúry',
278 'title.add_invoice' => 'Pridávanie faktúry',
279 'title.view_invoice' => 'Priehliadanie faktúry',
280 'title.delete_invoice' => 'Vymazávanie faktúry',
281 // TODO: translate the following.
282 // 'title.notifications' => 'Notifications',
283 // 'title.add_notification' => 'Adding Notification',
284 // 'title.edit_notification' => 'Editing Notification',
285 // 'title.delete_notification' => 'Deleting Notification',
286 // 'title.monthly_quotas' => 'Monthly Quotas',
287 'title.export' => 'Exportovanie údajov o tíme',
288 'title.import' => 'Importovanie údajov o tíme',
289 'title.options' => 'Nastavenia',
290 'title.profile' => 'Profil',
291 'title.cf_custom_fields' => 'Vlastné polia',
292 'title.cf_add_custom_field' => 'Pridávanie vlastného poľa',
293 'title.cf_edit_custom_field' => 'Upravovanie vlastného poľa',
294 'title.cf_delete_custom_field' => 'Vymazávanie vlastného poľa',
295 'title.cf_dropdown_options' => 'Nastavenia rozbaľovacieho poľa',
296 'title.cf_add_dropdown_option' => 'Pridávanie možností',
297 'title.cf_edit_dropdown_option' => 'Upravovanie možností',
298 'title.cf_delete_dropdown_option' => 'Vymazávanie možností',
299 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
300 // It is also a name for the Locking plugin on the Team profile page.
301 // TODO: translate the following.
302 // 'title.locking' => 'Locking',
303 // 'title.week_view' => 'Week View',
304 // 'title.swap_roles' => 'Swapping Roles',
305
306 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
307 // Strings that are used in a single form must go to the specific form section.
308 'dropdown.all' => '--- všetky ---',
309 'dropdown.no' => '--- žiadne ---',
310 // TODO: translate the following.
311 // 'dropdown.current_day' => 'today',
312 // 'dropdown.previous_day' => 'yesterday',
313 'dropdown.selected_day' => 'deň',
314 'dropdown.current_week' => 'tento týždeň',
315 'dropdown.previous_week' => 'minulý týždeň',
316 'dropdown.selected_week' => 'týždeň',
317 'dropdown.current_month' => 'tento mesiac',
318 'dropdown.previous_month' => 'minulý mesiac',
319 'dropdown.selected_month' => 'mesiac',
320 'dropdown.current_year' => 'tento rok',
321 // TODO: translate the following.
322 // 'dropdown.previous_year' => 'previous year',
323 'dropdown.selected_year' => 'rok',
324 'dropdown.all_time' => 'celý čas',
325 'dropdown.projects' => 'projekty',
326 'dropdown.tasks' => 'úlohy',
327 // TODO: translate the following.
328 // 'dropdown.clients' => 'clients',
329 'dropdown.select' => '--- vyberte ---',
330 // TODO: translate the following.
331 // 'dropdown.select_invoice' => '--- select invoice ---',
332 'dropdown.status_active' => 'aktívny',
333 'dropdown.status_inactive' => 'neaktívny',
334 // TODO: translate the following.
335 // 'dropdown.delete' => 'delete',
336 // 'dropdown.do_not_delete' => 'do not delete',
337 // 'dropdown.paid' => 'paid',
338 // 'dropdown.not_paid' => 'not paid',
339
340 // 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.
341 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
342 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
343 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
344
345 // Login form. See example at https://timetracker.anuko.com/login.php.
346 'form.login.forgot_password' => 'Zabudnuté heslo?',
347 '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.',
348
349 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
350 'form.reset_password.message' => 'Žiadosť o obnovenie hesla bola odoslaná e-mailom.',
351 'form.reset_password.email_subject' => 'Žiadosť o obnovenie hesla do Anuko Time Tracker',
352 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
353 // '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",
354 // "IP %s" probably sounds awkward.
355 '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",
356
357 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
358 'form.change_password.tip' => 'Zadajte nové heslo a kliknite na Uložiť.',
359
360 // Time form. See example at https://timetracker.anuko.com/time.php.
361 'form.time.duration_format' => '(hh:mm alebo 0,0h)',
362 'form.time.billable' => 'Faktúrovateľných',
363 'form.time.uncompleted' => 'Neukončené',
364 // TODO: translate the folllowing.
365 // 'form.time.remaining_quota' => 'Remaining quota',
366 // 'form.time.over_quota' => 'Over quota',
367
368 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
369 'form.time_edit.uncompleted' => 'Tento záznam bol uložený iba s časom začiatku. Nie je to chyba.',
370
371 // Week view form. See example at https://timetracker.anuko.com/week.php.
372 // TODO: translate the following.
373 // 'form.week.new_entry' => 'New entry',
374
375 // Reports form. See example at https://timetracker.anuko.com/reports.php
376 'form.reports.save_as_favorite' => 'Uložiť ako obľúbenú zostavu',
377 'form.reports.confirm_delete' => 'Ste si istý, že chcete vymazať túto obľúbenú zostavu?',
378 'form.reports.include_billable' => 'faktúrovateĺné',
379 'form.reports.include_not_billable' => 'nefaktúrovateľné',
380 // TODO: translate the following.
381 // 'form.reports.include_invoiced' => 'invoiced',
382 // 'form.reports.include_not_invoiced' => 'not invoiced',
383 'form.reports.select_period' => 'Vyberte časový rozsah',
384 'form.reports.set_period' => 'alebo nastavte dátumy',
385 'form.reports.show_fields' => 'Zobraziť polia',
386 // TODO: translate the following.
387 // 'form.reports.group_by' => 'Group by',
388 // 'form.reports.group_by_no' => '--- no grouping ---',
389 'form.reports.group_by_date' => 'dátum',
390 'form.reports.group_by_user' => 'používateľ',
391 'form.reports.group_by_client' => 'klient',
392 'form.reports.group_by_project' => 'projekt',
393 'form.reports.group_by_task' => 'úloha',
394 'form.reports.totals_only' => 'Iba celkové',
395
396 // Report form. See example at https://timetracker.anuko.com/report.php
397 // (after generating a report at https://timetracker.anuko.com/reports.php).
398 'form.report.export' => 'Exportovať',
399 // TODO: translate the following.
400 // 'form.report.assign_to_invoice' => 'Assign to invoice',
401
402 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
403 // (you can get to this form after generating a report).
404 'form.invoice.number' => 'Číslo faktúry',
405 'form.invoice.person' => 'Osoba',
406
407 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
408 // TODO: translate the following.
409 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
410 // 'form.invoice.invoice_entries' => 'Invoice entries',
411 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
412
413 // Charts form. See example at https://timetracker.anuko.com/charts.php
414 'form.charts.interval' => 'Interval',
415 'form.charts.chart' => 'Graf',
416
417 // Projects form. See example at https://timetracker.anuko.com/projects.php
418 'form.projects.active_projects' => 'Aktívne projekty',
419 'form.projects.inactive_projects' => 'Neaktívne projekty',
420
421 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
422 'form.tasks.active_tasks' => 'Aktívne úlohy',
423 'form.tasks.inactive_tasks' => 'Neaktívne úlohy',
424
425 // Users form. See example at https://timetracker.anuko.com/users.php
426 'form.users.active_users' => 'Aktívny používatelia',
427 'form.users.inactive_users' => 'Neaktívny používatelia',
428 // TODO: translate the following.
429 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
430 'form.users.role' => 'Rola',
431 'form.users.manager' => 'Manažér',
432 'form.users.comanager' => 'Spolumanažér',
433 'form.users.rate' => 'Sadzba',
434 'form.users.default_rate' => 'Predvolená hodinová sadzba',
435
436 // Roles form. See example at https://timetracker.anuko.com/roles.php
437 // TODO: translate the following.
438 // 'form.roles.active_roles' => 'Active Roles',
439 // 'form.roles.inactive_roles' => 'Inactive Roles',
440 // 'form.roles.rank' => 'Rank',
441 // 'form.roles.rights' => 'Rights',
442 // 'form.roles.assigned' => 'Assigned',
443 // 'form.roles.not_assigned' => 'Not assigned',
444
445 // Clients form. See example at https://timetracker.anuko.com/clients.php
446 'form.clients.active_clients' => 'Aktívny klienti',
447 'form.clients.inactive_clients' => 'Neaktívny klienti',
448
449 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
450 // TODO: translate the following.
451 // 'form.client.client_to_delete' => 'Client to delete',
452 // 'form.client.client_entries' => 'Client entries',
453
454 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
455 '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.',
456 'form.export.compression' => 'Kompresia',
457 'form.export.compression_none' => 'žiadna',
458 'form.export.compression_bzip' => 'bzip',
459
460 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
461 'form.import.hint' => 'Importovať dáta o tíme z xml súboru.',
462 'form.import.file' => 'Vyberte súbor',
463 'form.import.success' => 'Import úspešne dokončený.',
464
465 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
466 '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).',
467
468 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
469 'form.profile.12_hours' => '12-hodinový',
470 'form.profile.24_hours' => '24-hodinový',
471 // TODO: translate the following.
472 // 'form.profile.show_holidays' => 'Show holidays',
473 'form.profile.tracking_mode' => 'Režim sledovania',
474 'form.profile.mode_time' => 'čas',
475 'form.profile.mode_projects' => 'projekty',
476 'form.profile.mode_projects_and_tasks' => 'projekty a úlohy',
477 'form.profile.record_type' => 'Typ záznamu',
478 'form.profile.type_all' => 'všetky',
479 'form.profile.type_start_finish' => 'začiatok a koniec',
480 'form.profile.type_duration' => 'trvanie',
481 // TODO: translate the following.
482 // 'form.profile.punch_mode' => 'Punch mode',
483 // 'form.profile.allow_overlap' => 'Allow overlap',
484 // 'form.profile.future_entries' => 'Future entries',
485 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
486 'form.profile.plugins' => 'Doplnkové moduly',
487
488 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
489 'form.mail.from' => 'Od',
490 'form.mail.to' => 'Komu',
491 'form.mail.report_subject' => 'Time Tracker zostava',
492 '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í.',
493 'form.mail.report_sent' => 'Zostava odoslaná.',
494 'form.mail.invoice_sent' => 'Faktúra odoslaná.',
495
496 // Quotas configuration form.
497 // TODO: translate the following.
498 // 'form.quota.year' => 'Year',
499 // 'form.quota.month' => 'Month',
500 // 'form.quota.quota' => 'Quota',
501 // 'form.quota.workday_hours' => 'Hours in a work day',
502 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
503
504 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
505 // TODO: translate the following.
506 // 'role.user.label' => 'User',
507 // 'role.user.low_case_label' => 'user',
508 // 'role.user.description' => 'A regular member without management rights.',
509 // 'role.client.label' => 'Client',
510 // 'role.client.low_case_label' => 'client',
511 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
512 // 'role.supervisor.label' => 'Supervisor',
513 // 'role.supervisor.low_case_label' => 'supervisor',
514 // 'role.supervisor.description' => 'A person with a small set of management rights.',
515 // 'role.comanager.label' => 'Co-manager',
516 // 'role.comanager.low_case_label' => 'co-manager',
517 // 'role.comanager.description' => 'A person with a big set of management functions.',
518 // 'role.manager.label' => 'Manager',
519 // 'role.manager.low_case_label' => 'manager',
520 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
521 // 'role.top_manager.label' => 'Top manager',
522 // 'role.top_manager.low_case_label' => 'top manager',
523 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
524 // 'role.admin.label' => 'Administrator',
525 // 'role.admin.low_case_label' => 'administrator',
526 // 'role.admin.description' => 'Site adminsitrator.',
527 );