X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a0ff02ec3fa7016404f3992710db57951e74e824..d2d8f7c1952a97e4075f4837a56b4f818fd8c1d2:/WEB-INF/resources/fa.lang.php diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 3b6e9d81..13a2d5f4 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -283,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. @@ -407,8 +414,6 @@ $i18n_key_words = array( // 'dropdown.previous_year' => 'previous year', // 'dropdown.selected_year' => 'year', 'dropdown.all_time' => 'همه زمان ها', -// TODO: translate the following. -// 'dropdown.time' => 'time', 'dropdown.projects' => 'پروژه ها', 'dropdown.tasks' => 'وظایف', 'dropdown.clients' => 'مشتریان',