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