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