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