<!-- Message shown when user enters wrong PIN/password/pattern below the main message, for ex: "Wrong PIN. Try again" in line 1 and the following text in line 2. [CHAR LIMIT=52] -->
<stringname="kg_wrong_input_try_fp_suggestion">Or unlock with fingerprint</string>
<!-- Message shown when user fingerprint is not recognized [CHAR LIMIT=26] -->
<stringname="kg_fp_not_recognized">Fingerprint not recognized</string>
<!-- Message shown when we want the users to try biometric auth again or use pin/pattern/password [CHAR LIMIT=26] -->
<stringname="bouncer_face_not_recognized">Face not recognized</string>
<!-- Message shown when we want the users to try biometric auth again or use pin/pattern/password [CHAR LIMIT=52] -->
<stringname="kg_bio_try_again_or_pin">Try again or enter PIN</string>
<!-- Message shown when we want the users to try biometric auth again or use pin/pattern/password [CHAR LIMIT=52] -->
<stringname="kg_bio_try_again_or_password">Try again or enter password</string>
<!-- Message shown when we want the users to try biometric auth again or use pin/pattern/password [CHAR LIMIT=52] -->
<stringname="kg_bio_try_again_or_pattern">Try again or draw pattern</string>
<!-- Message shown when we are on bouncer after temporary lockout of either face or fingerprint [CHAR LIMIT=52] -->
<stringname="kg_bio_too_many_attempts_pin">PIN is required after too many attempts</string>
<!-- Message shown when we are on bouncer after temporary lockout of either face or fingerprint [CHAR LIMIT=52] -->
<stringname="kg_bio_too_many_attempts_password">Password is required after too many attempts</string>
<!-- Message shown when we are on bouncer after temporary lockout of either face or fingerprint [CHAR LIMIT=52] -->
<stringname="kg_bio_too_many_attempts_pattern">Pattern is required after too many attempts</string>
<!-- Instructions when the user can unlock with PIN/password/pattern or fingerprint from bouncer. [CHAR LIMIT=26] -->
<stringname="kg_unlock_with_pin_or_fp">Unlock with PIN or fingerprint</string>
<!-- Instructions when the user can unlock with PIN/password/pattern or fingerprint from bouncer. [CHAR LIMIT=26] -->
<stringname="kg_unlock_with_password_or_fp">Unlock with password or fingerprint</string>
<!-- Instructions when the user can unlock with PIN/password/pattern or fingerprint from bouncer. [CHAR LIMIT=26] -->
<stringname="kg_unlock_with_pattern_or_fp">Unlock with pattern or fingerprint</string>
<!-- Message shown when we are on bouncer after Device admin requested lockdown. [CHAR LIMIT=52] -->
<stringname="kg_prompt_after_dpm_lock">For added security, device was locked by work policy</string>
<!-- Message shown for pin/pattern/password when we are on bouncer after user triggered lockdown. [CHAR LIMIT=52] -->
<stringname="kg_prompt_after_user_lockdown_pin">PIN is required after lockdown</string>
<!-- Message shown for pin/pattern/password when we are on bouncer after user triggered lockdown. [CHAR LIMIT=52] -->
<stringname="kg_prompt_after_user_lockdown_password">Password is required after lockdown</string>
<!-- Message shown for pin/pattern/password when we are on bouncer after user triggered lockdown. [CHAR LIMIT=52] -->
<stringname="kg_prompt_after_user_lockdown_pattern">Pattern is required after lockdown</string>
<!-- Message shown to prepare for an unattended update (OTA). Also known as an over-the-air (OTA) update. [CHAR LIMIT=52] -->
<stringname="kg_prompt_unattended_update">Update will install during inactive hours</string>
<!-- Message shown when primary authentication hasn't been used for some time. [CHAR LIMIT=52] -->
<stringname="kg_prompt_pin_auth_timeout">Added security required. PIN not used for a while.</string>
<!-- Message shown when primary authentication hasn't been used for some time. [CHAR LIMIT=52] -->
<stringname="kg_prompt_password_auth_timeout">Added security required. Password not used for a while.</string>
<!-- Message shown when primary authentication hasn't been used for some time. [CHAR LIMIT=52] -->
<stringname="kg_prompt_pattern_auth_timeout">Added security required. Pattern not used for a while.</string>
<!-- Message shown when device hasn't been unlocked for a while. [CHAR LIMIT=52] -->
<stringname="kg_prompt_auth_timeout">Added security required. Device wasn\u2019t unlocked for a while.</string>
<!-- Message shown when face unlock is not available after too many failed face authentication attempts. [CHAR LIMIT=52] -->
<stringname="kg_face_locked_out">Can\u2019t unlock with face. Too many attempts.</string>
<!-- Message shown when fingerprint unlock isn't available after too many failed fingerprint authentication attempts. [CHAR LIMIT=52] -->
<stringname="kg_fp_locked_out">Can\u2019t unlock with fingerprint. Too many attempts.</string>
<!-- Message shown when Trust Agent is disabled. [CHAR LIMIT=52] -->
<stringname="kg_trust_agent_disabled">Trust agent is unavailable</string>
<!-- Message shown when primary auth is locked out after too many attempts [CHAR LIMIT=52] -->
<stringname="kg_primary_auth_locked_out_pin">Too many attempts with incorrect PIN</string>
<!-- Message shown when primary auth is locked out after too many attempts [CHAR LIMIT=52] -->
<stringname="kg_primary_auth_locked_out_pattern">Too many attempts with incorrect pattern</string>
<!-- Message shown when primary auth is locked out after too many attempts [CHAR LIMIT=52] -->
<stringname="kg_primary_auth_locked_out_password">Too many attempts with incorrect password</string>
<!-- Countdown message shown after too many failed unlock attempts [CHAR LIMIT=26]-->
<!-- An explanation text that the pattern needs to be solved since the device has just been restarted. [CHAR LIMIT=80] -->
<stringname="kg_prompt_reason_restart_pattern">Pattern required after device restarts</string>
<!-- An explanation text that the pattern needs to be solved since the device has just been restarted. [CHAR LIMIT=52] -->
<stringname="kg_prompt_reason_restart_pattern">Pattern is required after device restarts</string>
<!-- An explanation text that the pin needs to be entered since the device has just been restarted. [CHAR LIMIT=80] -->
<stringname="kg_prompt_reason_restart_pin">PIN required after device restarts</string>
<!-- An explanation text that the pin needs to be entered since the device has just been restarted. [CHAR LIMIT=52] -->
<stringname="kg_prompt_reason_restart_pin">PIN is required after device restarts</string>
<!-- An explanation text that the password needs to be entered since the device has just been restarted. [CHAR LIMIT=80] -->
<stringname="kg_prompt_reason_restart_password">Password required after device restarts</string>
<!-- An explanation text that the password needs to be entered since the device has just been restarted. [CHAR LIMIT=52] -->
<stringname="kg_prompt_reason_restart_password">Password is required after device restarts</string>
<!-- An explanation text that the pattern needs to be solved since the user hasn't used strong authentication since quite some time. [CHAR LIMIT=80] -->
<stringname="kg_prompt_reason_timeout_pattern">For additional security, use pattern instead</string>