X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffa.lang.php;h=af3ff54988e3f33d7bfe33fee760311594024165;hb=e1703495130c8ed88fe210f50a2a6b453b3c566b;hp=fbdcf47a4afc1080a400603a667caa1f35f839a7;hpb=f522b9a2b762c199cc0b0f0598b9affd823553f4;p=timetracker.git diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index fbdcf47a..af3ff549 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -65,7 +65,7 @@ $i18n_key_words = array( // 'footer.credits' => 'Credits', // 'footer.license' => 'License', // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. - // This is a link to a webpage that describes how to contribute to the project. + // This is a link to a webpage that describes how to contribute to the project. // Error messages. // TODO: translate the following string. @@ -160,8 +160,10 @@ $i18n_key_words = array( 'label.note' => 'توضیح', 'label.item' => 'آیتم', 'label.cost' => 'هزینه', -'label.week_total' => 'کل هفته', 'label.day_total' => 'کل روز', +'label.week_total' => 'کل هفته', +// TODO: translate the following. +// 'label.month_total' => 'Month total', 'label.today' => 'امروز', 'label.total_hours' => 'مجموع ساعت', 'label.total_cost' => 'مجموع هزینه ها', @@ -175,7 +177,6 @@ $i18n_key_words = array( 'label.language' => 'زبان', // TODO: translate the following string. // 'label.decimal_mark' => 'Decimal mark', -'label.lock_interval' => 'قفل کردن فرصت بازه زمانی', 'label.date_format' => 'قالب تاریخ', 'label.time_format' => 'قالب زمان', 'label.week_start' => 'روز اول هفته', @@ -198,6 +199,8 @@ $i18n_key_words = array( // 'label.page' => 'Page', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'فیلدهای سفارشی', +// Translate the following. +// 'label.monthly_quotas' => 'Monthly quotas', 'label.type' => 'نوع', 'label.type_dropdown' => 'منو کشویی', 'label.type_text' => 'متن', @@ -253,6 +256,7 @@ $i18n_key_words = array( // 'title.add_notification' => 'Adding Notification', // 'title.edit_notification' => 'Editing Notification', // 'title.delete_notification' => 'Deleting Notification', +// 'title.monthly_quotas' => 'Monthly Quotas', 'title.export' => 'پشتیانی گرفتن از اطلاعات تیم', 'title.import' => 'وارد کردن اطلاعات تیم', 'title.options' => 'گزینه ها', @@ -265,6 +269,10 @@ $i18n_key_words = array( 'title.cf_add_dropdown_option' => 'درج گزینه', 'title.cf_edit_dropdown_option' => 'ویرایش گزینه', 'title.cf_delete_dropdown_option' => 'حذف گزینه', +// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). +// It is also a name for the Locking plugin on the Team profile page. +// TODO: Translate the following: +// 'title.locking' => 'Locking', // 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. @@ -314,6 +322,9 @@ $i18n_key_words = array( 'form.time.duration_format' => '(hh:mm یا 0.0h)', 'form.time.billable' => 'قابل پرداخت', 'form.time.uncompleted' => 'ناتمام', +// TODO: translate the following. +// 'form.time.remaining_quota' => 'Remaining quota', +// 'form.time.over_quota' => 'Over quota', // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). // TODO: translate form.time_edit.uncompleted. @@ -366,6 +377,8 @@ $i18n_key_words = array( // Users form. See example at https://timetracker.anuko.com/users.php 'form.users.active_users' => 'کاربران فعال', 'form.users.inactive_users' => 'کاربران غیرفعال', + // TODO: translate the following. + // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'سمت', 'form.users.manager' => 'مدیر', 'form.users.comanager' => 'دستیار مدیر', @@ -419,4 +432,12 @@ $i18n_key_words = array( // 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', 'form.mail.report_sent' => 'گزارش ارسال شد.', 'form.mail.invoice_sent' => 'فاکتور ارسال شد.', + +// Quotas configuration form. +// TODO: translate the following. +// 'form.quota.year' => 'Year', +// 'form.quota.month' => 'Month', +// 'form.quota.quota' => 'Quota', +// '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.', );