This commit is contained in:
84
application/language/arabic/calendar_lang.php
Normal file
84
application/language/arabic/calendar_lang.php
Normal 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'] = 'أح';
|
||||
$lang['cal_mo'] = 'أث';
|
||||
$lang['cal_tu'] = 'ثل';
|
||||
$lang['cal_we'] = 'أر';
|
||||
$lang['cal_th'] = 'خم';
|
||||
$lang['cal_fr'] = 'جم';
|
||||
$lang['cal_sa'] = 'سب';
|
||||
$lang['cal_sun'] = 'أحد';
|
||||
$lang['cal_mon'] = 'أثن';
|
||||
$lang['cal_tue'] = 'ثلا';
|
||||
$lang['cal_wed'] = 'أرب';
|
||||
$lang['cal_thu'] = 'خمي';
|
||||
$lang['cal_fri'] = 'جمع';
|
||||
$lang['cal_sat'] = 'سبت';
|
||||
$lang['cal_sunday'] = 'الأحد';
|
||||
$lang['cal_monday'] = 'الإثنين';
|
||||
$lang['cal_tuesday'] = 'الثلاثاء';
|
||||
$lang['cal_wednesday'] = 'الأربعاء';
|
||||
$lang['cal_thursday'] = 'الخميس';
|
||||
$lang['cal_friday'] = 'الجمعة';
|
||||
$lang['cal_saturday'] = 'السبت';
|
||||
$lang['cal_jan'] = 'ينا';
|
||||
$lang['cal_feb'] = 'فبر';
|
||||
$lang['cal_mar'] = 'مار';
|
||||
$lang['cal_apr'] = 'أبر';
|
||||
$lang['cal_may'] = 'ماي';
|
||||
$lang['cal_jun'] = 'يون';
|
||||
$lang['cal_jul'] = 'يول';
|
||||
$lang['cal_aug'] = 'اغس';
|
||||
$lang['cal_sep'] = 'سبتم';
|
||||
$lang['cal_oct'] = 'اكتو';
|
||||
$lang['cal_nov'] = 'نوفم';
|
||||
$lang['cal_dec'] = 'ديسم';
|
||||
$lang['cal_january'] = 'يناير';
|
||||
$lang['cal_february'] = 'فبراير';
|
||||
$lang['cal_march'] = 'مارس';
|
||||
$lang['cal_april'] = 'أبريل';
|
||||
$lang['cal_mayl'] = 'مايو';
|
||||
$lang['cal_june'] = 'يونيو';
|
||||
$lang['cal_july'] = 'يوليو';
|
||||
$lang['cal_august'] = 'أغسطس';
|
||||
$lang['cal_september'] = 'سبتمبر';
|
||||
$lang['cal_october'] = 'أكتوبر';
|
||||
$lang['cal_november'] = 'نوفمبر';
|
||||
$lang['cal_december'] = 'ديسمبر';
|
||||
94
application/language/arabic/date_lang.php
Normal file
94
application/language/arabic/date_lang.php
Normal 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'] = 'سنة';
|
||||
$lang['date_years'] = 'سنوات';
|
||||
$lang['date_month'] = 'شهر';
|
||||
$lang['date_months'] = 'شهور';
|
||||
$lang['date_week'] = 'أسبوع';
|
||||
$lang['date_weeks'] = 'أسابيع';
|
||||
$lang['date_day'] = 'يوم';
|
||||
$lang['date_days'] = 'أيام';
|
||||
$lang['date_hour'] = 'ساعة';
|
||||
$lang['date_hours'] = 'ساعات';
|
||||
$lang['date_minute'] = 'دقيقة';
|
||||
$lang['date_minutes'] = 'دقائق';
|
||||
$lang['date_second'] = 'ثانية';
|
||||
$lang['date_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';
|
||||
35
application/language/arabic/db_lang.php
Normal file
35
application/language/arabic/db_lang.php
Normal 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" أو "like".';
|
||||
$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'] = 'مسار التخزين المؤقت غير صحيح أو غير قابل للكتابة.';
|
||||
$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'] = 'حصل خطأ في قاعدة البيانات';
|
||||
30
application/language/arabic/email_lang.php
Normal file
30
application/language/arabic/email_lang.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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'] = 'يجب تمرير مصفوفة إلى دالة التحقق من البريد الإلكتروني.';
|
||||
$lang['email_invalid_address'] = 'عنوان بريد إلكتروني خاطئ: %s';
|
||||
$lang['email_attachment_missing'] = 'غير قادر على إيجاد الملف المرفق: %s';
|
||||
$lang['email_attachment_unreadable'] = 'غير قاد على فتح الملف المرفق: %s';
|
||||
$lang['email_no_from'] = 'لا يمكن إرسال البريد الإلكتروني بدون تحديد المرسل.';
|
||||
$lang['email_no_recipients'] = 'يجب إضافة مستقبلين: To, Cc, or Bcc';
|
||||
$lang['email_send_failure_phpmail'] = 'غير قادر على الإرسال باستخدام PHP mail(). قد يكون الخادم غير معد للإرسال باستخدام هذه الطريقة.';
|
||||
$lang['email_send_failure_sendmail'] = 'غير قادر على الإرسال باستخدام PHP Sendmail. قد يكون الخادم غير معد للإرسال باستخدام هذه الطريقة.';
|
||||
$lang['email_send_failure_smtp'] = 'غير قادر على الإرسال باستخدام PHP SMTP. قد يكون الخادم غير معد للإرسال باستخدام هذه الطريقة.';
|
||||
$lang['email_sent'] = 'تم إرسال الرسالة بنجاح باستخدام البروتوكول التالي: %s';
|
||||
$lang['email_no_socket'] = 'غير قادر على فتح إتصال مع Sendmail. الرجاء التأكد من الإعدادات.';
|
||||
$lang['email_no_hostname'] = 'لم تحدد إسم المضيف لـ SMTP.';
|
||||
$lang['email_smtp_error'] = 'خطأ SMTP حدث: %s';
|
||||
$lang['email_no_smtp_unpw'] = 'خطأ: يجب تحديد إسم مستخدم وكلمة مرور لـ SMTP.';
|
||||
$lang['email_failed_smtp_login'] = 'فشل في إرسال أمر AUTH LOGIN command. الخطأ: %s';
|
||||
$lang['email_smtp_auth_un'] = 'فشل في التحقق من اسم المستخدم. الخطأ: %s';
|
||||
$lang['email_smtp_auth_pw'] = 'فشل في التحقق من كلمة مرور. الخطأ: %s';
|
||||
$lang['email_smtp_data_failure'] = 'غير قادر على إرسال البيانات: %s';
|
||||
$lang['email_exit_status'] = 'رمز الخطأ: %s';
|
||||
69
application/language/arabic/form_validation_lang.php
Normal file
69
application/language/arabic/form_validation_lang.php
Normal 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'] = 'الحقل {field} مطلوب.';
|
||||
$lang['form_validation_isset'] = 'الحقل {field} يجب أن يحتوي قيمة.';
|
||||
$lang['form_validation_valid_email'] = 'الحقل {field} يجب أن يحتوي عنوان بريد إلكتروني صحيح.';
|
||||
$lang['form_validation_valid_emails'] = 'الحقل {field} يجب أن يحتوي على جميع عناوين البريد الإلكتروني الصحيحة.';
|
||||
$lang['form_validation_valid_url'] = 'الحقل {field} يجب أن يحتوي عنوان موقع إلكتروني صحيح.';
|
||||
$lang['form_validation_valid_ip'] = 'الحقل {field} يجب أن يحتوي عنوان IP صحيح.';
|
||||
$lang['form_validation_valid_base64'] = 'الحقل {field} يجب أن يحتوي على نصح Base64 صحيح.';
|
||||
$lang['form_validation_min_length'] = 'الحقل {field} يجب أن يحتوي على الأقل {param} حرف.';
|
||||
$lang['form_validation_max_length'] = 'الحقل {field} يجب أن لا يزيد عن {param} حرف.';
|
||||
$lang['form_validation_exact_length'] = 'الحقل {field} يجب أن يحتوي على {param} حرف بالضبط.';
|
||||
$lang['form_validation_alpha'] = 'الحقل {field} يقبل أحرف هجائية فقط.';
|
||||
$lang['form_validation_alpha_numeric'] = 'الحقل {field} يقبل أحرف وأرقام فقط.';
|
||||
$lang['form_validation_alpha_numeric_spaces'] = 'الحقل {field} يقبل أحرف وأرقام ومسافات فقط.';
|
||||
$lang['form_validation_alpha_dash'] = 'الحقل {field} يقبل أحرف وأرقام وشرطات وشرطات على السطر فقط.';
|
||||
$lang['form_validation_numeric'] = 'الحقل {field} يجب أن يحتوي على أرقام فقط.';
|
||||
$lang['form_validation_is_numeric'] = 'الحقل {field} يجب أن يحتوي على أحرف رقمية فقط.';
|
||||
$lang['form_validation_integer'] = 'الحقل {field} يجب أن يحتوي على عدد صحيح.';
|
||||
$lang['form_validation_regex_match'] = 'الحقل {field} يجب أن يكون بالصيغة الصحيحة.';
|
||||
$lang['form_validation_matches'] = 'الحقل {field} لا يطابق قيمة الحقل {param}.';
|
||||
$lang['form_validation_differs'] = 'الحقل {field} يجب أن يختلف عن الحقل {param}.';
|
||||
$lang['form_validation_is_unique'] = 'الحقل {field} يجب أن يحتوي على قيمة فريدة.';
|
||||
$lang['form_validation_is_natural'] = 'الحقل {field} يجب أن يحتوي فقط على أرقام.';
|
||||
$lang['form_validation_is_natural_no_zero'] = 'الحقل {field} يجب أن يحتوي فقط على أرقام أكبر من الصفر.';
|
||||
$lang['form_validation_decimal'] = 'الحقل {field} يجب أن يحتوي على رقم عشري.';
|
||||
$lang['form_validation_less_than'] = 'الحقل {field} يجب أن يحتوي على رقم أقل من {param}.';
|
||||
$lang['form_validation_less_than_equal_to'] = 'الحقل {field} يجب أن يحتوي على رقم أقل من أو يساوي {param}.';
|
||||
$lang['form_validation_greater_than'] = 'الحقل {field} يجب أن يحتوي على رقم أكبر من {param}.';
|
||||
$lang['form_validation_greater_than_equal_to'] = 'الحقل {field} يجب أن يحتوي على رقم أكبر من أو يساوي {param}.';
|
||||
$lang['form_validation_error_message_not_set'] = 'غير قادر على الوصول إلى رسالة خطأ تتوافق مع اسم الحقل {field}.';
|
||||
$lang['form_validation_in_list'] = 'الحقل {field} يجب أن يكون واحد من: {param}.';
|
||||
51
application/language/arabic/ftp_lang.php
Normal file
51
application/language/arabic/ftp_lang.php
Normal 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.';
|
||||
57
application/language/arabic/imglib_lang.php
Normal file
57
application/language/arabic/imglib_lang.php
Normal 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.';
|
||||
10
application/language/arabic/index.html
Normal file
10
application/language/arabic/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title> ٤٠٣ غير مصرح للوصول هنا </title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>الوصول هنا غير مصرح به.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
19
application/language/arabic/migration_lang.php
Normal file
19
application/language/arabic/migration_lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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['migration_none_found'] = 'لا يوجد أي عمليات ترحيل.';
|
||||
$lang['migration_not_found'] = 'تعذر العثور على عملية الترحيل هذه.';
|
||||
$lang['migration_sequence_gap'] = 'هناك فجوة بين تسلسل عمليات الترحيل عند الرقم : %s.';
|
||||
$lang['migration_multiple_version'] = 'هناك عدة عمليات ترحيل لها نفس التعداد: %d.';
|
||||
$lang['migration_class_doesnt_exist'] = "تعذر العثور على صنف الترحيل \"%s\".";
|
||||
$lang['migration_missing_up_method'] = "صنف الترحيل \"%s\" يفتقد إلى دالة 'up'.";
|
||||
$lang['migration_missing_down_method'] = "صنف الترحيل \"%s\" يفتقد إلى دالة 'down'.";
|
||||
$lang['migration_invalid_filename'] = "اسم الملف الخاص بالترحيل \"%s\" غير صحيح.";
|
||||
44
application/language/arabic/number_lang.php
Normal file
44
application/language/arabic/number_lang.php
Normal 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'] = 'تيرابايت';
|
||||
$lang['gigabyte_abbr'] = 'جيجابايت';
|
||||
$lang['megabyte_abbr'] = 'ميجابايت';
|
||||
$lang['kilobyte_abbr'] = 'كيلوبايت';
|
||||
$lang['bytes'] = 'بايت';
|
||||
43
application/language/arabic/pagination_lang.php
Normal file
43
application/language/arabic/pagination_lang.php
Normal 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'] = '‹ الأولى';
|
||||
$lang['pagination_next_link'] = '>';
|
||||
$lang['pagination_prev_link'] = '<';
|
||||
$lang['pagination_last_link'] = 'الأخيرة ›';
|
||||
60
application/language/arabic/profiler_lang.php
Normal file
60
application/language/arabic/profiler_lang.php
Normal 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';
|
||||
487
application/language/arabic/translations_lang.php
Normal file
487
application/language/arabic/translations_lang.php
Normal file
@@ -0,0 +1,487 @@
|
||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||
// Arabic
|
||||
$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'] = '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'] = 'تراجع';
|
||||
$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_duration'] = 'مدة غير صحيحة.';
|
||||
$lang['invalid_email'] = 'بريد الكتروني غير صحيح';
|
||||
$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'] = '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'] = 'About E!A';
|
||||
$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 حتى تتمكن من استخدامها مع الخدمات الأخرى.';
|
||||
$lang['current_version'] = 'النسخة الحالية';
|
||||
$lang['support'] = 'الدعم';
|
||||
$lang['about_app_support'] = 'إذا واجهت أي مشاكل عند استخدام Easy!Appointments، يمكنك البحث في مجموعة Google الرسمية للحصول على إجابات. قد تحتاج أيضًا إلى إنشاء مشكلة جديدة في صفحة Google Code للمساعدة في تقدم عملية التطوير.';
|
||||
$lang['official_website'] = 'الموقع الرسمي';
|
||||
$lang['google_plus_community'] = 'Google+ مجتمع';
|
||||
$lang['support_group'] = 'مجموعة الدعم';
|
||||
$lang['project_issues'] = 'مشاكل المشروع';
|
||||
$lang['license'] = 'الرخصة';
|
||||
$lang['about_app_license'] = 'Easy!Appointments مرخص بموجب ترخيص GPLv3. باستخدامك لرمز Easy!Appointments بأي شكل من الأشكال فإنك توافق على الشروط الموضحة في عنوان URL التالي';
|
||||
$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'] = 'لم يتم العثور على الصفحة للأسف .يرجى التاكد من الرابط في المتصفح او الذهاب الى مكان آخر باستخدام الازرار أدناه';
|
||||
$lang['error'] = 'خطأ';
|
||||
$lang['no_privileges'] = 'لا يوجد صلاحيات';
|
||||
$lang['no_privileges_message'] = 'لا يوجد لك صلاحيات لمعاينة هذه الصفحة . يرجى التوجه الى مكان آخر';
|
||||
$lang['backend_calendar'] = 'التقويم الخاص بالمستخدمين ';
|
||||
$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'] = 'تنظيف';
|
||||
$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'] = 'يناير';
|
||||
$lang['february'] = 'فبراير';
|
||||
$lang['march'] = 'مارس';
|
||||
$lang['april'] = 'أبريل';
|
||||
$lang['may'] = 'مايو';
|
||||
$lang['june'] = 'يونيو';
|
||||
$lang['july'] = 'يوليو';
|
||||
$lang['august'] = 'أغسطس';
|
||||
$lang['september'] = 'سبتمبر';
|
||||
$lang['october'] = 'أكتوبر';
|
||||
$lang['november'] = 'نوفمبر';
|
||||
$lang['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'] = 'تم تحديث برنامج الحجوزات بنجاح';
|
||||
$lang['require_captcha'] = 'مطلوب CAPTCHA';
|
||||
$lang['require_captcha_hint'] = 'عند التمكين ، سيتوجب على الزبون ادخال رمز عشوائي عند الحجز او التعديل على الموعد ';
|
||||
$lang['captcha_is_wrong'] = 'الرجاء المحاولة مرة أخرى CAPTCHA لم يتم تأكيد';
|
||||
$lang['any_provider'] = 'أيْ مزوّد خدمة';
|
||||
$lang['requested_hour_is_unavailable'] = 'الموعد الذي طلبته غير متاح للأسف . يرجى اختيار ساعة مختلفة لحجز الموعد ';
|
||||
$lang['customer_notifications'] = 'اشعارات الزبون';
|
||||
$lang['customer_notifications_hint'] = 'سيتم تلقي اشعارات للزبون عند تغيّر موعد الحجز أو عند تحديثه';
|
||||
$lang['date_format'] = 'صيغة التاريخ';
|
||||
$lang['date_format_hint'] = 'تغيير صيغة وعرض التاريخ (D - يوم, M - شهر, Y - سنة).';
|
||||
$lang['time_format'] = 'صيغة الوقت';
|
||||
$lang['time_format_hint'] = 'تغيير تنسيق عرض الوقت (H - ساعات، M - دقائق).';
|
||||
$lang['first_weekday'] = 'أول يوم في الاسبوع';
|
||||
$lang['first_weekday_hint'] = 'قم بتعيين اليوم الأول من أسبوع التقويم.';
|
||||
$lang['google_analytics_code_hint'] = 'ليتم تضمينه في صفحة الحجز Google Analytics ID أضف معرّف';
|
||||
$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'] = 'قم بتعيين رمز مميز سري لتمكين المصادقة المستندة إلى الرمز المميز لـ Easy!Appointments 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'] = 'سيتم عرض شعار الشركة في العديد من الأماكن في التطبيق، بما في ذلك صفحة الحجز ورسائل الإشعارات عبر البريد الإلكتروني (ملف صورة، بحد أقصى 2 ميجابايت).';
|
||||
$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'] = 'خطافات الويب - Webhooks';
|
||||
$lang['webhooks_info'] = 'تمكنك خطافات الويب من إرسال إشعارات HTTP إلى تطبيقات الويب الخارجية استجابةً لأحداث التطبيق المختلفة، مثل إنشاء موعد أو إزالة عميل.';
|
||||
$lang['integrations_info'] = 'تمكنك عمليات التكامل من إجراء اتصالات خارجية مع التطبيقات الخارجية وواجهات برمجة التطبيقات.';
|
||||
$lang['configure'] = 'إعداد';
|
||||
$lang['google_analytics'] = 'تحليلات جوجل';
|
||||
$lang['google_analytics_info'] = 'يمكّنك Google Analytics من إضافة كود التتبع وترميز HTML تلقائيًا إلى الصفحة العامة وتتبع جميع جلسات الحجز العامة.';
|
||||
$lang['matomo_analytics'] = 'Matomo Analytics';
|
||||
$lang['matomo_analytics_info'] = 'يمكّنك Matomo Analytics من إضافة شفرة التتبع وترميز HTML تلقائيًا إلى الصفحة العامة وتتبع جميع جلسات الحجز العامة';
|
||||
$lang['api'] = 'API';
|
||||
$lang['api_info'] = 'تُمكِّنك واجهة برمجة التطبيقات من التفاعل مع جميع بيانات Easy!Appointments عبر بروتوكول HTTP ونقاط نهاية واجهة برمجة التطبيقات المتاحة وإنشاء عمليات التكامل الخاصة بك.';
|
||||
$lang['google_analytics_code'] = 'Google Analytics Code';
|
||||
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
|
||||
$lang['future_booking_limit'] = 'حد الحجز المستقبلي';
|
||||
$lang['limit_days'] = 'الحد (بالأيام)';
|
||||
$lang['future_booking_limit_hint'] = 'قم بتعيين الحد المستقبلي بالأيام التي يمكن للعملاء فيها تحديد المواعيد عبر صفحة الحجز العامة';
|
||||
$lang['api_token'] = 'API Token';
|
||||
$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'] = 'Wk';
|
||||
$lang['scroll_to_increment'] = 'قم بالتمرير للزيادة';
|
||||
$lang['year'] = 'Year';
|
||||
$lang['make_non_working_day'] = 'لن يكون هذا المزود (مقدم الخدمة) متاحًا للعمل في اليوم المحدد.';
|
||||
$lang['no_breaks'] = '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'] = '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 والسماح لهم بإدخال كلمة مرور الدليل الخاصة بهم (يجب أن يتطابق اسم المستخدم)';
|
||||
$lang['host'] = 'المضيف';
|
||||
$lang['port'] = 'الميناء';
|
||||
$lang['user_dn'] = 'المستخدم DN';
|
||||
$lang['base_dn'] = 'قاعدة 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
|
||||
58
application/language/arabic/unit_test_lang.php
Normal file
58
application/language/arabic/unit_test_lang.php
Normal 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';
|
||||
55
application/language/arabic/upload_lang.php
Normal file
55
application/language/arabic/upload_lang.php
Normal 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.';
|
||||
Reference in New Issue
Block a user