X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsr.lang.php;h=84dfa80306822de4313ef1373de8a88b43e0913b;hb=5532fe6cfc2125063ff8040cfa80e20089ac64b0;hp=7837bc6d116cbc95de5a422d2e58521df8d95d6a;hpb=f522b9a2b762c199cc0b0f0598b9affd823553f4;p=timetracker.git diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 7837bc6d..84dfa803 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -151,8 +151,10 @@ $i18n_key_words = array( 'label.note' => 'Napomena', 'label.item' => 'Stavka', 'label.cost' => 'Cena', -'label.week_total' => 'Zbir časova nedeljno', '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', @@ -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', @@ -298,6 +302,9 @@ $i18n_key_words = array( 'form.time.duration_format' => '(hh:mm or 0.0h)', 'form.time.billable' => 'Naplativ', '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.', @@ -348,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', @@ -398,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.', );