diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-03-28 23:09:29 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-03-28 23:09:29 +0800 |
commit | 40d830a7a9668ec8c0a2397c1342cf36c89d1a8a (patch) | |
tree | aa61270bd7a4ce158581e2576c7bc349656d2a35 | |
parent | 00665f160d78b2a2d92f30d3b9a8caf160b6b5ec (diff) | |
download | gsoc2013-epiphany-40d830a7a9668ec8c0a2397c1342cf36c89d1a8a.tar gsoc2013-epiphany-40d830a7a9668ec8c0a2397c1342cf36c89d1a8a.tar.gz gsoc2013-epiphany-40d830a7a9668ec8c0a2397c1342cf36c89d1a8a.tar.bz2 gsoc2013-epiphany-40d830a7a9668ec8c0a2397c1342cf36c89d1a8a.tar.lz gsoc2013-epiphany-40d830a7a9668ec8c0a2397c1342cf36c89d1a8a.tar.xz gsoc2013-epiphany-40d830a7a9668ec8c0a2397c1342cf36c89d1a8a.tar.zst gsoc2013-epiphany-40d830a7a9668ec8c0a2397c1342cf36c89d1a8a.zip |
Add this
svn path=/branches/gnome-2-22/; revision=8160
-rw-r--r-- | data/chrome/netError.dtd | 10 |
1 files changed, 10 insertions, 0 deletions
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;'/> +"> |