X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/30f8a1f84e62b9dc60f6fdd5682a382ed10a0583..a8967b288d201edff6e4f87e7b0bccb1bf55c483:/WEB-INF/resources/fa.lang.php diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 3daed57e..13a2d5f4 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -247,6 +247,8 @@ $i18n_key_words = array( 'label.custom_fields' => 'فیلدهای سفارشی', // Translate the following. // 'label.monthly_quotas' => 'Monthly quotas', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'نوع', 'label.type_dropdown' => 'منو کشویی', 'label.type_text' => 'متن', @@ -281,6 +283,13 @@ $i18n_key_words = array( 'label.active_users' => 'کاربران فعال', 'label.inactive_users' => 'کاربران غیرفعال', +// Entity names. We use lower case (in English) because they are used in dropdowns, too. +// They are used to associate a custom field with an entity type. +// TODO: translate the following. +// 'entity.time' => 'time', +// 'entity.user' => 'user', +// 'entity.project' => 'project', + // Form titles. 'title.error' => 'خطا', // TODO: Translate the following. @@ -594,6 +603,7 @@ $i18n_key_words = array( // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', // 'form.group_edit.confirm_save' => 'Confirm saving', // 'form.group_edit.allow_ip' => 'Allow IP', +// 'form.group_edit.advanced_settings' => 'Advanced settings', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.