diff options
author | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-16 16:58:34 +0000 |
---|---|---|
committer | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-16 16:58:34 +0000 |
commit | 0deeafa87a239f5ec502248c7e680109e1cbd9ad (patch) | |
tree | d268a2b0b64d645c9155dbd38b1f4765c990c5f9 /chrome/app/chromium_strings.grd | |
parent | ab9eabac05d203dcf424a8f1af646511ea3b305a (diff) | |
download | chromium_src-0deeafa87a239f5ec502248c7e680109e1cbd9ad.zip chromium_src-0deeafa87a239f5ec502248c7e680109e1cbd9ad.tar.gz chromium_src-0deeafa87a239f5ec502248c7e680109e1cbd9ad.tar.bz2 |
Add the Chrome Frame product name to the localized .grd files.
BUG=24305
Review URL: http://codereview.chromium.org/996005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41735 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chromium_strings.grd')
-rw-r--r-- | chrome/app/chromium_strings.grd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 00bb740..f887489 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -138,6 +138,11 @@ be available for now. --> Chromium OS </message> </if> + <if expr="os == 'win32'"> + <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame application name"> + Chromium Frame + </message> + </if> <message name="IDS_CERT_ERROR_COMMON_NAME_INVALID_EXTRA_INFO_2" desc="2nd paragraph of extra information for an unsafe common name in an X509 certificate"> In this case, the address listed in the certificate does not match the address of the website your browser tried to go to. One possible reason for this is that your communications are being intercepted by an attacker who is presenting a certificate for a different website, which would cause a mismatch. Another possible reason is that the server is set up to return the same certificate for multiple websites, including the one you are attempting to visit, even though that certificate is not valid for all of those websites. Chromium can say for sure that you reached <strong><ph name="DOMAIN2">$1<ex>paypal.com</ex></ph></strong>, but cannot verify that that is the same site as <strong><ph name="DOMAIN">$2<ex>www.paypal.com</ex></ph></strong> which you intended to reach. If you proceed, Chromium will not check for any further name mismatches. In general, it is best not to proceed past this point. </message> |