mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
28 lines
923 B
JSON
28 lines
923 B
JSON
{
|
|
|
|
"LOGIN" : {
|
|
|
|
"ERROR_PASSWORD_BLANK" : "@:APP.ERROR_PASSWORD_BLANK",
|
|
"ERROR_PASSWORD_SAME" : "The new password must be different from the expired password.",
|
|
"ERROR_PASSWORD_MISMATCH" : "@:APP.ERROR_PASSWORD_MISMATCH",
|
|
"ERROR_NOT_VALID" : "This user account is not currently valid.",
|
|
"ERROR_NOT_ACCESSIBLE" : "Access to this account is not currently allowed. Please try again later.",
|
|
|
|
"INFO_PASSWORD_EXPIRED" : "Your password has expired and must be reset. Please enter a new password to continue.",
|
|
|
|
"FIELD_HEADER_NEW_PASSWORD" : "New password",
|
|
"FIELD_HEADER_CONFIRM_NEW_PASSWORD" : "Confirm new password"
|
|
|
|
},
|
|
|
|
"USER_ATTRIBUTES" : {
|
|
|
|
"FIELD_HEADER_DISABLED" : "Login disabled:",
|
|
"FIELD_HEADER_EXPIRED" : "Password expired:",
|
|
|
|
"SECTION_HEADER_RESTRICTIONS" : "Account Restrictions"
|
|
|
|
}
|
|
|
|
}
|