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

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

Issue 1724193002: Update settings string for enabling network predictions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: igrigorik's comments Created 4 years, 10 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
« no previous file with comments | « no previous file | components/components_chromium_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <!-- 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
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 &amp; Security 399 Privacy &amp; 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 browser-initiated DNS prefetching, TCP and S SL preconnection, and prerendering of webpages.">
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
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>
OLDNEW
« no previous file with comments | « no previous file | components/components_chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698