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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 288923004: Add an extension override bubble and warning box for proxy extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 5133 matching lines...) Expand 10 before | Expand all | Expand 10 after
5144 <if expr="use_titlecase"> 5144 <if expr="use_titlecase">
5145 <message name="IDS_EXTENSIONS_NTP_CONTROLLED_TITLE_HOME_PAGE_BUBBLE" des c="In Title Case: Title of a bubble warning users that an extension has overridd en their new tab page setting"> 5145 <message name="IDS_EXTENSIONS_NTP_CONTROLLED_TITLE_HOME_PAGE_BUBBLE" des c="In Title Case: Title of a bubble warning users that an extension has overridd en their new tab page setting">
5146 Is This the New Tab Page You Were Expecting? 5146 Is This the New Tab Page You Were Expecting?
5147 </message> 5147 </message>
5148 </if> 5148 </if>
5149 <if expr="not use_titlecase"> 5149 <if expr="not use_titlecase">
5150 <message name="IDS_EXTENSIONS_NTP_CONTROLLED_TITLE_HOME_PAGE_BUBBLE" des c="Title of a bubble warning users that an extension has overridden their new ta b page setting"> 5150 <message name="IDS_EXTENSIONS_NTP_CONTROLLED_TITLE_HOME_PAGE_BUBBLE" des c="Title of a bubble warning users that an extension has overridden their new ta b page setting">
5151 Is this the new tab page you were expecting? 5151 Is this the new tab page you were expecting?
5152 </message> 5152 </message>
5153 </if> 5153 </if>
5154 <if expr="use_titlecase">
5155 <message name="IDS_EXTENSIONS_PROXY_CONTROLLED_TITLE_HOME_PAGE_BUBBLE" d esc="In Title Case: Title of a bubble warning users that an extension has overri dden their proxy setting">
5156 Your Internet Connection is Being Controlled
5157 </message>
5158 </if>
5159 <if expr="not use_titlecase">
5160 <message name="IDS_EXTENSIONS_PROXY_CONTROLLED_TITLE_HOME_PAGE_BUBBLE" d esc="Title of a bubble warning users that an extension has overridden their prox y setting">
5161 Your Internet connection is being controlled
Devlin 2014/05/20 17:26:31 I assume "Internet" should not be capitalized - un
Finnur 2014/05/21 16:30:32 If you search the grd file, you'll see we're not t
5162 </message>
5163 </if>
5154 5164
5155 <message name="IDS_EXTENSIONS_SETTINGS_API_FIRST_LINE_SEARCH_ENGINE" desc= "Text displayed in the Settings API bubble as first line when an extension has c hanged the search engine."> 5165 <message name="IDS_EXTENSIONS_SETTINGS_API_FIRST_LINE_SEARCH_ENGINE" desc= "Text displayed in the Settings API bubble as first line when an extension has c hanged the search engine.">
5156 An extension has changed what page is shown when you search from the Omn ibox. 5166 An extension has changed what page is shown when you search from the Omn ibox.
5157 </message> 5167 </message>
5158 <message name="IDS_EXTENSIONS_SETTINGS_API_FIRST_LINE_HOME_PAGE" desc="Tex t displayed in the Settings API bubble as first line when an extension has chang ed the home page."> 5168 <message name="IDS_EXTENSIONS_SETTINGS_API_FIRST_LINE_HOME_PAGE" desc="Tex t displayed in the Settings API bubble as first line when an extension has chang ed the home page.">
5159 An extension has changed what page is shown when you click the Home butt on. 5169 An extension has changed what page is shown when you click the Home butt on.
5160 </message> 5170 </message>
5161 5171
5162 <message name="IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_SEARCH_ENGINE" desc ="Second line in the Settings API bubble. Only shown if the secondary change by the extension was just the search engine. The triple single quotes are needed to preserve the space before and after the sentence which is needed when the langu age (Chrome is being translated to) uses space as word separator. Please preserv e them, unless the language being translated to does not use space as word separ ator."> 5172 <message name="IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_SEARCH_ENGINE" desc ="Second line in the Settings API bubble. Only shown if the secondary change by the extension was just the search engine. The triple single quotes are needed to preserve the space before and after the sentence which is needed when the langu age (Chrome is being translated to) uses space as word separator. Please preserv e them, unless the language being translated to does not use space as word separ ator.">
5163 ''' It also controls what page is shown when you search from the Omnibox .''' 5173 ''' It also controls what page is shown when you search from the Omnibox .'''
5164 </message> 5174 </message>
5165 <message name="IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_HOME_PAGE" desc="Se cond line in the Settings API bubble. Only shown if the secondary change by the extension was the just home page. See IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_SE ARCH_ENGINE for reason for triple quotes."> 5175 <message name="IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_HOME_PAGE" desc="Se cond line in the Settings API bubble. Only shown if the secondary change by the extension was the just home page. See IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_SE ARCH_ENGINE for reason for triple quotes.">
5166 ''' It also controls what page is shown when you click the Home button. ''' 5176 ''' It also controls what page is shown when you click the Home button. '''
5167 </message> 5177 </message>
5168 <message name="IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_HOME_AND_SEARCH" de sc="Second line in the Settings API bubble. Only shown if the secondary change b y the extension was both the home page and the search engine. See IDS_EXTENSIONS _SETTINGS_API_SECOND_LINE_SEARCH_ENGINE for reason for triple quotes."> 5178 <message name="IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_HOME_AND_SEARCH" de sc="Second line in the Settings API bubble. Only shown if the secondary change b y the extension was both the home page and the search engine. See IDS_EXTENSIONS _SETTINGS_API_SECOND_LINE_SEARCH_ENGINE for reason for triple quotes.">
5169 ''' It also controls what page is shown when you click the Home button o r search from the Omnibox. ''' 5179 ''' It also controls what page is shown when you click the Home button o r search from the Omnibox. '''
5170 </message> 5180 </message>
5171 5181
5172 <message name="IDS_EXTENSIONS_NTP_CONTROLLED_FIRST_LINE" desc="Text displa yed in the Settings API bubble as first line when an extension has changed the n ew tab page."> 5182 <message name="IDS_EXTENSIONS_NTP_CONTROLLED_FIRST_LINE" desc="Text displa yed in the Settings API bubble as first line when an extension has changed the n ew tab page.">
5173 An extension has changed what page is shown when you open a new tab. 5183 An extension has changed what page is shown when you open a new tab.
5174 </message> 5184 </message>
5175 5185
5186 <message name="IDS_EXTENSIONS_PROXY_CONTROLLED_FIRST_LINE" desc="Text disp layed in the Settings API bubble as first line when an extension has changed the proxy.">
Devlin 2014/05/20 17:26:31 s/in the Settings API bubble as first line/as the
Finnur 2014/05/21 16:30:32 Copy paste error. Good catch.
5187 An extension has taken control of your proxy settings, which means it ca n change, break or eavesdrop on anything you do online. If you aren't sure why t his change happened, you probably don't want it.
Devlin 2014/05/20 17:26:31 nit: break, or eavesdrop You'll get different ans
Finnur 2014/05/21 16:30:32 I agree. Got this text from the PM and I don't thi
5188 </message>
5189
5176 <message name="IDS_EXTENSIONS_SETTINGS_API_THIRD_LINE_CONFIRMATION" desc=" Third line in the Settings API bubble, always appended after the first (and opti onal second) line to make one paragraph. See IDS_EXTENSIONS_SETTINGS_API_SECOND_ LINE_SEARCH_ENGINE for reason for triple quotes."> 5190 <message name="IDS_EXTENSIONS_SETTINGS_API_THIRD_LINE_CONFIRMATION" desc=" Third line in the Settings API bubble, always appended after the first (and opti onal second) line to make one paragraph. See IDS_EXTENSIONS_SETTINGS_API_SECOND_ LINE_SEARCH_ENGINE for reason for triple quotes.">
5177 ''' If you didn't want these changes, you can restore your previous sett ings.''' 5191 ''' If you didn't want these changes, you can restore your previous sett ings.'''
5178 </message> 5192 </message>
5179 5193
5180 <message name="IDS_EXTENSION_CONTROLLED_RESTORE_SETTINGS" desc="The button in the extension controlled bubbles that reverts the settings changes made by t he extension and restores what the user had before."> 5194 <message name="IDS_EXTENSION_CONTROLLED_RESTORE_SETTINGS" desc="The button in the extension controlled bubbles that reverts the settings changes made by t he extension and restores what the user had before.">
5181 Restore settings 5195 Restore settings
5182 </message> 5196 </message>
5183 <message name="IDS_EXTENSION_CONTROLLED_KEEP_CHANGES" desc="The button in the extension controlled bubbles that cancels the bubble without action."> 5197 <message name="IDS_EXTENSION_CONTROLLED_KEEP_CHANGES" desc="The button in the extension controlled bubbles that cancels the bubble without action.">
5184 Keep changes 5198 Keep changes
5185 </message> 5199 </message>
(...skipping 4361 matching lines...) Expand 10 before | Expand all | Expand 10 after
9547 </message> 9561 </message>
9548 <message name="IDS_OPTIONS_STARTUP_ADD_LABEL" desc="The text labelling t he add row in the custom startup urls list"> 9562 <message name="IDS_OPTIONS_STARTUP_ADD_LABEL" desc="The text labelling t he add row in the custom startup urls list">
9549 Add a new page 9563 Add a new page
9550 </message> 9564 </message>
9551 <message name="IDS_OPTIONS_STARTUP_PAGES_DIALOG_TITLE" desc="The title o f the dialog where the user chooses the set of pages that will be shown at start up"> 9565 <message name="IDS_OPTIONS_STARTUP_PAGES_DIALOG_TITLE" desc="The title o f the dialog where the user chooses the set of pages that will be shown at start up">
9552 Startup pages 9566 Startup pages
9553 </message> 9567 </message>
9554 <message name="IDS_OPTIONS_STARTUP_USE_CURRENT" desc="The label of the ' Use Current' button for the custom startup urls list"> 9568 <message name="IDS_OPTIONS_STARTUP_USE_CURRENT" desc="The label of the ' Use Current' button for the custom startup urls list">
9555 Use current pages 9569 Use current pages
9556 </message> 9570 </message>
9571 <message name="IDS_OPTIONS_PROXY_GROUP_NAME" desc="The title of the Prox y group">
9572 Proxy
9573 </message>
9557 <message name="IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES" desc="The label of the 'Manage search engines' button"> 9574 <message name="IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES" desc="The label of the 'Manage search engines' button">
9558 Manage search engines... 9575 Manage search engines...
9559 </message> 9576 </message>
9560 <message name="IDS_OPTIONS_HOMEPAGE_NTP" desc="The value displayed on th e settings page to indicate that we're using the new tab page as the homepage"> 9577 <message name="IDS_OPTIONS_HOMEPAGE_NTP" desc="The value displayed on th e settings page to indicate that we're using the new tab page as the homepage">
9561 New Tab page 9578 New Tab page
9562 </message> 9579 </message>
9563 <message name="IDS_OPTIONS_HOMEPAGE_USE_NEWTAB" desc="The title of the ' Use the New Tab page' for the home page radio"> 9580 <message name="IDS_OPTIONS_HOMEPAGE_USE_NEWTAB" desc="The title of the ' Use the New Tab page' for the home page radio">
9564 Use the New Tab page 9581 Use the New Tab page
9565 </message> 9582 </message>
9566 <message name="IDS_OPTIONS_HOMEPAGE_USE_URL" desc="The title of the 'Use this page' for the home page radio"> 9583 <message name="IDS_OPTIONS_HOMEPAGE_USE_URL" desc="The title of the 'Use this page' for the home page radio">
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
9846 <if expr="is_android or is_ios"> 9863 <if expr="is_android or is_ios">
9847 <message name="IDS_OPTIONS_SYSTEM_PROXIES_LABEL" desc="Mobile: The inf o label for the 'Proxy settings' button when managed by the system."> 9864 <message name="IDS_OPTIONS_SYSTEM_PROXIES_LABEL" desc="Mobile: The inf o label for the 'Proxy settings' button when managed by the system.">
9848 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is using your device's system proxy settings to connect to the network. 9865 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is using your device's system proxy settings to connect to the network.
9849 </message> 9866 </message>
9850 </if> 9867 </if>
9851 <if expr="not is_android and not is_ios"> 9868 <if expr="not is_android and not is_ios">
9852 <message name="IDS_OPTIONS_SYSTEM_PROXIES_LABEL" desc="The info label for the 'Proxy settings' button when managed by the system."> 9869 <message name="IDS_OPTIONS_SYSTEM_PROXIES_LABEL" desc="The info label for the 'Proxy settings' button when managed by the system.">
9853 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is using your computer's system proxy settings to connect to the network. 9870 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is using your computer's system proxy settings to connect to the network.
9854 </message> 9871 </message>
9855 </if> 9872 </if>
9856 <message name="IDS_OPTIONS_EXTENSION_PROXIES_LABEL" desc="The info label for the 'Proxy settings' button when managed by an extension.">
9857 Your network proxy settings are being managed by an extension.
9858 </message>
9859 9873
9860 <message name="IDS_GOOGLE_CLOUD_PRINT" desc="The name of the Google Clou d Print product."> 9874 <message name="IDS_GOOGLE_CLOUD_PRINT" desc="The name of the Google Clou d Print product.">
9861 Google Cloud Print 9875 Google Cloud Print
9862 </message> 9876 </message>
9863 <message name="IDS_OPTIONS_CURRENT_USER_ONLY" desc="In the multi profile s user list, the tooltip text noticing that only the current user can modify the se settings."> 9877 <message name="IDS_OPTIONS_CURRENT_USER_ONLY" desc="In the multi profile s user list, the tooltip text noticing that only the current user can modify the se settings.">
9864 You can only edit settings for the current user. Switch to this user t o edit settings for it. 9878 You can only edit settings for the current user. Switch to this user t o edit settings for it.
9865 </message> 9879 </message>
9866 <message name="IDS_OPTIONS_CLOUD_PRINT_CONNECTOR_DISABLED_BUTTON" desc=" The label of the cloud connector configure button when it hasn't been set up yet ."> 9880 <message name="IDS_OPTIONS_CLOUD_PRINT_CONNECTOR_DISABLED_BUTTON" desc=" The label of the cloud connector configure button when it hasn't been set up yet .">
9867 Add printers 9881 Add printers
9868 </message> 9882 </message>
(...skipping 4291 matching lines...) Expand 10 before | Expand all | Expand 10 after
14160 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14174 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14161 Enforce (try to get hashes, and enforce them if successful) 14175 Enforce (try to get hashes, and enforce them if successful)
14162 </message> 14176 </message>
14163 14177
14164 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14178 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14165 Enforce strict (hard fail if we can't get hashes) 14179 Enforce strict (hard fail if we can't get hashes)
14166 </message> 14180 </message>
14167 </messages> 14181 </messages>
14168 </release> 14182 </release>
14169 </grit> 14183 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698