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

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

Issue 1981033003: MD Settings: About page, implement help and feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak strings to match the mocks." Created 4 years, 7 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_CURRENT_CHANNEL_STABLE" desc="The stab le label in the message about current channel."> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The stab le label in the message about current channel.">
7 stable 7 stable
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_BETA" desc="The beta label in the message about current channel."> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_BETA" desc="The beta label in the message about current channel.">
10 beta 10 beta
11 </message> 11 </message>
12 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_DEV" desc="The dev la bel in the message about current channel."> 12 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_DEV" desc="The dev la bel in the message about current channel.">
13 dev 13 dev
14 </message> 14 </message>
15 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL" desc="The message ab out current channel."> 15 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL" desc="The message ab out current channel.">
16 Currently on <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> 16 Currently on <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph>
17 </message> 17 </message>
18 </if> 18 </if>
19 <if expr="_google_chrome">
20 <message name="IDS_SETTINGS_ABOUT_PAGE_REPORT_AN_ISSUE" desc="Text of the bu tton which allows the user to report an issue with Chrome.">
21 Report an issue
22 </message>
23 </if>
19 24
20 <!-- Policy Indicators --> 25 <!-- Policy Indicators -->
21 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> 26 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension.">
22 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> 27 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph>
23 </message> 28 </message>
24 29
25 <!-- Accessibility Page --> 30 <!-- Accessibility Page -->
26 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences."> 31 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences.">
27 Accessibility 32 Accessibility
28 </message> 33 </message>
(...skipping 1267 matching lines...) Expand 10 before | Expand all | Expand 10 after
1296 System 1301 System
1297 </message> 1302 </message>
1298 <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."> 1303 <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.">
1299 Use hardware acceleration when available 1304 Use hardware acceleration when available
1300 </message> 1305 </message>
1301 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1306 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1302 Change proxy settings 1307 Change proxy settings
1303 </message> 1308 </message>
1304 </if> 1309 </if>
1305 </grit-part> 1310 </grit-part>
OLDNEW
« no previous file with comments | « chrome/app/settings_google_chrome_strings.grdp ('k') | chrome/browser/resources/settings/about_page/about_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698