X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffa.lang.php;h=e290791be53f2b607dac08e2a005a8ba58a80bba;hb=dfc50841cd4b60eb8f2172044d6dd08785fe3df4;hp=28629a6964e9de737bd50f8316a336b696acaf23;hpb=7993ce63bc6a4249ab508c3bbf4fb7ec5be1b9a3;p=timetracker.git diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 28629a69..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' => 'ویرایش فیلد سفارشی', @@ -300,6 +308,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', +// 'title.swap_roles' => 'Swapping Roles', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -468,6 +477,8 @@ $i18n_key_words = array( 'form.teams.hint' => 'Create a new team by creating a new team manager account.
You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. +// TODO: translate the following. +// 'form.profile.swap_roles' => 'Swap roles', 'form.profile.12_hours' => '12 ساعت', 'form.profile.24_hours' => '24 ساعت', // TODO: translate the following. @@ -496,7 +507,7 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'گزارش ارسال شد.', 'form.mail.invoice_sent' => 'فاکتور ارسال شد.', -// Quotas configuration form. +// Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin. // TODO: translate the following. // 'form.quota.year' => 'Year', // 'form.quota.month' => 'Month', @@ -504,6 +515,11 @@ $i18n_key_words = array( // '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.', +// 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. // TODO: translate the following. // 'role.user.label' => 'User',