diff options
author | kuan@chromium.org <kuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-27 19:04:55 +0000 |
---|---|---|
committer | kuan@chromium.org <kuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-27 19:04:55 +0000 |
commit | fb53e5d2dad6356043a2e202578eea074995f72a (patch) | |
tree | fcb3c2b4243c3fb8364e077ea650a23847214eef /chrome/app/resources | |
parent | 82011cee978aad75254211c2b6ed187350f14dcb (diff) | |
download | chromium_src-fb53e5d2dad6356043a2e202578eea074995f72a.zip chromium_src-fb53e5d2dad6356043a2e202578eea074995f72a.tar.gz chromium_src-fb53e5d2dad6356043a2e202578eea074995f72a.tar.bz2 |
implement infobars and delegates placeholders for translate feature.
Review URL: http://codereview.chromium.org/546132
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 3584702..135c3da 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -586,6 +586,11 @@ <message name="IDS_AUTOFILL_DIALOG_HEIGHT_LINES" use_name_for_id="true"> 35 </message> + + <!-- The URL for About Google Translate. --> + <message name="IDS_ABOUT_GOOGLE_TRANSLATE_URL" translateable="false"> + http://translate.google.com/support/?hl=[GRITLANGCODE] + </message> </messages> </release> </grit> |