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

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

Issue 2841313002: md settings: Update lock screen to match new mocks. (Closed)
Patch Set: Fixed patch set 5 errors. Created 3 years, 7 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 2340 matching lines...) Expand 10 before | Expand all | Expand 10 after
2351 </message> 2351 </message>
2352 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_HIGH_SECURITY" desc="Text on the lock screen which indicates an unlock method is high security."> 2352 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_HIGH_SECURITY" desc="Text on the lock screen which indicates an unlock method is high security.">
2353 High security 2353 High security
2354 </message> 2354 </message>
2355 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_MEDIUM_SECURITY" desc="Text o n the lock screen which indicates an unlock method is medium security."> 2355 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_MEDIUM_SECURITY" desc="Text o n the lock screen which indicates an unlock method is medium security.">
2356 Medium security 2356 Medium security
2357 </message> 2357 </message>
2358 <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."> 2358 <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.">
2359 Screen lock 2359 Screen lock
2360 </message> 2360 </message>
2361 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_OPTIONS" desc="Text on the lo ck screen which is the subheader for the screen locking options.">
2362 Screen lock options
2363 </message>
2361 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_PASSWORD_ONLY" desc="Only the account password can be used to unlock the device."> 2364 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_PASSWORD_ONLY" desc="Only the account password can be used to unlock the device.">
2362 Password only 2365 Password only
2363 </message> 2366 </message>
2364 <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."> 2367 <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.">
2365 PIN or password 2368 PIN or password
2366 </message> 2369 </message>
2367 <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."> 2370 <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.">
2368 None 2371 None
2369 </message> 2372 </message>
2370 <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."> 2373 <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.">
2371 Change PIN 2374 Change PIN
2372 </message> 2375 </message>
2373 <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."> 2376 <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.">
2374 Set up PIN 2377 Set up PIN
2375 </message> 2378 </message>
2376 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_EDIT_FINGERPRINTS" desc="Text on the lock screen which opens up the fingerprint subpage."> 2379 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_EDIT_FINGERPRINTS" desc="Text on the lock screen which opens up the fingerprint subpage.">
2377 Edit Fingerprints 2380 Edit Fingerprints
2378 </message> 2381 </message>
2379 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_EDIT_FINGERPRINTS_DESCRIPTION " desc="Secondary text on the lock screen which opens up the fingerprint subpage ."> 2382 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_EDIT_FINGERPRINTS_DESCRIPTION " desc="Secondary text on the lock screen which opens up the fingerprint subpage .">
2380 Set up a faster way to unlock your device 2383 Set up a faster way to unlock your device
2381 </message> 2384 </message>
2385 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_FINGERPRINT_SETUP_BUTTON" des c="Text on the lock screen button which opens up the fingerprint subpage.">
2386 Set Up
stevenjb 2017/05/08 18:12:21 Elsewhere (e.g. EASY_UNLOCK_SETUP) we use "Set up"
sammiequon 2017/05/08 19:16:48 Done.
2387 </message>
2382 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_NUM_FINGERPRINTS" desc="Text on the lock screen which tells users how many fingerprints they have enrolled."> 2388 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_NUM_FINGERPRINTS" desc="Text on the lock screen which tells users how many fingerprints they have enrolled.">
2383 <ph name="NUM_FINGERPRINTS">$1<ex>1</ex></ph> fingerprints set up 2389 <ph name="NUM_FINGERPRINTS">$1<ex>1</ex></ph> fingerprints set up
2384 </message> 2390 </message>
2385 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_FINGERPRINT_SUBPAGE_TITLE" de sc="Title of the fingerprint subpage."> 2391 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_FINGERPRINT_SUBPAGE_TITLE" de sc="Title of the fingerprint subpage.">
2386 Fingerprint 2392 Fingerprint
2387 </message> 2393 </message>
2388 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_REGISTERED_FINGERPRINTS_LABEL " desc="Text above fingerprint list that tells users their registered fingerprin ts."> 2394 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_REGISTERED_FINGERPRINTS_LABEL " desc="Text above fingerprint list that tells users their registered fingerprin ts.">
2389 Saved fingerprints 2395 Saved fingerprints
2390 </message> 2396 </message>
2391 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_ADD_FINGERPRINT_BUTTON" desc= "Button that is used to add a new fingerprint."> 2397 <message name="IDS_SETTINGS_PEOPLE_LOCK_SCREEN_ADD_FINGERPRINT_BUTTON" desc= "Button that is used to add a new fingerprint.">
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
3070 System 3076 System
3071 </message> 3077 </message>
3072 <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."> 3078 <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.">
3073 Use hardware acceleration when available 3079 Use hardware acceleration when available
3074 </message> 3080 </message>
3075 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the control that opens a user's network proxy settings."> 3081 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the control that opens a user's network proxy settings.">
3076 Open proxy settings 3082 Open proxy settings
3077 </message> 3083 </message>
3078 </if> 3084 </if>
3079 </grit-part> 3085 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698