Imported Debian patch 4.8.10-2
This commit is contained in:
committed by
Mario Fetka
parent
8bc559c5a1
commit
358acdd85f
@@ -58,6 +58,8 @@
|
||||
"type_otp": "Two factor authentication (password + OTP)",
|
||||
"type_password": "Password",
|
||||
"type_radius": "RADIUS",
|
||||
"type_pkinit": "PKINIT",
|
||||
"type_hardened": "Hardened Password (by SPAKE or FAST)",
|
||||
"user_tooltip": "<p>Per-user setting, overwrites the global setting if any option is checked.</p><p><strong>Password + Two-factor:</strong> LDAP and Kerberos allow authentication with either one of the authentication types but Kerberos uses pre-authentication method which requires to use armor ccache.</p><p><strong>RADIUS with another type:</strong> Kerberos always use RADIUS, but LDAP never does. LDAP only recognize the password and two-factor authentication options.</p>"
|
||||
},
|
||||
"buttons": {
|
||||
@@ -204,7 +206,7 @@
|
||||
"logout": "Log out",
|
||||
"logout_error": "Log out error",
|
||||
"password": "Password",
|
||||
"password_and_otp": "Password or Password+One-Time-Password",
|
||||
"password_and_otp": "Password or Password+One-Time Password",
|
||||
"sync_otp_token": "Sync OTP Token",
|
||||
"username": "Username"
|
||||
},
|
||||
@@ -457,14 +459,14 @@
|
||||
"keytab": "Kerberos Key",
|
||||
"keytab_missing": "Kerberos Key Not Present",
|
||||
"keytab_present": "Kerberos Key Present, Host Provisioned",
|
||||
"password": "One-Time-Password",
|
||||
"password_missing": "One-Time-Password Not Present",
|
||||
"password_present": "One-Time-Password Present",
|
||||
"password": "One-Time Password",
|
||||
"password_missing": "One-Time Password Not Present",
|
||||
"password_present": "One-Time Password Present",
|
||||
"password_reset_button": "Reset OTP",
|
||||
"password_reset_title": "Reset One-Time-Password",
|
||||
"password_reset_title": "Reset One-Time Password",
|
||||
"password_set_button": "Set OTP",
|
||||
"password_set_success": "OTP set",
|
||||
"password_set_title": "Set One-Time-Password",
|
||||
"password_set_title": "Set One-Time Password",
|
||||
"status": "Status",
|
||||
"unprovision": "Unprovision",
|
||||
"unprovision_confirmation": "Are you sure you want to unprovision this host?",
|
||||
@@ -745,13 +747,14 @@
|
||||
"new_password": "New Password",
|
||||
"new_password_required": "New password is required",
|
||||
"otp": "OTP",
|
||||
"otp_info": "<i class=\"fa fa-info-circle\"></i> <strong>One-Time-Password(OTP):</strong> Generate new OTP code for each OTP field.",
|
||||
"otp_long": "One-Time-Password",
|
||||
"otp_info": "<i class=\"fa fa-info-circle\"></i> <strong>OTP (One-Time Password):</strong> Generate new OTP code for each OTP field.",
|
||||
"otp_reset_info": "<i class=\"fa fa-info-circle\"></i> <strong>OTP (One-Time Password):</strong> Leave blank if you are not using OTP tokens for authentication.",
|
||||
"otp_long": "One-Time Password",
|
||||
"otp_sync_fail": "Token synchronization failed",
|
||||
"otp_sync_invalid": "The username, password or token codes are not correct",
|
||||
"otp_sync_success": "Token was synchronized",
|
||||
"password": "Password",
|
||||
"password_and_otp": "Password or Password+One-Time-Password",
|
||||
"password_and_otp": "Password or Password+One-Time Password",
|
||||
"password_change_complete": "Password change complete",
|
||||
"password_must_match": "Passwords must match",
|
||||
"reset_failure": "Password reset was not successful.",
|
||||
@@ -842,4 +845,4 @@
|
||||
}
|
||||
},
|
||||
"version": "4.6.90.pre2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user