X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/11441db31dcbed7b2070e800bcb1b0e6547b86bd..55e76bcb802e12987d7afa9a79fcf37eaec0d746:/WEB-INF/resources/fa.lang.php
diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php
index d63ec4f9..af3ff549 100644
--- a/WEB-INF/resources/fa.lang.php
+++ b/WEB-INF/resources/fa.lang.php
@@ -160,11 +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.month_left' => 'Time until quota is met',
-// 'label.month_over' => 'Over monthly quota',
'label.today' => 'اÙ
Ø±ÙØ²',
'label.total_hours' => 'Ù
جÙ
ÙØ¹ ساعت',
'label.total_cost' => 'Ù
جÙ
ÙØ¹ ÙØ²ÛÙÙ ÙØ§',
@@ -200,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' => 'Ù
تÙ',
@@ -208,9 +209,6 @@ $i18n_key_words = array(
// TODO: translate the following strings.
// 'label.cron_schedule' => 'Cron schedule',
// 'label.what_is_it' => 'What is it?',
-// 'label.year' => 'Year',
-// 'label.month' => 'Month',
-// 'label.quota' => 'Quota',
// Form titles.
'title.login' => 'ÙØ±Ùد',
@@ -258,7 +256,7 @@ $i18n_key_words = array(
// 'title.add_notification' => 'Adding Notification',
// 'title.edit_notification' => 'Editing Notification',
// 'title.delete_notification' => 'Deleting Notification',
-// 'title.monthly_quota' => 'Monthly quota',
+// 'title.monthly_quotas' => 'Monthly Quotas',
'title.export' => 'Ù¾Ø´ØªÛØ§ÙÛ Ú¯Ø±ÙØªÙ از Ø§Ø·ÙØ§Ø¹Ø§Øª تÛÙ
',
'title.import' => 'ÙØ§Ø±Ø¯ Ú©Ø±Ø¯Ù Ø§Ø·ÙØ§Ø¹Ø§Øª تÛÙ
',
'title.options' => 'گزÛÙÙ ÙØ§',
@@ -324,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.
@@ -376,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' => 'Ø¯Ø³ØªÛØ§Ø± Ù
Ø¯ÛØ±',
@@ -429,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.',
);