X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffa.lang.php;h=af3ff54988e3f33d7bfe33fee760311594024165;hb=e1703495130c8ed88fe210f50a2a6b453b3c566b;hp=3fa12249d5d01e39493949fef8e309fdcec9f3f2;hpb=259888a9ebd2bf163210a2681a4c22e4444bd709;p=timetracker.git diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 3fa12249..af3ff549 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -377,6 +377,8 @@ $i18n_key_words = array( // Users form. See example at https://timetracker.anuko.com/users.php 'form.users.active_users' => 'کاربران فعال', 'form.users.inactive_users' => 'کاربران غیرفعال', + // TODO: translate the following. + // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'سمت', 'form.users.manager' => 'مدیر', 'form.users.comanager' => 'دستیار مدیر', @@ -436,6 +438,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.', );