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

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

Issue 2125883004: [MD Settings] Only mention the App Launcher on ChromeOS for the "Use a prediction service.." setting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | no next file » | 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 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found"> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found">
7 Check for updates 7 Check for updates
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel."> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel.">
10 stable 10 stable
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 </message> 828 </message>
829 </if> 829 </if>
830 830
831 <!-- Privacy Page --> 831 <!-- Privacy Page -->
832 <message name="IDS_SETTINGS_PRIVACY" desc="Name of the settings page which all ows users to modify privacy and security settings."> 832 <message name="IDS_SETTINGS_PRIVACY" desc="Name of the settings page which all ows users to modify privacy and security settings.">
833 Privacy and security 833 Privacy and security
834 </message> 834 </message>
835 <message name="IDS_SETTINGS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference to help with navigation errors."> 835 <message name="IDS_SETTINGS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference to help with navigation errors.">
836 Use a web service to help resolve navigation errors 836 Use a web service to help resolve navigation errors
837 </message> 837 </message>
838 <message name="IDS_SETTINGS_SUGGEST_PREF" desc="The documentation string of th e 'Use Suggest' preference"> 838 <if expr="chromeos">
839 Use a prediction service to help complete searches and URLs typed in the add ress bar or the app launcher search box 839 <message name="IDS_SETTINGS_SUGGEST_PREF" desc="The documentation string of the 'Use Suggest' preference">
840 </message> 840 Use a prediction service to help complete searches and URLs typed in the a ddress bar or the app launcher search box
841 </message>
842 </if>
843 <if expr="not chromeos">
844 <message name="IDS_SETTINGS_SUGGEST_PREF" desc="The documentation string of the 'Use Suggest' preference">
845 Use a prediction service to help complete searches and URLs typed in the a ddress bar
846 </message>
847 </if>
841 <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."> 848 <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.">
842 Use a prediction service to load pages more quickly 849 Use a prediction service to load pages more quickly
843 </message> 850 </message>
844 <message name="IDS_SETTINGS_SAFEBROWSING_ENABLEPROTECTION" desc="The label of the 'Enable phishing and malware protection' checkbox"> 851 <message name="IDS_SETTINGS_SAFEBROWSING_ENABLEPROTECTION" desc="The label of the 'Enable phishing and malware protection' checkbox">
845 Enable phishing and malware protection 852 Enable phishing and malware protection
846 </message> 853 </message>
847 <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"> 854 <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">
848 Automatically report details of possible security incidents to Google 855 Automatically report details of possible security incidents to Google
849 </message> 856 </message>
850 <message name="IDS_SETTINGS_SPELLING_PREF" desc="The documentation string of t he 'Use Spelling' preference"> 857 <message name="IDS_SETTINGS_SPELLING_PREF" desc="The documentation string of t he 'Use Spelling' preference">
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
1633 System 1640 System
1634 </message> 1641 </message>
1635 <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."> 1642 <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.">
1636 Use hardware acceleration when available 1643 Use hardware acceleration when available
1637 </message> 1644 </message>
1638 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1645 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1639 Change proxy settings 1646 Change proxy settings
1640 </message> 1647 </message>
1641 </if> 1648 </if>
1642 </grit-part> 1649 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698