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