diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-06-08 19:10:23 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-06-08 19:10:23 +0300 |
commit | b1ddd8a8af9f34378462e9852ed21dbf0392e96b (patch) | |
tree | d03c259e993b65e68e5e15a9e0c47da3f880f912 /security/manager | |
parent | d7beb75aa889967780067ade8219b4a662f22e38 (diff) | |
download | UXP-b1ddd8a8af9f34378462e9852ed21dbf0392e96b.tar UXP-b1ddd8a8af9f34378462e9852ed21dbf0392e96b.tar.gz UXP-b1ddd8a8af9f34378462e9852ed21dbf0392e96b.tar.lz UXP-b1ddd8a8af9f34378462e9852ed21dbf0392e96b.tar.xz UXP-b1ddd8a8af9f34378462e9852ed21dbf0392e96b.zip |
[PALEMOON] Add missed strings required by page info
Diffstat (limited to 'security/manager')
-rw-r--r-- | security/manager/locales/en-US/chrome/pippki/pippki.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/manager/locales/en-US/chrome/pippki/pippki.properties b/security/manager/locales/en-US/chrome/pippki/pippki.properties index fd002b434..1f926a58e 100644 --- a/security/manager/locales/en-US/chrome/pippki/pippki.properties +++ b/security/manager/locales/en-US/chrome/pippki/pippki.properties @@ -98,7 +98,8 @@ clientAuthStoredOn=Stored on: %1$S # Page Info pageInfo_NoEncryption=Connection Not Encrypted pageInfo_Privacy_None1=The website %S does not support encryption for the page you are viewing. -pageInfo_Privacy_None2=Information sent over the Internet without encryption can be seen by other people while it is in transit. +pageInfo_Privacy_None2=Information sent over the Internet without encryption can be seen by other people while it is in transit. +pageInfo_Privacy_None3=The page you are viewing is not encrypted. pageInfo_Privacy_None4=The page you are viewing was not encrypted before being transmitted over the Internet. # LOCALIZATION NOTE (pageInfo_EncryptionWithBitsAndProtocol and pageInfo_BrokenEncryption): # %1$S is the name of the encryption standard, @@ -110,6 +111,7 @@ pageInfo_Privacy_Encrypted1=The page you are viewing was encrypted before being pageInfo_Privacy_Encrypted2=Encryption makes it difficult for unauthorized people to view information traveling between computers. It is therefore unlikely that anyone read this page as it traveled across the network. pageInfo_MixedContent=Connection Partially Encrypted pageInfo_MixedContent2=Parts of the page you are viewing were not encrypted before being transmitted over the Internet. +pageInfo_Privacy_Broken1=Parts of the page you are viewing were not encrypted or the encryption is not strong enough before being transmitted over the Internet. pageInfo_WeakCipher=Your connection to this website uses weak encryption and is not private. Other people can view your information or modify the website’s behavior. pageInfo_CertificateTransparency_None=This website does not supply Certificate Transparency audit records. pageInfo_CertificateTransparency_OK=This website supplies publicly auditable Certificate Transparency records. |