2 // +----------------------------------------------------------------------+
 
   3 // | Anuko Time Tracker
 
   4 // +----------------------------------------------------------------------+
 
   5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
 
   6 // +----------------------------------------------------------------------+
 
   7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
 
   8 // | by anyone for any purpose, and freely redistributed alone or in
 
   9 // | combination with other software, provided that the license is obeyed.
 
  11 // | There are only two ways to violate the license:
 
  13 // | 1. To redistribute this code in source form, with the copyright
 
  14 // |    notice or license removed or altered. (Distributing in compiled
 
  15 // |    forms without embedded copyright notices is permitted).
 
  17 // | 2. To redistribute modified versions of this code in *any* form
 
  18 // |    that bears insufficient indications that the modifications are
 
  19 // |    not the work of the original author(s).
 
  21 // | This license applies to this document only, not any other software
 
  22 // | that it may be combined with.
 
  24 // +----------------------------------------------------------------------+
 
  26 // | https://www.anuko.com/time_tracker/credits.htm
 
  27 // +----------------------------------------------------------------------+
 
  29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
 
  30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
 
  32 $i18n_language = 'فارسی';
 
  33 $i18n_months = array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
 
  34 $i18n_weekdays = array('Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday');
 
  35 $i18n_weekdays_short = array('Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa');
 
  37 $i18n_holidays = array('01/01', '01/16', '02/20', '05/28', '07/04', '09/03', '10/10', '11/11', '11/24', '12/25');
 
  39 $i18n_key_words = array(
 
  40 'language.rtl' => 'true', // Right-to-left language. Do not remove this line from RTL language files. This is the only string that is not found in the master English file.
 
  42 // Menus - short selection strings that are displayed on the top of application web pages.
 
  43 // Example: https://timetracker.anuko.com (black menu on top).
 
  44 'menu.login' => 'ورود',
 
  45 'menu.logout' => 'خروج',
 
  46 'menu.forum' => 'فروم',
 
  47 'menu.help' => 'راهنما',
 
  48 'menu.create_team' => 'ایجاد گروه',
 
  49 'menu.profile' => 'پروفايل',
 
  50 'menu.time' => 'زمان',
 
  51 'menu.expenses' => 'هزينه ها',
 
  52 'menu.reports' => 'گزارشات',
 
  53 'menu.charts' => 'نمودارها',
 
  54 'menu.projects' => 'پروژه ها',
 
  55 'menu.tasks' => 'وظايف',
 
  56 'menu.users' => 'کاربران',
 
  57 'menu.teams' => 'گروه ها',
 
  58 'menu.export' => 'پشتیبانی',
 
  59 'menu.clients' => 'مشتری ها',
 
  60 'menu.options' => 'تنظیمات',
 
  62 // Footer - strings on the bottom of most pages.
 
  63 // TODO: translate the following.
 
  64 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 
  65 // 'footer.credits' => 'Credits',
 
  66 // 'footer.license' => 'License',
 
  67 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
 
  68                                      // This is a link to a webpage that describes how to contribute to the project.
 
  71 // TODO: translate the following.
 
  72 // 'error.access_denied' => 'Access denied.',
 
  73 'error.sys' => 'خطا در سیستم.',
 
  74 'error.db' => 'خطا در پایگاه داده.',
 
  75 'error.field' => 'داده اشتباه در "{0}".',
 
  76 'error.empty' => 'فیلد "{0}" خالیست.',
 
  77 'error.not_equal' => 'فیلد "{0}" با فیلد "{1}" برابر نیست.',
 
  78 // TODO: translate error.interval.
 
  79 'error.interval' => 'Field "{0}" must be greater than "{1}".',
 
  80 'error.project' => 'انتخاب پروژه.',
 
  81 'error.task' => 'انتخاب وظیفه.',
 
  82 'error.client' => 'انتخاب مشتری.',
 
  83 // TODO: translate the following.
 
  84 // 'error.report' => 'Select report.',
 
  85 // 'error.record' => 'Select record.',
 
  86 'error.auth' => 'نام کاربری یا رمز عبور اشتباه است.',
 
  87 'error.user_exists' => 'کاربری با این نام کاربری موجود است.',
 
  88 'error.project_exists' => 'پروژه ای با این نام موجود است.',
 
  89 'error.task_exists' => 'وظیفه ای با این نام هم اکنون وجود دارد.',
 
  90 'error.client_exists' => 'مشتری با این نام هم اکنون وجود دارد.',
 
  91 'error.invoice_exists' => 'فاکتوری با این شماره هم اکنون موجود است.',
 
  92 'error.no_invoiceable_items' => 'آیتمی جهت فاکتور کردن وجود ندارد.',
 
  93 'error.no_login' => 'کاربری با این نام کاربری موجود نیست.',
 
  94 'error.no_teams' => 'پایگاه داده شما خالی است با کاربر admin وارد شوید و تیم ایجاد کنید.',
 
  95 'error.upload' => 'خطا در آپلود فایل.',
 
  96 // TODO: translate the following.
 
  97 // 'error.range_locked' => 'Date range is locked.',
 
  98 'error.mail_send' => 'خطا در ارسال ایمیل.',
 
  99 'error.no_email' => 'ایمیل مرتبط با این نام کاربری موجود نیست.',
 
 100 // TODO: check translation and punctuation of error.uncompleted_exists. Is the sentence ending dot in the right place?
 
 101 'error.uncompleted_exists' => 'قسمت ناتمامی موجود است. آن را تمام یا حذف کنید.',
 
 102 'error.goto_uncompleted' => 'مراجعه به قسمت ناتمام.',
 
 103 'error.overlap' => 'بازه زمانی با سوابق موجود هم پوشانی دارد.',
 
 104 // TODO: translate the following.
 
 105 // 'error.future_date' => 'Date is in future.',
 
 107 // Labels for buttons.
 
 108 'button.login' => 'ورود',
 
 109 'button.now' => 'هم اکنون',
 
 110 'button.save' => 'ذخیره',
 
 111 'button.copy' => 'کپی',
 
 112 'button.cancel' => 'لغو',
 
 113 'button.submit' => 'ثبت',
 
 114 'button.add_user' => 'درج کاربر',
 
 115 'button.add_project' => 'درج پروژه',
 
 116 'button.add_task' => 'درج وظیفه',
 
 117 'button.add_client' => 'درج مشتری',
 
 118 'button.add_invoice' => 'درج فاکتور',
 
 119 'button.add_option' => 'درج گزینه',
 
 120 'button.add' => 'درج',
 
 121 'button.generate' => 'تولید',
 
 122 'button.reset_password' => 'بازسازی رمزعبور',
 
 123 'button.send' => 'ارسال',
 
 124 'button.send_by_email' => 'ارسال به ایمیل',
 
 125 'button.create_team' => 'ایجاد تیم',
 
 126 'button.export' => 'ایجاد پشتیبان از تیم',
 
 127 'button.import' => 'وارد کردن تیم',
 
 128 'button.close' => 'بستن',
 
 129 'button.stop' => 'توقف',
 
 131 // Labels for controls on forms. Labels in this section are used on multiple forms.
 
 132 'label.team_name' => 'نام تیم',
 
 133 'label.address' => 'آدرس',
 
 134 'label.currency' => 'واحد پول',
 
 135 'label.manager_name' => 'نام مدیر',
 
 136 'label.manager_login' => 'نام کاربری مدیر',
 
 137 'label.person_name' => 'نام',
 
 138 'label.thing_name' => 'نام',
 
 139 'label.login' => 'نام کاربری',
 
 140 'label.password' => 'رمز عبور',
 
 141 'label.confirm_password' => 'تکرار رمزعبور',
 
 142 'label.email' => 'ایمیل',
 
 144 // TODO: translate the following.
 
 145 // 'label.bcc' => 'Bcc',
 
 146 'label.subject' => 'موضوع',
 
 147 'label.date' => 'تاریخ',
 
 148 'label.start_date' => 'تاریخ شروع',
 
 149 'label.end_date' => 'تاریخ اتمام',
 
 150 'label.user' => 'کاربر',
 
 151 'label.users' => 'کاربران',
 
 152 'label.client' => 'مشتری',
 
 153 'label.clients' => 'مشتریان',
 
 154 // TODO: translate the following.
 
 155 // 'label.option' => 'Option',
 
 156 'label.invoice' => 'فاکتور',
 
 157 'label.project' => 'پروژه',
 
 158 'label.projects' => 'پروژه ها',
 
 159 'label.task' => 'وظیفه',
 
 160 'label.tasks' => 'وظیفه ها',
 
 161 'label.description' => 'شرح',
 
 162 'label.start' => 'شروع',
 
 163 'label.finish' => 'اتمام',
 
 164 'label.duration' => 'مدت زمان',
 
 165 'label.note' => 'توضیح',
 
 166 // TODO: translate the following.
 
 167 // 'label.notes' => 'Notes',
 
 168 'label.item' => 'آیتم',
 
 169 'label.cost' => 'هزینه',
 
 170 'label.day_total' => 'کل روز',
 
 171 'label.week_total' => 'کل هفته',
 
 172 // TODO: translate the following.
 
 173 // 'label.month_total' => 'Month total',
 
 174 'label.today' => 'امروز',
 
 175 'label.total_hours' => 'مجموع ساعت',
 
 176 'label.total_cost' => 'مجموع هزینه ها',
 
 177 'label.view' => 'نمایش',
 
 178 'label.edit' => 'ویرایش',
 
 179 'label.delete' => 'حذف',
 
 180 'label.configure' => 'پیکربندی',
 
 181 'label.select_all' => 'انتخاب همه',
 
 182 'label.select_none' => 'لغو انتخاب همه',
 
 183 // TODO: translate the following.
 
 184 // 'label.day_view' => 'Day view',
 
 185 // 'label.week_view' => 'Week view',
 
 186 'label.id' => 'شناسه',
 
 187 'label.language' => 'زبان',
 
 188 // TODO: translate the following.
 
 189 // 'label.decimal_mark' => 'Decimal mark',
 
 190 'label.date_format' => 'قالب تاریخ',
 
 191 'label.time_format' => 'قالب زمان',
 
 192 'label.week_start' => 'روز اول هفته',
 
 193 'label.comment' => 'توضیح',
 
 194 'label.status' => 'وضعیت',
 
 195 'label.tax' => 'مالیات',
 
 196 'label.subtotal' => 'جمع جز',
 
 197 'label.total' => 'کل',
 
 198 'label.client_name' => 'نام مشتری',
 
 199 'label.client_address' => 'آدرس مشتری',
 
 201 'label.error' => 'خطا',
 
 202 'label.ldap_hint' => '<b>نام کاربری ویندوز</b>و <b>رمزعبور</b>خود را در فیلدهای زیر وارد کنید',
 
 203 'label.required_fields' => '* - فیلد های اجباری',
 
 204 'label.on_behalf' => 'از دیدگاه',
 
 205 'label.role_manager' => '(مدیر)',
 
 206 'label.role_comanager' => '(دستیار مدیر)',
 
 207 'label.role_admin' => '(مدیر ارشد)',
 
 208 // Translate the following.
 
 209 // 'label.page' => 'Page',
 
 210 // 'label.condition' => 'Condition',
 
 211 // 'label.yes' => 'yes',
 
 212 // 'label.no' => 'no',
 
 213 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 214 'label.custom_fields' => 'فیلدهای سفارشی',
 
 215 // Translate the following.
 
 216 // 'label.monthly_quotas' => 'Monthly quotas',
 
 217 'label.type' => 'نوع',
 
 218 'label.type_dropdown' => 'منو کشویی',
 
 219 'label.type_text' => 'متن',
 
 220 'label.required' => 'اجباری',
 
 221 'label.fav_report' => 'گزارش های برگزیده',
 
 222 // TODO: translate the following.
 
 223 // 'label.cron_schedule' => 'Cron schedule',
 
 224 // 'label.what_is_it' => 'What is it?',
 
 225 // 'label.expense' => 'Expense',
 
 226 // 'label.quantity' => 'Quantity',
 
 227 // 'label.paid_status' => 'Paid status',
 
 228 // 'label.paid' => 'Paid',
 
 229 // 'label.mark_paid' => 'Mark paid',
 
 232 'title.login' => 'ورود',
 
 233 'title.teams' => 'تیم ها',
 
 234 'title.create_team' => 'ایجاد تیم',
 
 235 // TODO: translate the following.
 
 236 // 'title.edit_team' => 'Editing Team',
 
 237 'title.delete_team' => 'حذف تیم',
 
 238 'title.reset_password' => 'بازیابی رمزعبور',
 
 239 'title.change_password' => 'تغییر رمزعبور',
 
 240 'title.time' => 'زمان',
 
 241 'title.edit_time_record' => 'ویرایش رکورد زمان',
 
 242 'title.delete_time_record' => 'حذف رکورد زمان',
 
 243 'title.expenses' => 'هزینه ها',
 
 244 'title.edit_expense' => 'ویرایش آیتم هزینه ها',
 
 245 'title.delete_expense' => 'حذف آیتم هزینه ها',
 
 246 'title.reports' => 'گزارشات',
 
 247 'title.report' => 'گزارش',
 
 248 'title.send_report' => 'ارسال گزارش',
 
 249 'title.invoice' => 'فاکتور',
 
 250 'title.send_invoice' => 'ارسال فاکتور',
 
 251 'title.charts' => 'نمودارها',
 
 252 'title.projects' => 'پروژه ها',
 
 253 'title.add_project' => 'درج پروژه',
 
 254 'title.edit_project' => 'ویرایش پروژه',
 
 255 'title.delete_project' => 'حذف پروژه',
 
 256 'title.tasks' => 'وظایف',
 
 257 'title.add_task' => 'درج وظیفه',
 
 258 'title.edit_task' => 'ویرایش وظیفه',
 
 259 'title.delete_task' => 'حذف وظیفه',
 
 260 'title.users' => 'کاربران',
 
 261 'title.add_user' => 'درج کاربر',
 
 262 'title.edit_user' => 'ویرایش کاربر',
 
 263 'title.delete_user' => 'حذف کاربر',
 
 264 'title.clients' => 'مشتریان',
 
 265 'title.add_client' => 'درج مشتری',
 
 266 'title.edit_client' => 'ویرایش مشتری',
 
 267 'title.delete_client' => 'حذف مشتری',
 
 268 'title.invoices' => 'فاکتورها',
 
 269 'title.add_invoice' => 'درج فاکتور',
 
 270 'title.view_invoice' => 'نمایش فاکتور',
 
 271 'title.delete_invoice' => 'حذف فاکتور',
 
 272 // TODO: translate the following.
 
 273 // 'title.notifications' => 'Notifications',
 
 274 // 'title.add_notification' => 'Adding Notification',
 
 275 // 'title.edit_notification' => 'Editing Notification',
 
 276 // 'title.delete_notification' => 'Deleting Notification',
 
 277 // 'title.monthly_quotas' => 'Monthly Quotas',
 
 278 'title.export' => 'پشتیانی گرفتن از اطلاعات تیم',
 
 279 'title.import' => 'وارد کردن اطلاعات تیم',
 
 280 'title.options' => 'گزینه ها',
 
 281 'title.profile' => 'پروفایل',
 
 282 'title.cf_custom_fields' => 'فیلدهای سفارشی',
 
 283 'title.cf_add_custom_field' => 'درج فیلد سفارشی',
 
 284 'title.cf_edit_custom_field' => 'ویرایش فیلد سفارشی',
 
 285 'title.cf_delete_custom_field' => 'حذف فیلد سفارشی',
 
 286 'title.cf_dropdown_options' => 'گزینه های منو کشویی',
 
 287 'title.cf_add_dropdown_option' => 'درج گزینه',
 
 288 'title.cf_edit_dropdown_option' => 'ویرایش گزینه',
 
 289 'title.cf_delete_dropdown_option' => 'حذف گزینه',
 
 290 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
 
 291 // It is also a name for the Locking plugin on the Team profile page.
 
 292 // TODO: translate the following.
 
 293 // 'title.locking' => 'Locking',
 
 295 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 
 296 // Strings that are used in a single form must go to the specific form section.
 
 297 'dropdown.all' => '--- همه ---',
 
 298 'dropdown.no' => '--- هیچکدام ---',
 
 299 // TODO: translate the following.
 
 300 // 'dropdown.current_day' => 'today',
 
 301 // 'dropdown.previous_day' => 'yesterday',
 
 302 // 'dropdown.selected_day' => 'day',
 
 303 'dropdown.current_week' => 'هفته جاری',
 
 304 'dropdown.previous_week' => 'هفته آخر',
 
 305 // TODO: translate the following.
 
 306 // 'dropdown.selected_week' => 'week',
 
 307 'dropdown.current_month' => 'ماه جاری',
 
 308 'dropdown.previous_month' => 'ماه آخر',
 
 309 // TODO: translate the following.
 
 310 // 'dropdown.selected_month' => 'month',
 
 311 'dropdown.current_year' => 'سال جاری',
 
 312 // TODO: translate the following.
 
 313 // 'dropdown.previous_year' => 'previous year',
 
 314 // 'dropdown.selected_year' => 'year',
 
 315 'dropdown.all_time' => 'همه زمان ها',
 
 316 'dropdown.projects' => 'پروژه ها',
 
 317 'dropdown.tasks' => 'وظایف',
 
 318 'dropdown.clients' => 'مشتریان',
 
 319 // TODO: translate the following.
 
 320 // 'dropdown.select' => '--- select ---',
 
 321 'dropdown.select_invoice' => '--- انتخاب فاکتور ---',
 
 322 'dropdown.status_active' => 'فعال',
 
 323 'dropdown.status_inactive' => 'غیرفعال',
 
 324 // TODO: translate the following.
 
 325 // 'dropdown.delete'=>'delete',
 
 326 // 'dropdown.do_not_delete'=>'do not delete',
 
 327 // 'dropdown.paid' => 'paid',
 
 328 // 'dropdown.not_paid' => 'not paid',
 
 330 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
 
 331 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
 
 332 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
 
 333 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
 
 335 // Login form. See example at https://timetracker.anuko.com/login.php.
 
 336 'form.login.forgot_password' => 'بازیابی رمز عبور؟',
 
 337 // TODO: translate form.login.about.
 
 338 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
 
 340 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 
 341 'form.reset_password.message' => 'درخواست بازیابی رمزعبور به ایمیل فرستاده شد.',
 
 342 // TODO: check translation of form.reset_password.email_subject. This is the subject for email message for password reset. Below is the English original.
 
 343 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
 
 344 'form.reset_password.email_subject' => 'درخواست بازیابی رمزعبور فرستاده شد',
 
 345 'form.reset_password.email_body' => "کاربران گرامی\n\n یک نفر، شاید خودتان، درخواست بازیابی رمزعبور نرم افزار رهگیری زمان شما را داشته است.لطفا برای تغییر رمزعبور روی لینک زیر کلیک کنید: \n\n%s\n\n",
 
 347 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 
 348 'form.change_password.tip' => 'رمز عبور جدید را وارد کنید سپس روی ذخیره کلیک کنید',
 
 350 // Time form. See example at https://timetracker.anuko.com/time.php.
 
 351 'form.time.duration_format' => '(hh:mm یا 0.0h)',
 
 352 'form.time.billable' => 'قابل پرداخت',
 
 353 'form.time.uncompleted' => 'ناتمام',
 
 354 // TODO: translate the following.
 
 355 // 'form.time.remaining_quota' => 'Remaining quota',
 
 356 // 'form.time.over_quota' => 'Over quota',
 
 358 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 
 359 // TODO: translate form.time_edit.uncompleted. 
 
 360 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
 
 362 // Week view form. See example at https://timetracker.anuko.com/week.php.
 
 363 // TODO: translate the following.
 
 364 // 'form.week.new_entry' => 'New entry',
 
 366 // Reports form. See example at https://timetracker.anuko.com/reports.php
 
 367 'form.reports.save_as_favorite' => 'ذخیره به عنوان برگزیده',
 
 368 'form.reports.confirm_delete' => 'آیا می خواهید گزارش برگزیده حذف شود؟',
 
 369 'form.reports.include_records' => 'شامل رکوردهای',
 
 370 'form.reports.include_billable' => 'قابل پرداخت',
 
 371 'form.reports.include_not_billable' => 'غیرقابل پرداخت',
 
 372 'form.reports.select_period' => 'انتخاب بازه زمانی',
 
 373 'form.reports.set_period' => 'یا تعیین تاریخ',
 
 374 'form.reports.show_fields' => 'نمایش فیلدها',
 
 375 'form.reports.group_by' => 'گروه بندی شده با',
 
 376 'form.reports.group_by_no' => '--- بدون گروه ---',
 
 377 'form.reports.group_by_date' => 'تاریخ',
 
 378 'form.reports.group_by_user' => 'کاربر',
 
 379 'form.reports.group_by_client' => 'مشتری',
 
 380 'form.reports.group_by_project' => 'پروژه',
 
 381 'form.reports.group_by_task' => 'وظیفه',
 
 382 // TODO: translate form.reports.totals_only. Selecting this option means to print subtotals only for a "grouped by" report.
 
 383 // In other words, items are not printed, only subtotals for grouped items are printed.  
 
 384 'form.reports.totals_only' => 'Totals only',
 
 386 // Report form. See example at https://timetracker.anuko.com/report.php
 
 387 // (after generating a report at https://timetracker.anuko.com/reports.php).
 
 388 'form.report.export' => 'پشتیبانی',
 
 389 // TODO: translate the following.
 
 390 // 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 392 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 
 393 // (you can get to this form after generating a report).
 
 394 'form.invoice.number' => 'شماره فاکتور',
 
 395 'form.invoice.person' => 'شخص',
 
 396 // TODO: translate the following stings.
 
 397 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
 
 398 // 'form.invoice.invoice_entries' => 'Invoice entries',
 
 399 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
 401 // Charts form. See example at https://timetracker.anuko.com/charts.php
 
 402 'form.charts.interval' => 'بازه',
 
 403 'form.charts.chart' => 'نمودار',
 
 405 // Projects form. See example at https://timetracker.anuko.com/projects.php
 
 406 'form.projects.active_projects' => 'پروژه های فعال',
 
 407 'form.projects.inactive_projects' => 'پروژه های غیرفعال',
 
 409 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
 
 410 'form.tasks.active_tasks' => 'وظایف فعال',
 
 411 'form.tasks.inactive_tasks' => 'وظایف غیرفعال',
 
 413 // Users form. See example at https://timetracker.anuko.com/users.php
 
 414 'form.users.active_users' => 'کاربران فعال',
 
 415 'form.users.inactive_users' => 'کاربران غیرفعال',
 
 416  // TODO: translate the following.
 
 417  // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
 
 418 'form.users.role' => 'سمت',
 
 419 'form.users.manager' => 'مدیر',
 
 420 'form.users.comanager' => 'دستیار مدیر',
 
 421 'form.users.rate' => 'نرخ',
 
 422 'form.users.default_rate' => 'نرخ ساعتی پیش فرض',
 
 424 // Client delete form. See example at https://timetracker.anuko.com/client_delete.php
 
 425 // TODO: translate the following.
 
 426 // 'form.client.client_to_delete' => 'Client to delete',
 
 427 // 'form.client.client_entries' => 'Client entries',
 
 429 // Clients form. See example at https://timetracker.anuko.com/clients.php
 
 430 'form.clients.active_clients' => 'مشتری های فعال',
 
 431 'form.clients.inactive_clients' => 'مشتری های غیرفعال',
 
 433 // Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
 
 434 'form.export.hint' => 'می توانید از همه اطلاعات تیم یک پشتیبان به فرمت xml تهیه کنید. اگر میخواهید داده ها را به سرور خودتان منتقل کنید این قسمت می تواند مفید باشد.',
 
 435 'form.export.compression' => 'فشرده سازی',
 
 436 'form.export.compression_none' => 'هیچ کدام',
 
 437 'form.export.compression_bzip' => 'bzip',
 
 439 // Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
 
 440 'form.import.hint' => 'وارد کردن اطلاعات تیم از یک فایل xml',
 
 441 'form.import.file' => 'انتخاب فایل',
 
 442 'form.import.success' => 'وارد کردن اطلاعات با موفقیت انجام شد',
 
 444 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
 
 445 // TODO: translate form.teams.hint.
 
 446 'form.teams.hint' =>  'Create a new team by creating a new team manager account.<br>You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
 
 448 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
 
 449 'form.profile.12_hours' => '12 ساعت',
 
 450 'form.profile.24_hours' => '24 ساعت',
 
 451 'form.profile.tracking_mode' => 'حالت رهگیری',
 
 452 'form.profile.mode_time' => 'زمان',
 
 453 'form.profile.mode_projects' => 'پروژه ها',
 
 454 'form.profile.mode_projects_and_tasks' => 'پروژه ها و وظایف',
 
 455 'form.profile.record_type' => 'نوع رکورد',
 
 456 'form.profile.type_all' => 'همه',
 
 457 'form.profile.type_start_finish' => 'شروع و اتمام',
 
 458 'form.profile.type_duration' => 'مدت زمان',
 
 459 'form.profile.plugins' => 'پلاگین ها',
 
 461 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 
 462 'form.mail.from' => 'از',
 
 463 'form.mail.to' => 'به',
 
 464 'form.mail.report_subject' => 'گزارش تایم شیت',
 
 465 // TODO: translate form.mail.footer.
 
 466 // 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
 
 467 'form.mail.report_sent' => 'گزارش ارسال شد.',
 
 468 'form.mail.invoice_sent' => 'فاکتور ارسال شد.',
 
 470 // Quotas configuration form.
 
 471 // TODO: translate the following.
 
 472 // 'form.quota.year' => 'Year',
 
 473 // 'form.quota.month' => 'Month',
 
 474 // 'form.quota.quota' => 'Quota',
 
 475 // 'form.quota.workday_hours' => 'Hours in a work day',
 
 476 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',