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

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

Issue 2823713002: md settings: Change action link to button on lock screen. (Closed)
Patch Set: Created 3 years, 8 months 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 <!-- Main Page --> 4 <!-- Main Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> 6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session.">
7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. 7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in.
8 </message> 8 </message>
9 </if> 9 </if>
10 10
(...skipping 2256 matching lines...) Expand 10 before | Expand all | Expand 10 after
2267 </message> 2267 </message>
2268 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_MISMATCHED" desc="Message s hown below the title that tells the user they have entered two different PIN val ues."> 2268 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_MISMATCHED" desc="Message s hown below the title that tells the user they have entered two different PIN val ues.">
2269 PINs do not match 2269 PINs do not match
2270 </message> 2270 </message>
2271 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_CONTINUE_BUTTON" desc="A bu tton that accepts the users initial PIN. The user will have to enter the PIN aga in after hitting this button to confirm that they entered it correctly."> 2271 <message name="IDS_SETTINGS_PEOPLE_CONFIGURE_PIN_CONTINUE_BUTTON" desc="A bu tton that accepts the users initial PIN. The user will have to enter the PIN aga in after hitting this button to confirm that they entered it correctly.">
2272 Continue 2272 Continue
2273 </message> 2273 </message>
2274 <message name="IDS_SETTINGS_PEOPLE_ENABLE_SCREENLOCK" desc="The text on the checkbox to enable screenlocker for current user."> 2274 <message name="IDS_SETTINGS_PEOPLE_ENABLE_SCREENLOCK" desc="The text on the checkbox to enable screenlocker for current user.">
2275 Show lock screen when waking from sleep 2275 Show lock screen when waking from sleep
2276 </message> 2276 </message>
2277 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_HIGH_SECURITY" desc="Text on the lock screen which indicates an unlock method is high security.">
2278 High security
2279 </message>
2280 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_MEDIUM_SECURITY" desc="Text o n the lock screen which indicates an unlock method is medium security.">
2281 Medium security
2282 </message>
2277 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_TITLE" desc="Text on the peop le page which opens up the quick unlock subpage and the title of the quick unloc k subpage."> 2283 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_TITLE" desc="Text on the peop le page which opens up the quick unlock subpage and the title of the quick unloc k subpage.">
2278 Screen lock 2284 Screen lock
2279 </message> 2285 </message>
2280 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_PASSWORD_ONLY" desc="Only the account password can be used to unlock the device."> 2286 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_PASSWORD_ONLY" desc="Only the account password can be used to unlock the device.">
2281 Password only 2287 Password only
2282 </message> 2288 </message>
2283 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_PIN_OR_PASSWORD" desc="The ac count password or a custom PIN can be used to unlock the device."> 2289 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_PIN_OR_PASSWORD" desc="The ac count password or a custom PIN can be used to unlock the device.">
2284 PIN or password 2290 PIN or password
2285 </message> 2291 </message>
2286 <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."> 2292 <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.">
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
2986 System 2992 System
2987 </message> 2993 </message>
2988 <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."> 2994 <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.">
2989 Use hardware acceleration when available 2995 Use hardware acceleration when available
2990 </message> 2996 </message>
2991 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the control that opens a user's network proxy settings."> 2997 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the control that opens a user's network proxy settings.">
2992 Open proxy settings 2998 Open proxy settings
2993 </message> 2999 </message>
2994 </if> 3000 </if>
2995 </grit-part> 3001 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698