X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffa.lang.php;h=d220c13d8c84a57b5c7030cf5536ed7232c08699;hb=a711e76851f29c7e0ac290a279eb4dd984ea7167;hp=6fc87e51b1e1772b755b2df89a327f577db8f9fd;hpb=b02288380ea55515a15990d16547e901e438883f;p=timetracker.git diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 6fc87e51..d220c13d 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -50,6 +50,7 @@ $i18n_key_words = array( 'menu.profile' => 'پروفايل', // TODO: translate the following. // 'menu.group' => 'Group', +'menu.plugins' => 'پلاگین ها', 'menu.time' => 'زمان', 'menu.expenses' => 'هزينه ها', 'menu.reports' => 'گزارشات', @@ -106,6 +107,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', 'error.mail_send' => 'خطا در ارسال ایمیل.', +// TODO: improve the translation above by adding MAIL_SMTP_DEBUG part. +// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', 'error.no_email' => 'ایمیل مرتبط با این نام کاربری موجود نیست.', // TODO: check translation and punctuation of error.uncompleted_exists. Is the sentence ending dot in the right place? 'error.uncompleted_exists' => 'قسمت ناتمامی موجود است. آن را تمام یا حذف کنید.', @@ -155,6 +158,7 @@ $i18n_key_words = array( 'label.user' => 'کاربر', 'label.users' => 'کاربران', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'مشتری', 'label.clients' => 'مشتریان', @@ -237,6 +241,8 @@ $i18n_key_words = array( // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', // 'label.work_units' => 'Work units', +// 'label.work_units_short' => 'Units', +// 'label.totals_only' => 'Totals only', // Form titles. 'title.login' => 'ورود', @@ -296,6 +302,7 @@ $i18n_key_words = array( 'title.profile' => 'پروفایل', // TODO: translate the following. // 'title.group' => 'Group Settings', +'title.plugins' => 'پلاگین ها', 'title.cf_custom_fields' => 'فیلدهای سفارشی', 'title.cf_add_custom_field' => 'درج فیلد سفارشی', 'title.cf_edit_custom_field' => 'ویرایش فیلد سفارشی', @@ -310,6 +317,7 @@ $i18n_key_words = array( // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', +// 'title.work_units' => 'Work Units', // 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. @@ -400,9 +408,6 @@ $i18n_key_words = array( 'form.reports.group_by_client' => 'مشتری', 'form.reports.group_by_project' => 'پروژه', 'form.reports.group_by_task' => 'وظیفه', -// TODO: translate form.reports.totals_only. Selecting this option means to print subtotals only for a "grouped by" report. -// In other words, items are not printed, only subtotals for grouped items are printed. -// 'form.reports.totals_only' => 'Totals only', // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). @@ -473,7 +478,7 @@ $i18n_key_words = array( 'form.export.compression_none' => 'هیچ کدام', 'form.export.compression_bzip' => 'bzip', -// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first). 'form.import.hint' => 'وارد کردن اطلاعات تیم از یک فایل xml', // TODO: replace "team" with "group". 'form.import.file' => 'انتخاب فایل', 'form.import.success' => 'وارد کردن اطلاعات با موفقیت انجام شد', @@ -501,7 +506,6 @@ $i18n_key_words = array( // 'form.group_edit.future_entries' => 'Future entries', // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', // 'form.group_edit.allow_ip' => 'Allow IP', -'form.group_edit.plugins' => 'پلاگین ها', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following. @@ -529,6 +533,11 @@ $i18n_key_words = array( // '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', +// Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin. +// TODO: translate the following. +// 'form.work_units.minutes_in_unit' => 'Minutes in unit', +// 'form.work_units.1st_unit_threshold' => '1st unit threshold', + // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. // TODO: translate the following. // 'role.user.label' => 'User',