diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-19 20:49:30 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-19 20:49:30 +0000 |
commit | cf9e07811d9d198470ac73a6b84b0f0597854641 (patch) | |
tree | 1b50a1ca54cb886bfb908ffb0b5972bec2471fe7 /chrome/app | |
parent | 7edf5b5462727c06c0232b541c5db549f176d84a (diff) | |
download | chromium_src-cf9e07811d9d198470ac73a6b84b0f0597854641.zip chromium_src-cf9e07811d9d198470ac73a6b84b0f0597854641.tar.gz chromium_src-cf9e07811d9d198470ac73a6b84b0f0597854641.tar.bz2 |
Buttons for the collected cookies dialog to add content exceptions.
BUG=45230
TEST=CollectedCookiesTest.*
Review URL: http://codereview.chromium.org/2808053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-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 a439920..3550b37 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6063,6 +6063,15 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_COLLECTED_COOKIES_BLOCKED_COOKIES_LABEL" desc="The label used to describe the cookies that were blocked"> The following cookies were blocked: </message> + <message name="IDS_COLLECTED_COOKIES_ALLOW_BUTTON" desc="A button that lets the use create a content settings exception to allow certain domains."> + Allow + </message> + <message name="IDS_COLLECTED_COOKIES_SESSION_ONLY_BUTTON" desc="A button that lets the use create a content settings exception to allow certain domains for a session only. Please consider that this text will be displayed as a button when translating."> + Allow for session only + </message> + <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> <!-- Cookies Window --> <message name="IDS_COOKIES_WINDOW_TITLE" desc="The title of the Cookies Window"> |