class ar{
//Decition
public static $empty_dec_num = ' الرجاء إدخال رقم الوثيقة ';
public static $empty_dec_done_date= ' الرجاء إدخال تاريخ انعقاد المجلس ';
public static $empty_dec_title = ' الرجاء إدخال موضوع الوثيقة ';
public static $empty_dec_body = ' الرجاء إدخال نص الوثيقة ';
public static $empty_dec_source = ' الرجاء تحديد مصدر الوثيقة ';
public static $empty_dec_dest = ' الرجاء تحديد وجهة الوثيقة ';
public static $empty_dec_rev = ' الرجاء تحديد حالة الوثيقة ';
// public static $empty_dec_num = ' الرجاء إدخال رقم الوثيقة ';
public static $invalid_dec_num = ' الرجاء عدم إدخال محارف في رقم الوثيقة ';
public static $exist_dec_code = ' رمز الوثيقة موجود سابقاً ';
//User
public static $invalid_username = 'اسم المستخدم أو كلمة المرور غير صالحين';
public static $unauth = 'لا تملك السماحيات الكافية للمتابعة';
public static $incomplete_user_info = ' يجب عليك استكمال معلوماتك الشخصية ليتمكن الآخرون من التواصل معك في حال قمت بإضافة غرض ما';
public static $invalid_email = ' البريد الاكتروني المدخل غير صالح ';
public static $invalid_mobile = ' رقم الجوال المدخل غير صالح ';
public static $invalid_old_pass = ' كلمة المرور السابقة غير صحيحة ';
public static $pass_more_5 = ' كلمة المرور الجديدة يجب أن تكون خمس محارف أو أكثر ';
public static $not_confirm_pass = ' تأكيد كلمة المرور غير صحيح ';
public static $empty_user_pass = ' اسم المستخدم أو كلمة المرور فارغين ';
public static $save_done = 'Save record is OK';
public static $reply_done = 'تمت عملية الرد بنجاح';
public static $del_done = ' تمت عملية الحذف بنجاح ';
public static $empty_user_name = ' الرجاء إدخال اسم المستخدم';
public static $empty_role = 'الرجاء تحديد دور المستخدم';
public static $exist_user_name = ' اسم المستخدم موجود سابقاُ ';
public static $access_deny = ' Direct access not available ';
public static $missing_some_fields = 'Missing some Fields';
public static $missing_some_fields_ar = 'الرجاء ادخال كافة الحقول المطلوبة';
public static $assetAlreadyExist = 'Asset Already Exist';
public static $serialAlreadyExist = 'Serial Already Exist';
public static $semAlreadyExist = 'Week Already Exist with Same Type in this Semester';
public static $invalidFromToDate = 'From Date must be before To Date';
public static $slot_is_booked = 'The slot has been booked, Please select another';
public static $std_has_book = 'You have an active booking you can not book other';
public static $not_allow_more_busy_slot = 'More Busy Slot is not Allowed in this Date ';
public static $you_have_active_slot = '<-- لديك حجز فعال ';
public static $slot_booked_exist = 'You can not make all date busy, At least, one booked slot at this date';
public static $only_for_under2 = 'هذا الأسبوع مخصص لطلاب معدلهم أقل من 2';
public static $only_bef_24h = 'لا يمكن إلغاء الموعد إلا قبل 24 ساعة';
public static $no_week = 'لا توجد أسابيع متاحة بعد';
public static $can_not_reply = 'لا تملك صلاحية الرد على هذه الشكوى';
public static $exist_pos_code = 'رمز المنصب موجود سابقاً';
public static $send_com_done = 'تم ارسال الشكوى، سيتم اعلامك عبر بريدك الالكتروني عند الرد عليها';
}
?>
Fatal error: Class 'ar' not found in C:\xampp\htdocs\Complaints\application\default\models\myACL.php on line 223