From 0a83300b74cca44e97d6701f6c10f675e26db17d Mon Sep 17 00:00:00 2001
From: Christian Persch <chpe@src.gnome.org>
Date: Mon, 17 Mar 2008 22:42:37 +0000
Subject: Add this

svn path=/trunk/; revision=8116
---
 data/chrome/netError.dtd | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 data/chrome/netError.dtd

(limited to 'data/chrome')

diff --git a/data/chrome/netError.dtd b/data/chrome/netError.dtd
new file mode 100644
index 000000000..716d381e8
--- /dev/null
+++ b/data/chrome/netError.dtd
@@ -0,0 +1,10 @@
+<!ENTITY securityOverride.linkText "Or you can add an exception…">
+<!ENTITY securityOverride.getMeOutOfHereButton "Get me out of here!">
+<!ENTITY securityOverride.exceptionButtonLabel "Add Exception…">
+
+<!ENTITY securityOverride.warningText "
+<p>You should not add an exception if you are using an internet connection that you do not trust completely or if you are not used to seeing a warning for this server.</p>
+
+<xul:button xmlns:xul='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' id='getMeOutOfHereButton' label='&securityOverride.getMeOutOfHereButton;'/>
+<xul:button xmlns:xul='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' id='exceptionDialogButton' label='&securityOverride.exceptionButtonLabel;'/>
+">
-- 
cgit