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

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

Issue 2176743004: MD Settings: Implementing a "no results" page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comment. Created 4 years, 4 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 | chrome/browser/resources/settings/search_settings.js » ('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 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
7 Detailed build information 7 Detailed build information
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion"> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion">
10 ARC Version 10 ARC Version
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 <!-- Common --> 205 <!-- Common -->
206 <message name="IDS_SETTINGS_ADVANCED" desc="Name of the settings page which di splays advanced preferences."> 206 <message name="IDS_SETTINGS_ADVANCED" desc="Name of the settings page which di splays advanced preferences.">
207 Advanced 207 Advanced
208 </message> 208 </message>
209 <message name="IDS_SETTINGS_BASIC" desc="Name of the settings page which displ ays advanced preferences."> 209 <message name="IDS_SETTINGS_BASIC" desc="Name of the settings page which displ ays advanced preferences.">
210 Basic 210 Basic
211 </message> 211 </message>
212 <message name="IDS_SETTINGS_SEARCH_PROMPT" desc="Label for input field to sear ch within settings."> 212 <message name="IDS_SETTINGS_SEARCH_PROMPT" desc="Label for input field to sear ch within settings.">
213 Search settings 213 Search settings
214 </message> 214 </message>
215 <message name="IDS_SETTINGS_SEARCH_NO_RESULTS" desc="Text description of a sea rch that has no results.">
216 No matches were found.
217 </message>
218 <message name="IDS_SETTINGS_SEARCH_NO_RESULTS_HELP" desc="Help text for a sear ch that has no results.">
219 Go to <ph name="BEGIN_LINK_CHROMIUM">&lt;a target="_blank" href="$1"&gt;</ph >Google Chrome help<ph name="END_LINK_CHROMIUM">&lt;/a&gt;</ph> if you can't fin d what you're looking for.
220 </message>
215 <message name="IDS_SETTINGS_SETTINGS" desc="The settings page title."> 221 <message name="IDS_SETTINGS_SETTINGS" desc="The settings page title.">
216 Settings 222 Settings
217 </message> 223 </message>
218 <if expr="not chromeos"> 224 <if expr="not chromeos">
219 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt Chrome."> 225 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt Chrome.">
220 Relaunch 226 Relaunch
221 </message> 227 </message>
222 </if> 228 </if>
223 <if expr="chromeos"> 229 <if expr="chromeos">
224 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt ChromeOS."> 230 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt ChromeOS.">
(...skipping 1568 matching lines...) Expand 10 before | Expand all | Expand 10 after
1793 System 1799 System
1794 </message> 1800 </message>
1795 <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."> 1801 <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.">
1796 Use hardware acceleration when available 1802 Use hardware acceleration when available
1797 </message> 1803 </message>
1798 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1804 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1799 Change proxy settings 1805 Change proxy settings
1800 </message> 1806 </message>
1801 </if> 1807 </if>
1802 </grit-part> 1808 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/search_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698