X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/367baa10353d5f679e6e3c795ae9d35a275a24d9..ca3b5fef452a65d3c4f134676c8d960d10f3ab05:/WEB-INF/resources/fa.lang.php diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 3ec01e23..ef0f326b 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -54,6 +54,8 @@ $i18n_key_words = array( 'menu.time' => 'زمان', 'menu.expenses' => 'هزينه ها', 'menu.reports' => 'گزارشات', +// TODO: translate the following. +// 'menu.timesheets' => 'Timesheets', 'menu.charts' => 'نمودارها', 'menu.projects' => 'پروژه ها', 'menu.tasks' => 'وظايف', @@ -118,6 +120,7 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', // 'error.user_count' => 'Limit on user count.', +// 'error.expired' => 'Expiration date reached.', // Warning messages. // TODO: translate the following. @@ -279,6 +282,9 @@ $i18n_key_words = array( 'title.reports' => 'گزارشات', 'title.report' => 'گزارش', 'title.send_report' => 'ارسال گزارش', +// TODO: Translate the following. +// 'title.timesheets' => 'Timesheets', +// 'title.timesheet' => 'Timesheet', 'title.invoice' => 'فاکتور', 'title.send_invoice' => 'ارسال فاکتور', 'title.charts' => 'نمودارها',