Started to work on labels in translation files.
[timetracker.git] / WEB-INF / resources / sr.lang.php
index ad277e8..7d0a919 100644 (file)
@@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '02/01', '07/01', '15/01', '16/02', '29/04', '30
 
 $i18n_key_words = array(
 
-// Menus - short selection strings that are displayed on the top of application web pages.
+// Menus - short selection strings that are displayed on top of application web pages.
 // Example: https://timetracker.anuko.com (black menu on top).
 'menu.login' => 'Prijava',
 'menu.logout' => 'Odjava',
@@ -76,6 +76,8 @@ $i18n_key_words = array(
 'error.task' => 'Odaberi zadatak.',
 'error.client' => 'Odaberi klijenta.',
 'error.report' => 'Odaberi izveštaj.',
+// TODO: translate the following.
+// 'error.record' => 'Select record.',
 'error.auth' => 'Pogrešno korisničko ime ili lozinka.',
 'error.user_exists' => 'Korisnik pod ovim imenom već postoji.',
 'error.project_exists' => 'Projekat pod ovim nazivom već postoji.',
@@ -197,6 +199,8 @@ $i18n_key_words = array(
 'label.page' => 'Strana',
 // TODO: translate the following.
 // 'label.condition' => 'Condition',
+// 'label.yes' => 'yes',
+// 'label.no' => 'no',
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 'label.custom_fields' => 'Dodatna polja',
 // Translate the following.
@@ -212,6 +216,8 @@ $i18n_key_words = array(
 // 'label.expense' => 'Expense',
 // 'label.quantity' => 'Quantity',
 // 'label.paid_status' => 'Paid status',
+// 'label.paid' => 'Paid',
+// 'button.mark_paid' => 'Mark paid',
 
 // Form titles.
 'title.login' => 'Prijava',
@@ -303,6 +309,9 @@ $i18n_key_words = array(
 'dropdown.status_inactive' => 'neaktivan',
 'dropdown.delete'=>'obriši',
 'dropdown.do_not_delete'=>'nemoj obrisati',
+// TODO: translate the following.
+// 'dropdown.paid' => 'paid',
+// 'dropdown.not_paid' => 'not paid',
 
 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
@@ -359,6 +368,8 @@ $i18n_key_words = array(
 // Forma izveštaja. Pogledajte primer na https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
 'form.report.export' => 'Izvoz',
+// TODO: translate the following.
+// 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 // Forma izveštaja. Pogledajte primer na https://timetracker.anuko.com/invoice.php
 // (you can get to this form after generating a report).