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

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

Issue 2887083002: Remove the old search geolocation disclosure text. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | chrome/browser/android/search_geolocation/search_geolocation_disclosure_infobar_delegate.cc » ('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 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 12136 matching lines...) Expand 10 before | Expand all | Expand 10 after
12147 <message name="IDS_WIN10_WELCOME_PIN_LABEL" desc="The name of the option i n the Windows right-click menu for pinning an app to the taskbar. Used in a mock screenshot illustrating the Windows Settings dialog."> 12147 <message name="IDS_WIN10_WELCOME_PIN_LABEL" desc="The name of the option i n the Windows right-click menu for pinning an app to the taskbar. Used in a mock screenshot illustrating the Windows Settings dialog.">
12148 Pin to taskbar 12148 Pin to taskbar
12149 </message> 12149 </message>
12150 <message name="IDS_WIN10_WELCOME_CONTINUE" desc="The label on a button whi ch navigates away from the Windows 10 Welcome page."> 12150 <message name="IDS_WIN10_WELCOME_CONTINUE" desc="The label on a button whi ch navigates away from the Windows 10 Welcome page.">
12151 Continue 12151 Continue
12152 </message> 12152 </message>
12153 </if> 12153 </if>
12154 12154
12155 <!-- Consistent omnibox geolocation --> 12155 <!-- Consistent omnibox geolocation -->
12156 <if expr="is_android"> 12156 <if expr="is_android">
12157 <message name="IDS_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_CONTROL_TEXT" d esc="Text to put in the infobar disclosing Google Search's usage of location. Th e message contains a link to a settings page. The link text is a separate string in the translation console and appears here as a placeholder text. This version of the text is old but is being kept to allow us to compare performance of the new text.">
12158 Google uses your location to provide a better local experience. You ca n change this in <ph name="SETTINGS_LINK">$1<ex>Link to Settings page</ex></ph>.
12159 </message>
12160 <message name="IDS_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_TEXT" desc="Tex t to put in the infobar disclosing Google Search's usage of location. The messag e contains a link to a settings page. The link text is a separate string in the translation console and appears here as a placeholder text."> 12157 <message name="IDS_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_TEXT" desc="Tex t to put in the infobar disclosing Google Search's usage of location. The messag e contains a link to a settings page. The link text is a separate string in the translation console and appears here as a placeholder text.">
12161 Google uses your location to give you local content. You can change th is in <ph name="SETTINGS_LINK">$1<ex>Link to Settings page</ex></ph>. 12158 Google uses your location to give you local content. You can change th is in <ph name="SETTINGS_LINK">$1<ex>Link to Settings page</ex></ph>.
12162 </message> 12159 </message>
12163 <message name="IDS_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_SETTINGS_LINK_T EXT" desc="Text to put in the link to the Settings page in the search geolocatio n disclosure UI."> 12160 <message name="IDS_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_SETTINGS_LINK_T EXT" desc="Text to put in the link to the Settings page in the search geolocatio n disclosure UI.">
12164 Settings 12161 Settings
12165 </message> 12162 </message>
12166 </if> 12163 </if>
12167 12164
12168 <!-- NTP content suggestions strings --> 12165 <!-- NTP content suggestions strings -->
12169 <message name="IDS_NTP_DOWNLOAD_SUGGESTIONS_SECTION_HEADER" desc="Header of the downloads section, which is a list of pages (or files) that the user downloa ded, displayed as cards on the New Tab Page."> 12166 <message name="IDS_NTP_DOWNLOAD_SUGGESTIONS_SECTION_HEADER" desc="Header of the downloads section, which is a list of pages (or files) that the user downloa ded, displayed as cards on the New Tab Page.">
12170 Downloads 12167 Downloads
12171 </message> 12168 </message>
12172 12169
12173 <message name="IDS_NTP_DOWNLOADS_SUGGESTIONS_SECTION_EMPTY" desc="On the New Tab Page, text of card explaining to the user that they can expect to see some download related content suggestions in this section in the future."> 12170 <message name="IDS_NTP_DOWNLOADS_SUGGESTIONS_SECTION_EMPTY" desc="On the New Tab Page, text of card explaining to the user that they can expect to see some download related content suggestions in this section in the future.">
12174 Your downloads appear here 12171 Your downloads appear here
12175 </message> 12172 </message>
12176 12173
12177 <!-- Automation info bar --> 12174 <!-- Automation info bar -->
12178 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12175 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12179 Chrome is being controlled by automated test software. 12176 Chrome is being controlled by automated test software.
12180 </message> 12177 </message>
12181 </messages> 12178 </messages>
12182 </release> 12179 </release>
12183 </grit> 12180 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/search_geolocation/search_geolocation_disclosure_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698