diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 05:13:31 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 05:13:31 +0000 |
commit | 53864410565856ced011582904b2fbd3d50f6c2c (patch) | |
tree | b2228f0108eacd443a61f73bd2e5459c60cdd6c4 /chrome/app/generated_resources.grd | |
parent | 2da0f01d254f14e4497e8d197078ca7297839aa9 (diff) | |
download | chromium_src-53864410565856ced011582904b2fbd3d50f6c2c.zip chromium_src-53864410565856ced011582904b2fbd3d50f6c2c.tar.gz chromium_src-53864410565856ced011582904b2fbd3d50f6c2c.tar.bz2 |
Adds content exception dialog.
BUG=NONE
TEST=Make sure the content exception dialog (options->under the
hood->content settings->exceptions (for all tabs)) and editor work
correctly. Specifically try adding/removing and make sure they persist
correctly.
Review URL: http://codereview.chromium.org/564007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 274aecd..62490f5 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3735,6 +3735,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_EXCEPTIONS_ADD_BUTTON" desc="A button in the cookie/image/javascript/plugins exceptions dialog for adding new exception rules."> Add... </message> + <message name="IDS_EXCEPTIONS_EDIT_BUTTON" desc="A button in the cookie/image/javascript/plugins exceptions dialog for editing an exception."> + Edit... + </message> <message name="IDS_EXCEPTIONS_REMOVE_BUTTON" desc="A button in exception dialogs for removing individual exception rules."> Remove </message> @@ -3754,6 +3757,20 @@ Keep your key file in a safe place. You will need it to create new versions of y example.com </message> + <!-- Cookie/Images/JavaScript/Plugins exception editor dialogs --> + <message name="IDS_EXCEPTION_EDITOR_TITLE" desc="Title for exception editor"> + Edit Exception + </message> + <message name="IDS_EXCEPTION_EDITOR_NEW_TITLE" desc="Title for exception editor"> + New Exception + </message> + <message name="IDS_EXCEPTION_EDITOR_HOST_TITLE" desc="Title of the host field in the exception editor"> + Host: + </message> + <message name="IDS_EXCEPTION_EDITOR_ACTION_TITLE" desc="Title of the action combobox in the exception editor"> + Action: + </message> + <!-- Cookie alert dialog --> <message name="IDS_COOKIE_ALERT_TITLE" desc="Format string for cookie alert dialog title"> Cookie from <ph name="HOST">$1<ex>www.google.com</ex></ph> |