X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b3c9cd1820158293d52c6cc1bb7244fee06104ed..b6546c4547eb47a06f80b6d0ffa474d3929602f9:/WEB-INF/resources/sr.lang.php diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 89875af5..d4b250d6 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -285,6 +285,8 @@ $i18n_key_words = array( 'title.time' => 'Vreme', 'title.edit_time_record' => 'Izmeni unos vremena', 'title.delete_time_record' => 'ObriÅ¡i unos vremena', +// TODO: Translate the following. +// 'title.time_files' => 'Time Record Files', 'title.expenses' => 'TroÅ¡kovi', 'title.edit_expense' => 'Izmeni stavke troÅ¡kova', 'title.delete_expense' => 'ObriÅ¡i stavke troÅ¡kova', @@ -336,6 +338,8 @@ $i18n_key_words = array( 'title.export' => 'Izvoz podataka tim-a', // TODO: replace "team" with "group". 'title.import' => 'Uvoz podataka tim-a', // TODO: replace "team" with "group". 'title.options' => 'Opcije', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', 'title.plugins' => 'Dodaci', 'title.cf_custom_fields' => 'Dodatna polja', @@ -548,6 +552,7 @@ $i18n_key_words = array( 'form.group_edit.12_hours' => '12 Äasova', 'form.group_edit.24_hours' => '24 Äasova', // TODO: translate the following. +// 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', 'form.group_edit.tracking_mode' => 'NaÄin evidencije', 'form.group_edit.mode_time' => 'vreme', @@ -626,4 +631,8 @@ $i18n_key_words = array( // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.
%s", // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved', // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.
%s", + +// Display Options form. See example at https://timetracker.anuko.com/display_options.php. +// TODO: translate the following. +// 'form.display_options.note_on_separate_row' => 'Note on separate row', );