Improved week view slightly.
[timetracker.git] / WEB-INF / resources / sr.lang.php
index ade4ed1..15d7b0a 100644 (file)
@@ -131,10 +131,10 @@ $i18n_key_words = array(
 'label.password' => 'Lozinka',
 'label.confirm_password' => 'Potvrdi lozinku',
 'label.email' => 'Email',
+'label.cc' => 'Cc',
 // TODO: translate the following.
-// 'label.cc' => 'Cc',
 // 'label.bcc' => 'Bcc',
-// 'label.subject' => 'Subject',
+'label.subject' => 'Naslov',
 'label.date' => 'Datum',
 'label.start_date' => 'Početni datum',
 'label.end_date' => 'Krajnji datum',
@@ -168,6 +168,9 @@ $i18n_key_words = array(
 'label.configure' => 'Podesi',
 'label.select_all' => 'Odaberi sve',
 'label.select_none' => 'Poništi sve',
+// TODO: translate the following.
+// 'label.day_view' => 'Day view',
+// 'label.week_view' => 'Week view',
 'label.id' => 'ID',
 'label.language' => 'Jezik',
 'label.decimal_mark' => 'Decimala',
@@ -270,12 +273,20 @@ $i18n_key_words = array(
 // Strings that are used in a single form must go to the specific form section.
 'dropdown.all' => '--- svi ---',
 'dropdown.no' => '--- ništa ---',
-'dropdown.this_day' => 'ovaj dan',
-'dropdown.this_week' => 'ova nedelja',
-'dropdown.last_week' => 'prošla nedelja',
-'dropdown.this_month' => 'ovaj mesec',
-'dropdown.last_month' => 'prošli mesec',
-'dropdown.this_year' => 'ova godina',
+// TODO: translate the following.
+// 'dropdown.current_day' => 'today',
+// 'dropdown.previous_day' => 'yesterday',
+'dropdown.selected_day' => 'dan',
+'dropdown.current_week' => 'ova nedelja',
+'dropdown.previous_week' => 'prošla nedelja',
+'dropdown.selected_week' => 'nedelja',
+'dropdown.current_month' => 'ovaj mesec',
+'dropdown.previous_month' => 'prošli mesec',
+'dropdown.selected_month' => 'mesec',
+'dropdown.current_year' => 'ova godina',
+// TODO: translate the following.
+// 'dropdown.previous_year' => 'previous year',
+'dropdown.selected_year' => 'godina',
 'dropdown.all_time' => 'svi datumi',
 'dropdown.projects' => 'projekti',
 'dropdown.tasks' => 'zadaci',
@@ -407,8 +418,6 @@ $i18n_key_words = array(
 // Forma mejla. Pogledajte primer na https://timetracker.anuko.com/report_send.php when emailing a report.
 'form.mail.from' => 'Od',
 'form.mail.to' => 'Za',
-'form.mail.cc' => 'Cc',
-'form.mail.subject' => 'Naslov',
 'form.mail.report_subject' => 'Evidencija vremena',
 '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.',