-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3a5bb0
commit 8aade8f
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'user_not_found' => 'User not found', | ||
'user_not_permitted_at_this_time' => 'Not permitted to logon at this time', | ||
'user_not_permitted_to_login' => 'Not permitted to logon at this workstation', | ||
'password_expired' => 'Password expired', | ||
'account_disabled' => 'Account disabled', | ||
'account_expired' => 'Account expired', | ||
'user_must_reset_password' => 'User must reset password', | ||
'user_account_locked' => 'User account locked', | ||
'user_not_found' => 'User not found.', | ||
'user_not_permitted_at_this_time' => 'Not permitted to logon at this time.', | ||
'user_not_permitted_to_login' => 'Not permitted to logon at this workstation.', | ||
'password_expired' => 'Your password has expired.', | ||
'account_disabled' => 'Your account is disabled.', | ||
'account_expired' => 'Your account has expired.', | ||
'user_must_reset_password' => 'You must reset your password before logging in.', | ||
'user_account_locked' => 'Your account is locked.', | ||
]; |