Introduced form.group_edit.copy_warning in translation files.
[timetracker.git] / WEB-INF / resources / sr.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 = 'Serbian (Srpski)';
33 $i18n_months = array('Januar', 'Februar', 'Mart', 'April', 'Maj', 'Jun', 'Jul', 'Avgust', 'Septembar', 'Oktobar', 'Novembar', 'Decembar');
34 $i18n_weekdays = array('Nedelja', 'Ponedeljak', 'Utorak', 'Sreda', 'Četvrtak', 'Petak', 'Subota');
35 $i18n_weekdays_short = array('Ne', 'Po', 'Ut', 'Sr', 'Če', 'Pe', 'Su');
36 // format dd/mm
37 $i18n_holidays = array('01/01', '02/01', '07/01', '15/01', '16/02', '29/04', '30/04', '01/05', '02/05', '03/05', '22/04', '09/05', '28/06', '21/10', '11/11');
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' => 'Prijava',
44 'menu.logout' => 'Odjava',
45 'menu.forum' => 'Forum',
46 'menu.help' => 'Pomoć',
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' => 'Dodaci',
53 'menu.time' => 'Vreme',
54 'menu.expenses' => 'Troškovi',
55 'menu.reports' => 'Izveštaji',
56 'menu.charts' => 'Grafikoni',
57 'menu.projects' => 'Projekti',
58 'menu.tasks' => 'Zadaci',
59 'menu.users' => 'Korisnici',
60 // TODO: translate the following.
61 // 'menu.groups' => 'Groups',
62 // 'menu.subgroups' => 'Subgroups',
63 'menu.export' => 'Izvoz',
64 'menu.clients' => 'Klijenti',
65 'menu.options' => 'Opcije',
66
67 // Footer - strings on the bottom of most pages.
68 'footer.contribute_msg' => 'Time Tracker-u možete doprineti i na drugi način.',
69 'footer.credits' => 'Zasluge',
70 'footer.license' => 'Licenca',
71 'footer.improve' => 'Unapredi',
72
73 // Error messages.
74 'error.access_denied' => 'Pristup odbijen.',
75 'error.sys' => 'Greška u sistemu.',
76 'error.db' => 'Greška u bazi podataka.',
77 // TODO: translate the following.
78 // 'error.feature_disabled' => 'Feature is disabled.',
79 'error.field' => 'Pogrešan "{0}" podatak.',
80 'error.empty' => 'Polje "{0}" je prazno.',
81 'error.not_equal' => 'Polje "{0}" nije jednak polju "{1}".',
82 'error.interval' => 'Polje "{0}" mora biti viši od "{1}".',
83 'error.project' => 'Odaberi projekat.',
84 'error.task' => 'Odaberi zadatak.',
85 'error.client' => 'Odaberi klijenta.',
86 'error.report' => 'Odaberi izveštaj.',
87 // TODO: translate the following.
88 // 'error.record' => 'Select record.',
89 'error.auth' => 'Pogrešno korisničko ime ili lozinka.',
90 'error.user_exists' => 'Korisnik pod ovim imenom već postoji.',
91 // TODO: translate the following.
92 // 'error.object_exists' => 'Object with this name already exists.',
93 'error.invoice_exists' => 'Račun pod ovim brojem već postoji.',
94 // TODO: translate the following.
95 // 'error.role_exists' => 'Role with this rank already exists.',
96 'error.no_invoiceable_items' => 'Nema stavke za naplatu.',
97 'error.no_login' => 'Nema korisnika pod ovom prijavom',
98 'error.no_groups' => 'Vaša baza podataka je prazna. Prijavite se kao administrator i napravite novi tim.', // TODO: replace "team" with "group".
99 'error.upload' => 'Greška pri otpremanju podatka.',
100 // TODO: translate the following.
101 // 'error.range_locked' => 'Date range is locked.',
102 'error.mail_send' => 'Greška u slanju mejla.',
103 // TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
104 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
105 'error.no_email' => 'Nema imejla pod korisničkom imenom.',
106 'error.uncompleted_exists' => 'Unos već postoji ali je nekompletan. Zatvorite postojeći ili obrišite unos.',
107 'error.goto_uncompleted' => 'Prikaži postojeći unos.',
108 'error.overlap' => 'Navedeni vremenski interval se podudara sa već unetim vremenom.',
109 'error.future_date' => 'Naveli ste budući datum.',
110 // TODO: translate the following.
111 // 'error.xml' => 'Error in XML file at line %d: %s.',
112 // 'error.cannot_import' => 'Cannot import: %s.',
113 // 'error.format' => 'Invalid file format.',
114
115 // Warning messages.
116 // TODO: translate the following.
117 // 'warn.sure' => 'Are you sure?',
118
119 // Success messages.
120 // TODO: translate the following.
121 // 'msg.success' => 'Operation completed successfully.',
122
123 // Labels for buttons.
124 'button.login' => 'Prijava',
125 'button.now' => 'Sada',
126 'button.save' => 'Sačuvaj',
127 'button.copy' => 'Kopiraj',
128 'button.cancel' => 'Otkaži',
129 'button.submit' => 'Pošalji',
130 'button.add' => 'Dodaj',
131 'button.delete' => 'Obriši',
132 'button.generate' => 'Napravi',
133 'button.reset_password' => 'Resetuj lozinku',
134 'button.send' => 'Pošalji',
135 'button.send_by_email' => 'Pošalji mejlom',
136 'button.create_group' => 'Napravi tim', // TODO: replace "team" with "group".
137 'button.export' => 'Izvezi tim', // TODO: replace "team" with "group".
138 'button.import' => 'Uvezi tim', // TODO: replace "team" with "group".
139 'button.close' => 'Zatvori',
140 'button.stop' => 'Stani',
141
142 // Labels for controls on forms. Labels in this section are used on multiple forms.
143 'label.group_name' => 'Naziv tim-a', // TODO: replace "team" with "group".
144 'label.address' => 'Adresa',
145 'label.currency' => 'Valuta',
146 'label.manager_name' => 'Ime Menadžera',
147 'label.manager_login' => 'Menadžer prijava',
148 'label.person_name' => 'Ime',
149 'label.thing_name' => 'Naziv',
150 'label.login' => 'Prijava',
151 'label.password' => 'Lozinka',
152 'label.confirm_password' => 'Potvrdi lozinku',
153 'label.email' => 'Email',
154 'label.cc' => 'Cc',
155 // TODO: translate the following.
156 // 'label.bcc' => 'Bcc',
157 'label.subject' => 'Naslov',
158 'label.date' => 'Datum',
159 'label.start_date' => 'Početni datum',
160 'label.end_date' => 'Krajnji datum',
161 'label.user' => 'Korisnik',
162 'label.users' => 'Korisnici',
163 // TODO: translate the following.
164 // 'label.group' => 'Group',
165 // 'label.subgroups' => 'Subgroups',
166 // 'label.roles' => 'Roles',
167 'label.client' => 'Klijent',
168 'label.clients' => 'Klijenti',
169 'label.option' => 'Opcije',
170 'label.invoice' => 'Račun',
171 'label.project' => 'Projekat',
172 'label.projects' => 'Projekti',
173 'label.task' => 'Zadatak',
174 'label.tasks' => 'Zadaci',
175 'label.description' => 'Opis',
176 'label.start' => 'Početak',
177 'label.finish' => 'Završetak',
178 'label.duration' => 'Trajanje',
179 'label.note' => 'Napomena',
180 // TODO: translate the following.
181 // 'label.notes' => 'Notes',
182 'label.item' => 'Stavka',
183 'label.cost' => 'Cena',
184 // TODO: translate the following.
185 // 'label.ip' => 'IP',
186 'label.day_total' => 'Zbir časova dnevno',
187 'label.week_total' => 'Zbir časova nedeljno',
188 // TODO: translate the following.
189 // 'label.month_total' => 'Month total',
190 'label.today' => 'Danas',
191 'label.view' => 'Pregledaj',
192 'label.edit' => 'Izmeni',
193 'label.delete' => 'Obriši',
194 'label.configure' => 'Podesi',
195 'label.select_all' => 'Odaberi sve',
196 'label.select_none' => 'Poništi sve',
197 // TODO: translate the following.
198 // 'label.day_view' => 'Day view',
199 // 'label.week_view' => 'Week view',
200 'label.id' => 'ID',
201 'label.language' => 'Jezik',
202 'label.decimal_mark' => 'Decimala',
203 'label.date_format' => 'Format datuma',
204 'label.time_format' => 'Format vremena',
205 'label.week_start' => 'Prvi dan u nedelji',
206 'label.comment' => 'Komentar',
207 'label.status' => 'Status',
208 'label.tax' => 'Porez',
209 'label.subtotal' => 'Međuzbir',
210 'label.total' => 'Ukupno',
211 'label.client_name' => 'Ime klijenta',
212 'label.client_address' => 'Adresa klijenta',
213 'label.or' => 'ili',
214 'label.error' => 'Greška',
215 'label.ldap_hint' => 'Unesi tvoju <b>Windows prijavu</b> i <b>lozinku</b> u polje ispod.',
216 'label.required_fields' => '* - obavezna polja',
217 'label.on_behalf' => 'ispred',
218 'label.role_manager' => '(menadžer)',
219 'label.role_comanager' => '(saradnik)',
220 'label.role_admin' => '(administrator)',
221 'label.page' => 'Strana',
222 // TODO: translate the following.
223 // 'label.condition' => 'Condition',
224 // 'label.yes' => 'yes',
225 // 'label.no' => 'no',
226 // Labels for plugins (extensions to Time Tracker that provide additional features).
227 'label.custom_fields' => 'Dodatna polja',
228 // Translate the following.
229 // 'label.monthly_quotas' => 'Monthly quotas',
230 'label.type' => 'Tipovi',
231 'label.type_dropdown' => 'odaberi',
232 'label.type_text' => 'text',
233 'label.required' => 'Obavezan',
234 'label.fav_report' => 'Omiljeni izveštaji',
235 // TODO: translate the following.
236 // 'label.schedule' => 'Schedule',
237 'label.what_is_it' => 'Šta je ovo?',
238 // TODO: Translate the following.
239 // 'label.expense' => 'Expense',
240 // 'label.quantity' => 'Quantity',
241 // 'label.paid_status' => 'Paid status',
242 // 'label.paid' => 'Paid',
243 // 'button.mark_paid' => 'Mark paid',
244 // 'label.week_note' => 'Week note',
245 // 'label.week_list' => 'Week list',
246 // 'label.work_units' => 'Work units',
247 'label.totals_only' => 'Samo zbirno',
248
249 // Form titles.
250 'title.error' => 'Greška',
251 // TODO: Translate the following.
252 // 'title.success' => 'Success',
253 'title.login' => 'Prijava',
254 'title.groups' => 'Timovi', // TODO: change "teams" to "groups".
255 // TODO: translate the following.
256 // 'title.subgroups' => 'Subgroups',
257 // 'title.add_group' => 'Adding Group',
258 'title.edit_group' => 'Izmeni tim', // TODO: change "team" to "group".
259 'title.delete_group' => 'Obriši tim', // TODO: change "team" to "group".
260 'title.reset_password' => 'Resetuj Lozinku',
261 'title.change_password' => 'Promeni Lozinku',
262 'title.time' => 'Vreme',
263 'title.edit_time_record' => 'Izmeni unos vremena',
264 'title.delete_time_record' => 'Obriši unos vremena',
265 'title.expenses' => 'Troškovi',
266 'title.edit_expense' => 'Izmeni stavke troškova',
267 'title.delete_expense' => 'Obriši stavke troškova',
268 'title.reports' => 'Izveštaji',
269 'title.report' => 'Izveštaj',
270 'title.send_report' => 'Slanje izveštaja',
271 'title.invoice' => 'Račun',
272 'title.send_invoice' => 'Slanje računa',
273 'title.charts' => 'Grafikoni',
274 'title.projects' => 'Projekti',
275 'title.add_project' => 'Dodavanje projekta',
276 'title.edit_project' => 'Izmena projekta',
277 'title.delete_project' => 'Brisanje projekta',
278 'title.tasks' => 'Zadaci',
279 'title.add_task' => 'Dodavanje zadatka',
280 'title.edit_task' => 'Izmena zadatka',
281 'title.delete_task' => 'Brisanje zadatka',
282 'title.users' => 'Korisnik',
283 'title.add_user' => 'Dodavanje korisnika',
284 'title.edit_user' => 'Izmena korisnika',
285 'title.delete_user' => 'Brisanje korisnika',
286 // TODO: translate the following.
287 // 'title.roles' => 'Roles',
288 // 'title.add_role' => 'Adding Role',
289 // 'title.edit_role' => 'Editing Role',
290 // 'title.delete_role' => 'Deleting Role',
291 'title.clients' => 'Klijenti',
292 'title.add_client' => 'Dodavanje klijenta',
293 'title.edit_client' => 'Izmena klijenta',
294 'title.delete_client' => 'Brisanje klijenta',
295 'title.invoices' => 'Računi',
296 'title.add_invoice' => 'Dodavanje računa',
297 'title.view_invoice' => 'Pregled računa',
298 'title.delete_invoice' => 'Brisanje računa',
299 'title.notifications' => 'Napomene',
300 'title.add_notification' => 'Dodavanje napomene',
301 'title.edit_notification' => 'Izmena napomene',
302 'title.delete_notification' => 'Brisanje napomene',
303 // 'title.monthly_quotas' => 'Monthly Quotas',
304 'title.export' => 'Izvoz podataka tim-a', // TODO: replace "team" with "group".
305 'title.import' => 'Uvoz podataka tim-a', // TODO: replace "team" with "group".
306 'title.options' => 'Opcije',
307 'title.profile' => 'Profil',
308 'title.plugins' => 'Dodaci',
309 'title.cf_custom_fields' => 'Dodatna polja',
310 'title.cf_add_custom_field' => 'Dodavanje dodatnih polja',
311 'title.cf_edit_custom_field' => 'Izmena dodatnih polja',
312 'title.cf_delete_custom_field' => 'Brisanje dodatnih polja',
313 'title.cf_dropdown_options' => 'Ocije mogućnosti odabira',
314 'title.cf_add_dropdown_option' => 'Dodavanje opcija',
315 'title.cf_edit_dropdown_option' => 'Izmena opcija',
316 'title.cf_delete_dropdown_option' => 'Brisanje opcija',
317 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
318 // It is also a name for the Locking plugin on the group settings page.
319 // TODO: translate the following.
320 // 'title.locking' => 'Locking',
321 // 'title.week_view' => 'Week View',
322 // 'title.swap_roles' => 'Swapping Roles',
323 // 'title.work_units' => 'Work Units',
324
325 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
326 // Strings that are used in a single form must go to the specific form section.
327 'dropdown.all' => '--- svi ---',
328 'dropdown.no' => '--- ništa ---',
329 // TODO: translate the following.
330 // 'dropdown.current_day' => 'today',
331 // 'dropdown.previous_day' => 'yesterday',
332 'dropdown.selected_day' => 'dan',
333 'dropdown.current_week' => 'ova nedelja',
334 'dropdown.previous_week' => 'prošla nedelja',
335 'dropdown.selected_week' => 'nedelja',
336 'dropdown.current_month' => 'ovaj mesec',
337 'dropdown.previous_month' => 'prošli mesec',
338 'dropdown.selected_month' => 'mesec',
339 'dropdown.current_year' => 'ova godina',
340 // TODO: translate the following.
341 // 'dropdown.previous_year' => 'previous year',
342 'dropdown.selected_year' => 'godina',
343 'dropdown.all_time' => 'svi datumi',
344 'dropdown.projects' => 'projekti',
345 'dropdown.tasks' => 'zadaci',
346 'dropdown.clients' => 'klijenti',
347 'dropdown.select' => '--- odaberi ---',
348 'dropdown.select_invoice' => '--- odaberi račun ---',
349 'dropdown.status_active' => 'aktivan',
350 'dropdown.status_inactive' => 'neaktivan',
351 'dropdown.delete' => 'obriši',
352 'dropdown.do_not_delete' => 'nemoj obrisati',
353 // TODO: translate the following.
354 // 'dropdown.paid' => 'paid',
355 // 'dropdown.not_paid' => 'not paid',
356
357 // 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.
358 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
359 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
360 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
361
362 // Forma prijave. Pogledajte primer na https://timetracker.anuko.com/login.php.
363 'form.login.forgot_password' => 'Zaboravili ste lozinku?',
364 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> je jednostavan i lak za korišćenje za praćenje radnog vremena.',
365
366 // Izmena forme za lozinku. Pogledajte primer na https://timetracker.anuko.com/password_reset.php.
367 'form.reset_password.message' => 'Zahtev za izmenu lozinke je poslat mejlom.',
368 'form.reset_password.email_subject' => 'Anuko Time Tracker zahtev za izmenu lozinke',
369 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
370 // '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",
371 // "IP %s" probably sounds awkward.
372 'form.reset_password.email_body' => "Poštovani korisniče,\n\nneko, IP %s, ste poslali zahtev za izmenu lozinke na Anuko Time Tracker nalogu. Molimo da pratite link ako želite da izmenite lozinku.\n\n%s\n\nAnuko Time Tracker je jednostavan i lak za korišćenje za praćenje radnog vremena. Posetite nas na https://www.anuko.com za više informacija.\n\n",
373
374 // Forma za izmenu lozinke. Pogledajte primer na https://timetracker.anuko.com/password_change.php?ref=1.
375 'form.change_password.tip' => 'Unesite novu lozinku i sačuvajte isti.',
376
377 // Forma vremena. Pogledajte primer na https://timetracker.anuko.com/time.php.
378 'form.time.duration_format' => '(hh:mm or 0.0h)',
379 'form.time.billable' => 'Naplativ',
380 'form.time.uncompleted' => 'Nezavršen',
381 // TODO: translate the folllowing.
382 // 'form.time.remaining_quota' => 'Remaining quota',
383 // 'form.time.over_quota' => 'Over quota',
384
385 // Izmena vremenske forme. Pogledajte primer na https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
386 'form.time_edit.uncompleted' => 'Ovaj zapis je sačuvan sa početnim vremenom i nije greška.',
387
388 // Week view form. See example at https://timetracker.anuko.com/week.php.
389 // TODO: translate the following.
390 // 'form.week.new_entry' => 'New entry',
391
392 // Forma izveštaja. Pogledajte primer na https://timetracker.anuko.com/reports.php
393 'form.reports.save_as_favorite' => 'Sačuvaj u omiljenima',
394 'form.reports.confirm_delete' => 'Da li ste sigurni da želite obrisati omiljene izveštaje?',
395 'form.reports.include_billable' => 'naplativo',
396 'form.reports.include_not_billable' => 'ne naplativo',
397 'form.reports.include_invoiced' => 'obračunato',
398 'form.reports.include_not_invoiced' => 'nije obračunato',
399 'form.reports.select_period' => 'Odaberi vremenski raspon',
400 'form.reports.set_period' => 'ili podesi datum',
401 'form.reports.show_fields' => 'Prikaži polja u izveštaju',
402 'form.reports.group_by' => 'Grupiši po',
403 'form.reports.group_by_no' => '--- nemoj grupisati ---',
404 'form.reports.group_by_date' => 'datum',
405 'form.reports.group_by_user' => 'korisnik',
406 'form.reports.group_by_client' => 'klijent',
407 'form.reports.group_by_project' => 'projekat',
408 'form.reports.group_by_task' => 'zadatak',
409
410 // Forma izveštaja. Pogledajte primer na https://timetracker.anuko.com/report.php
411 // (after generating a report at https://timetracker.anuko.com/reports.php).
412 'form.report.export' => 'Izvoz',
413 // TODO: translate the following.
414 // 'form.report.assign_to_invoice' => 'Assign to invoice',
415
416 // Forma izveštaja. Pogledajte primer na https://timetracker.anuko.com/invoice.php
417 // (you can get to this form after generating a report).
418 'form.invoice.number' => 'Broj računa',
419 'form.invoice.person' => 'Osoba',
420
421 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
422 'form.invoice.invoice_to_delete' => 'Račun za brisanje',
423 'form.invoice.invoice_entries' => 'Unos u račun',
424 // TODO: translate the following.
425 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
426
427 // Forma grafikona. Pogledajte primer na https://timetracker.anuko.com/charts.php
428 'form.charts.interval' => 'Intervali',
429 'form.charts.chart' => 'Grafikon',
430
431 // Forma projekata. Pogledajte primer na https://timetracker.anuko.com/projects.php
432 'form.projects.active_projects' => 'Aktivni projekti',
433 'form.projects.inactive_projects' => 'Neaktivni projekti',
434
435 // Forma zadataka. Pogledajte primer na https://timetracker.anuko.com/tasks.php
436 'form.tasks.active_tasks' => 'Aktivni zadaci',
437 'form.tasks.inactive_tasks' => 'Neaktivni zadaci',
438
439 // Korisnička forma. Pogledajte primer na https://timetracker.anuko.com/users.php
440 'form.users.active_users' => 'Aktivni korisnik',
441 'form.users.inactive_users' => 'Neaktivni korisnik',
442 // TODO: translate the following.
443 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
444 'form.users.role' => 'Funkcija',
445 'form.users.manager' => 'Menadžer',
446 'form.users.comanager' => 'Saradnik',
447 'form.users.rate' => 'Cena',
448 'form.users.default_rate' => 'Podrazumevana cena sati',
449
450 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
451 // TODO: translate the following.
452 // 'form.user_edit.swap_roles' => 'Swap roles',
453
454 // Roles form. See example at https://timetracker.anuko.com/roles.php
455 // TODO: translate the following.
456 // 'form.roles.active_roles' => 'Active Roles',
457 // 'form.roles.inactive_roles' => 'Inactive Roles',
458 // 'form.roles.rank' => 'Rank',
459 // 'form.roles.rights' => 'Rights',
460 // 'form.roles.assigned' => 'Assigned',
461 // 'form.roles.not_assigned' => 'Not assigned',
462
463 // Forma klijenata. Pogledajte primer na https://timetracker.anuko.com/clients.php
464 'form.clients.active_clients' => 'Aktivni klijent',
465 'form.clients.inactive_clients' => 'Neaktivni klijent',
466
467 // Forma brisanja klijenta. Pogledajte primer na  https://timetracker.anuko.com/client_delete.php
468 'form.client.client_to_delete' => 'Klijent za brisanje',
469 'form.client.client_entries' => 'Unos klijenta',
470
471 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
472 // TODO: replace "team" with "group" in the string below.
473 'form.export.hint' => 'Postoji mogućnost izvoza svih podataka od timova u xml fajlu. Može vam biti korisno ako imate internu bazu podataka.',
474 'form.export.compression' => 'Kompresija',
475 'form.export.compression_none' => 'ništa',
476 'form.export.compression_bzip' => 'bzip',
477
478 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
479 'form.import.hint' => 'Uvezi podatke timova iz xml fajla.', // TODO: replace "team" with "group".
480 'form.import.file' => 'Odaberi datoteku',
481 'form.import.success' => 'Uvoz uspešan.',
482
483 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
484 // TODO: replace "team" with "group" in the string below.
485 'form.groups.hint' => 'Napravite novi tim. Počnite sa otvaranjem naloga za Menadžera.<br>Takođe možete uvoziti podatke iz xml fajla sa drugog Anuko Time Tracker server-a (dupliranje prijava nisu dozvoljeni).',
486
487 // Forma profila. Pogledajte primer na at https://timetracker.anuko.com/profile_edit.php.
488 'form.group_edit.12_hours' => '12 časova',
489 'form.group_edit.24_hours' => '24 časova',
490 // TODO: translate the following.
491 // 'form.group_edit.show_holidays' => 'Show holidays',
492 'form.group_edit.tracking_mode' => 'Način evidencije',
493 'form.group_edit.mode_time' => 'vreme',
494 'form.group_edit.mode_projects' => 'projekti',
495 'form.group_edit.mode_projects_and_tasks' => 'projekti i zadaci',
496 'form.group_edit.record_type' => 'Način čuvanja',
497 'form.group_edit.type_all' => 'sve',
498 'form.group_edit.type_start_finish' => 'početak i kraj',
499 'form.group_edit.type_duration' => 'trajanje',
500 // TODO: translate the following.
501 // 'form.group_edit.punch_mode' => 'Punch mode',
502 // 'form.group_edit.allow_overlap' => 'Allow overlap',
503 // 'form.group_edit.future_entries' => 'Future entries',
504 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
505 // 'form.group_edit.copy_warning' => 'Warn on copy',
506 // 'form.group_edit.allow_ip' => 'Allow IP',
507
508 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
509 // TODO: translate the following.
510 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
511
512 // Forma mejla. Pogledajte primer na https://timetracker.anuko.com/report_send.php when emailing a report.
513 'form.mail.from' => 'Od',
514 'form.mail.to' => 'Za',
515 'form.mail.report_subject' => 'Evidencija vremena',
516 'form.mail.footer' => 'Anuko Time Tracker je jednostavan i lak za korišćenje za praćenje <br>radnog vremena. Posetite <a href="https://www.anuko.com">www.anuko.com</a> za više informacija.',
517 'form.mail.report_sent' => 'Izveštaj poslat.',
518 'form.mail.invoice_sent' => 'Račun poslat.',
519
520 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
521 // TODO: translate the following.
522 // 'form.quota.year' => 'Year',
523 // 'form.quota.month' => 'Month',
524 // 'form.quota.quota' => 'Quota',
525 // 'form.quota.workday_hours' => 'Hours in a work day',
526 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
527
528 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
529 // TODO: translate the following.
530 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
531 // 'form.swap.swap_with' => 'Swap roles with',
532
533 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
534 // TODO: translate the following.
535 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
536 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
537
538 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
539 // TODO: translate the following.
540 // 'role.user.label' => 'User',
541 // 'role.user.low_case_label' => 'user',
542 // 'role.user.description' => 'A regular member without management rights.',
543 // 'role.client.label' => 'Client',
544 // 'role.client.low_case_label' => 'client',
545 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
546 // 'role.supervisor.label' => 'Supervisor',
547 // 'role.supervisor.low_case_label' => 'supervisor',
548 // 'role.supervisor.description' => 'A person with a small set of management rights.',
549 // 'role.comanager.label' => 'Co-manager',
550 // 'role.comanager.low_case_label' => 'co-manager',
551 // 'role.comanager.description' => 'A person with a big set of management functions.',
552 // 'role.manager.label' => 'Manager',
553 // 'role.manager.low_case_label' => 'manager',
554 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
555 // 'role.top_manager.label' => 'Top manager',
556 // 'role.top_manager.low_case_label' => 'top manager',
557 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
558 // 'role.admin.label' => 'Administrator',
559 // 'role.admin.low_case_label' => 'administrator',
560 // 'role.admin.description' => 'Site adminsitrator.',
561 );