X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=5830277049393b5e699fe75d2a85d856de8efb83;hb=dd8defde4b1f44f56cf9ef3c3b6b435a70faaae9;hp=957d13edb761cba708e9a665822669ed5963a5f7;hpb=259888a9ebd2bf163210a2681a4c22e4444bd709;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 957d13ed..58302770 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -352,6 +352,7 @@ $i18n_key_words = array( // Users form. See example at https://timetracker.anuko.com/users.php 'form.users.active_users' => 'Active Users', 'form.users.inactive_users' => 'Inactive Users', +'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'Role', 'form.users.manager' => 'Manager', 'form.users.comanager' => 'Co-manager', @@ -388,6 +389,9 @@ $i18n_key_words = array( 'form.profile.mode_projects' => 'projects', 'form.profile.mode_projects_and_tasks' => 'projects and tasks', 'form.profile.record_type' => 'Record type', +'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +'form.profile.uncompleted_indicators_none' => 'do not show', +'form.profile.uncompleted_indicators_show' => 'show', 'form.profile.type_all' => 'all', 'form.profile.type_start_finish' => 'start and finish', 'form.profile.type_duration' => 'duration', @@ -407,7 +411,7 @@ $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.', );