OLD | NEW |
---|---|
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 <!-- Policy Indicators --> | 4 <!-- Policy Indicators --> |
5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> | 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> |
6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> | 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> |
7 </message> | 7 </message> |
8 | 8 |
9 <if expr="chromeos"> | 9 <if expr="chromeos"> |
10 <!-- Accessibility Page --> | 10 <!-- Accessibility Page --> |
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
441 <message name="IDS_SETTINGS_SITE_SETTINGS_EXCEPTIONS" desc="Label for exceptio n sites in site settings."> | 441 <message name="IDS_SETTINGS_SITE_SETTINGS_EXCEPTIONS" desc="Label for exceptio n sites in site settings."> |
442 Exceptions | 442 Exceptions |
443 </message> | 443 </message> |
444 <message name="IDS_SETTINGS_SITE_SETTINGS_ADD_SITE" desc="Label for add site b utton in site settings."> | 444 <message name="IDS_SETTINGS_SITE_SETTINGS_ADD_SITE" desc="Label for add site b utton in site settings."> |
445 Add Site | 445 Add Site |
446 </message> | 446 </message> |
447 <message name="IDS_SETTINGS_SITE_SETTINGS_SITE_URL" desc="Label for site URL t ext entry in site settings."> | 447 <message name="IDS_SETTINGS_SITE_SETTINGS_SITE_URL" desc="Label for site URL t ext entry in site settings."> |
448 Site URL | 448 Site URL |
449 </message> | 449 </message> |
450 | 450 |
451 <!-- Sign in Page --> | |
michaelpg
2015/10/03 05:23:32
ubernit: Sign-in (hyphenate prepositional verbs us
tommycli
2015/10/05 17:15:45
good call :D
| |
452 <message name="IDS_SETTINGS_SIGNIN" desc="Name of the settings page which mana ges Chrome's signed-in Google profile."> | |
453 Sign in | |
454 </message> | |
455 | |
451 <!-- Sync Page --> | 456 <!-- Sync Page --> |
452 <message name="IDS_SETTINGS_SYNC" desc="Name of the settings page which manage s syncing data between multiple browser instances with the same Google profile." > | 457 <message name="IDS_SETTINGS_SYNC" desc="Name of the settings page which manage s syncing data between multiple browser instances with the same Google profile." > |
453 Advanced sync settings | 458 Advanced sync settings |
454 </message> | 459 </message> |
455 <message name="IDS_SETTINGS_SYNC_EVERYTHING_MENU_OPTION" desc="Name of the men u option which, when selected, causes all properties to be synced."> | 460 <message name="IDS_SETTINGS_SYNC_EVERYTHING_MENU_OPTION" desc="Name of the men u option which, when selected, causes all properties to be synced."> |
456 Sync everything | 461 Sync everything |
457 </message> | 462 </message> |
458 <message name="IDS_SETTINGS_CHOOSE_WHAT_TO_SYNC_MENU_OPTION" desc="Name of the menu option which, when selected, allows the user to select a subset of propert ies to be synced."> | 463 <message name="IDS_SETTINGS_CHOOSE_WHAT_TO_SYNC_MENU_OPTION" desc="Name of the menu option which, when selected, allows the user to select a subset of propert ies to be synced."> |
459 Choose what to sync | 464 Choose what to sync |
460 </message> | 465 </message> |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
526 <message name="IDS_SETTINGS_USERS_SHOW_ON_SIGNIN_LABEL" desc="Label for the 's how users on sign-in screen' setting."> | 531 <message name="IDS_SETTINGS_USERS_SHOW_ON_SIGNIN_LABEL" desc="Label for the 's how users on sign-in screen' setting."> |
527 Show usernames and photos on the sign-in screen | 532 Show usernames and photos on the sign-in screen |
528 </message> | 533 </message> |
529 <message name="IDS_SETTINGS_USERS_RESTRICT_SIGNIN_LABEL" desc="Label for the s etting for restricting sign in to specific users."> | 534 <message name="IDS_SETTINGS_USERS_RESTRICT_SIGNIN_LABEL" desc="Label for the s etting for restricting sign in to specific users."> |
530 Restrict sign-in to the following users: | 535 Restrict sign-in to the following users: |
531 </message> | 536 </message> |
532 <message name="IDS_SETTINGS_USERS_ADD_USERS_LABEL" desc="Label for the input f ield for adding users."> | 537 <message name="IDS_SETTINGS_USERS_ADD_USERS_LABEL" desc="Label for the input f ield for adding users."> |
533 Add users | 538 Add users |
534 </message> | 539 </message> |
535 </grit-part> | 540 </grit-part> |
OLD | NEW |