X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsr.lang.php;h=84dfa80306822de4313ef1373de8a88b43e0913b;hb=e1703495130c8ed88fe210f50a2a6b453b3c566b;hp=02828376ab4513ba949e1ab9e95fc7fac135a948;hpb=fbc20abb396e51360640d5df9057aecd710b4d99;p=timetracker.git diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 02828376..84dfa803 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -188,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', @@ -195,10 +197,6 @@ $i18n_key_words = array( 'label.fav_report' => 'Omiljeni izveštaji', 'label.cron_schedule' => 'Sredi raspored', 'label.what_is_it' => 'Šta je ovo?', -// 'label.year' => 'Year', -// 'label.month' => 'Month', -// 'label.quota' => 'Quota', -// 'label.workdayHours' => 'Daily working hours', // Form titles. 'title.login' => 'Prijava', @@ -244,7 +242,7 @@ $i18n_key_words = array( 'title.add_notification' => 'Dodavanje napomene', 'title.edit_notification' => 'Izmena napomene', 'title.delete_notification' => 'Brisanje napomene', -// 'title.monthly_quota' => 'Monthly quota', +// 'title.monthly_quotas' => 'Monthly Quotas', 'title.export' => 'Izvoz podataka tim-a', 'title.import' => 'Uvoz podataka tim-a', 'title.options' => 'Opcije', @@ -357,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', @@ -407,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.', );