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

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

Issue 2583743002: Add mac-only "Set Up Automatic Updates..." button to the new about page. (Closed)
Patch Set: add back nullptr check Created 4 years 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/mac/keystone_glue.h » ('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 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)"> 5 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)">
6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph> 6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph>
7 </message> 7 </message>
8 <if expr="chromeos"> 8 <if expr="chromeos">
9 <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."> 9 <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.">
10 Detailed build information 10 Detailed build information
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 </message> 102 </message>
103 </if> 103 </if>
104 <if expr="_google_chrome"> 104 <if expr="_google_chrome">
105 <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."> 105 <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.">
106 Report an issue 106 Report an issue
107 </message> 107 </message>
108 </if> 108 </if>
109 <message name="IDS_SETTINGS_ABOUT_UPGRADE_CHECK_STARTED" desc="Status label: A bout to start checking for updates"> 109 <message name="IDS_SETTINGS_ABOUT_UPGRADE_CHECK_STARTED" desc="Status label: A bout to start checking for updates">
110 Checking for updates 110 Checking for updates
111 </message> 111 </message>
112 <if expr="is_macosx">
113 <message name="IDS_ABOUT_CHROME_AUTOUPDATE_ALL" desc="The 'Automatically upd ate Chrome for all users.' button in the About window. Mac-only.">
114 Automatically update Chrome for all users.
115 </message>
116 <message name="IDS_ABOUT_CHROME_AUTOUPDATE_ALL_IS_ON" desc="The text in Abou t Page to indicate automatic update is turned on. Mac-only.">
117 Automatic updates are turned on.
118 </message>
119 </if>
112 120
113 <!-- Accessibility Page --> 121 <!-- Accessibility Page -->
114 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences."> 122 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences.">
115 Accessibility 123 Accessibility
116 </message> 124 </message>
117 <message name="IDS_SETTINGS_ACCESSIBILITY_WEB_STORE" desc="Text for an externa l link explaining that additional accessibility features are found on the Chrome Web Store."> 125 <message name="IDS_SETTINGS_ACCESSIBILITY_WEB_STORE" desc="Text for an externa l link explaining that additional accessibility features are found on the Chrome Web Store.">
118 Choose from the Chrome Web Store 126 Choose from the Chrome Web Store
119 </message> 127 </message>
120 <message name="IDS_SETTINGS_MORE_FEATURES_LINK" desc="Link which opens page wh ere users can install extensions which provide additional accessibility features ."> 128 <message name="IDS_SETTINGS_MORE_FEATURES_LINK" desc="Link which opens page wh ere users can install extensions which provide additional accessibility features .">
121 Add accessibility features 129 Add accessibility features
(...skipping 2610 matching lines...) Expand 10 before | Expand all | Expand 10 after
2732 System 2740 System
2733 </message> 2741 </message>
2734 <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."> 2742 <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.">
2735 Use hardware acceleration when available 2743 Use hardware acceleration when available
2736 </message> 2744 </message>
2737 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2745 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2738 Change proxy settings 2746 Change proxy settings
2739 </message> 2747 </message>
2740 </if> 2748 </if>
2741 </grit-part> 2749 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/mac/keystone_glue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698