A bit more progress on timesheet coding.
[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 // TODO: translate the following.
105 // 'error.no_records' => 'There are no records.',
106 'error.no_login' => 'Neexistuje používateľ s týmto prihlasovacím menom.',
107 '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".
108 'error.upload' => 'Prenos súboru bol neúspešný.',
109 // TODO: translate the following.
110 // 'error.range_locked' => 'Date range is locked.',
111 'error.mail_send' => 'Chyba v odosielaní e-mailu.',
112 // TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
113 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
114 'error.no_email' => 'K tomuto prihlasovaciemu menu nie je priradený žiadny e-mail.',
115 'error.uncompleted_exists' => 'Nekompletný záznam už existuje. Zatvorte ho alebo ho vymažte.',
116 'error.goto_uncompleted' => 'Ísť na nekompletný záznam.',
117 // TODO: translate the following.
118 // 'error.overlap' => 'Time interval overlaps with existing records.',
119 // 'error.future_date' => 'Date is in future.',
120 // 'error.xml' => 'Error in XML file at line %d: %s.',
121 // 'error.cannot_import' => 'Cannot import: %s.',
122 // 'error.format' => 'Invalid file format.',
123 // 'error.user_count' => 'Limit on user count.',
124 // 'error.expired' => 'Expiration date reached.',
125
126 // Warning messages.
127 // TODO: translate the following.
128 // 'warn.sure' => 'Are you sure?',
129 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
130
131 // Success messages.
132 // TODO: translate the following.
133 // 'msg.success' => 'Operation completed successfully.',
134
135 // Labels for buttons.
136 'button.login' => 'Prihlásiť',
137 'button.now' => 'Teraz',
138 'button.save' => 'Uložiť',
139 // TODO: translate the following.
140 // 'button.copy' => 'Copy',
141 'button.cancel' => 'Zrušiť',
142 'button.submit' => 'Odoslať',
143 'button.add' => 'Pridať',
144 'button.delete' => 'Vymazať',
145 'button.generate' => 'Generovať',
146 'button.reset_password' => 'Obnoviť heslo',
147 'button.send' => 'Odoslať',
148 'button.send_by_email' => 'Odoslať na e-mail',
149 'button.create_group' => 'Vytvoriť tím', // TODO: replace "team" with "group".
150 // TODO: translate the following.
151 // 'button.create_timesheet' => 'Create timesheet',
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
275 // Form titles.
276 'title.error' => 'Chyba',
277 // TODO: Translate the following.
278 // 'title.success' => 'Success',
279 'title.login' => 'Prihlásenie',
280 'title.groups' => 'Tímy', // TODO: change "teams" to "groups".
281 // TODO: translate the following.
282 // 'title.subgroups' => 'Subgroups',
283 // 'title.add_group' => 'Adding Group',
284 // 'title.edit_group' => 'Editing Group',
285 'title.delete_group' => 'Vymazávanie tímu', // TODO: change "team" to "group".
286 'title.reset_password' => 'Obnovovanie hesla',
287 'title.change_password' => 'Menenie hesla',
288 'title.time' => 'Časový záznam',
289 'title.edit_time_record' => 'Upravovanie časového záznamu',
290 'title.delete_time_record' => 'Vymazávanie časového záznamu',
291 // TODO: translate the following.
292 // 'title.expenses' => 'Expenses',
293 // 'title.edit_expense' => 'Editing Expense Item',
294 // 'title.delete_expense' => 'Deleting Expense Item',
295 'title.reports' => 'Zostavy',
296 'title.report' => 'Zostava',
297 'title.send_report' => 'Odosielanie zostavy',
298 // TODO: Translate the following.
299 // 'title.timesheets' => 'Timesheets',
300 // 'title.timesheet' => 'Timesheet',
301 'title.invoice' => 'Faktúra',
302 'title.send_invoice' => 'Odosielanie faktúry',
303 'title.charts' => 'Grafy',
304 'title.projects' => 'Projekty',
305 'title.add_project' => 'Pridávanie projektu',
306 'title.edit_project' => 'Upravovanie projektu',
307 'title.delete_project' => 'Vymazávanie projektu',
308 'title.tasks' => 'Úlohy',
309 'title.add_task' => 'Pridávanie úlohy',
310 'title.edit_task' => 'Upravovanie úlohy',
311 'title.delete_task' => 'Vymazávanie úlohy',
312 'title.users' => 'Používatelia',
313 'title.add_user' => 'Pridávanie používateľa',
314 'title.edit_user' => 'Upravovanie používateľa',
315 'title.delete_user' => 'Vymazávanie používateľa',
316 // TODO: translate the following.
317 // 'title.roles' => 'Roles',
318 // 'title.add_role' => 'Adding Role',
319 // 'title.edit_role' => 'Editing Role',
320 // 'title.delete_role' => 'Deleting Role',
321 'title.clients' => 'Klienti',
322 'title.add_client' => 'Pridávanie klienta',
323 'title.edit_client' => 'Upravovanie klienta',
324 'title.delete_client' => 'Vymazávanie klienta',
325 'title.invoices' => 'Faktúry',
326 'title.add_invoice' => 'Pridávanie faktúry',
327 'title.view_invoice' => 'Priehliadanie faktúry',
328 'title.delete_invoice' => 'Vymazávanie faktúry',
329 // TODO: translate the following.
330 // 'title.notifications' => 'Notifications',
331 // 'title.add_notification' => 'Adding Notification',
332 // 'title.edit_notification' => 'Editing Notification',
333 // 'title.delete_notification' => 'Deleting Notification',
334 // 'title.add_timesheet' => 'Adding Timesheet',
335 // 'title.edit_timesheet' => 'Editing Timesheet',
336 // 'title.delete_timesheet' => 'Deleting Timesheet',
337 // 'title.monthly_quotas' => 'Monthly Quotas',
338 'title.export' => 'Exportovanie údajov o tíme', // TODO: replace "team" with "group".
339 'title.import' => 'Importovanie údajov o tíme', // TODO: replace "team" with "group".
340 'title.options' => 'Nastavenia',
341 'title.profile' => 'Profil',
342 'title.plugins' => 'Doplnkové moduly',
343 'title.cf_custom_fields' => 'Vlastné polia',
344 'title.cf_add_custom_field' => 'Pridávanie vlastného poľa',
345 'title.cf_edit_custom_field' => 'Upravovanie vlastného poľa',
346 'title.cf_delete_custom_field' => 'Vymazávanie vlastného poľa',
347 'title.cf_dropdown_options' => 'Nastavenia rozbaľovacieho poľa',
348 'title.cf_add_dropdown_option' => 'Pridávanie možností',
349 'title.cf_edit_dropdown_option' => 'Upravovanie možností',
350 'title.cf_delete_dropdown_option' => 'Vymazávanie možností',
351 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
352 // It is also a name for the Locking plugin on the group settings page.
353 // TODO: translate the following.
354 // 'title.locking' => 'Locking',
355 // 'title.week_view' => 'Week View',
356 // 'title.swap_roles' => 'Swapping Roles',
357 // 'title.work_units' => 'Work Units',
358
359 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
360 // Strings that are used in a single form must go to the specific form section.
361 'dropdown.all' => '--- všetky ---',
362 'dropdown.no' => '--- žiadne ---',
363 // TODO: translate the following.
364 // 'dropdown.current_day' => 'today',
365 // 'dropdown.previous_day' => 'yesterday',
366 'dropdown.selected_day' => 'deň',
367 'dropdown.current_week' => 'tento týždeň',
368 'dropdown.previous_week' => 'minulý týždeň',
369 'dropdown.selected_week' => 'týždeň',
370 'dropdown.current_month' => 'tento mesiac',
371 'dropdown.previous_month' => 'minulý mesiac',
372 'dropdown.selected_month' => 'mesiac',
373 'dropdown.current_year' => 'tento rok',
374 // TODO: translate the following.
375 // 'dropdown.previous_year' => 'previous year',
376 'dropdown.selected_year' => 'rok',
377 'dropdown.all_time' => 'celý čas',
378 'dropdown.projects' => 'projekty',
379 'dropdown.tasks' => 'úlohy',
380 // TODO: translate the following.
381 // 'dropdown.clients' => 'clients',
382 'dropdown.select' => '--- vyberte ---',
383 // TODO: translate the following.
384 // 'dropdown.select_invoice' => '--- select invoice ---',
385 'dropdown.status_active' => 'aktívny',
386 'dropdown.status_inactive' => 'neaktívny',
387 // TODO: translate the following.
388 // 'dropdown.delete' => 'delete',
389 // 'dropdown.do_not_delete' => 'do not delete',
390 // 'dropdown.approved' => 'approved',
391 // 'dropdown.not_approved' => 'not approved',
392 // 'dropdown.paid' => 'paid',
393 // 'dropdown.not_paid' => 'not paid',
394
395 // 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.
396 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
397 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
398 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
399
400 // Login form. See example at https://timetracker.anuko.com/login.php.
401 'form.login.forgot_password' => 'Zabudnuté heslo?',
402 '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.',
403
404 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
405 'form.reset_password.message' => 'Žiadosť o obnovenie hesla bola odoslaná e-mailom.',
406 'form.reset_password.email_subject' => 'Žiadosť o obnovenie hesla do Anuko Time Tracker',
407 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
408 // '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",
409 // "IP %s" probably sounds awkward.
410 '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",
411
412 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
413 'form.change_password.tip' => 'Zadajte nové heslo a kliknite na Uložiť.',
414
415 // Time form. See example at https://timetracker.anuko.com/time.php.
416 'form.time.duration_format' => '(hh:mm alebo 0,0h)',
417 'form.time.billable' => 'Faktúrovateľných',
418 'form.time.uncompleted' => 'Neukončené',
419 // TODO: translate the folllowing.
420 // 'form.time.remaining_quota' => 'Remaining quota',
421 // 'form.time.over_quota' => 'Over quota',
422 // 'form.time.remaining_balance' => 'Remaining balance',
423 // 'form.time.over_balance' => 'Over balance',
424
425 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
426 'form.time_edit.uncompleted' => 'Tento záznam bol uložený iba s časom začiatku. Nie je to chyba.',
427
428 // Week view form. See example at https://timetracker.anuko.com/week.php.
429 // TODO: translate the following.
430 // 'form.week.new_entry' => 'New entry',
431
432 // Reports form. See example at https://timetracker.anuko.com/reports.php
433 'form.reports.save_as_favorite' => 'Uložiť ako obľúbenú zostavu',
434 'form.reports.confirm_delete' => 'Ste si istý, že chcete vymazať túto obľúbenú zostavu?',
435 'form.reports.include_billable' => 'faktúrovateĺné',
436 'form.reports.include_not_billable' => 'nefaktúrovateľné',
437 // TODO: translate the following.
438 // 'form.reports.include_invoiced' => 'invoiced',
439 // 'form.reports.include_not_invoiced' => 'not invoiced',
440 // 'form.reports.include_assigned' => 'assigned',
441 // 'form.reports.include_not_assigned' => 'not assigned',
442 // 'form.reports.include_pending' => 'pending',
443 'form.reports.select_period' => 'Vyberte časový rozsah',
444 'form.reports.set_period' => 'alebo nastavte dátumy',
445 'form.reports.show_fields' => 'Zobraziť polia',
446 // TODO: translate the following.
447 // 'form.reports.group_by' => 'Group by',
448 // 'form.reports.group_by_no' => '--- no grouping ---',
449 'form.reports.group_by_date' => 'dátum',
450 'form.reports.group_by_user' => 'používateľ',
451 'form.reports.group_by_client' => 'klient',
452 'form.reports.group_by_project' => 'projekt',
453 'form.reports.group_by_task' => 'úloha',
454
455 // Report form. See example at https://timetracker.anuko.com/report.php
456 // (after generating a report at https://timetracker.anuko.com/reports.php).
457 'form.report.export' => 'Exportovať',
458 // TODO: translate the following.
459 // 'form.report.assign_to_invoice' => 'Assign to invoice',
460
461 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
462 // TODO: translate the following.
463 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
464 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
465
466 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
467 // (you can get to this form after generating a report).
468 'form.invoice.number' => 'Číslo faktúry',
469 'form.invoice.person' => 'Osoba',
470
471 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
472 // TODO: translate the following.
473 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
474 // 'form.invoice.invoice_entries' => 'Invoice entries',
475 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
476
477 // Charts form. See example at https://timetracker.anuko.com/charts.php
478 'form.charts.interval' => 'Interval',
479 'form.charts.chart' => 'Graf',
480
481 // Projects form. See example at https://timetracker.anuko.com/projects.php
482 'form.projects.active_projects' => 'Aktívne projekty',
483 'form.projects.inactive_projects' => 'Neaktívne projekty',
484
485 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
486 'form.tasks.active_tasks' => 'Aktívne úlohy',
487 'form.tasks.inactive_tasks' => 'Neaktívne úlohy',
488
489 // Users form. See example at https://timetracker.anuko.com/users.php
490 'form.users.active_users' => 'Aktívny používatelia',
491 'form.users.inactive_users' => 'Neaktívny používatelia',
492 // TODO: translate the following.
493 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
494 'form.users.role' => 'Rola',
495 'form.users.manager' => 'Manažér',
496 'form.users.comanager' => 'Spolumanažér',
497 'form.users.rate' => 'Sadzba',
498 'form.users.default_rate' => 'Predvolená hodinová sadzba',
499
500 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
501 // TODO: translate the following.
502 // 'form.user_edit.swap_roles' => 'Swap roles',
503
504 // Roles form. See example at https://timetracker.anuko.com/roles.php
505 // TODO: translate the following.
506 // 'form.roles.active_roles' => 'Active Roles',
507 // 'form.roles.inactive_roles' => 'Inactive Roles',
508 // 'form.roles.rank' => 'Rank',
509 // 'form.roles.rights' => 'Rights',
510 // 'form.roles.assigned' => 'Assigned',
511 // 'form.roles.not_assigned' => 'Not assigned',
512
513 // Clients form. See example at https://timetracker.anuko.com/clients.php
514 'form.clients.active_clients' => 'Aktívny klienti',
515 'form.clients.inactive_clients' => 'Neaktívny klienti',
516
517 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
518 // TODO: translate the following.
519 // 'form.client.client_to_delete' => 'Client to delete',
520 // 'form.client.client_entries' => 'Client entries',
521
522 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
523 // TODO: replace "team" with "group" in the string below.
524 '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.',
525 'form.export.compression' => 'Kompresia',
526 'form.export.compression_none' => 'žiadna',
527 'form.export.compression_bzip' => 'bzip',
528
529 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
530 'form.import.hint' => 'Importovať dáta o tíme z xml súboru.', // TODO: replace "team" with "group".
531 'form.import.file' => 'Vyberte súbor',
532 'form.import.success' => 'Import úspešne dokončený.',
533
534 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
535 // TODO: replace "team" with "group" in the string below (3 places).
536 '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).',
537
538 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
539 'form.group_edit.12_hours' => '12-hodinový',
540 'form.group_edit.24_hours' => '24-hodinový',
541 // TODO: translate the following.
542 // 'form.group_edit.show_holidays' => 'Show holidays',
543 'form.group_edit.tracking_mode' => 'Režim sledovania',
544 'form.group_edit.mode_time' => 'čas',
545 'form.group_edit.mode_projects' => 'projekty',
546 'form.group_edit.mode_projects_and_tasks' => 'projekty a úlohy',
547 'form.group_edit.record_type' => 'Typ záznamu',
548 'form.group_edit.type_all' => 'všetky',
549 'form.group_edit.type_start_finish' => 'začiatok a koniec',
550 'form.group_edit.type_duration' => 'trvanie',
551 // TODO: translate the following.
552 // 'form.group_edit.punch_mode' => 'Punch mode',
553 // 'form.group_edit.allow_overlap' => 'Allow overlap',
554 // 'form.group_edit.future_entries' => 'Future entries',
555 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
556 // 'form.group_edit.confirm_save' => 'Confirm saving',
557 // 'form.group_edit.allow_ip' => 'Allow IP',
558
559 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
560 // TODO: translate the following.
561 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
562
563 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
564 'form.mail.from' => 'Od',
565 'form.mail.to' => 'Komu',
566 'form.mail.report_subject' => 'Time Tracker zostava',
567 '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í.',
568 'form.mail.report_sent' => 'Zostava odoslaná.',
569 'form.mail.invoice_sent' => 'Faktúra odoslaná.',
570
571 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
572 // TODO: translate the following.
573 // 'form.quota.year' => 'Year',
574 // 'form.quota.month' => 'Month',
575 // 'form.quota.workday_hours' => 'Hours in a work day',
576 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
577
578 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
579 // TODO: translate the following.
580 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
581 // 'form.swap.swap_with' => 'Swap roles with',
582
583 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
584 // TODO: translate the following.
585 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
586 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
587
588 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
589 // TODO: translate the following.
590 // 'role.user.label' => 'User',
591 // 'role.user.low_case_label' => 'user',
592 // 'role.user.description' => 'A regular member without management rights.',
593 // 'role.client.label' => 'Client',
594 // 'role.client.low_case_label' => 'client',
595 // 'role.client.description' => 'A client can view its own data.',
596 // 'role.supervisor.label' => 'Supervisor',
597 // 'role.supervisor.low_case_label' => 'supervisor',
598 // 'role.supervisor.description' => 'A person with a small set of management rights.',
599 // 'role.comanager.label' => 'Co-manager',
600 // 'role.comanager.low_case_label' => 'co-manager',
601 // 'role.comanager.description' => 'A person with a big set of management functions.',
602 // 'role.manager.label' => 'Manager',
603 // 'role.manager.low_case_label' => 'manager',
604 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
605 // 'role.top_manager.label' => 'Top manager',
606 // 'role.top_manager.low_case_label' => 'top manager',
607 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
608 // 'role.admin.label' => 'Administrator',
609 // 'role.admin.low_case_label' => 'administrator',
610 // 'role.admin.description' => 'Site adminsitrator.',
611 );