diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 06:56:09 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 06:56:09 +0000 |
commit | d2fb016be930dadf37a2faf145e73534ef58bb7b (patch) | |
tree | 83c4552efcaff77a9dcb35cc6e7a6b432318f95f | |
parent | cc431a996d94019578154bac54e632461e0ae918 (diff) | |
download | chromium_src-d2fb016be930dadf37a2faf145e73534ef58bb7b.zip chromium_src-d2fb016be930dadf37a2faf145e73534ef58bb7b.tar.gz chromium_src-d2fb016be930dadf37a2faf145e73534ef58bb7b.tar.bz2 |
[GRD] Add notification strings for collected cookies dialog.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3033009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53021 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 9993728..2dda203 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6066,6 +6066,24 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_COLLECTED_COOKIES_BLOCK_BUTTON" desc="A button that lets the use create a content settings exception to block certain domains."> Block </message> + <message name="IDS_COLLECTED_COOKIES_ALLOW_RULE_CREATED" desc="A notification that is displayed when a content exception to allow cookies was created."> + Cookies from <ph name="HOST">$1<ex>example.com</ex></ph> allowed. + </message> + <message name="IDS_COLLECTED_COOKIES_BLOCK_RULE_CREATED" desc="A notification that is displayed when a content exception to block cookies was created."> + Cookies from <ph name="HOST">$1<ex>example.com</ex></ph> blocked. + </message> + <message name="IDS_COLLECTED_COOKIES_SESSION_RULE_CREATED" desc="A notification that is displayed when a content exception to allow cookies for session only was created."> + Cookies from <ph name="HOST">$1<ex>example.com</ex></ph> allowed for session only. + </message> + <message name="IDS_COLLECTED_COOKIES_MULTIPLE_ALLOW_RULES_CREATED" desc="A notification that is displayed when multiple content exceptions to allow cookies were created."> + Cookies from multiple sites allowed. + </message> + <message name="IDS_COLLECTED_COOKIES_MULTIPLE_BLOCK_RULES_CREATED" desc="A notification that is displayed when multiple content exceptions to block cookies were created."> + Cookies from multiple sites blocked. + </message> + <message name="IDS_COLLECTED_COOKIES_MULTIPLE_SESSION_RULES_CREATED" desc="A notification that is displayed when multiple content exceptions to allow cookies for session only were created."> + Cookies from multiple sites allowed for session only. + </message> <!-- Cookies Window --> <message name="IDS_COOKIES_WINDOW_TITLE" desc="The title of the Cookies Window"> |