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

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

Issue 2413623004: MD Settings: allow changing to GTK+ theme on Linux (Closed)
Patch Set: rejigger tests Created 4 years, 2 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_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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 <!-- Appearance Page --> 170 <!-- Appearance Page -->
171 <message name="IDS_SETTINGS_APPEARANCE" desc="Name of the settings page which displays appearance preferences."> 171 <message name="IDS_SETTINGS_APPEARANCE" desc="Name of the settings page which displays appearance preferences.">
172 Appearance 172 Appearance
173 </message> 173 </message>
174 <message name="IDS_SETTINGS_EXAMPLE_DOT_COM" desc="Placeholder text for URL in put example."> 174 <message name="IDS_SETTINGS_EXAMPLE_DOT_COM" desc="Placeholder text for URL in put example.">
175 www.example.com 175 www.example.com
176 </message> 176 </message>
177 <message name="IDS_SETTINGS_SET_WALLPAPER" desc="Name of the control which all ows the user to set the wallpaper."> 177 <message name="IDS_SETTINGS_SET_WALLPAPER" desc="Name of the control which all ows the user to set the wallpaper.">
178 Wallpaper 178 Wallpaper
179 </message> 179 </message>
180 <message name="IDS_SETTINGS_THEME" desc="Name of the control which allows the user to get a theme for the browser."> 180 <message name="IDS_SETTINGS_THEMES" desc="Name of the control which allows the user to get a theme for the browser.">
181 Theme 181 Themes
182 </message> 182 </message>
183 <message name="IDS_SETTINGS_RESET_TO_DEFAULT_THEME" desc="Name of the control which resets the browser theme back to the default theme."> 183 <if expr="is_linux and not chromeos">
184 Reset to default 184 <message name="IDS_SETTINGS_SYSTEM_THEME" desc="Text of the label describing the system (GTK+) browser theme on Linux">
185 </message> 185 GTK+
186 </message>
187 <message name="IDS_SETTINGS_USE_SYSTEM_THEME" desc="Text of the button that switches the browser theme to the system (GTK+) theme on Linux">
188 Use GTK+
189 </message>
190 <message name="IDS_SETTINGS_CLASSIC_THEME" desc="Text of the label describin g the classic browser theme on Linux">
191 Classic
192 </message>
193 <message name="IDS_SETTINGS_USE_CLASSIC_THEME" desc="Text of the button that switches the browser theme to the classic theme on Linux">
194 Use Classic
195 </message>
196 </if>
197 <if expr="not is_linux or chromeos">
198 <message name="IDS_SETTINGS_RESET_TO_DEFAULT_THEME" desc="Name of the contro l which resets the browser theme back to the default theme.">
199 Reset to default
200 </message>
201 </if>
186 <message name="IDS_SETTINGS_SHOW_HOME_BUTTON" desc="Label for the checkbox whi ch enables or disables showing the home button in the toolbar."> 202 <message name="IDS_SETTINGS_SHOW_HOME_BUTTON" desc="Label for the checkbox whi ch enables or disables showing the home button in the toolbar.">
187 Show home button 203 Show home button
188 </message> 204 </message>
189 <message name="IDS_SETTINGS_SHOW_BOOKMARKS_BAR" desc="Label for the checkbox w hich enables or disables showing the bookmarks bar in the toolbar."> 205 <message name="IDS_SETTINGS_SHOW_BOOKMARKS_BAR" desc="Label for the checkbox w hich enables or disables showing the bookmarks bar in the toolbar.">
190 Always show the bookmarks bar 206 Always show the bookmarks bar
191 </message> 207 </message>
192 <message name="IDS_SETTINGS_HOME_PAGE_NTP" desc="Description of the New Tab Pa ge when set as the home page."> 208 <message name="IDS_SETTINGS_HOME_PAGE_NTP" desc="Description of the New Tab Pa ge when set as the home page.">
193 Use the New Tab Page 209 Use the New Tab Page
194 </message> 210 </message>
195 <message name="IDS_SETTINGS_OTHER" desc="Label of the input box for the home p age."> 211 <message name="IDS_SETTINGS_OTHER" desc="Label of the input box for the home p age.">
(...skipping 2271 matching lines...) Expand 10 before | Expand all | Expand 10 after
2467 System 2483 System
2468 </message> 2484 </message>
2469 <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."> 2485 <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.">
2470 Use hardware acceleration when available 2486 Use hardware acceleration when available
2471 </message> 2487 </message>
2472 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2488 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2473 Change proxy settings 2489 Change proxy settings
2474 </message> 2490 </message>
2475 </if> 2491 </if>
2476 </grit-part> 2492 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698