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