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