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