diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-03-18 06:42:37 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-03-18 06:42:37 +0800 |
commit | 0a83300b74cca44e97d6701f6c10f675e26db17d (patch) | |
tree | 27717da8026b310f579d448a7ba3c031d1e540f2 /data | |
parent | 0e9350d154444e6581d9cae6c663b8c67bfc31aa (diff) | |
download | gsoc2013-epiphany-0a83300b74cca44e97d6701f6c10f675e26db17d.tar.gz gsoc2013-epiphany-0a83300b74cca44e97d6701f6c10f675e26db17d.tar.zst gsoc2013-epiphany-0a83300b74cca44e97d6701f6c10f675e26db17d.zip |
Add this
svn path=/trunk/; revision=8116
Diffstat (limited to 'data')
-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;'/> +"> |