Fix for Bug 33772 r=mcgreer, sr=blizzard, a=asa

Throw up an alert when a connection is not possible because of
  an SSL error.
This commit is contained in:
javi%netscape.com 2001-06-13 21:50:59 +00:00
parent fff83cbeae
commit 238a1736e2

View File

@ -144,3 +144,7 @@ ForcedBackup3=To make a copy, click OK. If possible, you should save your backup
UnknownCertIssuer=(Unknown Issuer)
UnknownCertOrg=(Unknown Organization)
AVATemplate=%S = %S
SSLDisabled=You cannot connect to %S because SSL is disabled. To change this setting, choose Preferences from the Edit menu, click Privacy and Security, and click the subcategory SSL.
SSL2Disabled=You cannot connect to %S because SSL version 2 is disabled. To change this setting, choose Preferences from the Edit menu, click Privacy and Security, and click the subcategory SSL.
SSLNoMatchingCiphers=%S and %S cannot communicate securely because they have no common encryption algorithms.
SSLGenericError=You cannot connect connect to %S because of an unknown SSL error (%S)