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

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

Issue 1989723002: MD Settings: About page, adding strings related to updating. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit 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"> 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."> 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 21 Report an issue
22 </message> 22 </message>
23 </if> 23 </if>
24 <message name="IDS_SETTINGS_ABOUT_UPGRADE_CHECK_STARTED" desc="Status label: A bout to start checking for updates">
25 Checking for updates
26 </message>
24 27
25 <!-- Policy Indicators --> 28 <!-- Policy Indicators -->
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."> 29 <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.">
27 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> 30 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph>
28 </message> 31 </message>
29 32
30 <!-- Accessibility Page --> 33 <!-- Accessibility Page -->
31 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences."> 34 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences.">
32 Accessibility 35 Accessibility
33 </message> 36 </message>
(...skipping 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after
1319 System 1322 System
1320 </message> 1323 </message>
1321 <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."> 1324 <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.">
1322 Use hardware acceleration when available 1325 Use hardware acceleration when available
1323 </message> 1326 </message>
1324 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1327 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1325 Change proxy settings 1328 Change proxy settings
1326 </message> 1329 </message>
1327 </if> 1330 </if>
1328 </grit-part> 1331 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698