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

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

Issue 2064013002: MD Settings: Replace current toolbar with cr-toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@search_box1
Patch Set: Nits. Created 4 years, 6 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 <!-- 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 Choose font types and encoding 187 Choose font types and encoding
188 </message> 188 </message>
189 189
190 <!-- Common --> 190 <!-- Common -->
191 <message name="IDS_SETTINGS_ADVANCED" desc="Name of the settings page which di splays advanced preferences."> 191 <message name="IDS_SETTINGS_ADVANCED" desc="Name of the settings page which di splays advanced preferences.">
192 Advanced 192 Advanced
193 </message> 193 </message>
194 <message name="IDS_SETTINGS_BASIC" desc="Name of the settings page which displ ays advanced preferences."> 194 <message name="IDS_SETTINGS_BASIC" desc="Name of the settings page which displ ays advanced preferences.">
195 Basic 195 Basic
196 </message> 196 </message>
197 <message name="IDS_SETTINGS_INTERNAL_SEARCH" desc="Label for input field to se arch within settings."> 197 <message name="IDS_SETTINGS_SEARCH_PROMPT" desc="Label for input field to sear ch within settings.">
198 Search 198 Search settings
199 </message> 199 </message>
200 <message name="IDS_SETTINGS_SETTINGS" desc="The settings page title."> 200 <message name="IDS_SETTINGS_SETTINGS" desc="The settings page title.">
201 Settings 201 Settings
202 </message> 202 </message>
203 <if expr="not chromeos"> 203 <if expr="not chromeos">
204 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt Chrome."> 204 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt Chrome.">
205 Relaunch 205 Relaunch
206 </message> 206 </message>
207 </if> 207 </if>
208 <if expr="chromeos"> 208 <if expr="chromeos">
(...skipping 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after
1546 System 1546 System
1547 </message> 1547 </message>
1548 <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."> 1548 <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.">
1549 Use hardware acceleration when available 1549 Use hardware acceleration when available
1550 </message> 1550 </message>
1551 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1551 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1552 Change proxy settings 1552 Change proxy settings
1553 </message> 1553 </message>
1554 </if> 1554 </if>
1555 </grit-part> 1555 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698