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