pipnss.properties (7181B)
1 # 2 # This Source Code Form is subject to the terms of the Mozilla Public 3 # License, v. 2.0. If a copy of the MPL was not distributed with this 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 6 CertPasswordPrompt=Please enter the password for the PKCS#11 token %S. 7 8 CertPasswordPromptDefault=Please enter your Primary Password. 9 10 # The following strings have special requirements: they must fit in a 32 or 64 11 # bytes buffer after being encoded to UTF-8. 12 # 13 # It's possible to verify the length of a translation using the Browser Console 14 # in Firefox and evaluating the following code: 15 # 16 # (new TextEncoder().encode('YOURSTRING')).length 17 # 18 # Simply replace YOURSTRING with your translation. 19 # 20 # If it's not possible to produce an understandable translation within these 21 # limits, keeping the English text is an acceptable workaround. 22 23 # LOCALIZATION NOTE (RootCertModuleName): string limit is 64 bytes after 24 # conversion to UTF-8. 25 # length_limit = 64 bytes 26 RootCertModuleName=Builtin Roots Module 27 # LOCALIZATION NOTE (ManufacturerID): string limit is 32 bytes after conversion 28 # to UTF-8. 29 # length_limit = 32 bytes 30 ManufacturerID=Mozilla.org 31 # LOCALIZATION NOTE (LibraryDescription): string limit is 32 bytes after 32 # conversion to UTF-8. 33 # length_limit = 32 bytes 34 LibraryDescription=PSM Internal Crypto Services 35 # LOCALIZATION NOTE (TokenDescription): string limit is 32 bytes after 36 # conversion to UTF-8. 37 # length_limit = 32 bytes 38 TokenDescription=Generic Crypto Services 39 # LOCALIZATION NOTE (PrivateTokenDescription): string limit is 32 bytes after 40 # conversion to UTF-8. 41 # length_limit = 32 bytes 42 PrivateTokenDescription=Software Security Device 43 # LOCALIZATION NOTE (SlotDescription): string limit is 64 bytes after conversion 44 # to UTF-8. 45 # length_limit = 64 bytes 46 SlotDescription=PSM Internal Cryptographic Services 47 # LOCALIZATION NOTE (PrivateSlotDescription): string limit is 64 bytes after 48 # conversion to UTF-8. 49 # length_limit = 64 bytes 50 PrivateSlotDescription=PSM Private Keys 51 # LOCALIZATION NOTE (Fips140TokenDescription): string limit is 32 bytes after 52 # conversion to UTF-8. 53 # length_limit = 32 bytes 54 Fips140TokenDescription=Software Security Device (FIPS) 55 # LOCALIZATION NOTE (Fips140SlotDescription): string limit is 64 bytes after 56 # conversion to UTF-8. 57 # length_limit = 64 bytes 58 Fips140SlotDescription=FIPS 140 Cryptographic, Key and Certificate Services 59 60 # LOCALIZATION NOTE (nick_template): $1s is the common name from a cert (e.g. "Mozilla"), $2s is the CA name (e.g. VeriSign) 61 nick_template=%1$s’s %2$s ID 62 63 CertDumpKUSign=Signing 64 CertDumpKUNonRep=Non-repudiation 65 CertDumpKUEnc=Key Encipherment 66 CertDumpKUDEnc=Data Encipherment 67 CertDumpKUKA=Key Agreement 68 CertDumpKUCertSign=Certificate Signer 69 CertDumpKUCRLSigner=CRL Signer 70 71 PSMERR_SSL_Disabled=Can’t connect securely because the SSL protocol has been disabled. 72 PSMERR_SSL2_Disabled=Can’t connect securely because the site uses an older, insecure version of the SSL protocol. 73 PSMERR_HostReusedIssuerSerial=You have received an invalid certificate. Please contact the server administrator or email correspondent and give them the following information:\n\nYour certificate contains the same serial number as another certificate issued by the certificate authority. Please get a new certificate containing a unique serial number. 74 75 # LOCALIZATION NOTE (SSLConnectionErrorPrefix2): %1$S is the host string, %2$S is more detailed information (localized as well). 76 SSLConnectionErrorPrefix2=An error occurred during a connection to %1$S. %2$S\n 77 78 certErrorIntro=%S uses an invalid security certificate. 79 80 certErrorTrust_SelfSigned=The certificate is not trusted because it is self-signed. 81 certErrorTrust_UnknownIssuer=The certificate is not trusted because the issuer certificate is unknown. 82 certErrorTrust_UnknownIssuer2=The server might not be sending the appropriate intermediate certificates. 83 certErrorTrust_UnknownIssuer3=An additional root certificate may need to be imported. 84 certErrorTrust_CaInvalid=The certificate is not trusted because it was issued by an invalid CA certificate. 85 certErrorTrust_Issuer=The certificate is not trusted because the issuer certificate is not trusted. 86 certErrorTrust_SignatureAlgorithmDisabled=The certificate is not trusted because it was signed using a signature algorithm that was disabled because that algorithm is not secure. 87 certErrorTrust_ExpiredIssuer=The certificate is not trusted because the issuer certificate has expired. 88 certErrorTrust_Untrusted=The certificate does not come from a trusted source. 89 certErrorTrust_MitM=Your connection is being intercepted by a TLS proxy. Uninstall it if possible or configure your device to trust its root certificate. 90 91 certErrorMismatch=The certificate is not valid for the name %S. 92 # LOCALIZATION NOTE (certErrorMismatchSinglePrefix): %S is replaced by the domain for which the certificate is valid 93 certErrorMismatchSinglePrefix=The certificate is only valid for %S. 94 certErrorMismatchMultiple=The certificate is only valid for the following names: 95 96 # LOCALIZATION NOTE (certErrorExpiredNow): Do not translate %1$S (date+time of expired certificate) or %2$S (current date+time) 97 certErrorExpiredNow=The certificate expired on %1$S. The current time is %2$S. 98 99 # LOCALIZATION NOTE (certErrorNotYetValidNow): Do not translate %1$S (date+time certificate will become valid) or %2$S (current date+time) 100 certErrorNotYetValidNow=The certificate will not be valid until %1$S. The current time is %2$S. 101 102 certErrorMitM=Websites prove their identity via certificates, which are issued by certificate authorities. 103 # LOCALIZATION NOTE (certErrorMitM2): %S is brandShortName 104 certErrorMitM2=%S is backed by the non-profit Mozilla, which administers a completely open certificate authority (CA) store. The CA store helps ensure that certificate authorities are following best practices for user security. 105 # LOCALIZATION NOTE (certErrorMitM3): %S is brandShortName 106 certErrorMitM3=%S uses the Mozilla CA store to verify that a connection is secure, rather than certificates supplied by the user’s operating system. So, if an antivirus program or a network is intercepting a connection with a security certificate issued by a CA that is not in the Mozilla CA store, the connection is considered unsafe. 107 108 certErrorSymantecDistrustAdministrator=You may notify the website’s administrator about this problem. 109 110 # LOCALIZATION NOTE (certErrorCodePrefix3): %S is replaced by the error code. 111 certErrorCodePrefix3=Error code: %S 112 113 P12DefaultNickname=Imported Certificate 114 CertUnknown=Unknown 115 CertNoEmailAddress=(no email address) 116 CaCertExists=This certificate is already installed as a certificate authority. 117 NotACACert=This is not a certificate authority certificate, so it can’t be imported into the certificate authority list. 118 UserCertIgnoredNoPrivateKey=This personal certificate can’t be installed because you do not own the corresponding private key which was created when the certificate was requested. 119 UserCertImported=Your personal certificate has been installed. You should keep a backup copy of this certificate. 120 CertOrgUnknown=(Unknown) 121 CertNotStored=(Not Stored) 122 CertExceptionPermanent=Permanent 123 CertExceptionTemporary=Temporary