X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/887ff98dde2f444ef7f33b32fc7f550b5833b5e6..a714e5ec2e7d8b4bea26e91fa07a7cc798f18da1:/WEB-INF/resources/sr.lang.php diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 86868c90..2d3f82c1 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -164,8 +164,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.month_total' => 'Month total', 'label.today' => 'Danas', -'label.total_hours' => 'Ukupno časova', -'label.total_cost' => 'Ukupna cena', 'label.view' => 'Pregledaj', 'label.edit' => 'Izmeni', 'label.delete' => 'Obriši', @@ -310,8 +308,8 @@ $i18n_key_words = array( 'dropdown.select_invoice' => '--- odaberi račun ---', 'dropdown.status_active' => 'aktivan', 'dropdown.status_inactive' => 'neaktivan', -'dropdown.delete'=>'obriši', -'dropdown.do_not_delete'=>'nemoj obrisati', +'dropdown.delete' => 'obriši', +'dropdown.do_not_delete' => 'nemoj obrisati', // TODO: translate the following. // 'dropdown.paid' => 'paid', // 'dropdown.not_paid' => 'not paid', @@ -432,6 +430,8 @@ $i18n_key_words = array( // Forma profila. Pogledajte primer na at https://timetracker.anuko.com/profile_edit.php. 'form.profile.12_hours' => '12 časova', 'form.profile.24_hours' => '24 časova', +// TODO: translate the following. +// 'form.profile.show_holidays' => 'Show holidays', 'form.profile.tracking_mode' => 'Način evidencije', 'form.profile.mode_time' => 'vreme', 'form.profile.mode_projects' => 'projekti',