X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/dd3a0ade5b3c342fb4352b00dac4f654409fd3e5..dfc50841cd4b60eb8f2172044d6dd08785fe3df4:/WEB-INF/resources/fa.lang.php diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 4d8bff0e..e290791b 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -45,8 +45,11 @@ $i18n_key_words = array( 'menu.logout' => 'خروج', 'menu.forum' => 'فروم', 'menu.help' => 'راهنما', -'menu.create_team' => 'ایجاد گروه', +// TODO: translate the following. +// 'menu.create_group' => 'Create Group', 'menu.profile' => 'پروفايل', +// TODO: translate the following. +// 'menu.group' => 'Group', 'menu.time' => 'زمان', 'menu.expenses' => 'هزينه ها', 'menu.reports' => 'گزارشات', @@ -54,7 +57,8 @@ $i18n_key_words = array( 'menu.projects' => 'پروژه ها', 'menu.tasks' => 'وظايف', 'menu.users' => 'کاربران', -'menu.teams' => 'گروه ها', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'پشتیبانی', 'menu.clients' => 'مشتری ها', 'menu.options' => 'تنظیمات', @@ -72,6 +76,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', 'error.sys' => 'خطا در سیستم.', 'error.db' => 'خطا در پایگاه داده.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'داده اشتباه در "{0}".', 'error.empty' => 'فیلد "{0}" خالیست.', 'error.not_equal' => 'فیلد "{0}" با فیلد "{1}" برابر نیست.', @@ -287,6 +293,8 @@ $i18n_key_words = array( 'title.import' => 'وارد کردن اطلاعات تیم', 'title.options' => 'گزینه ها', 'title.profile' => 'پروفایل', +// TODO: translate the following. +// 'title.group' => 'Group Settings', 'title.cf_custom_fields' => 'فیلدهای سفارشی', 'title.cf_add_custom_field' => 'درج فیلد سفارشی', 'title.cf_edit_custom_field' => 'ویرایش فیلد سفارشی', @@ -509,6 +517,7 @@ $i18n_key_words = array( // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. // TODO: translate the following. +// 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', // 'form.swap.swap_with' => 'Swap roles with', // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.