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