X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffa.lang.php;h=d784455033e5cbe8cdb95351f0fe9fd81c77b98f;hb=33fe605aa1936612a3e358102b59e411a0a30f07;hp=d2a453b993e85d3a7a0aa53f0032c5b9b049e9a9;hpb=2e0098f1df8d3aaac64eaf4993a8362875cf43db;p=timetracker.git diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index d2a453b9..d7844550 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -173,8 +173,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.month_total' => 'Month total', 'label.today' => 'امروز', -'label.total_hours' => 'مجموع ساعت', -'label.total_cost' => 'مجموع هزینه ها', 'label.view' => 'نمایش', 'label.edit' => 'ویرایش', 'label.delete' => 'حذف', @@ -228,6 +226,8 @@ $i18n_key_words = array( // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', +// 'label.week_note' => 'Week note', +// 'label.week_list' => 'Week list', // Form titles. 'title.login' => 'ورود', @@ -292,6 +292,7 @@ $i18n_key_words = array( // It is also a name for the Locking plugin on the Team profile page. // TODO: translate the following. // 'title.locking' => 'Locking', +// 'title.week_view' => 'Week View', // 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. @@ -367,7 +368,6 @@ $i18n_key_words = array( // Reports form. See example at https://timetracker.anuko.com/reports.php 'form.reports.save_as_favorite' => 'ذخیره به عنوان برگزیده', 'form.reports.confirm_delete' => 'آیا می خواهید گزارش برگزیده حذف شود؟', -'form.reports.include_records' => 'شامل رکوردهای', 'form.reports.include_billable' => 'قابل پرداخت', 'form.reports.include_not_billable' => 'غیرقابل پرداخت', 'form.reports.select_period' => 'انتخاب بازه زمانی', @@ -382,7 +382,7 @@ $i18n_key_words = array( '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', +// '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). @@ -394,6 +394,8 @@ $i18n_key_words = array( // (you can get to this form after generating a report). 'form.invoice.number' => 'شماره فاکتور', 'form.invoice.person' => 'شخص', + +// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php // TODO: translate the following stings. // 'form.invoice.invoice_to_delete' => 'Invoice to delete', // 'form.invoice.invoice_entries' => 'Invoice entries', @@ -426,18 +428,18 @@ $i18n_key_words = array( 'form.clients.active_clients' => 'مشتری های فعال', 'form.clients.inactive_clients' => 'مشتری های غیرفعال', -// Client delete form. See example at https://timetracker.anuko.com/client_delete.php +// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php // TODO: translate the following. // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php 'form.export.hint' => 'می توانید از همه اطلاعات تیم یک پشتیبان به فرمت xml تهیه کنید. اگر میخواهید داده ها را به سرور خودتان منتقل کنید این قسمت می تواند مفید باشد.', 'form.export.compression' => 'فشرده سازی', 'form.export.compression_none' => 'هیچ کدام', 'form.export.compression_bzip' => 'bzip', -// Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'وارد کردن اطلاعات تیم از یک فایل xml', 'form.import.file' => 'انتخاب فایل', 'form.import.success' => 'وارد کردن اطلاعات با موفقیت انجام شد',