Bug 107491, improve SSL error messages

Patch v9 - netError.dtd in dom and browser
Adding strings for new SSL error page
r=mconnor, sr=neil
This commit is contained in:
kaie%kuix.de 2007-02-18 04:20:12 +00:00
Родитель bf4baa97fe
Коммит 5a979335f7
2 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -115,6 +115,15 @@
</ul>
">
<!ENTITY nssFailure.title "Secure Connection Failed">
<!ENTITY nssFailure.longDesc "
<ul>
<li>The page you are trying to view can not be shown because the web site uses an invalid or unsupported security protocol.</li>
<li>Please contact the web site owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.</li>
</ul>
">
<!ENTITY sharedLongDesc "
<ul>
<li>The site could be temporarily unavailable or too busy. Try again in a few

Просмотреть файл

@ -50,3 +50,6 @@
<!ENTITY unknownSocketType.title "Incorrect Response">
<!ENTITY unknownSocketType.longDesc "<p>The site responded to the network request in an unexpected way and the browser cannot continue.</p>">
<!ENTITY nssFailure.title "Secure Connection Failed">
<!ENTITY nssFailure.longDesc "<p>The page you are trying to view can not be shown because the web site uses an invalid or unsupported security protocol.</p><ul><li>Please contact the web site owners to inform them of this problem.</li></ul>">