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