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