'حساب بهذا البريد الإلكتروني موجود مسبقا.', 'account_not_found' => 'اسم المستخدم أو كلمة المرور غير صحيحة.', 'account_not_activated' => 'لم يتم تنشيط حساب هذا المستخدم.', 'account_suspended' => 'This user account is suspended.', 'account_banned' => 'This user account is banned.', 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', 'signin' => array( 'error' => 'There was a problem while trying to log you in, please try again.', 'success' => 'قمت بتسجيل الدخول بنجاح.', ), 'signup' => array( 'error' => 'There was a problem while trying to create your account, please try again.', 'success' => 'Account sucessfully created.', ), 'forgot-password' => array( 'error' => 'There was a problem while trying to get a reset password code, please try again.', 'success' => 'Password recovery email successfully sent.', ), 'forgot-password-confirm' => array( 'error' => 'There was a problem while trying to reset your password, please try again.', 'success' => 'Your password has been successfully reset.', ), 'activate' => array( 'error' => 'There was a problem while trying to activate your account, please try again.', 'success' => 'Your account has been successfully activated.', ), );