diff options
author | kuan@chromium.org <kuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-24 16:13:05 +0000 |
---|---|---|
committer | kuan@chromium.org <kuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-24 16:13:05 +0000 |
commit | 0093ffa21d17b21c22d1a4f66025239d995eddba (patch) | |
tree | d2ffd4751bb1b1b5d1588848ee1d654d59bc652c | |
parent | 7e4d9746bd475b0f28c3ebf4c561693129137fd8 (diff) | |
download | chromium_src-0093ffa21d17b21c22d1a4f66025239d995eddba.zip chromium_src-0093ffa21d17b21c22d1a4f66025239d995eddba.tar.gz chromium_src-0093ffa21d17b21c22d1a4f66025239d995eddba.tar.bz2 |
strings for translate infobar's error state
BUG=38548
TEST=none yet.
Review URL: http://codereview.chromium.org/1283001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42475 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index d72ffc2..8051948 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6514,6 +6514,15 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_TRANSLATE_INFOBAR_REVERT" desc="Text to show for translate infobar to revert translation of translated page"> Show original </message> + <message name="IDS_TRANSLATE_INFOBAR_RETRY" desc="Text to show for translate infobar to retry translation of page"> + Try again + </message> + <message name="IDS_TRANSLATE_INFOBAR_ERROR_CANT_CONNECT" desc="Error message to show for translate infobar when unable to connec to translate server"> + Placeholder: Unable to connect to translate server + </message> + <message name="IDS_TRANSLATE_INFOBAR_ERROR_CANT_TRANSLATE" desc="Error message to show for translate infobar when translate server is unable to translate page"> + Placeholder: Unable to translate page + </message> <!-- Desktop notifications --> <message name="IDS_NOTIFICATION_BALLOON_DISMISS_LABEL" desc="Text on the button which dismisses the balloon."> |