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.
 
  11 // | There are only two ways to violate the license:
 
  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).
 
  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).
 
  21 // | This license applies to this document only, not any other software
 
  22 // | that it may be combined with.
 
  24 // +----------------------------------------------------------------------+
 
  26 // | https://www.anuko.com/time_tracker/credits.htm
 
  27 // +----------------------------------------------------------------------+
 
  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.
 
  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');
 
  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');
 
  39 $i18n_key_words = array(
 
  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',
 
  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',
 
  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.',
 
 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',
 
 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',
 
 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.total_hours' => 'Ukupno časova',
 
 168 'label.total_cost' => 'Ukupna cena',
 
 169 'label.view' => 'Pregledaj',
 
 170 'label.edit' => 'Izmeni',
 
 171 'label.delete' => 'Obriši',
 
 172 'label.configure' => 'Podesi',
 
 173 'label.select_all' => 'Odaberi sve',
 
 174 'label.select_none' => 'Poništi sve',
 
 175 // TODO: translate the following.
 
 176 // 'label.day_view' => 'Day view',
 
 177 // 'label.week_view' => 'Week view',
 
 179 'label.language' => 'Jezik',
 
 180 'label.decimal_mark' => 'Decimala',
 
 181 'label.date_format' => 'Format datuma',
 
 182 'label.time_format' => 'Format vremena',
 
 183 'label.week_start' => 'Prvi dan u nedelji',
 
 184 'label.comment' => 'Komentar',
 
 185 'label.status' => 'Status',
 
 186 'label.tax' => 'Porez',
 
 187 'label.subtotal' => 'Međuzbir',
 
 188 'label.total' => 'Ukupno',
 
 189 'label.client_name' => 'Ime klijenta',
 
 190 'label.client_address' => 'Adresa klijenta',
 
 192 'label.error' => 'Greška',
 
 193 'label.ldap_hint' => 'Unesi tvoju <b>Windows prijavu</b> i <b>lozinku</b> u polje ispod.',
 
 194 'label.required_fields' => '* - obavezna polja',
 
 195 'label.on_behalf' => 'ispred',
 
 196 'label.role_manager' => '(menadžer)',
 
 197 'label.role_comanager' => '(saradnik)',
 
 198 'label.role_admin' => '(administrator)',
 
 199 'label.page' => 'Strana',
 
 200 // TODO: translate the following.
 
 201 // 'label.condition' => 'Condition',
 
 202 // 'label.yes' => 'yes',
 
 203 // 'label.no' => 'no',
 
 204 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 205 'label.custom_fields' => 'Dodatna polja',
 
 206 // Translate the following.
 
 207 // 'label.monthly_quotas' => 'Monthly quotas',
 
 208 'label.type' => 'Tipovi',
 
 209 'label.type_dropdown' => 'odaberi',
 
 210 'label.type_text' => 'text',
 
 211 'label.required' => 'Obavezan',
 
 212 'label.fav_report' => 'Omiljeni izveštaji',
 
 213 'label.cron_schedule' => 'Sredi raspored',
 
 214 'label.what_is_it' => 'Šta je ovo?',
 
 215 // TODO: Translate the following.
 
 216 // 'label.expense' => 'Expense',
 
 217 // 'label.quantity' => 'Quantity',
 
 218 // 'label.paid_status' => 'Paid status',
 
 219 // 'label.paid' => 'Paid',
 
 220 // 'button.mark_paid' => 'Mark paid',
 
 221 // 'label.week_note' => 'Week note',
 
 222 // 'label.week_list' => 'Week list',
 
 225 'title.login' => 'Prijava',
 
 226 'title.teams' => 'Timovi',
 
 227 'title.create_team' => 'Napravi tim',
 
 228 'title.edit_team' => 'Izmeni tim',
 
 229 'title.delete_team' => 'Obriši tim',
 
 230 'title.reset_password' => 'Resetuj Lozinku',
 
 231 'title.change_password' => 'Promeni Lozinku',
 
 232 'title.time' => 'Vreme',
 
 233 'title.edit_time_record' => 'Izmeni unos vremena',
 
 234 'title.delete_time_record' => 'Obriši unos vremena',
 
 235 'title.expenses' => 'Troškovi',
 
 236 'title.edit_expense' => 'Izmeni stavke troškova',
 
 237 'title.delete_expense' => 'Obriši stavke troškova',
 
 238 'title.reports' => 'Izveštaji',
 
 239 'title.report' => 'Izveštaj',
 
 240 'title.send_report' => 'Slanje izveštaja',
 
 241 'title.invoice' => 'Račun',
 
 242 'title.send_invoice' => 'Slanje računa',
 
 243 'title.charts' => 'Grafikoni',
 
 244 'title.projects' => 'Projekti',
 
 245 'title.add_project' => 'Dodavanje projekta',
 
 246 'title.edit_project' => 'Izmena projekta',
 
 247 'title.delete_project' => 'Brisanje projekta',
 
 248 'title.tasks' => 'Zadaci',
 
 249 'title.add_task' => 'Dodavanje zadatka',
 
 250 'title.edit_task' => 'Izmena zadatka',
 
 251 'title.delete_task' => 'Brisanje zadatka',
 
 252 'title.users' => 'Korisnik',
 
 253 'title.add_user' => 'Dodavanje korisnika',
 
 254 'title.edit_user' => 'Izmena korisnika',
 
 255 'title.delete_user' => 'Brisanje korisnika',
 
 256 'title.clients' => 'Klijenti',
 
 257 'title.add_client' => 'Dodavanje klijenta',
 
 258 'title.edit_client' => 'Izmena klijenta',
 
 259 'title.delete_client' => 'Brisanje klijenta',
 
 260 'title.invoices' => 'Računi',
 
 261 'title.add_invoice' => 'Dodavanje računa',
 
 262 'title.view_invoice' => 'Pregled računa',
 
 263 'title.delete_invoice' => 'Brisanje računa',
 
 264 'title.notifications' => 'Napomene',
 
 265 'title.add_notification' => 'Dodavanje napomene',
 
 266 'title.edit_notification' => 'Izmena napomene',
 
 267 'title.delete_notification' => 'Brisanje napomene',
 
 268 // 'title.monthly_quotas' => 'Monthly Quotas',
 
 269 'title.export' => 'Izvoz podataka tim-a',
 
 270 'title.import' => 'Uvoz podataka tim-a',
 
 271 'title.options' => 'Opcije',
 
 272 'title.profile' => 'Profil',
 
 273 'title.cf_custom_fields' => 'Dodatna polja',
 
 274 'title.cf_add_custom_field' => 'Dodavanje dodatnih polja',
 
 275 'title.cf_edit_custom_field' => 'Izmena dodatnih polja',
 
 276 'title.cf_delete_custom_field' => 'Brisanje dodatnih polja',
 
 277 'title.cf_dropdown_options' => 'Ocije mogućnosti odabira',
 
 278 'title.cf_add_dropdown_option' => 'Dodavanje opcija',
 
 279 'title.cf_edit_dropdown_option' => 'Izmena opcija',
 
 280 'title.cf_delete_dropdown_option' => 'Brisanje opcija',
 
 281 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
 
 282 // It is also a name for the Locking plugin on the Team profile page.
 
 283 // TODO: translate the following.
 
 284 // 'title.locking' => 'Locking',
 
 285 // 'title.week_view' => 'Week View',
 
 287 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 
 288 // Strings that are used in a single form must go to the specific form section.
 
 289 'dropdown.all' => '--- svi ---',
 
 290 'dropdown.no' => '--- ništa ---',
 
 291 // TODO: translate the following.
 
 292 // 'dropdown.current_day' => 'today',
 
 293 // 'dropdown.previous_day' => 'yesterday',
 
 294 'dropdown.selected_day' => 'dan',
 
 295 'dropdown.current_week' => 'ova nedelja',
 
 296 'dropdown.previous_week' => 'prošla nedelja',
 
 297 'dropdown.selected_week' => 'nedelja',
 
 298 'dropdown.current_month' => 'ovaj mesec',
 
 299 'dropdown.previous_month' => 'prošli mesec',
 
 300 'dropdown.selected_month' => 'mesec',
 
 301 'dropdown.current_year' => 'ova godina',
 
 302 // TODO: translate the following.
 
 303 // 'dropdown.previous_year' => 'previous year',
 
 304 'dropdown.selected_year' => 'godina',
 
 305 'dropdown.all_time' => 'svi datumi',
 
 306 'dropdown.projects' => 'projekti',
 
 307 'dropdown.tasks' => 'zadaci',
 
 308 'dropdown.clients' => 'klijenti',
 
 309 'dropdown.select' => '--- odaberi ---',
 
 310 'dropdown.select_invoice' => '--- odaberi račun ---',
 
 311 'dropdown.status_active' => 'aktivan',
 
 312 'dropdown.status_inactive' => 'neaktivan',
 
 313 'dropdown.delete'=>'obriši',
 
 314 'dropdown.do_not_delete'=>'nemoj obrisati',
 
 315 // TODO: translate the following.
 
 316 // 'dropdown.paid' => 'paid',
 
 317 // 'dropdown.not_paid' => 'not paid',
 
 319 // 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.
 
 320 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
 
 321 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
 
 322 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
 
 324 // Forma prijave. Pogledajte primer na https://timetracker.anuko.com/login.php.
 
 325 'form.login.forgot_password' => 'Zaboravili ste lozinku?',
 
 326 '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.',
 
 328 // Izmena forme za lozinku. Pogledajte primer na https://timetracker.anuko.com/password_reset.php.
 
 329 'form.reset_password.message' => 'Zahtev za izmenu lozinke je poslat mejlom.',
 
 330 'form.reset_password.email_subject' => 'Anuko Time Tracker zahtev za izmenu lozinke',
 
 331 '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",
 
 333 // Forma za izmenu lozinke. Pogledajte primer na https://timetracker.anuko.com/password_change.php?ref=1.
 
 334 'form.change_password.tip' => 'Unesite novu lozinku i sačuvajte isti.',
 
 336 // Forma vremena. Pogledajte primer na https://timetracker.anuko.com/time.php.
 
 337 'form.time.duration_format' => '(hh:mm or 0.0h)',
 
 338 'form.time.billable' => 'Naplativ',
 
 339 'form.time.uncompleted' => 'Nezavršen',
 
 340 // TODO: translate the folllowing.
 
 341 // 'form.time.remaining_quota' => 'Remaining quota',
 
 342 // 'form.time.over_quota' => 'Over quota',
 
 344 // Izmena vremenske forme. Pogledajte primer na https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 
 345 'form.time_edit.uncompleted' => 'Ovaj zapis je sačuvan sa početnim vremenom i nije greška.',
 
 347 // Week view form. See example at https://timetracker.anuko.com/week.php.
 
 348 // TODO: translate the following.
 
 349 // 'form.week.new_entry' => 'New entry',
 
 351 // Forma izveštaja. Pogledajte primer na https://timetracker.anuko.com/reports.php
 
 352 'form.reports.save_as_favorite' => 'Sačuvaj u omiljenima',
 
 353 'form.reports.confirm_delete' => 'Da li ste sigurni da želite obrisati omiljene izveštaje?',
 
 354 'form.reports.include_billable' => 'naplativo',
 
 355 'form.reports.include_not_billable' => 'ne naplativo',
 
 356 'form.reports.include_invoiced' => 'obračunato',
 
 357 'form.reports.include_not_invoiced' => 'nije obračunato',
 
 358 'form.reports.select_period' => 'Odaberi vremenski raspon',
 
 359 'form.reports.set_period' => 'ili podesi datum',
 
 360 'form.reports.show_fields' => 'Prikaži polja u izveštaju',
 
 361 'form.reports.group_by' => 'Grupiši po',
 
 362 'form.reports.group_by_no' => '--- nemoj grupisati ---',
 
 363 'form.reports.group_by_date' => 'datum',
 
 364 'form.reports.group_by_user' => 'korisnik',
 
 365 'form.reports.group_by_client' => 'klijent',
 
 366 'form.reports.group_by_project' => 'projekat',
 
 367 'form.reports.group_by_task' => 'zadatak',
 
 368 'form.reports.totals_only' => 'Samo zbirno',
 
 370 // Forma izveštaja. Pogledajte primer na https://timetracker.anuko.com/report.php
 
 371 // (after generating a report at https://timetracker.anuko.com/reports.php).
 
 372 'form.report.export' => 'Izvoz',
 
 373 // TODO: translate the following.
 
 374 // 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 376 // Forma izveštaja. Pogledajte primer na https://timetracker.anuko.com/invoice.php
 
 377 // (you can get to this form after generating a report).
 
 378 'form.invoice.number' => 'Broj računa',
 
 379 'form.invoice.person' => 'Osoba',
 
 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.',
 
 385 // Forma grafikona. Pogledajte primer na https://timetracker.anuko.com/charts.php
 
 386 'form.charts.interval' => 'Intervali',
 
 387 'form.charts.chart' => 'Grafikon',
 
 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',
 
 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',
 
 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',
 
 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',
 
 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',
 
 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',
 
 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.',
 
 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).',
 
 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 'form.profile.tracking_mode' => 'Način evidencije',
 
 434 'form.profile.mode_time' => 'vreme',
 
 435 'form.profile.mode_projects' => 'projekti',
 
 436 'form.profile.mode_projects_and_tasks' => 'projekti i zadaci',
 
 437 'form.profile.record_type' => 'Način čuvanja',
 
 438 'form.profile.type_all' => 'sve',
 
 439 'form.profile.type_start_finish' => 'početak i kraj',
 
 440 'form.profile.type_duration' => 'trajanje',
 
 441 // TODO: translate the following.
 
 442 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
 
 443 // 'form.profile.uncompleted_indicators_none' => 'do not show',
 
 444 // 'form.profile.uncompleted_indicators_show' => 'show',
 
 445 'form.profile.plugins' => 'Dodaci',
 
 447 // Forma mejla. Pogledajte primer na https://timetracker.anuko.com/report_send.php when emailing a report.
 
 448 'form.mail.from' => 'Od',
 
 449 'form.mail.to' => 'Za',
 
 450 'form.mail.report_subject' => 'Evidencija vremena',
 
 451 '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.',
 
 452 'form.mail.report_sent' => 'Izveštaj poslat.',
 
 453 'form.mail.invoice_sent' => 'Račun poslat.',
 
 455 // Quotas configuration form.
 
 456 // TODO: translate the following.
 
 457 // 'form.quota.year' => 'Year',
 
 458 // 'form.quota.month' => 'Month',
 
 459 // 'form.quota.quota' => 'Quota',
 
 460 // 'form.quota.workday_hours' => 'Hours in a work day',
 
 461 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',