first commit
Some checks failed
CI / build-test (push) Has been cancelled

This commit is contained in:
2025-05-31 18:56:37 +02:00
commit 8c4798a5fd
1240 changed files with 190468 additions and 0 deletions

View File

@@ -0,0 +1,84 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['cal_su'] = 'Su';
$lang['cal_mo'] = 'Mo';
$lang['cal_tu'] = 'Tu';
$lang['cal_we'] = 'We';
$lang['cal_th'] = 'Th';
$lang['cal_fr'] = 'Fr';
$lang['cal_sa'] = 'Sa';
$lang['cal_sun'] = 'Sun';
$lang['cal_mon'] = 'Mon';
$lang['cal_tue'] = 'Tue';
$lang['cal_wed'] = 'Wed';
$lang['cal_thu'] = 'Thu';
$lang['cal_fri'] = 'Fri';
$lang['cal_sat'] = 'Sat';
$lang['cal_sunday'] = 'Sunday';
$lang['cal_monday'] = 'Monday';
$lang['cal_tuesday'] = 'Tuesday';
$lang['cal_wednesday'] = 'Wednesday';
$lang['cal_thursday'] = 'Thursday';
$lang['cal_friday'] = 'Friday';
$lang['cal_saturday'] = 'Saturday';
$lang['cal_jan'] = 'Jan';
$lang['cal_feb'] = 'Feb';
$lang['cal_mar'] = 'Mar';
$lang['cal_apr'] = 'Apr';
$lang['cal_may'] = 'May';
$lang['cal_jun'] = 'Jun';
$lang['cal_jul'] = 'Jul';
$lang['cal_aug'] = 'Aug';
$lang['cal_sep'] = 'Sep';
$lang['cal_oct'] = 'Oct';
$lang['cal_nov'] = 'Nov';
$lang['cal_dec'] = 'Dec';
$lang['cal_january'] = 'January';
$lang['cal_february'] = 'February';
$lang['cal_march'] = 'March';
$lang['cal_april'] = 'April';
$lang['cal_mayl'] = 'May';
$lang['cal_june'] = 'June';
$lang['cal_july'] = 'July';
$lang['cal_august'] = 'August';
$lang['cal_september'] = 'September';
$lang['cal_october'] = 'October';
$lang['cal_november'] = 'November';
$lang['cal_december'] = 'December';

View File

@@ -0,0 +1,94 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['date_year'] = 'Year';
$lang['date_years'] = 'Years';
$lang['date_month'] = 'Month';
$lang['date_months'] = 'Months';
$lang['date_week'] = 'Week';
$lang['date_weeks'] = 'Weeks';
$lang['date_day'] = 'Day';
$lang['date_days'] = 'Days';
$lang['date_hour'] = 'Hour';
$lang['date_hours'] = 'Hours';
$lang['date_minute'] = 'Minute';
$lang['date_minutes'] = 'Minutes';
$lang['date_second'] = 'Second';
$lang['date_seconds'] = 'Seconds';
$lang['UM12'] = '(UTC -12:00) Baker/Howland Island';
$lang['UM11'] = '(UTC -11:00) Niue';
$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cook Islands, Tahiti';
$lang['UM95'] = '(UTC -9:30) Marquesas Islands';
$lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambier Islands';
$lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton Island';
$lang['UM7'] = '(UTC -7:00) Mountain Standard Time';
$lang['UM6'] = '(UTC -6:00) Central Standard Time';
$lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Time';
$lang['UM45'] = '(UTC -4:30) Venezuelan Standard Time';
$lang['UM4'] = '(UTC -4:00) Atlantic Standard Time, Eastern Caribbean Standard Time';
$lang['UM35'] = '(UTC -3:30) Newfoundland Standard Time';
$lang['UM3'] = '(UTC -3:00) Argentina, Brazil, French Guiana, Uruguay';
$lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Islands';
$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Islands';
$lang['UTC'] = '(UTC) Greenwich Mean Time, Western European Time';
$lang['UP1'] = '(UTC +1:00) Central European Time, West Africa Time';
$lang['UP2'] = '(UTC +2:00) Central Africa Time, Eastern European Time, Kaliningrad Time';
$lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time, Arabia Standard Time';
$lang['UP35'] = '(UTC +3:30) Iran Standard Time';
$lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time';
$lang['UP45'] = '(UTC +4:30) Afghanistan';
$lang['UP5'] = '(UTC +5:00) Pakistan Standard Time, Yekaterinburg Time';
$lang['UP55'] = '(UTC +5:30) Indian Standard Time, Sri Lanka Time';
$lang['UP575'] = '(UTC +5:45) Nepal Time';
$lang['UP6'] = '(UTC +6:00) Bangladesh Standard Time, Bhutan Time, Omsk Time';
$lang['UP65'] = '(UTC +6:30) Cocos Islands, Myanmar';
$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Cambodia, Laos, Thailand, Vietnam';
$lang['UP8'] = '(UTC +8:00) Australian Western Standard Time, Beijing Time, Irkutsk Time';
$lang['UP875'] = '(UTC +8:45) Australian Central Western Standard Time';
$lang['UP9'] = '(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time';
$lang['UP95'] = '(UTC +9:30) Australian Central Standard Time';
$lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time';
$lang['UP105'] = '(UTC +10:30) Lord Howe Island';
$lang['UP11'] = '(UTC +11:00) Srednekolymsk Time, Solomon Islands, Vanuatu';
$lang['UP115'] = '(UTC +11:30) Norfolk Island';
$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time';
$lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time';
$lang['UP13'] = '(UTC +13:00) Samoa Time Zone, Phoenix Islands Time, Tonga';
$lang['UP14'] = '(UTC +14:00) Line Islands';

View File

@@ -0,0 +1,35 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['db_invalid_connection_str'] = 'تشخیص تنظیمات پایگاه داده بر اساس رشته اتصال ارسالی از سوی شما امکانپذیر نیست.';
$lang['db_unable_to_connect'] = 'اتصال به سرویس پایگاه داده بر اساس تنظیمات ارائه شده امکانپذیر نیست.';
$lang['db_unable_to_select'] = 'عدم موفقیت در اتصال به پایگاه داده مشخص شده : %s';
$lang['db_unable_to_create'] = 'عدم موفقیت در ایجاد جدول مشخص شده : %s';
$lang['db_invalid_query'] = 'پرس و جوی ارسال شده از سوی شما معتبر نیست.';
$lang['db_must_set_table'] = 'برای اجرای پرس و جو باید جدولی از پایگاه داده را مشخص کنید.';
$lang['db_must_use_set'] = 'برای بروزرسانی یک رکورد باید از متد "set" استفاده کنید.';
$lang['db_must_use_index'] = 'برای بروزرسانی دسته ای باید یک ایندکس مشخص کنید.';
$lang['db_batch_missing_index'] = 'ایندکس مورد نظر برای بروزرسانی دسته ای یک یا بیشتر رکورد یافت نشد.';
$lang['db_must_use_where'] = 'بروزرسانی بدون استفاده از بخش "where" در پرس و جو امکانپذیر نیست.';
$lang['db_del_must_use_where'] = 'حذف بدون استفاده از بخش "where" یا "like" در پرس و جو امکانپذیر نیست.';
$lang['db_field_param_missing'] = 'دریافت نام فیلدها مستلزم ارسال نام جدول به عنوان پارامتر است.';
$lang['db_unsupported_function'] = 'این امکان برای پایگاه داده ای که شما استفاده میکنید موجود نیست.';
$lang['db_transaction_failure'] = 'خطای اجرای تراکنش: عملیات بازگشت به نقطه پیش از اجرای تراکنش انجام شد.';
$lang['db_unable_to_drop'] = 'عدم موفقیت در حذف پایگاه داده مورد نظر.';
$lang['db_unsupported_feature'] = 'از یک ویژگی پایگاه داده که پشتیبانی نشده استفاده می کنید.';
$lang['db_unsupported_compression'] = 'قالب فشرده سازی فایل انتخابی شما، توسط سرویس دهنده پشتیبانی نمی شود.';
$lang['db_filepath_error'] = 'نوشتن در مسیر فایل ارسالی از سوی شما امکانپذیر نیست.';
$lang['db_invalid_cache_path'] = 'مسیر cache ارسالی از سوی شما معتبر نبوده و یا اجازه نوشتن در آن را ندارید.';
$lang['db_table_name_required'] = 'برای انجام این کار اسم جدول نیاز است.';
$lang['db_column_name_required'] = 'برای انجام این کار نام ستون مورد نیاز است.';
$lang['db_column_definition_required'] = 'یک ستون تعریف شده برای این کار مورد نیاز است.';
$lang['db_unable_to_set_charset'] = 'عدم امکان تغییر گروه زبانی اتصال کاربر به: %s';
$lang['db_error_heading'] = 'خطایی در پایگاه داده رخ داده است.';

View File

@@ -0,0 +1,29 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['email_must_be_array'] = 'شما باید یک آرایه به متود Email Validation بدهید';
$lang['email_invalid_address'] = 'پست الکترونیکی غلط: %s';
$lang['email_attachment_missing'] = 'عدم موفقیت در مشخص کردن پیوست این ایمیل: %s';
$lang['email_attachment_unreadable'] = 'عدم موفقیت در باز کردن این پیوست: %s';
$lang['email_no_from'] = 'ارسال ایمیل بدون هدر "From"????!!!';
$lang['email_no_recipients'] = 'شما باید گیرنده ها را مشخص کنید: To, Cc, یا Bcc';
$lang['email_send_failure_phpmail'] = 'عدم موفقیت در ارسال ایمیل توسط تابع mail(). شاید سرور شما برای ارسال ایمیل از این طریق تنظزیم نشده است';
$lang['email_send_failure_sendmail'] = 'عدم موفقیت در ارسال ایمیل توسط Sendmail. شاید سرور شما برای ارسال ایمیل از این طریق تنظیم نشده است';
$lang['email_send_failure_smtp'] = 'عدم موفقیت در ارسال ایمیل توسط SMTP. شاید سرور شما برای ارسال ایمیل از این طریق تنظیم نشده است';
$lang['email_sent'] = 'پیام شما با موفقیت توسط پروتکل مشخص شده ارسال شد: %s';
$lang['email_no_socket'] = 'عدم موفقیت در باز کردن یک سوکت جدید برای Sendmail. لطفا تنظیمات را چک کنید';
$lang['email_no_hostname'] = ' شما hostname را برای استفاده از SMTP مشخص نکرده اید';
$lang['email_smtp_error'] = 'خطایی در SMTP روبرو رخ داده است: %s';
$lang['email_no_smtp_unpw'] = 'خطا: شما باید یه نام کاربری و رمز عبور برای SMTP تعریف کنید.';
$lang['email_failed_smtp_login'] = 'عدم موفقیت برای ارسال فرمان AUTH LOGIN . خطا: %s';
$lang['email_smtp_auth_un'] = 'خطا در اعتبارسنجی username. خطا: %s';
$lang['email_smtp_auth_pw'] = 'خطا در اعتبارسنجی password. خطا: %s';
$lang['email_smtp_data_failure'] = 'عدم موفقیت در ارسال داده ها: %s';
$lang['email_exit_status'] = 'کد وضعیت خروج: %s';

View File

@@ -0,0 +1,69 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['form_validation_required'] = 'The {field} field is required.';
$lang['form_validation_isset'] = 'The {field} field must have a value.';
$lang['form_validation_valid_email'] = 'The {field} field must contain a valid email address.';
$lang['form_validation_valid_emails'] = 'The {field} field must contain all valid email addresses.';
$lang['form_validation_valid_url'] = 'The {field} field must contain a valid URL.';
$lang['form_validation_valid_ip'] = 'The {field} field must contain a valid IP.';
$lang['form_validation_valid_base64'] = 'The {field} field must contain a valid Base64 string.';
$lang['form_validation_min_length'] = 'The {field} field must be at least {param} characters in length.';
$lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} characters in length.';
$lang['form_validation_exact_length'] = 'The {field} field must be exactly {param} characters in length.';
$lang['form_validation_alpha'] = 'The {field} field may only contain alphabetical characters.';
$lang['form_validation_alpha_numeric'] = 'The {field} field may only contain alpha-numeric characters.';
$lang['form_validation_alpha_numeric_spaces'] = 'The {field} field may only contain alpha-numeric characters and spaces.';
$lang['form_validation_alpha_dash'] = 'The {field} field may only contain alpha-numeric characters, underscores, and dashes.';
$lang['form_validation_numeric'] = 'The {field} field must contain only numbers.';
$lang['form_validation_is_numeric'] = 'The {field} field must contain only numeric characters.';
$lang['form_validation_integer'] = 'The {field} field must contain an integer.';
$lang['form_validation_regex_match'] = 'The {field} field is not in the correct format.';
$lang['form_validation_matches'] = 'The {field} field does not match the {param} field.';
$lang['form_validation_differs'] = 'The {field} field must differ from the {param} field.';
$lang['form_validation_is_unique'] = 'The {field} field must contain a unique value.';
$lang['form_validation_is_natural'] = 'The {field} field must only contain digits.';
$lang['form_validation_is_natural_no_zero'] = 'The {field} field must only contain digits and must be greater than zero.';
$lang['form_validation_decimal'] = 'The {field} field must contain a decimal number.';
$lang['form_validation_less_than'] = 'The {field} field must contain a number less than {param}.';
$lang['form_validation_less_than_equal_to'] = 'The {field} field must contain a number less than or equal to {param}.';
$lang['form_validation_greater_than'] = 'The {field} field must contain a number greater than {param}.';
$lang['form_validation_greater_than_equal_to'] = 'The {field} field must contain a number greater than or equal to {param}.';
$lang['form_validation_error_message_not_set'] = 'Unable to access an error message corresponding to your field name {field}.';
$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.';

View File

@@ -0,0 +1,51 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['ftp_no_connection'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.';
$lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.';
$lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.';
$lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.';
$lang['ftp_unable_to_changedir'] = 'Unable to change directories.';
$lang['ftp_unable_to_chmod'] = 'Unable to set file permissions. Please check your path.';
$lang['ftp_unable_to_upload'] = 'Unable to upload the specified file. Please check your path.';
$lang['ftp_unable_to_download'] = 'Unable to download the specified file. Please check your path.';
$lang['ftp_no_source_file'] = 'Unable to locate the source file. Please check your path.';
$lang['ftp_unable_to_rename'] = 'Unable to rename the file.';
$lang['ftp_unable_to_delete'] = 'Unable to delete the file.';
$lang['ftp_unable_to_move'] = 'Unable to move the file. Please make sure the destination directory exists.';

View File

@@ -0,0 +1,57 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['imglib_source_image_required'] = 'You must specify a source image in your preferences.';
$lang['imglib_gd_required'] = 'The GD image library is required for this feature.';
$lang['imglib_gd_required_for_props'] = 'Your server must support the GD image library in order to determine the image properties.';
$lang['imglib_unsupported_imagecreate'] = 'Your server does not support the GD function required to process this type of image.';
$lang['imglib_gif_not_supported'] = 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.';
$lang['imglib_jpg_not_supported'] = 'JPG images are not supported.';
$lang['imglib_png_not_supported'] = 'PNG images are not supported.';
$lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.';
$lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.';
$lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.';
$lang['imglib_libpath_invalid'] = 'The path to your image library is not correct. Please set the correct path in your image preferences.';
$lang['imglib_image_process_failed'] = 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.';
$lang['imglib_rotation_angle_required'] = 'An angle of rotation is required to rotate the image.';
$lang['imglib_invalid_path'] = 'The path to the image is not correct.';
$lang['imglib_invalid_image'] = 'The provided image is not valid.';
$lang['imglib_copy_failed'] = 'The image copy routine failed.';
$lang['imglib_missing_font'] = 'Unable to find a font to use.';
$lang['imglib_save_failed'] = 'Unable to save the image. Please make sure the image and file directory are writable.';

View File

@@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

View File

@@ -0,0 +1,20 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @author Mohsen Shamohamadi (mhsenpc@gmail.com)
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['migration_none_found'] = 'مهاجرتی یافت نشد.';
$lang['migration_not_found'] = 'مهاجرتی با نسخه %s یافت نشد.';
$lang['migration_sequence_gap'] = 'در توالی مهاجرت و نزدیک به نسخه %s فاصله وجود دارد.';
$lang['migration_multiple_version'] = 'چندین مهاجرت با نسخه یکسان برای نسخه مشخص شده وجود دارد: %s.';
$lang['migration_class_doesnt_exist'] = 'کلاس مهاجرت "%s"، یافت نشد.';
$lang['migration_missing_up_method'] = 'متود "up" در کلاس مهاجرت "%s" یافت نشد.';
$lang['migration_missing_down_method'] = 'متود "down" در کلاس مهاجرت "%s" یافت نشد.';
$lang['migration_invalid_filename'] = 'نام فایل مهاجرت "%s" نامعتبر است.';

View File

@@ -0,0 +1,44 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['terabyte_abbr'] = 'TB';
$lang['gigabyte_abbr'] = 'GB';
$lang['megabyte_abbr'] = 'MB';
$lang['kilobyte_abbr'] = 'KB';
$lang['bytes'] = 'Bytes';

View File

@@ -0,0 +1,43 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['pagination_first_link'] = '&lsaquo; First';
$lang['pagination_next_link'] = '&gt;';
$lang['pagination_prev_link'] = '&lt;';
$lang['pagination_last_link'] = 'Last &rsaquo;';

View File

@@ -0,0 +1,60 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['profiler_database'] = 'DATABASE';
$lang['profiler_controller_info'] = 'CLASS/METHOD';
$lang['profiler_benchmarks'] = 'BENCHMARKS';
$lang['profiler_queries'] = 'QUERIES';
$lang['profiler_get_data'] = 'GET DATA';
$lang['profiler_post_data'] = 'POST DATA';
$lang['profiler_uri_string'] = 'URI STRING';
$lang['profiler_memory_usage'] = 'MEMORY USAGE';
$lang['profiler_config'] = 'CONFIG VARIABLES';
$lang['profiler_session_data'] = 'SESSION DATA';
$lang['profiler_headers'] = 'HTTP HEADERS';
$lang['profiler_no_db'] = 'Database driver is not currently loaded';
$lang['profiler_no_queries'] = 'No queries were run';
$lang['profiler_no_post'] = 'No POST data exists';
$lang['profiler_no_get'] = 'No GET data exists';
$lang['profiler_no_uri'] = 'No URI data exists';
$lang['profiler_no_memory'] = 'Memory Usage Unavailable';
$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.';
$lang['profiler_section_hide'] = 'Hide';
$lang['profiler_section_show'] = 'Show';
$lang['profiler_seconds'] = 'seconds';

View File

@@ -0,0 +1,487 @@
<?php defined('BASEPATH') or exit('No direct script access allowed');
// Persian-by Mohsen Shamohamadi (mhsenpc@gmail.com)
$lang['page_title'] = 'ثبت قرار ملاقات با';
$lang['service_and_provider'] = 'خدمات و ارائه دهنده';
$lang['select_service'] = 'انتخاب خدمت';
$lang['select_provider'] = 'انتخاب ارائه دهنده';
$lang['duration'] = 'مدت زمان';
$lang['minutes'] = 'دقیقه';
$lang['price'] = 'هزینه';
$lang['back'] = 'برگشت';
$lang['appointment_date_and_time'] = 'تاریخ و زمان ملاقات';
$lang['no_available_hours'] = 'برای تاریخ انتخاب شده، زمان خالی برای ملاقات وجود ندارد. لطفا تاریخ دیگری را انتخاب کنید';
$lang['appointment_hour_missing'] = 'لطفا قبل از ادامه، ساعتی برای ملاقات انتخاب کنید';
$lang['customer_information'] = 'اطلاعات مشتری';
$lang['first_name'] = 'نام';
$lang['last_name'] = 'نام خانوادگی';
$lang['email'] = 'پست الکترونیک';
$lang['phone_number'] = 'شماره تلفن';
$lang['phone'] = 'تلفن';
$lang['address'] = 'آدرس';
$lang['city'] = 'شهر';
$lang['zip_code'] = 'کد پستی';
$lang['notes'] = 'توضیحات';
$lang['language'] = 'زبان';
$lang['no_language'] = 'بدون زبان';
$lang['fields_are_required'] = 'فیلدهای ستاره دار اجباری هستند';
$lang['appointment_confirmation'] = 'تایید ملاقات';
$lang['confirm'] = 'تایید';
$lang['update'] = 'به روز رسانی';
$lang['cancel_appointment_hint'] = 'برای حذف قرار ملاقات از برنامه شرکت، دکمه لغو را بفشارید';
$lang['cancel'] = 'لغو';
$lang['appointment_registered'] = 'قرار ملاقات شما با موفقیت ثبت گردید';
$lang['cancel_appointment_title'] = 'لغو قرار ملاقات';
$lang['appointment_cancelled'] = 'قرار ملاقات شما با موفقیت لغو گردید';
$lang['appointment_cancelled_title'] = 'لغو ملاقات';
$lang['reason'] = 'دلیل';
$lang['appointment_removed_from_schedule'] = 'این قرار از برنامه شرکت حذف شده است';
$lang['appointment_details_was_sent_to_you'] = 'جزئیات قرار ملاقات به پست الکترونیکی شما ارسال گردید';
$lang['add_to_google_calendar'] = 'افزودن به تقویم گوگل';
$lang['appointment_booked'] = 'قرار ملاقات با موفقیت ثبت شد';
$lang['thank_you_for_appointment'] = 'از اینکه قرار ملاقاتی با ما ثبت کردید، متشکریم. در قسمت زیر می توانید جزئیات قرار را مشاهده کنید و در صورت لزوم با کلیک بر لینک، تغییراتی اعمال نمایید';
$lang['appointment_details_title'] = 'جزئیات قرار';
$lang['customer_details_title'] = 'جزئیات مشتری';
$lang['service'] = 'خدمات';
$lang['provider'] = 'ارائه دهنده';
$lang['customer'] = 'مشتری';
$lang['start'] = 'شروع';
$lang['end'] = 'پایان';
$lang['name'] = 'نام';
$lang['appointment_link_title'] = 'لینک قرار';
$lang['success'] = 'موفق';
$lang['appointment_added_to_your_plan'] = 'قرار جدیدی به برنامه شما اضافه گردید';
$lang['appointment_link_description'] = 'با کلیک بر لینک قرار، می توانید تغییراتی اعمال کنید';
$lang['appointment_locked'] = 'تغییر امکانپذیر نمی باشد';
$lang['appointment_locked_message'] = 'تغییر تا {$limit} ساعت آینده امکانپذیر نیست';
$lang['appointment_not_found'] = 'قرار ملاقات یافت نشد';
$lang['appointment_does_not_exist_in_db'] = 'قرار ملاقاتی که درخواست داده بودید، دیگر در بانک اطلاعاتی وجود ندارد';
$lang['display_calendar'] = 'نمایش تقویم';
$lang['calendar'] = 'تقویم';
$lang['users'] = 'کاربران';
$lang['settings'] = 'تنظیمات';
$lang['log_out'] = 'خروج';
$lang['synchronize'] = 'همگام سازی';
$lang['enable_sync'] = 'فعال کردن همگام سازی';
$lang['disable_sync'] = 'غیرفعال کردن همگام سازی';
$lang['disable_sync_prompt'] = 'از غیرفعال کردن همگام سازی تقویم اطمینان دارید؟';
$lang['reload'] = 'بارگذاری مجدد';
$lang['appointment'] = 'قرار';
$lang['unavailability'] = 'تعطیل';
$lang['week'] = 'هفته';
$lang['month'] = 'ماه';
$lang['today'] = 'امروز';
$lang['not_working'] = 'تعطیل است';
$lang['break'] = 'وقفه';
$lang['add'] = 'افزودن';
$lang['edit'] = 'ویرایش';
$lang['hello'] = 'سلام';
$lang['all_day'] = 'کل روز';
$lang['manage_appointment_record_hint'] = 'مدیریت کل قرارهای ارئه دهندگان و خدمات در دسترس';
$lang['select_filter_item_hint'] = 'یک ارائه دهنده یا خدمت انتخاب کنید و قرارهای مرتبط را روی تقویم ببینید';
$lang['enable_appointment_sync_hint'] = 'فعال کردن همگام سازی قرارها بر روی تقویم ارائه دهنده';
$lang['manage_customers_hint'] = 'مدیریت کاربران ثبت شده و نوبت های آن ها';
$lang['manage_services_hint'] = 'مدیریت خدمات و دسته بندی های سیستم';
$lang['manage_users_hint'] = 'مدیریت کاربران (مدیران، منشی ها، ارائه دهندگان)';
$lang['settings_hint'] = 'تنظیمات سیستم و کاربران';
$lang['log_out_hint'] = 'خروج از سیستم';
$lang['unavailability_periods_hint'] = 'در طول زمان در دسترس نبودن، ارائه دهنده قرار جدیدی را نمی پذیرد';
$lang['new_appointment_hint'] = 'ایجاد قرار جدید و ذخیره آن در بانک اطلاعاتی';
$lang['reload_appointments_hint'] = 'بارگذاری مجدد ملاقات ها';
$lang['trigger_sync_hint'] = 'همین حالا با تقویم گوگل همگام سازی انجام بده';
$lang['appointment_updated'] = 'قرار با موفقیت به روزرسانی شد';
$lang['undo'] = 'Undo';
$lang['appointment_details_changed'] = 'جزئیات قرار با موفقیت تغییر کرد';
$lang['appointment_changes_saved'] = 'تغییرات قرار ملاقات با موفقیت ذخیره شد';
$lang['save'] = 'ذخیره';
$lang['new'] = 'جدید';
$lang['select'] = 'انتخاب';
$lang['hide'] = 'مخفی کردن';
$lang['type_to_filter_customers'] = 'برای فیلتر مشتریان تایپ کنید';
$lang['clear_fields_add_existing_customer_hint'] = 'پاکسازی فیلدها و افزودن مشتری جدید';
$lang['pick_existing_customer_hint'] = 'انتخاب یک مشتری ثبت شده';
$lang['new_appointment_title'] = 'قرار جدید';
$lang['edit_appointment_title'] = 'ویرایش قرار';
$lang['delete_appointment_title'] = 'حذف قرار';
$lang['write_appointment_removal_reason'] = 'لطفا یک دقیقه زمان اختصاص دهید و دلیل حذف قرار ملاقاتتان را بیان کنید';
$lang['appointment_saved'] = 'قرار با موفقیت ذخیره شد';
$lang['new_unavailability_title'] = 'دوران تعطیلی جدید';
$lang['edit_unavailability_title'] = 'ویرایش دوره تعطیلی';
$lang['unavailability_saved'] = 'دوره تعطیلی با موفقیت ذخیره شد';
$lang['start_date_before_end_error'] = 'تاریخ شروع بعد از تاریخ پایان است';
$lang['invalid_email'] = 'آدرس پست الکترونیکی صحیح نیست';
$lang['invalid_duration'] = 'Invalid duration.';
$lang['customers'] = 'مشتریان';
$lang['details'] = 'جزئیات';
$lang['no_records_found'] = 'رکوردی یافت نشد...';
$lang['services'] = 'خدمات';
$lang['duration_minutes'] = 'مدت زمان (دقیقه)';
$lang['currency'] = 'واحد پول';
$lang['category'] = 'دسته بندی';
$lang['no_category'] = 'بدون دسته بندی';
$lang['description'] = 'توضیحات';
$lang['categories'] = 'دسته بنده ها';
$lang['admins'] = 'مدیران';
$lang['providers'] = 'ارائه دهندگان';
$lang['secretaries'] = 'منشی ها';
$lang['mobile_number'] = 'شماره موبایل';
$lang['mobile'] = 'موبایل';
$lang['state'] = 'ایالت';
$lang['username'] = 'نام کاربری';
$lang['password'] = 'رمز عبور';
$lang['retype_password'] = 'تکرار رمز';
$lang['receive_notifications'] = 'دریافت اطلاعیه';
$lang['passwords_mismatch'] = 'رمزهای عبور با هم مطابقت ندارند';
$lang['admin_saved'] = 'مدیر با موفقیت ذخیره شد';
$lang['provider_saved'] = 'ارائه دهنده با موفقیت ذخیره شد';
$lang['secretary_saved'] = 'منشی با موفقیت ذخیره شد';
$lang['admin_deleted'] = 'مدیر با موفقیت حذف شد';
$lang['provider_deleted'] = 'ارائه دهنده با موفقیت حذف شد';
$lang['secretary_deleted'] = 'منشی با موفقیت حذف شد';
$lang['service_saved'] = 'خدمت با موفقیت ذخیره شد.';
$lang['service_category_saved'] = 'دستنه بندی خدمت با موفقیت ذخیره شد';
$lang['service_deleted'] = 'خدمت با موفقیت حذف شد';
$lang['service_category_deleted'] = 'دسته بندی خدمت با موفقیت حذف شد';
$lang['customer_saved'] = 'مشتری با موفقیت ذخیره شد';
$lang['customer_deleted'] = 'مشتری با موفقیت حذف شد';
$lang['current_view'] = 'نمای جاری';
$lang['working_plan'] = 'برنامه کاری';
$lang['reset_plan'] = 'بازنشانی برنامه';
$lang['monday'] = 'دوشنبه';
$lang['tuesday'] = 'سه شنبه';
$lang['wednesday'] = 'چهارشنبه';
$lang['thursday'] = 'پنجشنبه';
$lang['friday'] = 'جمعه';
$lang['saturday'] = 'شنبه';
$lang['sunday'] = 'یکشنبه';
$lang['breaks'] = 'وقفه های کاری';
$lang['add_breaks_during_each_day'] = 'وقفه های کاری بین روز را مشخص کنید. در این زمان ها، قراری برای ارائه دهنده ثبت نمی شود';
$lang['day'] = 'روز';
$lang['days'] = 'روز';
$lang['actions'] = 'عملیات';
$lang['reset_working_plan_hint'] = 'بازنشانی برنامه کاری به حالت پیش فرض';
$lang['company_name'] = 'نام شرکت';
$lang['company_name_hint'] = 'نام شرکت در همه جای سیستم نشان داده می شود (الزامی)';
$lang['company_email'] = 'پست الکترونیک شرکت';
$lang['company_email_hint'] = 'این پست الکترونیک شرکت خواهد بود و بعنوان آدرس ارسال کننده و دریافت کننده جواب برای ایمیل های سیستم استفاده خواهد شد (الزامی)';
$lang['company_link'] = 'لینک شرکت';
$lang['company_link_hint'] = 'لینک شرکت باید حاوی آدرس وب سایت شرکت باشد (الزامی)';
$lang['go_to_booking_page'] = 'برو به صفحه ثبت ملاقات';
$lang['settings_saved'] = 'تنظیمات با موفقیت ذخیره شد';
$lang['general'] = 'عمومی';
$lang['booking'] = 'Booking';
$lang['visible'] = 'قابل رویت';
$lang['hidden'] = 'پنهان';
$lang['business_logic'] = 'منطق تجارت';
$lang['current_user'] = 'کاربر جاری';
$lang['about_app'] = 'درباره Easy!Appointments';
$lang['edit_working_plan_hint'] = 'در زیر روزها و ساعاتی را که شرکت شما قرار ملاقات ها را می پذیرد ، علامت گذاری کنید. شما می توانید قرارها را در ساعات غیر کاری تنظیم کنید اما مشتریان نمی توانند در دوره های غیر کاری قرار ملاقات ها را رزرو کنند. این برنامه کاری برای هر رکورد ارائه دهنده بصورت پیش فرض تنظیم خواهد شد ، هر چند برنامه کاری هر ارائه دهنده بصورت جداگانه قابل تنظیم است. بعد از آن می توانید وقفه های کاری را اضافه کنید.';
$lang['edit_breaks_hint'] = 'وقفه های کاری را در هر روز اضافه کنید. این وقفه ها برای همه ارائه دهندگان جدید اعمال می شود.';
$lang['book_advance_timeout'] = 'آخرین مهلت ثبت قرار';
$lang['book_advance_timeout_hint'] = 'تعیین کنید که تا چند دقیقه قبل از جلسه، کاربر می تواند قرار ملاقات تنظیم کند';
$lang['timeout_minutes'] = 'زمان (دقیقه)';
$lang['about_app_info'] = 'Easy!Appointments یک نرم افزار تحت وب با قابلیت سفارشی سازی بسیار بالاست که به مشتریان شما امکان می دهد از طریق وب قرار ملاقات با شما را رزرو کنند. علاوه بر این ، توانایی همگام سازی داده های شما با Google Calendar را فراهم می کند ، بنابراین می توانید از آنها در سایر سرویس ها استفاده کنید.';
$lang['current_version'] = 'نسخه فعلی';
$lang['support'] = 'پشتیبانی';
$lang['about_app_support'] = 'اگر هنگام استفاده از Easy!Appointments با مشکلی روبرو شدید می توانید در گروه رسمی Google برای یافتن پاسخ جستجو کنید. همچنین برای کمک به پیشرفت در این زمینه ممکن است لازم باشد یک Issue جدید در صفحه Google Code ایجاد کنید.';
$lang['official_website'] = 'وبسایت رسمی';
$lang['google_plus_community'] = ' انجمنGoogle+';
$lang['support_group'] = 'گروه پشتیبانی';
$lang['project_issues'] = 'مسائل پروژه';
$lang['license'] = 'License';
$lang['about_app_license'] = 'Easy!Appointments تحت مجوز GPLv3 منتشر شده است. با استفاده از کد این نرم افزار به هر شکل، شما با قوانین موجود در لینک زیر موافقت می کنید ';
$lang['logout_success'] = 'شما با موفقیت از سیستم خارج شدید! برای رفتن به صفحه دیگری ، روی یکی از دکمه های زیر کلیک کنید.';
$lang['book_appointment_title'] = 'ثبت قرار ملاقات';
$lang['backend_section'] = 'بخش مدیریت';
$lang['you_need_to_login'] = 'خوش آمدید! برای دسترسی به پنل مدیریت نیاز به ورود دارید';
$lang['enter_username_here'] = 'نام کاربری را اینجا وارد کنید...';
$lang['enter_password_here'] = 'رمز عبور را اینجا وارد کنید ...';
$lang['login'] = 'ورود';
$lang['forgot_your_password'] = 'رمزتان را فراموش کرده اید؟';
$lang['login_failed'] = 'ورود ناموفق بود ، لطفاً نام کاربری و رمز صحیح را وارد کنید و دوباره امتحان کنید.';
$lang['type_username_and_email_for_new_password'] = 'برای دریافت رمز عبور جدید، نام کاربری و آدرس پست الکترونیکی خود را وارد کنید';
$lang['enter_email_here'] = 'پست الکترونیک خود را اینجا وارد کنید ...';
$lang['regenerate_password'] = 'بازسازی رمز عبور';
$lang['go_to_login'] = 'بازگشت به صفحه ورود';
$lang['new_password_sent_with_email'] = 'رمز ورود جدید شما با ایمیل برای شما ارسال شده است.';
$lang['new_account_password'] = 'رمز جدید حساب کاربری';
$lang['new_password_is'] = 'رمز ورود حساب جدید شما $password است. لطفاً این ایمیل را ذخیره کنید تا در صورت لزوم رمزعبور خود را بازیابی کنید. همچنین می توانید این رمز عبور را با یک رمز ورود جدید در صفحه تنظیمات تغییر دهید.';
$lang['delete_record_prompt'] = 'آیا از حذف این مورد اطمینان دارید؟ این عمل برگشت پذیر نیست!';
$lang['delete_admin'] = 'حذف مدیر';
$lang['delete_customer'] = 'حذف مشتری';
$lang['delete_service'] = 'حذف خدمت';
$lang['delete_service_category'] = 'حذف دسته بندی خدمت';
$lang['delete_provider'] = 'حذف ارائه دهنده';
$lang['delete_secretary'] = 'حذف منشی';
$lang['delete_appointment'] = 'حذف قرار';
$lang['delete_unavailability'] = 'حذف دوره در دسترس نبودن';
$lang['delete'] = 'حذف';
$lang['unexpected_issues'] = 'مشکلات غیرمنتظره';
$lang['unexpected_issues_message'] = 'عملیات به دلیل مسائل غیرمنتظره نمی تواند به پایان برسد.';
$lang['close'] = 'بستن';
$lang['page_not_found'] = 'صفحه پیدا نشد';
$lang['page_not_found_message'] = 'متأسفانه صفحه ای که شما درخواست کرده اید وجود ندارد. لطفاً URL مرورگر خود را بررسی کنید یا با استفاده از دکمه های زیر به مکان دیگری بروید.';
$lang['error'] = 'خطا';
$lang['no_privileges'] = 'مجوز وجود ندارد';
$lang['no_privileges_message'] = 'شما برای مشاهده این صفحه مجوز لازم را ندارید. لطفا به بخش دیگری بروید.';
$lang['backend_calendar'] = 'Backend تقویم';
$lang['start_date_time'] = 'تاریخ و زمان شروع';
$lang['end_date_time'] = 'تاریخ و زمان پایان';
$lang['licensed_under'] = 'تحت مجوز';
$lang['unexpected_issues_occurred'] = 'خطای پیش بینی نشده رخ داد';
$lang['service_communication_error'] = 'خطایی در ارتباط با سرور به وجود آمد. لطفا مجددا سعی کنید';
$lang['no_privileges_edit_appointments'] = 'شما اجازه ویرایش این قرار ملاقات را ندارید';
$lang['unavailability_updated'] = 'زمان تعطیلی با موفقیت ذخیره شد';
$lang['appointments'] = 'قرارهای ملاقات';
$lang['unexpected_warnings'] = 'هشدارهای غیرمنتظره';
$lang['unexpected_warnings_message'] = 'عملیات انجام شد ولی هشدارهایی دریافت شد';
$lang['filter'] = 'فیلتر';
$lang['clear'] = 'Clear';
$lang['uncategorized'] = 'دسته بندی نشده';
$lang['username_already_exists'] = 'نام کاربری از قبل انتخاب شده';
$lang['password_length_notice'] = 'طول رمز عبور حداقل باید $number حرف باشد';
$lang['general_settings'] = 'تنظیمات عمومی';
$lang['personal_information'] = 'اطلاعات شخصی';
$lang['system_login'] = 'ورود به سیستم';
$lang['user_settings_are_invalid'] = 'تنظیمات کاربر اشتباه است. لطفا تنظیمات را بررسی کرده و مجددا سعی کنید';
$lang['add_break'] = 'افزودن وقفه کاری';
$lang['january'] = 'January';
$lang['february'] = 'February';
$lang['march'] = 'March';
$lang['april'] = 'April';
$lang['may'] = 'May';
$lang['june'] = 'June';
$lang['july'] = 'July';
$lang['august'] = 'August';
$lang['september'] = 'September';
$lang['october'] = 'October';
$lang['november'] = 'November';
$lang['december'] = 'December';
$lang['previous'] = 'قبلی';
$lang['next'] = 'بعدی';
$lang['now'] = 'اکنون';
$lang['select_time'] = 'انتخاب زمان';
$lang['time'] = 'زمان';
$lang['hour'] = 'ساعت';
$lang['minute'] = 'دقیقه';
$lang['calendar_sync_completed'] = 'همگام سازی با تقویم گوگل با موفقیت انجام شد';
$lang['calendar_sync_failed'] = 'همگام سازی با تقویم گوگل با شکست مواجه شد. سرور در دسترس نیست';
$lang['select_sync_calendar'] = 'انتخاب تقویم گوگل';
$lang['select_sync_calendar_prompt'] = 'تقویمی که می خواهید قرارها روی آن ذخیره شوند را انتخاب کنید. در صورتیکه که تقویم خاصی را انتخاب نکید، بصورت اتوماتیک روی تقویم پیش فرض ذخیره می شود';
$lang['sync_calendar_selected'] = 'تقویم گوگل با موفقیت انتخاب شد';
$lang['oops_something_went_wrong'] = 'اوه. مشکلی پیش آمد!';
$lang['ea_update_success'] = 'Easy!Appointments با موفقیت به روز رسانی شد';
$lang['require_captcha'] = 'کد امنیتی لازم است';
$lang['require_captcha_hint'] = 'بعد از فعال کردن این گزینه، کاربران قبل از ایجاد یا تغییر یک قرار ملاقات، باید یک کد امنیتی شامل حروف تصادفی را تشخیص دهند.';
$lang['captcha_is_wrong'] = 'کد امنیتی صحیح نمی باشد. لطفا مجددا سعی کنید';
$lang['any_provider'] = 'Any Provider';
$lang['requested_hour_is_unavailable'] = 'متاسفانه ملاقات در زمان درخواستی امکانپذیر نمی باشد. لطفا ساعتی دیگر برای قرار خود انتخاب کنید';
$lang['customer_notifications'] = 'اطلاعیه های مشتریان';
$lang['customer_notifications_hint'] = 'تعیین کنید که در صورت تغییری در قرار ملاقات، به مشتری توسط پست الکترونیکی اطلاع داده شود';
$lang['date_format'] = 'قالب تاریخ';
$lang['date_format_hint'] = 'قالب نمایش تاریخ را تغییر دهید (D - Date, M - Month, Y - Year).';
$lang['time_format'] = 'قالب زمان';
$lang['time_format_hint'] = 'قالب نمایش زمان را تغییر دهید (H - Hours, M - Minutes).';
$lang['first_weekday'] = 'اولین روز هفته';
$lang['first_weekday_hint'] = 'اولین روز هفته را انتخاب کنید';
$lang['google_analytics_code_hint'] = ' کد Google Analytics را در اینجا وارد کنید تا در صفحه ثبت ملاقات قرارداده شود';
$lang['availabilities_type'] = 'وضعیت دسترسی پذیری';
$lang['flexible'] = 'منعطف';
$lang['fixed'] = 'دقیق';
$lang['attendants_number'] = 'تعداد حاضران';
$lang['reset_working_plan'] = 'بازگردانی برنامه کاری به حالت پیش فرض';
$lang['legal_contents'] = 'مطالب قانونی';
$lang['cookie_notice'] = 'اعلامیه کوکی';
$lang['display_cookie_notice'] = 'نمایش اعلامیه کوکی';
$lang['cookie_notice_content'] = 'اعلامیه کوکی';
$lang['terms_and_conditions'] = 'شرایط و ضوابط';
$lang['display_terms_and_conditions'] = 'نمایش شرایط و ضوابط';
$lang['terms_and_conditions_content'] = 'شرایط و ضوابط';
$lang['privacy_policy'] = 'سیاست حفظ حریم خصوصی';
$lang['display_privacy_policy'] = 'نمایش سیاست حفظ حریم خصوصی';
$lang['privacy_policy_content'] = 'سیاست حفظ حریم خصوصی';
$lang['website_using_cookies_to_ensure_best_experience'] = 'این وب سایت برای اطمینان از اینکه شما بهترین تجربه را در وب سایت ما دارید ، از کوکی ها استفاده می کند.';
$lang['read_and_agree_to_terms_and_conditions'] = 'من مطالبی که در صفحه {$link}شرایط و ضوابط {/$link} نوشته شده را خواندم و آن ها را می پذیرم.';
$lang['read_and_agree_to_privacy_policy'] = 'من مطالبی که در صفحه {$link}سیاست حفظ حریم خصوصی{/$link} نوشته شده را خواندم و آن ها را می پذیرم.';
$lang['delete_personal_information_hint'] = 'حذف تمامی قرارها و اطلاعات شخصی از سیستم';
$lang['delete_personal_information'] = 'حذف اطلاعات شخصی';
$lang['delete_personal_information_prompt'] = 'از حذف اطلاعات شخصیتان اطمینان دارید؟ این عمل برگشت پذیر نیست';
$lang['location'] = 'محل';
$lang['working_plan_exception'] = 'استثنا برنامه کاری';
$lang['working_plan_exceptions'] = 'استثنائات برنامه کاری';
$lang['working_plan_exceptions_hint'] = 'یک روز کاری خارج از روال همیشگی اضافه کنید';
$lang['new_working_plan_exception_title'] = 'اضافه کردن یک روز کاری خارج از برنامه';
$lang['working_plan_exception_saved'] = 'روز کاری خارج از برنامه با موفقیت ثبت شد';
$lang['working_plan_exception_deleted'] = 'روز کاری خارج از برنامه با موفقیت حذف شد.';
$lang['add_working_plan_exceptions_during_each_day'] = 'یک روز کاری خارج از برنامه اضافه کنید';
$lang['add_working_plan_exception'] = 'افزودن روز کاری خارج از برنامه';
$lang['require_phone_number'] = 'اجباری کردن شماره تلفن';
$lang['require_phone_number_hint'] = 'در صورت فعال بودن ، هنگام رزرو قرار ملاقات ، مشتریان و کاربران باید شماره تلفن مشتری را وارد کنند';
$lang['check_spam_folder'] = 'اگر تا دقایقی دیگر ایمیل را دریافت نکردید ، لطفاً پوشه هرزنامه خود را بررسی کنید.';
$lang['api_token_hint'] = 'برای فعال سازی احراز هویت مبتنی بر token برای دسترسی به API برنامه، یک رمز مخفی تنظیم کنید.';
$lang['timezone'] = 'منطقه زمانی';
$lang['overwrite_existing_working_plans'] = 'این کار باعث بازنویسی برنامه های کاری موجود می شود. آیا از این کار اطمینان دارید؟';
$lang['working_plans_got_updated'] = 'تمامی برنامه های کاری به روز رسانی شدند';
$lang['apply_to_all_providers'] = 'اعمال کردن به همه ارائه دهنده ها';
$lang['display_any_provider'] = 'نمایش گزینه هر ارائه دهنده ای';
$lang['display_any_provider_hint'] = 'صفحه رزرو گزینه دیگری را در اختیار شما قرار می دهد که به مشتریان امکان می دهد بدون مشخص کردن ارائه دهنده ، رزرو کنند.';
$lang['load_more'] = 'بارگذاری موارد بیشتر';
$lang['list'] = 'لیست';
$lang['default'] = 'پیش فرض';
$lang['table'] = 'جدول';
$lang['date'] = 'تاریخ';
$lang['about'] = 'درباره';
$lang['booking_settings'] = 'تنظیمات رزرو';
$lang['display'] = 'نمایش';
$lang['require'] = 'نیاز';
$lang['color'] = 'رنگ';
$lang['matomo_analytics_url_hint'] = 'آدرس URL نصب Matomo خود را اضافه کنید تا ردیابی Matomo در صفحات رزرو فعال شود.';
$lang['invalid_phone'] = 'شماره تلفن نامعتبر.';
$lang['legal'] = 'قانونی';
$lang['business'] = 'کسب و کار';
$lang['account'] = 'حساب';
$lang['disable_booking'] = 'غیرفعال کردن رزرو';
$lang['disable_booking_hint'] = 'صفحه رزرو تا زمانی که این تنظیم فعال باشد غیرفعال خواهد شد و مشتریان قادر به ثبت رزروهای جدید نخواهند بود.';
$lang['display_message'] = 'نمایش پیام';
$lang['booking_is_disabled'] = 'رزرو غیرفعال است!';
$lang['appearance'] = 'ظاهر';
$lang['company_logo'] = 'آرم شرکت';
$lang['company_logo_hint'] = 'آرم شرکت در بسیاری از مکان‌های اپلیکیشن، از جمله صفحه رزرو و ایمیل‌های اطلاع‌رسانی نمایش داده خواهد شد (فایل تصویر، حداکثر 2MB).';
$lang['company_color'] = 'رنگ شرکت';
$lang['company_color_hint'] = 'رنگ شرکت در سراسر اپلیکیشن اعمال خواهد شد تا اپلیکیشن از برندینگ شما استفاده کند.';
$lang['localization'] = 'محلی‌سازی';
$lang['integrations'] = 'ادغام‌ها';
$lang['company'] = 'شرکت';
$lang['remove'] = 'حذف';
$lang['login_button'] = 'دکمه ورود';
$lang['display_login_button_hint'] = 'مشخص می‌کند که آیا دکمه ورود در صفحه رزرو نمایش داده می‌شود یا خیر.';
$lang['private'] = 'خصوصی';
$lang['private_hint'] = 'سوابق خصوصی در صفحات عمومی مانند صفحه رزرو نمایش داده یا پردازش نخواهند شد.';
$lang['reset'] = 'بازنشانی';
$lang['all'] = 'همه';
$lang['booking_link'] = 'لینک رزرو';
$lang['add_new_event'] = 'افزودن رویداد جدید';
$lang['what_kind_of_event'] = 'چه نوع رویدادی می‌خواهید اضافه کنید؟';
$lang['theme'] = 'تم';
$lang['limit_customer_access'] = 'محدود کردن دسترسی مشتری';
$lang['limit_customer_access_hint'] = 'اگر فعال شود، ارائه‌دهندگان و منشی‌ها فقط قادر خواهند بود به مشتریانی که با آنها قرار ملاقات دارند دسترسی پیدا کنند.';
$lang['url'] = 'آدرس URL';
$lang['secret_token'] = 'توکن مخفی';
$lang['verify_ssl'] = 'تأیید SSL';
$lang['appointment_save'] = 'ذخیره قرار ملاقات';
$lang['appointment_delete'] = 'حذف قرار ملاقات';
$lang['unavailability_save'] = 'ذخیره عدم دسترسی';
$lang['unavailability_delete'] = 'حذف عدم دسترسی';
$lang['customer_save'] = 'ذخیره مشتری';
$lang['customer_delete'] = 'حذف مشتری';
$lang['service_save'] = 'ذخیره خدمات';
$lang['service_delete'] = 'حذف خدمات';
$lang['service_category_save'] = 'ذخیره دسته‌بندی';
$lang['service_category_delete'] = 'حذف دسته‌بندی';
$lang['provider_save'] = 'ذخیره ارائه‌دهنده';
$lang['provider_delete'] = 'حذف ارائه‌دهنده';
$lang['secretary_save'] = 'ذخیره منشی';
$lang['secretary_delete'] = 'حذف منشی';
$lang['admin_save'] = 'ذخیره مدیر';
$lang['admin_delete'] = 'حذف مدیر';
$lang['options'] = 'گزینه‌ها';
$lang['webhooks'] = 'وب‌هوک‌ها';
$lang['webhooks_info'] = 'وب‌هوک‌ها به شما امکان می‌دهند تا اطلاع‌رسانی‌های HTTP را به برنامه‌های وب خارجی ارسال کنید در پاسخ به رویدادهای مختلف برنامه، مانند ایجاد قرار ملاقات یا حذف مشتری.';
$lang['integrations_info'] = 'ادغام‌ها به شما امکان می‌دهند تا ارتباطات شخص ثالث با برنامه‌ها و APIهای خارجی برقرار کنید.';
$lang['configure'] = 'پیکربندی';
$lang['google_analytics'] = 'گوگل آنالیتیکس';
$lang['google_analytics_info'] = 'گوگل آنالیتیکس به شما امکان می‌دهد تا کد ردیابی و نشانه‌گذاری HTML را به صفحه عمومی اضافه کنید و تمام جلسات رزرو عمومی را ردیابی کنید.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] = 'Matomo Analytics به شما امکان می‌دهد تا کد ردیابی و نشانه‌گذاری HTML را به صفحه عمومی اضافه کنید و تمام جلسات رزرو عمومی را ردیابی کنید.';
$lang['api'] = 'API';
$lang['api_info'] = 'API به شما امکان می‌دهد تا با تمام داده‌های Easy!Appointments از طریق پروتکل HTTP و نقاط پایانی API موجود تعامل کنید و ادغام‌های خود را ایجاد کنید.';
$lang['google_analytics_code'] = 'کد گوگل آنالیتیکس';
$lang['matomo_analytics_url'] = 'آدرس URL Matomo Analytics';
$lang['future_booking_limit'] = 'محدودیت رزرو آینده';
$lang['limit_days'] = 'محدودیت (روزها)';
$lang['future_booking_limit_hint'] = 'محدودیت آینده به روزها را تنظیم کنید که مشتریان می‌توانند از طریق صفحه رزرو عمومی قرار ملاقات‌ها را ثبت کنند.';
$lang['api_token'] = 'توکن API';
$lang['allow_rescheduling_cancellation_before'] = 'اجازه به تغییر زمان/لغو قبل از';
$lang['at_least_one_field'] = 'حداقل یک فیلد باید در صفحه رزرو نمایش داده شود.';
$lang['status'] = 'وضعیت';
$lang['appointment_status_options'] = 'گزینه‌های وضعیت قرار ملاقات';
$lang['appointment_status_options_info'] = 'فهرستی از گزینه‌های وضعیت قرار ملاقات موجود را تعریف کنید که می‌توان از آنها در صفحه تقویم استفاده کرد (اولین گزینه به طور خودکار به عنوان مقدار پیش‌فرض انتخاب خواهد شد).';
$lang['sunday_short'] = 'ی';
$lang['monday_short'] = 'ش';
$lang['tuesday_short'] = 'د';
$lang['wednesday_short'] = 'س';
$lang['thursday_short'] = 'چ';
$lang['friday_short'] = 'ج';
$lang['saturday_short'] = 'ش';
$lang['january_short'] = 'ژان';
$lang['february_short'] = 'فبر';
$lang['march_short'] = 'مار';
$lang['april_short'] = 'آپر';
$lang['may_short'] = 'مه';
$lang['june_short'] = 'ژوئن';
$lang['july_short'] = 'ژو';
$lang['august_short'] = 'اگست';
$lang['september_short'] = 'سپتام';
$lang['october_short'] = 'اکتبر';
$lang['november_short'] = 'نوام';
$lang['december_short'] = 'دسام';
$lang['am'] = 'ق.ظ';
$lang['pm'] = 'ب.ظ';
$lang['to'] = 'تا';
$lang['click_to_toggle'] = 'کلیک کنید برای تغییر وضعیت';
$lang['week_short'] = 'هفته';
$lang['scroll_to_increment'] = 'برای افزایش پیمایش کنید';
$lang['year'] = 'سال';
$lang['make_non_working_day'] = 'این ارائه‌دهنده در روز انتخاب شده برای کار در دسترس نخواهد بود.';
$lang['no_breaks'] = 'بدون استراحت';
$lang['service_categories'] = 'دسته‌بندی‌های خدمات';
$lang['service_category'] = 'دسته‌بندی خدمات';
$lang['blocked_period_saved'] = 'دوره مسدود شده با موفقیت ذخیره شد.';
$lang['blocked_period_deleted'] = 'دوره مسدود شده با موفقیت حذف شد.';
$lang['delete_blocked_period'] = 'حذف دوره مسدود شده';
$lang['blocked_period'] = 'دوره مسدود شده';
$lang['blocked_periods'] = 'دوره‌های مسدود شده';
$lang['blocked_period_save'] = 'ذخیره دوره مسدود شده';
$lang['blocked_period_delete'] = 'حذف دوره مسدود شده';
$lang['blocked_periods_hint'] = 'دوره‌های زمانی را تعریف کنید که در آن‌ها رزروهای عمومی برای همه ارائه‌دهندگان غیرفعال خواهد شد (مثلاً تاریخ‌های بسته، تعطیلات و غیره).';
$lang['custom_field'] = 'فیلد سفارشی';
$lang['custom_fields'] = 'فیلدهای سفارشی';
$lang['label'] = 'برچسب';
$lang['webhook_saved'] = 'وب‌هوک با موفقیت ذخیره شد.';
$lang['webhook_deleted'] = 'وب‌هوک با موفقیت حذف شد.';
$lang['delete_webhook'] = 'حذف وب‌هوک';
$lang['contact_info'] = 'اطلاعات تماس';
$lang['hide_from_public'] = 'پنهان از عموم';
$lang['matomo_analytics_site_id'] = 'شناسه سایت Matomo Analytics';
$lang['matomo_analytics_site_id_hint'] = 'شناسه سایت را که توسط Matomo پیگیری خواهد شد تنظیم کنید (سایت پیش‌فرض دارای شناسه "1" است).';
$lang['default_timezone'] = 'منطقه زمانی پیش‌فرض';
$lang['default_timezone_hint'] = 'مقدار منطقه زمانی پیش‌فرض را که برای رکوردهای جدید استفاده خواهد شد تنظیم کنید.';
$lang['default_language'] = 'زبان پیش‌فرض';
$lang['default_language_hint'] = 'مقدار زبان پیش‌فرض را که برای رکوردهای جدید استفاده خواهد شد تنظیم کنید.';
$lang['sync_method_prompt'] = 'کدام روش همگام‌سازی را می‌خواهید استفاده کنید؟';
$lang['caldav_server'] = 'سرور CalDAV';
$lang['caldav_connection_info_prompt'] = 'لطفاً اطلاعات اتصال تقویم هدف CalDAV را وارد کنید.';
$lang['connect'] = 'اتصال';
$lang['ldap'] = 'LDAP';
$lang['ldap_info'] = 'این ادغام به شما امکان می‌دهد به یک سرور LDAP موجود متصل شوید و به‌طور خودکار کاربران را به Easy!Appointments وارد کنید و به آن‌ها اجازه دهید با رمز عبور دایرکتوری خود SSO کنند (نام کاربری باید مطابقت داشته باشد).';
$lang['host'] = 'میزبان';
$lang['port'] = 'پورت';
$lang['user_dn'] = 'User DN';
$lang['base_dn'] = 'Base DN';
$lang['keyword'] = 'کلیدواژه';
$lang['ldap_search_hint'] = 'یک کلیدواژه ارائه دهید تا از طریق دایرکتوری LDAP برای کاربران مطابق با معیارهای فیلتر جستجو کنید.';
$lang['ldap_extension_not_loaded'] = 'افزونه LDAP PHP بارگذاری نشده است، اما برای عملکرد این ادغام ضروری است.';
$lang['field_mapping'] = 'نقشه‌برداری فیلد';
$lang['content'] = 'محتوا';
$lang['active'] = 'فعال';
$lang['user_imported'] = 'رکورد کاربر با موفقیت وارد شد.';
$lang['import'] = 'وارد کردن';
$lang['ldap_dn'] = 'LDAP DN';
$lang['role'] = 'نقش';
$lang['at_least_one_field_required'] = 'حداقل یک فیلد باید به‌عنوان فیلد مورد نیاز در صفحه رزرو تنظیم شود.';
$lang['customer_is_already_booked'] = 'این مشتری در دوره رزرو درخواستی قبلاً یک قرار ملاقات دارد.';
$lang['fields'] = 'فیلدها';
$lang['invalid_credentials_provided'] = 'اعتبارنامه‌های نامعتبر ارائه شده است، لطفاً دوباره تلاش کنید.';
$lang['calendar_url'] = 'URL تقویم';
$lang['please_select'] = 'لطفاً انتخاب کنید';
$lang['secret_header'] = 'Secret Header';
// End

View File

@@ -0,0 +1,58 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['ut_test_name'] = 'Test Name';
$lang['ut_test_datatype'] = 'Test Datatype';
$lang['ut_res_datatype'] = 'Expected Datatype';
$lang['ut_result'] = 'Result';
$lang['ut_undefined'] = 'Undefined Test Name';
$lang['ut_file'] = 'File Name';
$lang['ut_line'] = 'Line Number';
$lang['ut_passed'] = 'Passed';
$lang['ut_failed'] = 'Failed';
$lang['ut_boolean'] = 'Boolean';
$lang['ut_integer'] = 'Integer';
$lang['ut_float'] = 'Float';
$lang['ut_double'] = 'Float'; // can be the same as float
$lang['ut_string'] = 'String';
$lang['ut_array'] = 'Array';
$lang['ut_object'] = 'Object';
$lang['ut_resource'] = 'Resource';
$lang['ut_null'] = 'Null';
$lang['ut_notes'] = 'Notes';

View File

@@ -0,0 +1,55 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['upload_userfile_not_set'] = 'Unable to find a post variable called userfile.';
$lang['upload_file_exceeds_limit'] = 'The uploaded file exceeds the maximum allowed size in your PHP configuration file.';
$lang['upload_file_exceeds_form_limit'] = 'The uploaded file exceeds the maximum size allowed by the submission form.';
$lang['upload_file_partial'] = 'The file was only partially uploaded.';
$lang['upload_no_temp_directory'] = 'The temporary folder is missing.';
$lang['upload_unable_to_write_file'] = 'The file could not be written to disk.';
$lang['upload_stopped_by_extension'] = 'The file upload was stopped by extension.';
$lang['upload_no_file_selected'] = 'You did not select a file to upload.';
$lang['upload_invalid_filetype'] = 'The filetype you are attempting to upload is not allowed.';
$lang['upload_invalid_filesize'] = 'The file you are attempting to upload is larger than the permitted size.';
$lang['upload_invalid_dimensions'] = 'The image you are attempting to upload doesn\'t fit into the allowed dimensions.';
$lang['upload_destination_error'] = 'A problem was encountered while attempting to move the uploaded file to the final destination.';
$lang['upload_no_filepath'] = 'The upload path does not appear to be valid.';
$lang['upload_no_file_types'] = 'You have not specified any allowed file types.';
$lang['upload_bad_filename'] = 'The file name you submitted already exists on the server.';
$lang['upload_not_writable'] = 'The upload destination folder does not appear to be writable.';