X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsr.lang.php;h=84dfa80306822de4313ef1373de8a88b43e0913b;hb=5532fe6cfc2125063ff8040cfa80e20089ac64b0;hp=5fd8d3f150cf96bed55f4366f236edb32028183c;hpb=61454f100b86e1f68bbbc7d14de64e8796b3d51f;p=timetracker.git diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 5fd8d3f1..84dfa803 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -86,8 +86,8 @@ $i18n_key_words = array( 'error.no_login' => 'Nema korisnika pod ovom prijavom', 'error.no_teams' => 'Vaša baza podataka je prazna. Prijavite se kao administrator i napravite novi tim.', 'error.upload' => 'Greška pri otpremanju podatka.', -// TODO: translate the following: -'error.period_locked' => 'Can\\\'t complete the operation. Records older than a certain number of days cannot be created or modified. Team manager defines this in the "Lock interval in days" value on the "Profile" page. Set it to 0 to remove locking.

Uncompleted records (with 0 or empty duration) can be deleted.', +// TODO: Translate the following: +// 'error.range_locked' => 'Date range is locked.', 'error.mail_send' => 'Greška u slanju mejla.', 'error.no_email' => 'Nema imejla pod korisničkom imenom.', 'error.uncompleted_exists' => 'Unos već postoji ali je nekompletan. Zatvorite postojeći ili obrišite unos.', @@ -97,7 +97,7 @@ $i18n_key_words = array( // Labels for buttons. 'button.login' => 'Prijava', -'button.now' => 'Trenutno vreme', // TODO: is'not it too long for time.php page? +'button.now' => 'Sada', 'button.save' => 'Sačuvaj', 'button.copy' => 'Kopiraj', 'button.cancel' => 'Otkaži', @@ -151,8 +151,10 @@ $i18n_key_words = array( 'label.note' => 'Napomena', 'label.item' => 'Stavka', 'label.cost' => 'Cena', -'label.week_total' => 'Zbir nedeljno', -'label.day_total' => 'Zbir dnevno', +'label.day_total' => 'Zbir časova dnevno', +'label.week_total' => 'Zbir časova nedeljno', +// TODO: translate the following. +// 'label.month_total' => 'Month total', 'label.today' => 'Danas', 'label.total_hours' => 'Ukupno časova', 'label.total_cost' => 'Ukupna cena', @@ -165,7 +167,6 @@ $i18n_key_words = array( 'label.id' => 'ID', 'label.language' => 'Jezik', 'label.decimal_mark' => 'Decimala', -'label.lock_interval' => 'Blokiraj intervale u danima', 'label.date_format' => 'Format datuma', 'label.time_format' => 'Format vremena', 'label.week_start' => 'Prvi dan u nedelji', @@ -178,7 +179,7 @@ $i18n_key_words = array( 'label.client_address' => 'Adresa klijenta', 'label.or' => 'ili', 'label.error' => 'Greška', -'label.ldap_hint' => 'Unesi tvoj Windows prijavu i lozinku u polje ispod.', +'label.ldap_hint' => 'Unesi tvoju Windows prijavu i lozinku u polje ispod.', 'label.required_fields' => '* - obavezna polja', 'label.on_behalf' => 'ispred', 'label.role_manager' => '(menadžer)', @@ -187,6 +188,8 @@ $i18n_key_words = array( 'label.page' => 'Strana', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Dodatna polja', +// Translate the following. +// 'label.monthly_quotas' => 'Monthly quotas', 'label.type' => 'Tipovi', 'label.type_dropdown' => 'odaberi', 'label.type_text' => 'text', @@ -239,6 +242,7 @@ $i18n_key_words = array( 'title.add_notification' => 'Dodavanje napomene', 'title.edit_notification' => 'Izmena napomene', 'title.delete_notification' => 'Brisanje napomene', +// 'title.monthly_quotas' => 'Monthly Quotas', 'title.export' => 'Izvoz podataka tim-a', 'title.import' => 'Uvoz podataka tim-a', 'title.options' => 'Opcije', @@ -251,12 +255,15 @@ $i18n_key_words = array( 'title.cf_add_dropdown_option' => 'Dodavanje opcija', 'title.cf_edit_dropdown_option' => 'Izmena opcija', 'title.cf_delete_dropdown_option' => 'Brisanje opcija', +// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). +// It is also a name for the Locking plugin on the Team profile page. +// TODO: Translate the following: +// 'title.locking' => 'Locking', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. -'dropdown.all' => '--- odaberi sve ---', // TODO: is it good for reports.php page? -'dropdown.no' => '--- nemoj odabirati ---', // TODO: is it good for reports.php page? -// NOTE TO TRANSLATORS: dropdown.this_day does not necessarily means "today". It means a specific ("this") day selected on calendar. See Charts. +'dropdown.all' => '--- svi ---', +'dropdown.no' => '--- ništa ---', 'dropdown.this_day' => 'ovaj dan', 'dropdown.this_week' => 'ova nedelja', 'dropdown.last_week' => 'prošla nedelja', @@ -294,7 +301,10 @@ $i18n_key_words = array( // Forma vremena. Pogledajte primer na https://timetracker.anuko.com/time.php. 'form.time.duration_format' => '(hh:mm or 0.0h)', 'form.time.billable' => 'Naplativ', -'form.time.uncompleted' => 'Ne završen', +'form.time.uncompleted' => 'Nezavršen', +// TODO: translate the folllowing. +// 'form.time.remaining_quota' => 'Remaining quota', +// 'form.time.over_quota' => 'Over quota', // Izmena vremenske forme. Pogledajte primer na https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'Ovaj zapis je sačuvan sa početnim vremenom i nije greška.', @@ -304,20 +314,20 @@ $i18n_key_words = array( 'form.reports.confirm_delete' => 'Da li ste sigurni da želite obrisati omiljene izveštaje?', 'form.reports.include_records' => 'Uključi zapise', 'form.reports.include_billable' => 'naplativo', -'form.reports.include_not_billable' => 'nije naplativo', +'form.reports.include_not_billable' => 'ne naplativo', 'form.reports.include_invoiced' => 'obračunato', 'form.reports.include_not_invoiced' => 'nije obračunato', -'form.reports.select_period' => 'Odaberite vremenski raspon', -'form.reports.set_period' => 'ili podesite vreme', -'form.reports.show_fields' => 'Prikaži polja', -'form.reports.group_by' => 'Grupiraj po', +'form.reports.select_period' => 'Odaberi vremenski raspon', +'form.reports.set_period' => 'ili podesi datum', +'form.reports.show_fields' => 'Prikaži polja u izveštaju', +'form.reports.group_by' => 'Grupiši po', 'form.reports.group_by_no' => '--- nemoj grupisati ---', 'form.reports.group_by_date' => 'datum', 'form.reports.group_by_user' => 'korisnik', 'form.reports.group_by_client' => 'klijent', 'form.reports.group_by_project' => 'projekat', 'form.reports.group_by_task' => 'zadatak', -'form.reports.totals_only' => 'Samo zbir', +'form.reports.totals_only' => 'Samo zbirno', // Forma izveštaja. Pogledajte primer na https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). @@ -345,6 +355,8 @@ $i18n_key_words = array( // Korisnička forma. Pogledajte primer na https://timetracker.anuko.com/users.php 'form.users.active_users' => 'Aktivni korisnik', 'form.users.inactive_users' => 'Neaktivni korisnik', +// TODO: translate the following. +// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'Funkcija', 'form.users.manager' => 'Menadžer', 'form.users.comanager' => 'Saradnik', @@ -361,8 +373,8 @@ $i18n_key_words = array( // Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php 'form.export.hint' => 'Postoji mogućnost izvoza svih podataka od timova u xml fajlu. Može vam biti korisno ako imate internu bazu podataka.', -'form.export.compression' => 'Compression', -'form.export.compression_none' => 'none', +'form.export.compression' => 'Kompresija', +'form.export.compression_none' => 'ništa', 'form.export.compression_bzip' => 'bzip', // Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). @@ -395,4 +407,12 @@ $i18n_key_words = array( 'form.mail.footer' => 'Anuko Time Tracker je jednostavan i lak za korišćenje za praćenje
radnog vremena. Posetite www.anuko.com za više informacija.', 'form.mail.report_sent' => 'Izveštaj poslat.', 'form.mail.invoice_sent' => 'Račun poslat.', + +// Quotas configuration form. +// TODO: translate the following. +// 'form.quota.year' => 'Year', +// 'form.quota.month' => 'Month', +// 'form.quota.quota' => 'Quota', +// 'form.quota.workday_hours' => 'Hours in a work day', +// 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', );