X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsr.lang.php;h=289c71cc1eeb74601b95cea0786fed0e57e0b373;hb=4ebe6fd29283633e5ae7cdb399cc144c38af25fb;hp=f7ca03f7789fc8a6411c02027d10e7084bfc5939;hpb=331afa6cc2e76915cbe7fce163803cbe5a93f9da;p=timetracker.git diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index f7ca03f7..289c71cc 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -266,8 +266,11 @@ $i18n_key_words = array( // 'label.template' => 'Template', // 'label.attachments' => 'Attachments', // 'label.files' => 'Files', +// 'label.file' => 'File', // 'label.image' => 'Image', // 'label.download' => 'Download', +'label.active_users' => 'Aktivni korisnik', +'label.inactive_users' => 'Neaktivni korisnik', // Form titles. 'title.error' => 'Greška', @@ -296,6 +299,7 @@ $i18n_key_words = array( // TODO: Translate the following. // 'title.timesheets' => 'Timesheets', // 'title.timesheet' => 'Timesheet', +// 'title.timesheet_files' => 'Timesheet Files', 'title.invoice' => 'Račun', 'title.send_invoice' => 'Slanje računa', 'title.charts' => 'Grafikoni', @@ -364,6 +368,7 @@ $i18n_key_words = array( // 'title.edit_file' => 'Editing File', // 'title.delete_file' => 'Deleting File', // 'title.download_file' => 'Downloading File', +// 'title.work' => 'Work', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -501,8 +506,6 @@ $i18n_key_words = array( 'form.tasks.inactive_tasks' => 'Neaktivni zadaci', // 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', @@ -552,6 +555,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', @@ -630,4 +634,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', );