Merge "Update RemoteLockscreenValidation detail strings and char limits." into udc-dev

This commit is contained in:
Brian Lee
2023-02-22 20:34:17 +00:00
committed by Android (Google) Code Review

View File

@@ -3344,12 +3344,12 @@
<!-- Header shown when prompted for remote device credential validation. [CHAR LIMIT=17] -->
<string name="lockpassword_remote_validation_header">Verify it\u0027s you</string>
<!-- Details shown when pattern is prompted for remote device credential validation. [CHAR LIMIT=100] -->
<string name="lockpassword_remote_validation_pattern_details">Enter your other device\u0027s pattern to securely transfer Google Accounts, settings, and more. Your pattern is encrypted.</string>
<!-- Details shown when PIN is prompted for remote device credential validation. [CHAR LIMIT=100] -->
<string name="lockpassword_remote_validation_pin_details">Enter your other device\u0027s PIN to securely transfer Google Accounts, settings, and more. Your PIN is encrypted.</string>
<!-- Details shown when password is prompted for remote device credential validation. [CHAR LIMIT=100] -->
<string name="lockpassword_remote_validation_password_details">Enter your other device\u0027s password to securely transfer Google Accounts, settings, and more. Your password is encrypted.</string>
<!-- Details shown when pattern is prompted for remote device credential validation. [CHAR LIMIT=160] -->
<string name="lockpassword_remote_validation_pattern_details">To transfer Google Accounts, settings, and more, enter your other device\u0027s pattern. Your pattern is encrypted.</string>
<!-- Details shown when PIN is prompted for remote device credential validation. [CHAR LIMIT=160] -->
<string name="lockpassword_remote_validation_pin_details">To transfer Google Accounts, settings, and more, enter your other device\u0027s PIN. Your PIN is encrypted.</string>
<!-- Details shown when password is prompted for remote device credential validation. [CHAR LIMIT=160] -->
<string name="lockpassword_remote_validation_password_details">To transfer Google Accounts, settings, and more, enter your other device\u0027s password. Your password is encrypted.</string>
<!-- Checkbox label to set pattern as new screen lock if remote device credential validation succeeds. [CHAR LIMIT=43] -->
<string name="lockpassword_remote_validation_set_pattern_as_screenlock">Also use pattern to unlock this device</string>