Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 2538303002: md-settings: Added settings for fingerprint unlock. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
7 Detailed build information 7 Detailed build information
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion"> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion">
10 ARC Version 10 ARC Version
(...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after
2096 </message> 2096 </message>
2097 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_NONE" desc="Text on the peopl e page which opens up the quick unlock subpage and the title of the quick unlock subpage."> 2097 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_NONE" desc="Text on the peopl e page which opens up the quick unlock subpage and the title of the quick unlock subpage.">
2098 None 2098 None
2099 </message> 2099 </message>
2100 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_CHANGE_PIN_BUTTON" desc="Butt on that the user can click to change an existing already-active PIN."> 2100 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_CHANGE_PIN_BUTTON" desc="Butt on that the user can click to change an existing already-active PIN.">
2101 Change PIN 2101 Change PIN
2102 </message> 2102 </message>
2103 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_SETUP_PIN_BUTTON" desc="Butto n that is used to setup a new PIN when the user does not have a PIN yet."> 2103 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_SETUP_PIN_BUTTON" desc="Butto n that is used to setup a new PIN when the user does not have a PIN yet.">
2104 Set up PIN 2104 Set up PIN
2105 </message> 2105 </message>
2106 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_REGISTERED_FINGERPRINTS_LABEL " desc="Text above fingerprint list that tells users their registered fingerprin ts.">
2107 Registered fingerprints:
2108 </message>
2109 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_ADD_FINGERPRINT_BUTTON" desc= "Button that is used to add a new fingerprint.">
2110 Add Fingerprint
2111 </message>
2112 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_CANNOT_ADD_NEW_FINGERPRINT" d esc="Text telling users they have reached the maximum allowed fingerprints.">
2113 You can only add <ph name="MAX_FINGERPRINTS">$1<ex>8</ex></ph> fingerprint s.
2114 </message>
2115 <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.">
2116 Note: Your fingerprint may be less secure than a strong password or PIN.
2117 </message>
2118 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_NEW_FINGERPRINT_DEFAULT_NAME" desc="The default name (plus a number for a newly added fingerprint).">
2119 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.
2120 </message>
2106 <message name="IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_TITLE" desc="Title of the password prompt dialog popup."> 2121 <message name="IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_TITLE" desc="Title of the password prompt dialog popup.">
2107 Confirm your password 2122 Confirm your password
2108 </message> 2123 </message>
2109 <message name="IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_ENTER_PASSWORD" desc="Tex t above a password input field that tells the user they need to submit their pas sword to configure these settings."> 2124 <message name="IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_ENTER_PASSWORD" desc="Tex t above a password input field that tells the user they need to submit their pas sword to configure these settings.">
2110 Enter your password to configure screen lock. 2125 Enter your password to configure screen lock.
2111 </message> 2126 </message>
2112 <message name="IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_PASSWORD_LABEL" desc="An input box label that tells the user to enter their password in that input box."> 2127 <message name="IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_PASSWORD_LABEL" desc="An input box label that tells the user to enter their password in that input box.">
2113 Password 2128 Password
2114 </message> 2129 </message>
2115 <message name="IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_INVALID_PASSWORD" desc="T ext on a password field that tells the user the password is incorrect."> 2130 <message name="IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_INVALID_PASSWORD" desc="T ext on a password field that tells the user the password is incorrect.">
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
2699 System 2714 System
2700 </message> 2715 </message>
2701 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> 2716 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available.">
2702 Use hardware acceleration when available 2717 Use hardware acceleration when available
2703 </message> 2718 </message>
2704 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2719 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2705 Change proxy settings 2720 Change proxy settings
2706 </message> 2721 </message>
2707 </if> 2722 </if>
2708 </grit-part> 2723 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698