diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-17 21:43:26 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-17 21:43:26 +0000 |
commit | b6553bc8f0e0e7ff8bb6e9b78dfdbce5b21adb72 (patch) | |
tree | b426ed1cb3122d896f53e253a2939c6d0ef07c8c /chrome/app | |
parent | 3071d091f95b889a05237a949adf9f1b0232a71c (diff) | |
download | chromium_src-b6553bc8f0e0e7ff8bb6e9b78dfdbce5b21adb72.zip chromium_src-b6553bc8f0e0e7ff8bb6e9b78dfdbce5b21adb72.tar.gz chromium_src-b6553bc8f0e0e7ff8bb6e9b78dfdbce5b21adb72.tar.bz2 |
Strings to localize for the try-chrome again toast
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/397026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32215 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chromium_strings.grd | 20 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 43a5ebf..c973d42 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -375,6 +375,26 @@ be available for now. --> <message name="IDS_AUTOFILL_INFOBAR_TEXT" desc="Text to show in the autofill request infobar."> Do you want Chromium to save this information? </message> + <!-- Try Chrome Toast Dialog --> + <message name="IDS_TRY_TOAST_HEADING" desc="Top line of the try-chrome-again dialog"> + There is a new version of Chromium available. + </message> + <message name="IDS_TRY_TOAST_TRY_OPT" desc="First option radio button on the dialog to try chrome"> + Try it out (already installed) + </message> + <message name="IDS_TRY_TOAST_UNINSTALL_OPT" desc="Second option radio button on the dialog to try chrome"> + Uninstall Chromium + </message> + <message name="IDS_TRY_TOAST_DOIT" desc="Try chrome again dialog standard OK button"> + OK + </message> + <message name="IDS_TRY_TOAST_CANCEL" desc="Try chrome again dialog Cancel button"> + Don't bug me + </message> + <message name="IDS_TRY_TOAST_WHY" desc="Text of the url link that explains why this dialog is being shown"> + Why am I seeing this? + </message> + <if expr="os == 'darwin'"> <message name="IDS_SHORT_PRODUCT_NAME" desc="The application's short name, used for the Mac's application menu, activity monitor, etc. This should be less than 16 characters. Example: Chrome, not Google Chrome."> Chromium diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 5e4c0b6..6e3c498 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -425,6 +425,26 @@ Chrome supports. --> <message name="IDS_AUTOFILL_INFOBAR_TEXT" desc="Text to show in the autofill request infobar."> Do you want Google Chrome to save this information? </message> + <!-- Try Chrome Toast Dialog --> + <message name="IDS_TRY_TOAST_HEADING" desc="Top line of the try-chrome-again dialog"> + There is a new version of Google Chrome available. + </message> + <message name="IDS_TRY_TOAST_TRY_OPT" desc="First option radio button on the dialog to try chrome"> + Try it out (already installed) + </message> + <message name="IDS_TRY_TOAST_UNINSTALL_OPT" desc="Second option radio button on the dialog to try chrome"> + Uninstall Google Chrome + </message> + <message name="IDS_TRY_TOAST_DOIT" desc="Try chrome again dialog standard OK button"> + OK + </message> + <message name="IDS_TRY_TOAST_CANCEL" desc="Try chrome again dialog Cancel button"> + Don't bug me + </message> + <message name="IDS_TRY_TOAST_WHY" desc="Text of the url link that explains why this dialog is being shown"> + Why am I seeing this? + </message> + <if expr="os == 'darwin'"> <message name="IDS_SHORT_PRODUCT_NAME" desc="The application's short name, used for the Mac's application menu, activity monitor, etc. This should be less than 16 characters. Example: Chrome, not Google Chrome."> Chrome |