X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffr.lang.php;h=9c61f2927605ec5baf558c944359b7f69ade26fe;hb=e1703495130c8ed88fe210f50a2a6b453b3c566b;hp=228fce7dbcd3e02f3e28847b3ba7b3959a071dc5;hpb=259888a9ebd2bf163210a2681a4c22e4444bd709;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 228fce7d..9c61f292 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -393,6 +393,7 @@ $i18n_key_words = array( // TODO: translate the following strings. // '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' => 'Rôle', 'form.users.manager' => 'Responsable', 'form.users.comanager' => 'Co-responsable', @@ -457,6 +458,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.', );