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

Side by Side Diff: components/google_strings.grdp

Issue 316203003: Componentize GoogleURLTracker(InfoBarDelegate,MapEntry,NavHelper) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 6 years, 6 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
« no previous file with comments | « components/google/core/browser/google_url_tracker_navigation_helper.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3
4 <message name="IDS_GOOGLE_URL_TRACKER_INFOBAR_MESSAGE" desc="Message displayed when the user's current Google TLD doesn't match the default for their location . This can be shortened in other languages (e.g. by removing 'would you like to ') as needed to keep the translated strings from being much longer than English, so the infobar can still display all three IDS_GOOGLE_URL_TRACKER_ strings and a 'Learn more' link.">
5 Would you like to search with <ph name="NEW_GOOGLE_HOST">$1<ex>google.de</ex ></ph> instead of <ph name="CURRENT_GOOGLE_HOST">$2<ex>google.fr</ex></ph>?
6 </message>
7 <message name="IDS_GOOGLE_URL_TRACKER_INFOBAR_SWITCH" desc="Button text for bu tton that changes user's default Google TLD to a new TLD.">
8 Switch to <ph name="NEW_GOOGLE_HOST">$1<ex>google.de</ex></ph>
9 </message>
10 <message name="IDS_GOOGLE_URL_TRACKER_INFOBAR_DONT_SWITCH" desc="Button text f or button that leaves user's default Google TLD unchanged.">
11 Keep using <ph name="CURRENT_GOOGLE_HOST">$1<ex>google.fr</ex></ph>
12 </message>
13 <message name="IDS_GOOGLE_URL_TRACKER_INFOBAR_LEARN_MORE" desc="Learn more tex t for the Google URL tracker infobar">
14 Learn more
15 </message>
16
17 </grit-part>
OLDNEW
« no previous file with comments | « components/google/core/browser/google_url_tracker_navigation_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698