Renamed a variable for consistency.
[timetracker.git] / WEB-INF / resources / sr.lang.php
index 7ea8027..957f435 100644 (file)
@@ -86,7 +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.',
-'error.period_locked' => 'Ne može se izvršiti naredba. Uneti podaci su veći od određenog broja dana ne mogu se sačuvati niti modifikovati. Samo Menadžer tim-a može da definiše ovu vrednost u opciji "Blokiraj intervale u danima" na svom "Profilu". Postavite ga na 0 za uklanjanje restrikcija. <br> <br> Nepotpuni zapisi (sa 0 ili bez trajanja) mogu biti izbrisani.',
+// 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.',
@@ -150,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',
@@ -164,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',
@@ -186,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',
@@ -238,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',
@@ -297,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.',
@@ -397,4 +405,12 @@ $i18n_key_words = array(
 '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.',
 '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.',
 );