Improved error.mail_send text by adding MAIL_SMTP_DEBUG part.
[timetracker.git] / WEB-INF / resources / fa.lang.php
1 <?php
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.
10 // |
11 // | There are only two ways to violate the license:
12 // |
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).
16 // |
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).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
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.
31 $i18n_language = 'Persian (فارسی)';
32 // TODO: translate the following.
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');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '01/16', '02/20', '05/28', '07/04', '09/03', '10/10', '11/11', '11/24', '12/25');
38
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.
41
42 // Menus - short selection strings that are displayed on 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 // TODO: translate the following.
49 // 'menu.create_group' => 'Create Group',
50 'menu.profile' => 'پروفايل',
51 // TODO: translate the following.
52 // 'menu.group' => 'Group',
53 'menu.plugins' => 'پلاگین ها',
54 'menu.time' => 'زمان',
55 'menu.expenses' => 'هزينه ها',
56 'menu.reports' => 'گزارشات',
57 'menu.charts' => 'نمودارها',
58 'menu.projects' => 'پروژه ها',
59 'menu.tasks' => 'وظايف',
60 'menu.users' => 'کاربران',
61 // TODO: translate the following.
62 // 'menu.groups' => 'Groups',
63 'menu.export' => 'پشتیبانی',
64 'menu.clients' => 'مشتری ها',
65 'menu.options' => 'تنظیمات',
66
67 // Footer - strings on the bottom of most pages.
68 // TODO: translate the following.
69 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
70 // 'footer.credits' => 'Credits',
71 // 'footer.license' => 'License',
72 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
73                                      // This is a link to a webpage that describes how to contribute to the project.
74
75 // Error messages.
76 // TODO: translate the following.
77 // 'error.access_denied' => 'Access denied.',
78 'error.sys' => 'خطا در سیستم.',
79 'error.db' => 'خطا در پایگاه داده.',
80 // TODO: translate the following.
81 // 'error.feature_disabled' => 'Feature is disabled.',
82 'error.field' => 'داده اشتباه در "{0}".',
83 'error.empty' => 'فیلد "{0}" خالیست.',
84 'error.not_equal' => 'فیلد "{0}" با فیلد "{1}" برابر نیست.',
85 // TODO: translate the following.
86 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
87 'error.project' => 'انتخاب پروژه.',
88 'error.task' => 'انتخاب وظیفه.',
89 'error.client' => 'انتخاب مشتری.',
90 // TODO: translate the following.
91 // 'error.report' => 'Select report.',
92 // 'error.record' => 'Select record.',
93 'error.auth' => 'نام کاربری یا رمز عبور اشتباه است.',
94 'error.user_exists' => 'کاربری با این نام کاربری موجود است.',
95 // TODO: translate the following.
96 // 'error.object_exists' => 'Object with this name already exists.',
97 'error.project_exists' => 'پروژه ای با این نام موجود است.',
98 'error.task_exists' => 'وظیفه ای با این نام هم اکنون وجود دارد.',
99 'error.client_exists' => 'مشتری با این نام هم اکنون وجود دارد.',
100 'error.invoice_exists' => 'فاکتوری با این شماره هم اکنون موجود است.',
101 // TODO: translate the following.
102 // 'error.role_exists' => 'Role with this rank already exists.',
103 'error.no_invoiceable_items' => 'آیتمی جهت فاکتور کردن وجود ندارد.',
104 'error.no_login' => 'کاربری با این نام کاربری موجود نیست.',
105 'error.no_groups' => 'پایگاه داده شما خالی است با کاربر admin وارد شوید و تیم ایجاد کنید.',  // TODO: replace "team" with "group".
106 'error.upload' => 'خطا در آپلود فایل.',
107 // TODO: translate the following.
108 // 'error.range_locked' => 'Date range is locked.',
109 'error.mail_send' => 'خطا در ارسال ایمیل.',
110 // TODO: improve the translation above bv adding MAIL_SMTP_DEBUG part.
111 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
112 'error.no_email' => 'ایمیل مرتبط با این نام کاربری موجود نیست.',
113 // TODO: check translation and punctuation of error.uncompleted_exists. Is the sentence ending dot in the right place?
114 'error.uncompleted_exists' => 'قسمت ناتمامی موجود است. آن را تمام یا حذف کنید.',
115 'error.goto_uncompleted' => 'مراجعه به قسمت ناتمام.',
116 'error.overlap' => 'بازه زمانی با سوابق موجود هم پوشانی دارد.',
117 // TODO: translate the following.
118 // 'error.future_date' => 'Date is in future.',
119
120 // Labels for buttons.
121 'button.login' => 'ورود',
122 'button.now' => 'هم اکنون',
123 'button.save' => 'ذخیره',
124 'button.copy' => 'کپی',
125 'button.cancel' => 'لغو',
126 'button.submit' => 'ثبت',
127 'button.add' => 'درج',
128 'button.delete' => 'حذف',
129 'button.generate' => 'تولید',
130 'button.reset_password' => 'بازسازی رمزعبور',
131 'button.send' => 'ارسال',
132 'button.send_by_email' => 'ارسال به ایمیل',
133 'button.create_group' => 'ایجاد تیم', // TODO: replace "team" with "group".
134 'button.export' => 'ایجاد پشتیبان از تیم', // TODO: replace "team" with "group".
135 'button.import' => 'وارد کردن تیم', // TODO: replace "team" with "group".
136 'button.close' => 'بستن',
137 'button.stop' => 'توقف',
138
139 // Labels for controls on forms. Labels in this section are used on multiple forms.
140 'label.group_name' => 'نام تیم', // TODO: replace "team" with "group".
141 'label.address' => 'آدرس',
142 'label.currency' => 'واحد پول',
143 'label.manager_name' => 'نام مدیر',
144 'label.manager_login' => 'نام کاربری مدیر',
145 'label.person_name' => 'نام',
146 'label.thing_name' => 'نام',
147 'label.login' => 'نام کاربری',
148 'label.password' => 'رمز عبور',
149 'label.confirm_password' => 'تکرار رمزعبور',
150 'label.email' => 'ایمیل',
151 'label.cc' => 'کپی',
152 // TODO: translate the following.
153 // 'label.bcc' => 'Bcc',
154 'label.subject' => 'موضوع',
155 'label.date' => 'تاریخ',
156 'label.start_date' => 'تاریخ شروع',
157 'label.end_date' => 'تاریخ اتمام',
158 'label.user' => 'کاربر',
159 'label.users' => 'کاربران',
160 // TODO: translate the following.
161 // 'label.roles' => 'Roles',
162 'label.client' => 'مشتری',
163 'label.clients' => 'مشتریان',
164 // TODO: translate the following.
165 // 'label.option' => 'Option',
166 'label.invoice' => 'فاکتور',
167 'label.project' => 'پروژه',
168 'label.projects' => 'پروژه ها',
169 'label.task' => 'وظیفه',
170 'label.tasks' => 'وظیفه ها',
171 'label.description' => 'شرح',
172 'label.start' => 'شروع',
173 'label.finish' => 'اتمام',
174 'label.duration' => 'مدت زمان',
175 'label.note' => 'توضیح',
176 // TODO: translate the following.
177 // 'label.notes' => 'Notes',
178 'label.item' => 'آیتم',
179 'label.cost' => 'هزینه',
180 // TODO: translate the following.
181 // 'label.ip' => 'IP',
182 'label.day_total' => 'کل روز',
183 'label.week_total' => 'کل هفته',
184 // TODO: translate the following.
185 // 'label.month_total' => 'Month total',
186 'label.today' => 'امروز',
187 'label.view' => 'نمایش',
188 'label.edit' => 'ویرایش',
189 'label.delete' => 'حذف',
190 'label.configure' => 'پیکربندی',
191 'label.select_all' => 'انتخاب همه',
192 'label.select_none' => 'لغو انتخاب همه',
193 // TODO: translate the following.
194 // 'label.day_view' => 'Day view',
195 // 'label.week_view' => 'Week view',
196 'label.id' => 'شناسه',
197 'label.language' => 'زبان',
198 // TODO: translate the following.
199 // 'label.decimal_mark' => 'Decimal mark',
200 'label.date_format' => 'قالب تاریخ',
201 'label.time_format' => 'قالب زمان',
202 'label.week_start' => 'روز اول هفته',
203 'label.comment' => 'توضیح',
204 'label.status' => 'وضعیت',
205 'label.tax' => 'مالیات',
206 'label.subtotal' => 'جمع جز',
207 'label.total' => 'کل',
208 'label.client_name' => 'نام مشتری',
209 'label.client_address' => 'آدرس مشتری',
210 'label.or' => 'یا',
211 'label.error' => 'خطا',
212 'label.ldap_hint' => '<b>نام کاربری ویندوز</b>و <b>رمزعبور</b>خود را در فیلدهای زیر وارد کنید',
213 'label.required_fields' => '* - فیلد های اجباری',
214 'label.on_behalf' => 'از دیدگاه',
215 'label.role_manager' => '(مدیر)',
216 'label.role_comanager' => '(دستیار مدیر)',
217 'label.role_admin' => '(مدیر ارشد)',
218 // Translate the following.
219 // 'label.page' => 'Page',
220 // 'label.condition' => 'Condition',
221 // 'label.yes' => 'yes',
222 // 'label.no' => 'no',
223 // Labels for plugins (extensions to Time Tracker that provide additional features).
224 'label.custom_fields' => 'فیلدهای سفارشی',
225 // Translate the following.
226 // 'label.monthly_quotas' => 'Monthly quotas',
227 'label.type' => 'نوع',
228 'label.type_dropdown' => 'منو کشویی',
229 'label.type_text' => 'متن',
230 'label.required' => 'اجباری',
231 'label.fav_report' => 'گزارش های برگزیده',
232 // TODO: translate the following.
233 // 'label.schedule' => 'Schedule',
234 // 'label.what_is_it' => 'What is it?',
235 // 'label.expense' => 'Expense',
236 // 'label.quantity' => 'Quantity',
237 // 'label.paid_status' => 'Paid status',
238 // 'label.paid' => 'Paid',
239 // 'label.mark_paid' => 'Mark paid',
240 // 'label.week_note' => 'Week note',
241 // 'label.week_list' => 'Week list',
242 // 'label.work_units' => 'Work units',
243 // 'label.work_units_short' => 'Units',
244 // 'label.totals_only' => 'Totals only',
245
246 // Form titles.
247 'title.login' => 'ورود',
248 'title.groups' => 'تیم ها', // TODO: change "teams" to "groups".
249 'title.create_group' => 'ایجاد تیم', // TODO: change "team" to "group".
250 // TODO: translate the following.
251 // 'title.edit_group' => 'Editing Group',
252 'title.delete_group' => 'حذف تیم', // TODO: change "team" to "group".
253 'title.reset_password' => 'بازیابی رمزعبور',
254 'title.change_password' => 'تغییر رمزعبور',
255 'title.time' => 'زمان',
256 'title.edit_time_record' => 'ویرایش رکورد زمان',
257 'title.delete_time_record' => 'حذف رکورد زمان',
258 'title.expenses' => 'هزینه ها',
259 'title.edit_expense' => 'ویرایش آیتم هزینه ها',
260 'title.delete_expense' => 'حذف آیتم هزینه ها',
261 'title.reports' => 'گزارشات',
262 'title.report' => 'گزارش',
263 'title.send_report' => 'ارسال گزارش',
264 'title.invoice' => 'فاکتور',
265 'title.send_invoice' => 'ارسال فاکتور',
266 'title.charts' => 'نمودارها',
267 'title.projects' => 'پروژه ها',
268 'title.add_project' => 'درج پروژه',
269 'title.edit_project' => 'ویرایش پروژه',
270 'title.delete_project' => 'حذف پروژه',
271 'title.tasks' => 'وظایف',
272 'title.add_task' => 'درج وظیفه',
273 'title.edit_task' => 'ویرایش وظیفه',
274 'title.delete_task' => 'حذف وظیفه',
275 'title.users' => 'کاربران',
276 'title.add_user' => 'درج کاربر',
277 'title.edit_user' => 'ویرایش کاربر',
278 'title.delete_user' => 'حذف کاربر',
279 // TODO: translate the following.
280 // 'title.roles' => 'Roles',
281 // 'title.add_role' => 'Adding Role',
282 // 'title.edit_role' => 'Editing Role',
283 // 'title.delete_role' => 'Deleting Role',
284 'title.clients' => 'مشتریان',
285 'title.add_client' => 'درج مشتری',
286 'title.edit_client' => 'ویرایش مشتری',
287 'title.delete_client' => 'حذف مشتری',
288 'title.invoices' => 'فاکتورها',
289 'title.add_invoice' => 'درج فاکتور',
290 'title.view_invoice' => 'نمایش فاکتور',
291 'title.delete_invoice' => 'حذف فاکتور',
292 // TODO: translate the following.
293 // 'title.notifications' => 'Notifications',
294 // 'title.add_notification' => 'Adding Notification',
295 // 'title.edit_notification' => 'Editing Notification',
296 // 'title.delete_notification' => 'Deleting Notification',
297 // 'title.monthly_quotas' => 'Monthly Quotas',
298 'title.export' => 'پشتیانی گرفتن از اطلاعات تیم', // TODO: replace "team" with "group".
299 'title.import' => 'وارد کردن اطلاعات تیم', // TODO: replace "team" with "group".
300 'title.options' => 'گزینه ها',
301 'title.profile' => 'پروفایل',
302 // TODO: translate the following.
303 // 'title.group' => 'Group Settings',
304 'title.plugins' => 'پلاگین ها',
305 'title.cf_custom_fields' => 'فیلدهای سفارشی',
306 'title.cf_add_custom_field' => 'درج فیلد سفارشی',
307 'title.cf_edit_custom_field' => 'ویرایش فیلد سفارشی',
308 'title.cf_delete_custom_field' => 'حذف فیلد سفارشی',
309 'title.cf_dropdown_options' => 'گزینه های منو کشویی',
310 'title.cf_add_dropdown_option' => 'درج گزینه',
311 'title.cf_edit_dropdown_option' => 'ویرایش گزینه',
312 'title.cf_delete_dropdown_option' => 'حذف گزینه',
313 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
314 // It is also a name for the Locking plugin on the group settings page.
315 // TODO: translate the following.
316 // 'title.locking' => 'Locking',
317 // 'title.week_view' => 'Week View',
318 // 'title.swap_roles' => 'Swapping Roles',
319 // 'title.work_units' => 'Work Units',
320
321 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
322 // Strings that are used in a single form must go to the specific form section.
323 'dropdown.all' => '--- همه ---',
324 'dropdown.no' => '--- هیچکدام ---',
325 // TODO: translate the following.
326 // 'dropdown.current_day' => 'today',
327 // 'dropdown.previous_day' => 'yesterday',
328 // 'dropdown.selected_day' => 'day',
329 'dropdown.current_week' => 'هفته جاری',
330 'dropdown.previous_week' => 'هفته آخر',
331 // TODO: translate the following.
332 // 'dropdown.selected_week' => 'week',
333 'dropdown.current_month' => 'ماه جاری',
334 'dropdown.previous_month' => 'ماه آخر',
335 // TODO: translate the following.
336 // 'dropdown.selected_month' => 'month',
337 'dropdown.current_year' => 'سال جاری',
338 // TODO: translate the following.
339 // 'dropdown.previous_year' => 'previous year',
340 // 'dropdown.selected_year' => 'year',
341 'dropdown.all_time' => 'همه زمان ها',
342 'dropdown.projects' => 'پروژه ها',
343 'dropdown.tasks' => 'وظایف',
344 'dropdown.clients' => 'مشتریان',
345 // TODO: translate the following.
346 // 'dropdown.select' => '--- select ---',
347 'dropdown.select_invoice' => '--- انتخاب فاکتور ---',
348 'dropdown.status_active' => 'فعال',
349 'dropdown.status_inactive' => 'غیرفعال',
350 // TODO: translate the following.
351 // 'dropdown.delete' => 'delete',
352 // 'dropdown.do_not_delete' => 'do not delete',
353 // 'dropdown.paid' => 'paid',
354 // 'dropdown.not_paid' => 'not paid',
355
356 // 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.
357 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
358 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
359 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
360
361 // Login form. See example at https://timetracker.anuko.com/login.php.
362 'form.login.forgot_password' => 'بازیابی رمز عبور؟',
363 // TODO: translate form.login.about.
364 '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.',
365
366 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
367 'form.reset_password.message' => 'درخواست بازیابی رمزعبور به ایمیل فرستاده شد.',
368 // TODO: check translation of form.reset_password.email_subject. This is the subject for email message for password reset. Below is the English original.
369 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
370 'form.reset_password.email_subject' => 'درخواست بازیابی رمزعبور فرستاده شد',
371 // TODO: English string has changed. "from IP added. Re-translate the beginning.
372 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
373 // Older translation is below.
374 // 'form.reset_password.email_body' => "کاربران گرامی\n\n یک نفر، شاید خودتان، درخواست بازیابی رمزعبور نرم افزار رهگیری زمان شما را داشته است.لطفا برای تغییر رمزعبور روی لینک زیر کلیک کنید: \n\n%s\n\n",
375
376 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
377 'form.change_password.tip' => 'رمز عبور جدید را وارد کنید سپس روی ذخیره کلیک کنید',
378
379 // Time form. See example at https://timetracker.anuko.com/time.php.
380 'form.time.duration_format' => '(hh:mm یا 0.0h)',
381 'form.time.billable' => 'قابل پرداخت',
382 'form.time.uncompleted' => 'ناتمام',
383 // TODO: translate the following.
384 // 'form.time.remaining_quota' => 'Remaining quota',
385 // 'form.time.over_quota' => 'Over quota',
386
387 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
388 // TODO: translate form.time_edit.uncompleted. 
389 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
390
391 // Week view form. See example at https://timetracker.anuko.com/week.php.
392 // TODO: translate the following.
393 // 'form.week.new_entry' => 'New entry',
394
395 // Reports form. See example at https://timetracker.anuko.com/reports.php
396 'form.reports.save_as_favorite' => 'ذخیره به عنوان برگزیده',
397 'form.reports.confirm_delete' => 'آیا می خواهید گزارش برگزیده حذف شود؟',
398 'form.reports.include_billable' => 'قابل پرداخت',
399 'form.reports.include_not_billable' => 'غیرقابل پرداخت',
400 'form.reports.select_period' => 'انتخاب بازه زمانی',
401 'form.reports.set_period' => 'یا تعیین تاریخ',
402 'form.reports.show_fields' => 'نمایش فیلدها',
403 'form.reports.group_by' => 'گروه بندی شده با',
404 'form.reports.group_by_no' => '--- بدون گروه ---',
405 'form.reports.group_by_date' => 'تاریخ',
406 'form.reports.group_by_user' => 'کاربر',
407 'form.reports.group_by_client' => 'مشتری',
408 'form.reports.group_by_project' => 'پروژه',
409 'form.reports.group_by_task' => 'وظیفه',
410
411 // Report form. See example at https://timetracker.anuko.com/report.php
412 // (after generating a report at https://timetracker.anuko.com/reports.php).
413 'form.report.export' => 'پشتیبانی',
414 // TODO: translate the following.
415 // 'form.report.assign_to_invoice' => 'Assign to invoice',
416
417 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
418 // (you can get to this form after generating a report).
419 'form.invoice.number' => 'شماره فاکتور',
420 'form.invoice.person' => 'شخص',
421
422 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
423 // TODO: translate the following stings.
424 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
425 // 'form.invoice.invoice_entries' => 'Invoice entries',
426 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
427
428 // Charts form. See example at https://timetracker.anuko.com/charts.php
429 'form.charts.interval' => 'بازه',
430 'form.charts.chart' => 'نمودار',
431
432 // Projects form. See example at https://timetracker.anuko.com/projects.php
433 'form.projects.active_projects' => 'پروژه های فعال',
434 'form.projects.inactive_projects' => 'پروژه های غیرفعال',
435
436 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
437 'form.tasks.active_tasks' => 'وظایف فعال',
438 'form.tasks.inactive_tasks' => 'وظایف غیرفعال',
439
440 // Users form. See example at https://timetracker.anuko.com/users.php
441 'form.users.active_users' => 'کاربران فعال',
442 'form.users.inactive_users' => 'کاربران غیرفعال',
443  // TODO: translate the following.
444  // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
445 'form.users.role' => 'سمت',
446 'form.users.manager' => 'مدیر',
447 'form.users.comanager' => 'دستیار مدیر',
448 'form.users.rate' => 'نرخ',
449 'form.users.default_rate' => 'نرخ ساعتی پیش فرض',
450
451 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
452 // TODO: translate the following.
453 // 'form.user_edit.swap_roles' => 'Swap roles',
454
455 // Roles form. See example at https://timetracker.anuko.com/roles.php
456 // TODO: translate the following.
457 // 'form.roles.active_roles' => 'Active Roles',
458 // 'form.roles.inactive_roles' => 'Inactive Roles',
459 // 'form.roles.rank' => 'Rank',
460 // 'form.roles.rights' => 'Rights',
461 // 'form.roles.assigned' => 'Assigned',
462 // 'form.roles.not_assigned' => 'Not assigned',
463
464 // Clients form. See example at https://timetracker.anuko.com/clients.php
465 'form.clients.active_clients' => 'مشتری های فعال',
466 'form.clients.inactive_clients' => 'مشتری های غیرفعال',
467
468 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
469 // TODO: translate the following.
470 // 'form.client.client_to_delete' => 'Client to delete',
471 // 'form.client.client_entries' => 'Client entries',
472
473 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
474 // TODO: replace "team" with "group" in the string below.
475 'form.export.hint' => 'می توانید از همه اطلاعات تیم یک پشتیبان به فرمت xml تهیه کنید. اگر میخواهید داده ها را به سرور خودتان منتقل کنید این قسمت می تواند مفید باشد.',
476 'form.export.compression' => 'فشرده سازی',
477 'form.export.compression_none' => 'هیچ کدام',
478 'form.export.compression_bzip' => 'bzip',
479
480 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
481 'form.import.hint' => 'وارد کردن اطلاعات تیم از یک فایل xml', // TODO: replace "team" with "group".
482 'form.import.file' => 'انتخاب فایل',
483 'form.import.success' => 'وارد کردن اطلاعات با موفقیت انجام شد',
484
485 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
486 // TODO: translate form.groups.hint.
487 // 'form.groups.hint' => 'Create a new group by creating a new group manager account.<br>You can also import group data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
488
489 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
490 'form.group_edit.12_hours' => '12 ساعت',
491 'form.group_edit.24_hours' => '24 ساعت',
492 // TODO: translate the following.
493 // 'form.group_edit.show_holidays' => 'Show holidays',
494 'form.group_edit.tracking_mode' => 'حالت رهگیری',
495 'form.group_edit.mode_time' => 'زمان',
496 'form.group_edit.mode_projects' => 'پروژه ها',
497 'form.group_edit.mode_projects_and_tasks' => 'پروژه ها و وظایف',
498 'form.group_edit.record_type' => 'نوع رکورد',
499 'form.group_edit.type_all' => 'همه',
500 'form.group_edit.type_start_finish' => 'شروع و اتمام',
501 'form.group_edit.type_duration' => 'مدت زمان',
502 // TODO: translate the following.
503 // 'form.group_edit.punch_mode' => 'Punch mode',
504 // 'form.group_edit.allow_overlap' => 'Allow overlap',
505 // 'form.group_edit.future_entries' => 'Future entries',
506 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
507 // 'form.group_edit.allow_ip' => 'Allow IP',
508
509 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
510 // TODO: translate the following.
511 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
512
513 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
514 'form.mail.from' => 'از',
515 'form.mail.to' => 'به',
516 'form.mail.report_subject' => 'گزارش تایم شیت',
517 // TODO: translate form.mail.footer.
518 // '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.',
519 'form.mail.report_sent' => 'گزارش ارسال شد.',
520 'form.mail.invoice_sent' => 'فاکتور ارسال شد.',
521
522 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
523 // TODO: translate the following.
524 // 'form.quota.year' => 'Year',
525 // 'form.quota.month' => 'Month',
526 // 'form.quota.quota' => 'Quota',
527 // 'form.quota.workday_hours' => 'Hours in a work day',
528 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
529
530 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
531 // TODO: translate the following.
532 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
533 // 'form.swap.swap_with' => 'Swap roles with',
534
535 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
536 // TODO: translate the following.
537 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
538 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
539
540 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
541 // TODO: translate the following.
542 // 'role.user.label' => 'User',
543 // 'role.user.low_case_label' => 'user',
544 // 'role.user.description' => 'A regular member without management rights.',
545 // 'role.client.label' => 'Client',
546 // 'role.client.low_case_label' => 'client',
547 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
548 // 'role.supervisor.label' => 'Supervisor',
549 // 'role.supervisor.low_case_label' => 'supervisor',
550 // 'role.supervisor.description' => 'A person with a small set of management rights.',
551 // 'role.comanager.label' => 'Co-manager',
552 // 'role.comanager.low_case_label' => 'co-manager',
553 // 'role.comanager.description' => 'A person with a big set of management functions.',
554 // 'role.manager.label' => 'Manager',
555 // 'role.manager.low_case_label' => 'manager',
556 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
557 // 'role.top_manager.label' => 'Top manager',
558 // 'role.top_manager.low_case_label' => 'top manager',
559 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
560 // 'role.admin.label' => 'Administrator',
561 // 'role.admin.low_case_label' => 'administrator',
562 // 'role.admin.description' => 'Site adminsitrator.',
563 );