X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsr.lang.php;h=84dfa80306822de4313ef1373de8a88b43e0913b;hb=faa0cedb1b67c464339f82236e29387796983b02;hp=4ba44b23dc11018a0de4dacb4ae9e97cc407f72b;hpb=259888a9ebd2bf163210a2681a4c22e4444bd709;p=timetracker.git diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 4ba44b23..84dfa803 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -355,6 +355,8 @@ $i18n_key_words = array( // 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', 'form.users.manager' => 'Menadžer', 'form.users.comanager' => 'Saradnik', @@ -411,6 +413,6 @@ $i18n_key_words = array( // 'form.quota.year' => 'Year', // 'form.quota.month' => 'Month', // 'form.quota.quota' => 'Quota', -// 'form.quota.workdayHours' => 'Hours in a work day', +// 'form.quota.workday_hours' => 'Hours in a work day', // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', );