Merge "Fix Confirm/Choose Credentials strings related to profile"
This commit is contained in:
committed by
Android (Google) Code Review
commit
14ff9a91fa
@@ -1042,6 +1042,8 @@
|
||||
|
||||
<!-- Title of the dialog shown when the user removes the device lock [CHAR LIMIT=NONE] -->
|
||||
<string name="unlock_disable_frp_warning_title">Remove device protection?</string>
|
||||
<!-- Title of the dialog shown when the user removes the profile lock [CHAR LIMIT=NONE] -->
|
||||
<string name="unlock_disable_frp_warning_title_profile">Remove profile protection?</string>
|
||||
|
||||
<!-- Content of the dialog shown when the user removes the device lock pattern [CHAR LIMIT=NONE] -->
|
||||
<string name="unlock_disable_frp_warning_content_pattern">"Device protection features will not work without your pattern."</string>
|
||||
@@ -1060,6 +1062,23 @@
|
||||
<!-- Content of the dialog shown when the user removes the device lock of unknown type and the user has fingerprints enrolled [CHAR LIMIT=NONE] -->
|
||||
<string name="unlock_disable_frp_warning_content_unknown_fingerprint">"Device protection features will not work without your screen lock.<xliff:g id="empty_line">\n\n</xliff:g>Your saved fingerprints will also be removed from this device and you won't be able to unlock your phone, authorize purchases, or sign in to apps with them."</string>
|
||||
|
||||
<!-- Content of the dialog shown when the user removes the profile lock pattern [CHAR LIMIT=NONE] -->
|
||||
<string name="unlock_disable_frp_warning_content_pattern_profile">"Profile protection features will not work without your pattern."</string>
|
||||
<!-- Content of the dialog shown when the user removes the profile lock pattern and the user has fingerprints enrolled [CHAR LIMIT=NONE] -->
|
||||
<string name="unlock_disable_frp_warning_content_pattern_fingerprint_profile">"Profile protection features will not work without your pattern.<xliff:g id="empty_line">\n\n</xliff:g>Your saved fingerprints will also be removed from this profile and you won't be able to unlock your profile, authorize purchases, or sign in to apps with them."</string>
|
||||
<!-- Content of the dialog shown when the user removes the profile lock PIN [CHAR LIMIT=NONE] -->
|
||||
<string name="unlock_disable_frp_warning_content_pin_profile">"Profile protection features will not work without your PIN."</string>
|
||||
<!-- Content of the dialog shown when the user removes the profile lock PIN and the user has fingerprints enrolled [CHAR LIMIT=NONE] -->
|
||||
<string name="unlock_disable_frp_warning_content_pin_fingerprint_profile">"Profile protection features will not work without your PIN.<xliff:g id="empty_line">\n\n</xliff:g>Your saved fingerprints will also be removed from this profile and you won't be able to unlock your profile, authorize purchases, or sign in to apps with them."</string>
|
||||
<!-- Content of the dialog shown when the user removes the profile lock password [CHAR LIMIT=NONE] -->
|
||||
<string name="unlock_disable_frp_warning_content_password_profile">"Profile protection features will not work without your password."</string>
|
||||
<!-- Content of the dialog shown when the user removes the profile lock password and the user has fingerprints enrolled [CHAR LIMIT=NONE] -->
|
||||
<string name="unlock_disable_frp_warning_content_password_fingerprint_profile">"Profile protection features will not work without your password.<xliff:g id="empty_line">\n\n</xliff:g>Your saved fingerprints will also be removed from this profile and you won't be able to unlock your profile, authorize purchases, or sign in to apps with them."</string>
|
||||
<!-- Content of the dialog shown when the user removes the profile lock of unknown type [CHAR LIMIT=NONE] -->
|
||||
<string name="unlock_disable_frp_warning_content_unknown_profile">"Profile protection features will not work without your screen lock."</string>
|
||||
<!-- Content of the dialog shown when the user removes the profile lock of unknown type and the user has fingerprints enrolled [CHAR LIMIT=NONE] -->
|
||||
<string name="unlock_disable_frp_warning_content_unknown_fingerprint_profile">"Profile protection features will not work without your screen lock.<xliff:g id="empty_line">\n\n</xliff:g>Your saved fingerprints will also be removed from this profile and you won't be able to unlock your profile, authorize purchases, or sign in to apps with them."</string>
|
||||
|
||||
<!-- Affirmative action of the dialog shown when the user removes the device lock [CHAR LIMIT=25] -->
|
||||
<string name="unlock_disable_frp_warning_ok">Yes, remove</string>
|
||||
|
||||
@@ -2973,6 +2992,15 @@
|
||||
<!-- Message to be used to explain the user that he needs to enter his password to continue a
|
||||
particular operation. [CHAR LIMIT=70]-->
|
||||
<string name="lockpassword_confirm_your_password_generic">Enter your device password to continue.</string>
|
||||
<!-- Message to be used to explain the user that he needs to enter his profile pattern to continue a
|
||||
particular operation. [CHAR LIMIT=70]-->
|
||||
<string name="lockpassword_confirm_your_pattern_generic_profile">Use your profile pattern to continue.</string>
|
||||
<!-- Message to be used to explain the user that he needs to enter his profile PIN to continue a
|
||||
particular operation. [CHAR LIMIT=70]-->
|
||||
<string name="lockpassword_confirm_your_pin_generic_profile">Enter your profile PIN to continue.</string>
|
||||
<!-- Message to be used to explain the user that he needs to enter his profile password to continue a
|
||||
particular operation. [CHAR LIMIT=70]-->
|
||||
<string name="lockpassword_confirm_your_password_generic_profile">Enter your profile password to continue.</string>
|
||||
|
||||
<!-- Security & location settings screen, change security method screen instruction if user
|
||||
enters incorrect PIN [CHAR LIMIT=30] -->
|
||||
|
Reference in New Issue
Block a user