X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/259888a9ebd2bf163210a2681a4c22e4444bd709..170717b62207bd2da1628959d55b691a2d6f95a3:/WEB-INF/resources/sk.lang.php diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 51ddaddb..18d6db9c 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -378,6 +378,8 @@ $i18n_key_words = array( // Users form. See example at https://timetracker.anuko.com/users.php 'form.users.active_users' => 'Aktívny používatelia', 'form.users.inactive_users' => 'Neaktívny používatelia', +// TODO: translate the following. +// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'Rola', 'form.users.manager' => 'Manažér', 'form.users.comanager' => 'Spolumanažér', @@ -435,6 +437,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.', );