Chromium Code Reviews| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 397 <!-- Privacy Page --> | 397 <!-- Privacy Page --> |
| 398 <message name="IDS_SETTINGS_PRIVACY" desc="Name of the settings page which all ows users to modify privacy and security settings."> | 398 <message name="IDS_SETTINGS_PRIVACY" desc="Name of the settings page which all ows users to modify privacy and security settings."> |
| 399 Privacy & Security | 399 Privacy & Security |
| 400 </message> | 400 </message> |
| 401 <message name="IDS_SETTINGS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference to help with navigation errors."> | 401 <message name="IDS_SETTINGS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference to help with navigation errors."> |
| 402 Use a web service to help resolve navigation errors | 402 Use a web service to help resolve navigation errors |
| 403 </message> | 403 </message> |
| 404 <message name="IDS_SETTINGS_SUGGEST_PREF" desc="The documentation string of th e 'Use Suggest' preference"> | 404 <message name="IDS_SETTINGS_SUGGEST_PREF" desc="The documentation string of th e 'Use Suggest' preference"> |
| 405 Use a prediction service to help complete searches and URLs typed in the add ress bar or the app launcher search box | 405 Use a prediction service to help complete searches and URLs typed in the add ress bar or the app launcher search box |
| 406 </message> | 406 </message> |
| 407 <message name="IDS_SETTINGS_NETWORK_PREDICTION_ENABLED_DESCRIPTION" desc="In t he advanced options tab, the text next to the checkbox that enables prediction o f network actions. Actions include DNS prefetching, TCP and SSL preconnection, and prerendering of webpages."> | 407 <message name="IDS_SETTINGS_NETWORK_PREDICTION_ENABLED_DESCRIPTION" desc="In t he advanced options tab, the text next to the checkbox that enables prediction o f network actions. Actions include DNS prefetching, TCP and SSL preconnection, and prerendering of webpages."> |
|
igrigorik
2016/02/23 22:48:18
For posterity, is it worth clarifying.. "Actions i
newt (away)
2016/02/23 23:02:05
Sure.
| |
| 408 Prefetch resources to load pages more quickly | 408 Use a prediction service to load pages more quickly |
| 409 </message> | 409 </message> |
| 410 <message name="IDS_SETTINGS_SAFEBROWSING_ENABLEPROTECTION" desc="The label of the 'Enable phishing and malware protection' checkbox"> | 410 <message name="IDS_SETTINGS_SAFEBROWSING_ENABLEPROTECTION" desc="The label of the 'Enable phishing and malware protection' checkbox"> |
| 411 Enable phishing and malware protection | 411 Enable phishing and malware protection |
| 412 </message> | 412 </message> |
| 413 <message name="IDS_SETTINGS_SAFEBROWSING_ENABLE_EXTENDED_REPORTING" desc="Chec kbox label: should Chrome upload information about suspicious downloads and webs ites to Safe Browsing"> | 413 <message name="IDS_SETTINGS_SAFEBROWSING_ENABLE_EXTENDED_REPORTING" desc="Chec kbox label: should Chrome upload information about suspicious downloads and webs ites to Safe Browsing"> |
| 414 Automatically report details of possible security incidents to Google | 414 Automatically report details of possible security incidents to Google |
| 415 </message> | 415 </message> |
| 416 <message name="IDS_SETTINGS_SPELLING_PREF" desc="The documentation string of t he 'Use Spelling' preference"> | 416 <message name="IDS_SETTINGS_SPELLING_PREF" desc="The documentation string of t he 'Use Spelling' preference"> |
| 417 Use a web service to help resolve spelling errors | 417 Use a web service to help resolve spelling errors |
| 418 </message> | 418 </message> |
| (...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 862 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs."> | 862 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs."> |
| 863 Lorem ipsum dolor sit amet, consectetur adipiscing elit. | 863 Lorem ipsum dolor sit amet, consectetur adipiscing elit. |
| 864 </message> | 864 </message> |
| 865 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded."> | 865 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded."> |
| 866 Loading... | 866 Loading... |
| 867 </message> | 867 </message> |
| 868 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings."> | 868 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings."> |
| 869 Advanced font settings | 869 Advanced font settings |
| 870 </message> | 870 </message> |
| 871 </grit-part> | 871 </grit-part> |
| OLD | NEW |