implement a more consistent login mask with a stable layout and improved error messages
This commit is contained in:
parent
f7e470ca58
commit
97d69f37e9
5 changed files with 352 additions and 78 deletions
|
|
@ -3,6 +3,7 @@ accessibility = Accessibility
|
|||
.magnifier = Magnifier
|
||||
.high-contrast = High contrast
|
||||
.invert-colors = Invert Colors
|
||||
authenticating = Authenticating...
|
||||
cancel = Cancel
|
||||
caps-lock = Caps Lock is active.
|
||||
enter-user = Enter name manually...
|
||||
|
|
@ -25,3 +26,10 @@ shutdown-timeout = The system will shut down automatically in
|
|||
}
|
||||
suspend = Suspend
|
||||
user = User
|
||||
|
||||
# Authentication errors
|
||||
auth-error-default = Authentication failed. Please try again.
|
||||
auth-error-credentials = Incorrect password. Please check your keyboard layout and try again.
|
||||
auth-error-denied = Access denied.
|
||||
auth-error-maxtries = Too many failed authentication attempts.
|
||||
auth-error-account = Account is unavailable or disabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue