// SYSTEM PANEL //
[ROOT]
/
mnt
/
pleskStorage
/
vhosts
/
kodsolutions.net
/
subdomains
/
syaaraa.kodsolutions.net
/
lang
/
ar
[ PARENT ]
EDIT :: auth.php
<?php return [ /* |-------------------------------------------------------------------------- | Authentication Language Lines |-------------------------------------------------------------------------- | | The following language lines are used during authentication for various | messages that we need to display to the user. You are free to modify | these language lines according to your application's requirements. | */ 'failed' => 'بيانات الدخول هذه لا تتطابق مع سجلاتنا.', 'throttle' => 'قمت بعدد محاولات تسجيل دخول كثيرة. يرجى المحاولة مرة أخرى بعد: ثواني.', 'The_provided_credentials_are_incorrect' => 'البيانات المدخلة غير صحيحة', 'Your_email_address_is_not_verified'=> 'Your email address is not verified.', 'Verification_Info_Sent_To_Your_Email'=> 'Verification Info Sent To Your Email', 'You_have_entered_a_wrong_code_for_reset_password' => 'لقد ادخلت الرمز الخاطئ لاستعادة كلمة المرور فضلا اعد المحاولة', 'You_Have_Entered_A_Wrong_Email_For_Reset_Password' => 'لقد ادخلت البريد الالكتروني الخاطئ لاستعادة كلمة المرور فضلا اعد المحاولة ', 'You_Have_Entered_A_Wrong_Code_For_Reset_Password' => 'لقد ادخلت الرمز الخاطئ لاستعادة كلمة المرور فضلا اعد المحاولة', 'You_Have_Entered_A_Wrong_Email_For_Reset_Password' => 'You Have Entered A Wrong Email For Reset Password', 'mobileUnique' => 'رقم الموبايل المدخل مرتبط مع حساب شخصي اخر', 'register_with_non_active_user' => 'هذا البريد الإلكتروني مرتبط بحساب موجود ، يرجى التحقق من البريد الإلكتروني مرة أخرى ويمكنك تسجيل الدخول بدلاً من التسجيل' , 'login_with_non_active_user' => 'هذا البريد الإلكتروني غير مرتبط بحساب حالي ، يرجى التحقق منه مرة أخرى أو الاتصال بنا' ];
SAVE
CANCEL