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