diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 06:07:42 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 06:07:42 +0000 |
commit | a74c409ed1cd557c0ff38c50554b1ec777d1f188 (patch) | |
tree | 7a5fa56654325c5ebea4e7123b69fba023546d55 /chrome/app | |
parent | da466603329aa087a935cf6d785e5a98136b72bf (diff) | |
download | chromium_src-a74c409ed1cd557c0ff38c50554b1ec777d1f188.zip chromium_src-a74c409ed1cd557c0ff38c50554b1ec777d1f188.tar.gz chromium_src-a74c409ed1cd557c0ff38c50554b1ec777d1f188.tar.bz2 |
Strings for the pepper broker infobar
- Same for all flavors of chrome and chromium
BUG=100960
TEST=none
Review URL: http://codereview.chromium.org/9271089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119384 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index e72e61b..e5d39eb 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5272,6 +5272,17 @@ Because search results are requested even while you're typing your query, your d You have DNS certificate provenance checking enabled. This may result in private information being sent to Google. </message> + <!-- Pepper Broker Info bar --> + <message name="IDS_PEPPER_BROKER_MESSAGE" desc="Message shown when a pepper plugin wants to launch its broker. This message is followed by a 'Learn more' link."> + The <ph name="PEPPER_PLUGIN_NAME">$1<ex>Shockwave Flash</ex></ph> plugin on <ph name="PEPPER_PLUGIN_DOMAIN">$2<ex>example.com</ex></ph> wants to access your computer." + </message> + <message name="IDS_PEPPER_BROKER_ALLOW_BUTTON" desc="Text for the allow button on the pepper broker launch prompt"> + Allow + </message> + <message name="IDS_PEPPER_BROKER_DENY_BUTTON" desc="Text for the deny button on the pepper broker launch prompt"> + Deny + </message> + <!-- Blocked Displaying/Running Insecure Content info bar --> <message name="IDS_BLOCKED_DISPLAYING_INSECURE_CONTENT" desc="Message shown when a website has asked chrome to display mixed content. The message is followed by a learn more link and an allow button."> This page has insecure content. |