23 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     /*
 | |
|       |--------------------------------------------------------------------------
 | |
|       | Password Reminder Language Lines
 | |
|       |--------------------------------------------------------------------------
 | |
|       |
 | |
|       | The following language lines are the default lines which match reasons
 | |
|       | that are given by the password broker for a password update attempt
 | |
|       | has failed, such as for an invalid token or invalid new password.
 | |
|       |
 | |
|      */
 | |
| 
 | |
|     'password' => 'يجب أن تحتوي كلمات المرور على الأقل ستة أحرف وتتطابق مع التأكيد.',
 | |
|     'user'     => 'لا يمكننا العثور على مستخدم بهذا البريد الإلكتروني.',
 | |
|     'token'    => 'رمز إعادة تعيين كلمة المرور غير صالح.',
 | |
|     'sent'     => 'لقد أرسلنا رابط إعادة تعيين كلمة المرور إلى بريدك الإلكتروني!',
 | |
|     'reset'    => 'تم إعادة تعيين كلمة المرور الخاصة بك!',
 | |
| 
 | |
| ];
 | 
