mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
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:
parent
fff83cbeae
commit
238a1736e2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user