Chromium Code Reviews| Index: chrome/app/settings_strings.grdp |
| diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp |
| index 4474229e772bd7c4b5db7ab98ef49eb3db229677..4af32c69746a622c3a4417badf552457c067e290 100644 |
| --- a/chrome/app/settings_strings.grdp |
| +++ b/chrome/app/settings_strings.grdp |
| @@ -2103,6 +2103,21 @@ |
| <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_SETUP_PIN_BUTTON" desc="Button that is used to setup a new PIN when the user does not have a PIN yet."> |
| Set up PIN |
| </message> |
| + <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_REGISTERED_FINGERPRINTS_LABEL" desc="Text above fingerprint list that tells users their registered fingerprints."> |
| + Registered fingerprints: |
| + </message> |
| + <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_ADD_FINGERPRINT_BUTTON" desc="Button that is used to add a new fingerprint."> |
| + Add Fingerprint |
| + </message> |
| + <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_CANNOT_ADD_NEW_FINGERPRINT" desc="Text telling users they have reached the maximum allowed fingerprints."> |
| + You can only add <ph name="MAX_FINGERPRINTS">$1<ex>8</ex></ph> fingerprints. |
| + </message> |
| + <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_FINGERPRINT_LESS_SECURE" desc="Text telling users that fingerprints might be less secure than strong PINs or passwords."> |
| + Note: Your fingerprint may be less secure than a strong password or PIN. |
| + </message> |
| + <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_NEW_FINGERPRINT_DEFAULT_NAME" desc="The default name (plus a number for a newly added fingerprint)."> |
| + Finger |
|
jdufault
2016/12/01 17:11:19
The number should be a parameter in the string.
sammiequon
2016/12/01 20:52:28
Done.
|
| + </message> |
| <message name="IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_TITLE" desc="Title of the password prompt dialog popup."> |
| Confirm your password |
| </message> |