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

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

Issue 1096143003: Add chrome.searchEnginesPrivate API and Search Settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync/merge Created 5 years, 8 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 <!-- Accessibility Page --> 4 <!-- Accessibility Page -->
5 <message name="IDS_MD_SETTINGS_ACCESSIBILITY_PAGE_TITLE" desc="Name of the set tings page which displays accessibility preferences."> 5 <message name="IDS_MD_SETTINGS_ACCESSIBILITY_PAGE_TITLE" desc="Name of the set tings page which displays accessibility preferences.">
6 Accessibility 6 Accessibility
7 </message> 7 </message>
8 <message name="IDS_SETTINGS_ACCESSIBILITY_MORE_FEATURES_LINK" desc="Link which opens page where users can install extensions which provide additional accessib ility features."> 8 <message name="IDS_SETTINGS_ACCESSIBILITY_MORE_FEATURES_LINK" desc="Link which opens page where users can install extensions which provide additional accessib ility features.">
9 Add additional accessibility features 9 Add additional accessibility features
10 </message> 10 </message>
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 Use 24-hour clock 82 Use 24-hour clock
83 </message> 83 </message>
84 <message name="IDS_SETTINGS_DATE_TIME_AUTOMATICALLY_SET" desc="Text which expl ains that the date and time are automatically set."> 84 <message name="IDS_SETTINGS_DATE_TIME_AUTOMATICALLY_SET" desc="Text which expl ains that the date and time are automatically set.">
85 Date and time are set automatically. 85 Date and time are set automatically.
86 </message> 86 </message>
87 87
88 <!-- Internet Page --> 88 <!-- Internet Page -->
89 <message name="IDS_SETTINGS_INTERNET_PAGE_TITLE" desc="Name of the settings pa ge which displays internet preferences."> 89 <message name="IDS_SETTINGS_INTERNET_PAGE_TITLE" desc="Name of the settings pa ge which displays internet preferences.">
90 Internet Connection 90 Internet Connection
91 </message> 91 </message>
92
93 <!-- Search Page -->
94 <message name="IDS_SETTINGS_SEARCH_PAGE_TITLE" desc="Name of the settings page which displays search engine preferences.">
95 Search
96 </message>
97 <message name="IDS_SETTINGS_SEARCH_EXPLANATION" desc="Explanation for the sear ch engine dropdown setting.">
98 Set which search engine is used when searching from the omnibox.
99 </message>
100 <message name="IDS_SETTINGS_SEARCH_MANAGE_BUTTON_LABEL" desc="Label for the Ma nage Search Engines button.">
101 Manage Search Engines
102 </message>
103 <message name="IDS_SETTINGS_SEARCH_OK_GOOGLE_LABEL" desc="Label for the checkb ox which enables the OK Google hotword.">
104 Enable "Ok Google" to start a voice search.
105 </message>
106 <message name="IDS_SETTINGS_SEARCH_OK_GOOGLE_LEARN_MORE_LINK" desc="Link which opens page to learn more about the OK Google hotword.">
107 Learn more
108 </message>
109 <message name="IDS_SETTINGS_SEARCH_OK_GOOGLE_DESCRIPTION_LABEL" desc="Label de scribing when the OK Google hotword may be used.">
110 Say "Ok Google" in a new tab and google.com
111 </message>
112
92 </grit-part> 113 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698