# English translations for gnutls package. # Copyright (C) 2017 Free Software Foundation, Inc. # This file is distributed under the same license as the gnutls package. # Automatically generated, 2017. # # All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # # This catalog furthermore displays the text between the quotation marks in # bold face, assuming the VT100/XTerm escape sequences. # msgid "" msgstr "" "Project-Id-Version: gnutls 3.3.27\n" "Report-Msgid-Bugs-To: bug-gnutls@gnu.org\n" "POT-Creation-Date: 2017-03-06 07:03+0100\n" "PO-Revision-Date: 2017-03-06 07:03+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en@boldquot\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: lib/gnutls_alert.c:43 msgid "Close notify" msgstr "Close notify" #: lib/gnutls_alert.c:44 msgid "Unexpected message" msgstr "Unexpected message" #: lib/gnutls_alert.c:45 msgid "Bad record MAC" msgstr "Bad record MAC" #: lib/gnutls_alert.c:46 msgid "Decryption failed" msgstr "Decryption failed" #: lib/gnutls_alert.c:47 msgid "Record overflow" msgstr "Record overflow" #: lib/gnutls_alert.c:49 msgid "Decompression failed" msgstr "Decompression failed" #: lib/gnutls_alert.c:50 msgid "Handshake failed" msgstr "Handshake failed" #: lib/gnutls_alert.c:51 msgid "Certificate is bad" msgstr "Certificate is bad" #: lib/gnutls_alert.c:53 msgid "Certificate is not supported" msgstr "Certificate is not supported" #: lib/gnutls_alert.c:55 msgid "Certificate was revoked" msgstr "Certificate was revoked" #: lib/gnutls_alert.c:57 msgid "Certificate is expired" msgstr "Certificate is expired" #: lib/gnutls_alert.c:59 msgid "Unknown certificate" msgstr "Unknown certificate" #: lib/gnutls_alert.c:60 msgid "Illegal parameter" msgstr "Illegal parameter" #: lib/gnutls_alert.c:61 msgid "CA is unknown" msgstr "CA is unknown" #: lib/gnutls_alert.c:62 msgid "Access was denied" msgstr "Access was denied" #: lib/gnutls_alert.c:63 msgid "Decode error" msgstr "Decode error" #: lib/gnutls_alert.c:64 msgid "Decrypt error" msgstr "Decrypt error" #: lib/gnutls_alert.c:65 msgid "Export restriction" msgstr "Export restriction" #: lib/gnutls_alert.c:67 msgid "Error in protocol version" msgstr "Error in protocol version" #: lib/gnutls_alert.c:69 msgid "Insufficient security" msgstr "Insufficient security" #: lib/gnutls_alert.c:70 msgid "User canceled" msgstr "User canceled" #: lib/gnutls_alert.c:72 msgid "No certificate (SSL 3.0)" msgstr "No certificate (SSL 3.0)" #: lib/gnutls_alert.c:73 msgid "Internal error" msgstr "Internal error" #: lib/gnutls_alert.c:75 msgid "No renegotiation is allowed" msgstr "No renegotiation is allowed" #: lib/gnutls_alert.c:77 msgid "Could not retrieve the specified certificate" msgstr "Could not retrieve the specified certificate" #: lib/gnutls_alert.c:79 msgid "An unsupported extension was sent" msgstr "An unsupported extension was sent" #: lib/gnutls_alert.c:81 msgid "The server name sent was not recognized" msgstr "The server name sent was not recognized" #: lib/gnutls_alert.c:83 msgid "The SRP/PSK username is missing or not known" msgstr "The SRP/PSK username is missing or not known" #: lib/gnutls_alert.c:86 msgid "No supported application protocol could be negotiated" msgstr "No supported application protocol could be negotiated" #: lib/gnutls_errors.c:48 msgid "Could not negotiate a supported cipher suite." msgstr "Could not negotiate a supported cipher suite." #: lib/gnutls_errors.c:50 msgid "No or insufficient priorities were set." msgstr "No or insufficient priorities were set." #: lib/gnutls_errors.c:52 msgid "The cipher type is unsupported." msgstr "The cipher type is unsupported." #: lib/gnutls_errors.c:54 msgid "The certificate and the given key do not match." msgstr "The certificate and the given key do not match." #: lib/gnutls_errors.c:57 msgid "Could not negotiate a supported compression method." msgstr "Could not negotiate a supported compression method." #: lib/gnutls_errors.c:59 msgid "An unknown public key algorithm was encountered." msgstr "An unknown public key algorithm was encountered." #: lib/gnutls_errors.c:62 msgid "An algorithm that is not enabled was negotiated." msgstr "An algorithm that is not enabled was negotiated." #: lib/gnutls_errors.c:65 msgid "A packet with illegal or unsupported version was received." msgstr "A packet with illegal or unsupported version was received." #: lib/gnutls_errors.c:68 msgid "" "The Diffie-Hellman prime sent by the server is not acceptable (not long " "enough)." msgstr "" "The Diffie-Hellman prime sent by the server is not acceptable (not long " "enough)." #: lib/gnutls_errors.c:71 msgid "A TLS packet with unexpected length was received." msgstr "A TLS packet with unexpected length was received." #: lib/gnutls_errors.c:73 msgid "The TLS connection was non-properly terminated." msgstr "The TLS connection was non-properly terminated." #: lib/gnutls_errors.c:76 msgid "The specified session has been invalidated for some reason." msgstr "The specified session has been invalidated for some reason." #: lib/gnutls_errors.c:79 msgid "GnuTLS internal error." msgstr "GnuTLS internal error." #: lib/gnutls_errors.c:80 msgid "An illegal TLS extension was received." msgstr "An illegal TLS extension was received." #: lib/gnutls_errors.c:82 msgid "A TLS fatal alert has been received." msgstr "A TLS fatal alert has been received." #: lib/gnutls_errors.c:84 msgid "An unexpected TLS packet was received." msgstr "An unexpected TLS packet was received." #: lib/gnutls_errors.c:87 msgid "An error was encountered at the TLS Finished packet calculation." msgstr "An error was encountered at the TLS Finished packet calculation." #: lib/gnutls_errors.c:89 msgid "No certificate was found." msgstr "No certificate was found." #: lib/gnutls_errors.c:92 msgid "The given DSA key is incompatible with the selected TLS protocol." msgstr "The given DSA key is incompatible with the selected TLS protocol." #: lib/gnutls_errors.c:95 msgid "There is already a crypto algorithm with lower priority." msgstr "There is already a crypto algorithm with lower priority." #: lib/gnutls_errors.c:98 msgid "No temporary RSA parameters were found." msgstr "No temporary RSA parameters were found." #: lib/gnutls_errors.c:100 msgid "No temporary DH parameters were found." msgstr "No temporary DH parameters were found." #: lib/gnutls_errors.c:102 msgid "An unexpected TLS handshake packet was received." msgstr "An unexpected TLS handshake packet was received." #: lib/gnutls_errors.c:104 msgid "The scanning of a large integer has failed." msgstr "The scanning of a large integer has failed." #: lib/gnutls_errors.c:106 msgid "Could not export a large integer." msgstr "Could not export a large integer." #: lib/gnutls_errors.c:108 msgid "Decryption has failed." msgstr "Decryption has failed." #: lib/gnutls_errors.c:110 msgid "Encryption has failed." msgstr "Encryption has failed." #: lib/gnutls_errors.c:112 msgid "Public key decryption has failed." msgstr "Public key decryption has failed." #: lib/gnutls_errors.c:114 msgid "Public key encryption has failed." msgstr "Public key encryption has failed." #: lib/gnutls_errors.c:116 msgid "Public key signing has failed." msgstr "Public key signing has failed." #: lib/gnutls_errors.c:118 msgid "Public key signature verification has failed." msgstr "Public key signature verification has failed." #: lib/gnutls_errors.c:121 msgid "Decompression of the TLS record packet has failed." msgstr "Decompression of the TLS record packet has failed." #: lib/gnutls_errors.c:123 msgid "Compression of the TLS record packet has failed." msgstr "Compression of the TLS record packet has failed." #: lib/gnutls_errors.c:126 msgid "Internal error in memory allocation." msgstr "Internal error in memory allocation." #: lib/gnutls_errors.c:129 msgid "An unimplemented or disabled feature has been requested." msgstr "An unimplemented or disabled feature has been requested." #: lib/gnutls_errors.c:131 msgid "Insufficient credentials for that request." msgstr "Insufficient credentials for that request." #: lib/gnutls_errors.c:133 msgid "Error in password file." msgstr "Error in password file." #: lib/gnutls_errors.c:134 msgid "Wrong padding in PKCS1 packet." msgstr "Wrong padding in PKCS1 packet." #: lib/gnutls_errors.c:136 msgid "The requested session has expired." msgstr "The requested session has expired." #: lib/gnutls_errors.c:138 msgid "Hashing has failed." msgstr "Hashing has failed." #: lib/gnutls_errors.c:139 msgid "Base64 decoding error." msgstr "Base64 decoding error." #: lib/gnutls_errors.c:141 msgid "Base64 unexpected header error." msgstr "Base64 unexpected header error." #: lib/gnutls_errors.c:143 msgid "Base64 encoding error." msgstr "Base64 encoding error." #: lib/gnutls_errors.c:145 msgid "Parsing error in password file." msgstr "Parsing error in password file." #: lib/gnutls_errors.c:147 msgid "The requested data were not available." msgstr "The requested data were not available." #: lib/gnutls_errors.c:149 msgid "Error in the pull function." msgstr "Error in the pull function." #: lib/gnutls_errors.c:150 msgid "Error in the push function." msgstr "Error in the push function." #: lib/gnutls_errors.c:152 msgid "" "The upper limit of record packet sequence numbers has been reached. Wow!" msgstr "" "The upper limit of record packet sequence numbers has been reached. Wow!" #: lib/gnutls_errors.c:154 msgid "Error in the certificate." msgstr "Error in the certificate." #: lib/gnutls_errors.c:156 msgid "Could not authenticate peer." msgstr "Could not authenticate peer." #: lib/gnutls_errors.c:159 msgid "Unknown Subject Alternative name in X.509 certificate." msgstr "Unknown Subject Alternative name in X.509 certificate." #: lib/gnutls_errors.c:163 msgid "Unsupported critical extension in X.509 certificate." msgstr "Unsupported critical extension in X.509 certificate." #: lib/gnutls_errors.c:165 msgid "Unsupported extension in X.509 certificate." msgstr "Unsupported extension in X.509 certificate." #: lib/gnutls_errors.c:168 msgid "Key usage violation in certificate has been detected." msgstr "Key usage violation in certificate has been detected." #: lib/gnutls_errors.c:170 lib/gnutls_errors.c:387 msgid "Function was interrupted." msgstr "Function was interrupted." #: lib/gnutls_errors.c:172 msgid "TLS Application data were received, while expecting handshake data." msgstr "TLS Application data were received, while expecting handshake data." #: lib/gnutls_errors.c:174 msgid "Error in Database backend." msgstr "Error in Database backend." #: lib/gnutls_errors.c:175 msgid "The certificate type is not supported." msgstr "The certificate type is not supported." #: lib/gnutls_errors.c:178 msgid "The given memory buffer is too short to hold parameters." msgstr "The given memory buffer is too short to hold parameters." #: lib/gnutls_errors.c:180 msgid "The request is invalid." msgstr "The request is invalid." #: lib/gnutls_errors.c:182 msgid "The cookie was bad." msgstr "The cookie was bad." #: lib/gnutls_errors.c:183 msgid "An illegal parameter has been received." msgstr "An illegal parameter has been received." #: lib/gnutls_errors.c:185 msgid "An illegal parameter was found." msgstr "An illegal parameter was found." #: lib/gnutls_errors.c:187 msgid "Error while reading file." msgstr "Error while reading file." #: lib/gnutls_errors.c:189 msgid "ASN1 parser: Element was not found." msgstr "ASN1 parser: Element was not found." #: lib/gnutls_errors.c:191 msgid "ASN1 parser: Identifier was not found" msgstr "ASN1 parser: Identifier was not found" #: lib/gnutls_errors.c:193 msgid "ASN1 parser: Error in DER parsing." msgstr "ASN1 parser: Error in DER parsing." #: lib/gnutls_errors.c:195 msgid "ASN1 parser: Value was not found." msgstr "ASN1 parser: Value was not found." #: lib/gnutls_errors.c:197 msgid "ASN1 parser: Generic parsing error." msgstr "ASN1 parser: Generic parsing error." #: lib/gnutls_errors.c:199 msgid "ASN1 parser: Value is not valid." msgstr "ASN1 parser: Value is not valid." #: lib/gnutls_errors.c:201 msgid "ASN1 parser: Error in TAG." msgstr "ASN1 parser: Error in TAG." #: lib/gnutls_errors.c:203 msgid "ASN1 parser: error in implicit tag" msgstr "ASN1 parser: error in implicit tag" #: lib/gnutls_errors.c:205 msgid "ASN1 parser: Error in type 'ANY'." msgstr "ASN1 parser: Error in type 'ANY'." #: lib/gnutls_errors.c:207 msgid "ASN1 parser: Syntax error." msgstr "ASN1 parser: Syntax error." #: lib/gnutls_errors.c:209 msgid "ASN1 parser: Overflow in DER parsing." msgstr "ASN1 parser: Overflow in DER parsing." #: lib/gnutls_errors.c:213 msgid "Too many empty record packets have been received." msgstr "Too many empty record packets have been received." #: lib/gnutls_errors.c:215 msgid "Too many handshake packets have been received." msgstr "Too many handshake packets have been received." #: lib/gnutls_errors.c:217 msgid "The crypto library version is too old." msgstr "The crypto library version is too old." #: lib/gnutls_errors.c:220 msgid "The tasn1 library version is too old." msgstr "The tasn1 library version is too old." #: lib/gnutls_errors.c:222 msgid "The OpenPGP User ID is revoked." msgstr "The OpenPGP User ID is revoked." #: lib/gnutls_errors.c:224 msgid "The OpenPGP key has not a preferred key set." msgstr "The OpenPGP key has not a preferred key set." #: lib/gnutls_errors.c:226 msgid "Error loading the keyring." msgstr "Error loading the keyring." #: lib/gnutls_errors.c:228 msgid "The initialization of crypto backend has failed." msgstr "The initialization of crypto backend has failed." #: lib/gnutls_errors.c:231 msgid "No supported compression algorithms have been found." msgstr "No supported compression algorithms have been found." #: lib/gnutls_errors.c:233 msgid "No supported cipher suites have been found." msgstr "No supported cipher suites have been found." #: lib/gnutls_errors.c:235 msgid "Could not get OpenPGP key." msgstr "Could not get OpenPGP key." #: lib/gnutls_errors.c:237 msgid "Could not find OpenPGP subkey." msgstr "Could not find OpenPGP subkey." #: lib/gnutls_errors.c:239 msgid "Safe renegotiation failed." msgstr "Safe renegotiation failed." #: lib/gnutls_errors.c:241 msgid "Unsafe renegotiation denied." msgstr "Unsafe renegotiation denied." #: lib/gnutls_errors.c:244 msgid "The SRP username supplied is illegal." msgstr "The SRP username supplied is illegal." #: lib/gnutls_errors.c:246 msgid "The SRP username supplied is unknown." msgstr "The SRP username supplied is unknown." #: lib/gnutls_errors.c:249 msgid "The OpenPGP fingerprint is not supported." msgstr "The OpenPGP fingerprint is not supported." #: lib/gnutls_errors.c:251 msgid "The signature algorithm is not supported." msgstr "The signature algorithm is not supported." #: lib/gnutls_errors.c:253 msgid "The certificate has unsupported attributes." msgstr "The certificate has unsupported attributes." #: lib/gnutls_errors.c:255 msgid "The OID is not supported." msgstr "The OID is not supported." #: lib/gnutls_errors.c:257 msgid "The hash algorithm is unknown." msgstr "The hash algorithm is unknown." #: lib/gnutls_errors.c:259 msgid "The PKCS structure's content type is unknown." msgstr "The PKCS structure's content type is unknown." #: lib/gnutls_errors.c:261 msgid "The PKCS structure's bag type is unknown." msgstr "The PKCS structure's bag type is unknown." #: lib/gnutls_errors.c:263 msgid "The given password contains invalid characters." msgstr "The given password contains invalid characters." #: lib/gnutls_errors.c:266 msgid "The Message Authentication Code verification failed." msgstr "The Message Authentication Code verification failed." #: lib/gnutls_errors.c:268 msgid "Some constraint limits were reached." msgstr "Some constraint limits were reached." #: lib/gnutls_errors.c:270 msgid "Failed to acquire random data." msgstr "Failed to acquire random data." #: lib/gnutls_errors.c:272 msgid "Verifying TLS/IA phase checksum failed" msgstr "Verifying TLS/IA phase checksum failed" #: lib/gnutls_errors.c:275 msgid "The specified algorithm or protocol is unknown." msgstr "The specified algorithm or protocol is unknown." #: lib/gnutls_errors.c:278 msgid "The handshake data size is too large." msgstr "The handshake data size is too large." #: lib/gnutls_errors.c:281 msgid "Error opening /dev/crypto" msgstr "Error opening /dev/crypto" #: lib/gnutls_errors.c:284 msgid "Error interfacing with /dev/crypto" msgstr "Error interfacing with /dev/crypto" #: lib/gnutls_errors.c:286 msgid "Peer has terminated the connection" msgstr "Peer has terminated the connection" #: lib/gnutls_errors.c:288 msgid "Channel binding data not available" msgstr "Channel binding data not available" #: lib/gnutls_errors.c:291 msgid "TPM error." msgstr "TPM error." #: lib/gnutls_errors.c:293 msgid "The TPM library (trousers) cannot be found." msgstr "The TPM library (trousers) cannot be found." #: lib/gnutls_errors.c:295 msgid "TPM is not initialized." msgstr "TPM is not initialized." #: lib/gnutls_errors.c:297 msgid "TPM key was not found in persistent storage." msgstr "TPM key was not found in persistent storage." #: lib/gnutls_errors.c:299 msgid "Cannot initialize a session with the TPM." msgstr "Cannot initialize a session with the TPM." #: lib/gnutls_errors.c:301 msgid "PKCS #11 error." msgstr "PKCS #11 error." #: lib/gnutls_errors.c:303 msgid "PKCS #11 initialization error." msgstr "PKCS #11 initialization error." #: lib/gnutls_errors.c:305 msgid "Error in parsing." msgstr "Error in parsing." #: lib/gnutls_errors.c:307 msgid "Error in provided PIN." msgstr "Error in provided PIN." #: lib/gnutls_errors.c:309 msgid "Error in provided SRK password for TPM." msgstr "Error in provided SRK password for TPM." #: lib/gnutls_errors.c:312 msgid "Error in provided password for key to be loaded in TPM." msgstr "Error in provided password for key to be loaded in TPM." #: lib/gnutls_errors.c:314 msgid "PKCS #11 error in slot" msgstr "PKCS #11 error in slot" #: lib/gnutls_errors.c:316 msgid "Thread locking error" msgstr "Thread locking error" #: lib/gnutls_errors.c:318 msgid "PKCS #11 error in attribute" msgstr "PKCS #11 error in attribute" #: lib/gnutls_errors.c:320 msgid "PKCS #11 error in device" msgstr "PKCS #11 error in device" #: lib/gnutls_errors.c:322 msgid "PKCS #11 error in data" msgstr "PKCS #11 error in data" #: lib/gnutls_errors.c:324 msgid "PKCS #11 unsupported feature" msgstr "PKCS #11 unsupported feature" #: lib/gnutls_errors.c:326 msgid "PKCS #11 error in key" msgstr "PKCS #11 error in key" #: lib/gnutls_errors.c:328 msgid "PKCS #11 PIN expired" msgstr "PKCS #11 PIN expired" #: lib/gnutls_errors.c:330 msgid "PKCS #11 PIN locked" msgstr "PKCS #11 PIN locked" #: lib/gnutls_errors.c:332 msgid "PKCS #11 error in session" msgstr "PKCS #11 error in session" #: lib/gnutls_errors.c:334 msgid "PKCS #11 error in signature" msgstr "PKCS #11 error in signature" #: lib/gnutls_errors.c:336 msgid "PKCS #11 error in token" msgstr "PKCS #11 error in token" #: lib/gnutls_errors.c:338 msgid "PKCS #11 user error" msgstr "PKCS #11 user error" #: lib/gnutls_errors.c:340 msgid "The operation timed out" msgstr "The operation timed out" #: lib/gnutls_errors.c:342 msgid "The operation was cancelled due to user error" msgstr "The operation was cancelled due to user error" #: lib/gnutls_errors.c:344 msgid "No supported ECC curves were found" msgstr "No supported ECC curves were found" #: lib/gnutls_errors.c:346 msgid "The curve is unsupported" msgstr "The curve is unsupported" #: lib/gnutls_errors.c:348 msgid "The requested PKCS #11 object is not available" msgstr "The requested PKCS #11 object is not available" #: lib/gnutls_errors.c:351 msgid "" "The provided X.509 certificate list is not sorted (in subject to issuer " "order)" msgstr "" "The provided X.509 certificate list is not sorted (in subject to issuer " "order)" #: lib/gnutls_errors.c:353 msgid "The OCSP response is invalid" msgstr "The OCSP response is invalid" #: lib/gnutls_errors.c:355 msgid "There is no certificate status (OCSP)." msgstr "There is no certificate status (OCSP)." #: lib/gnutls_errors.c:357 msgid "Error in the system's randomness device." msgstr "Error in the system's randomness device." #: lib/gnutls_errors.c:360 msgid "No common application protocol could be negotiated." msgstr "No common application protocol could be negotiated." #: lib/gnutls_errors.c:362 msgid "Error while performing self checks." msgstr "Error while performing self checks." #: lib/gnutls_errors.c:364 msgid "There is no self test for this algorithm." msgstr "There is no self test for this algorithm." #: lib/gnutls_errors.c:366 msgid "" "An error has been detected in the library and cannot continue operations." msgstr "" "An error has been detected in the library and cannot continue operations." #: lib/gnutls_errors.c:368 msgid "Error in sockets initialization." msgstr "Error in sockets initialization." #: lib/gnutls_errors.c:370 msgid "Error in public key generation." msgstr "Error in public key generation." #: lib/gnutls_errors.c:376 msgid "Success." msgstr "Success." #: lib/gnutls_errors.c:377 msgid "A TLS warning alert has been received." msgstr "A TLS warning alert has been received." #: lib/gnutls_errors.c:379 msgid "A heartbeat pong message was received." msgstr "A heartbeat pong message was received." #: lib/gnutls_errors.c:381 msgid "A heartbeat ping message was received." msgstr "A heartbeat ping message was received." #: lib/gnutls_errors.c:383 msgid "Resource temporarily unavailable, try again." msgstr "Resource temporarily unavailable, try again." #: lib/gnutls_errors.c:385 msgid "The transmitted packet is too large (EMSGSIZE)." msgstr "The transmitted packet is too large (EMSGSIZE)." #: lib/gnutls_errors.c:388 msgid "Rehandshake was requested by the peer." msgstr "Rehandshake was requested by the peer." #: lib/gnutls_errors.c:479 msgid "(unknown error code)" msgstr "(unknown error code)" #: lib/openpgp/output.c:41 msgid "\t\tKey Usage:\n" msgstr "\t\tKey Usage:\n" #: lib/openpgp/output.c:51 #, c-format msgid "error: get_key_usage: %s\n" msgstr "error: get_key_usage: %s\n" #: lib/openpgp/output.c:57 msgid "\t\t\tDigital signatures.\n" msgstr "\t\t\tDigital signatures.\n" #: lib/openpgp/output.c:59 msgid "\t\t\tCommunications encipherment.\n" msgstr "\t\t\tCommunications encipherment.\n" #: lib/openpgp/output.c:61 msgid "\t\t\tStorage data encipherment.\n" msgstr "\t\t\tStorage data encipherment.\n" #: lib/openpgp/output.c:63 msgid "\t\t\tAuthentication.\n" msgstr "\t\t\tAuthentication.\n" #: lib/openpgp/output.c:65 msgid "\t\t\tCertificate signing.\n" msgstr "\t\t\tCertificate signing.\n" #: lib/openpgp/output.c:85 msgid "\tID (hex): " msgstr "\tID (hex): " #: lib/openpgp/output.c:110 msgid "\tFingerprint (hex): " msgstr "\tFingerprint (hex): " #: lib/openpgp/output.c:128 msgid "\tFingerprint's random art:\n" msgstr "\tFingerprint's random art:\n" #: lib/openpgp/output.c:149 msgid "\tRevoked: True\n" msgstr "\tRevoked: True\n" #: lib/openpgp/output.c:151 msgid "\tRevoked: False\n" msgstr "\tRevoked: False\n" #: lib/openpgp/output.c:159 msgid "\tTime stamps:\n" msgstr "\tTime stamps:\n" #: lib/openpgp/output.c:180 #, c-format msgid "\t\tCreation: %s\n" msgstr "\t\tCreation: %s\n" #: lib/openpgp/output.c:195 msgid "\t\tExpiration: Never\n" msgstr "\t\tExpiration: Never\n" #: lib/openpgp/output.c:206 #, c-format msgid "\t\tExpiration: %s\n" msgstr "\t\tExpiration: %s\n" #: lib/openpgp/output.c:230 lib/x509/ocsp_output.c:524 lib/x509/output.c:1072 #: lib/x509/output.c:1432 lib/x509/output.c:1623 lib/x509/output.c:2073 msgid "unknown" msgstr "unknown" #: lib/openpgp/output.c:232 #, c-format msgid "\tPublic Key Algorithm: %s\n" msgstr "\tPublic Key Algorithm: %s\n" #: lib/openpgp/output.c:233 #, c-format msgid "\tKey Security Level: %s\n" msgstr "\tKey Security Level: %s\n" #: lib/openpgp/output.c:257 lib/x509/output.c:1108 #, c-format msgid "\t\tModulus (bits %d):\n" msgstr "\t\tModulus (bits %d):\n" #: lib/openpgp/output.c:262 msgid "\t\tExponent:\n" msgstr "\t\tExponent:\n" #: lib/openpgp/output.c:293 lib/x509/output.c:1211 #, c-format msgid "\t\tPublic key (bits %d):\n" msgstr "\t\tPublic key (bits %d):\n" #: lib/openpgp/output.c:295 lib/x509/output.c:1160 msgid "\t\tY:\n" msgstr "\t\tY:\n" #: lib/openpgp/output.c:299 lib/x509/output.c:1216 msgid "\t\tP:\n" msgstr "\t\tP:\n" #: lib/openpgp/output.c:303 lib/x509/output.c:1220 msgid "\t\tQ:\n" msgstr "\t\tQ:\n" #: lib/openpgp/output.c:307 lib/x509/output.c:1224 msgid "\t\tG:\n" msgstr "\t\tG:\n" #: lib/openpgp/output.c:341 lib/x509/ocsp_output.c:53 #: lib/x509/ocsp_output.c:281 lib/x509/output.c:1277 lib/x509/output.c:1807 #: lib/x509/output.c:2182 #, c-format msgid "\tVersion: %d\n" msgstr "\tVersion: %d\n" #: lib/openpgp/output.c:381 #, c-format msgid "\tName[%d]: %s\n" msgstr "\tName[%d]: %s\n" #: lib/openpgp/output.c:386 #, c-format msgid "\tRevoked Name[%d]: %s\n" msgstr "\tRevoked Name[%d]: %s\n" #: lib/openpgp/output.c:407 #, c-format msgid "" "\n" "\tSubkey[%d]:\n" msgstr "" "\n" "\tSubkey[%d]:\n" #: lib/openpgp/output.c:453 #, c-format msgid "name[%d]: %s, " msgstr "name[%d]: %s, " #: lib/openpgp/output.c:458 #, c-format msgid "revoked name[%d]: %s, " msgstr "revoked name[%d]: %s, " #: lib/openpgp/output.c:481 msgid "fingerprint: " msgstr "fingerprint: " #: lib/openpgp/output.c:505 #, c-format msgid "created: %s, " msgstr "created: %s, " #: lib/openpgp/output.c:515 msgid "never expires, " msgstr "never expires, " #: lib/openpgp/output.c:528 #, c-format msgid "expires: %s, " msgstr "expires: %s, " #: lib/openpgp/output.c:540 #, c-format msgid "key algorithm %s (%d bits)" msgstr "key algorithm %s (%d bits)" #: lib/openpgp/output.c:543 #, c-format msgid "unknown key algorithm (%d)" msgstr "unknown key algorithm (%d)" #: lib/openpgp/output.c:582 msgid "OpenPGP Certificate Information:\n" msgstr "OpenPGP Certificate Information:\n" #: lib/x509/ocsp_output.c:139 lib/x509/ocsp_output.c:497 lib/x509/output.c:1990 #: lib/x509/output.c:2355 msgid "\t\t\tASCII: " msgstr "\t\t\tASCII: " #: lib/x509/ocsp_output.c:144 lib/x509/ocsp_output.c:502 lib/x509/output.c:1994 #: lib/x509/output.c:2360 msgid "\t\t\tHexdump: " msgstr "\t\t\tHexdump: " #: lib/x509/ocsp_output.c:189 msgid "OCSP Request Information:\n" msgstr "OCSP Request Information:\n" #: lib/x509/ocsp_output.c:295 #, c-format msgid "\tResponder ID: %.*s\n" msgstr "\tResponder ID: %.*s\n" #: lib/x509/ocsp_output.c:317 #, c-format msgid "\tProduced At: %s\n" msgstr "\tProduced At: %s\n" #: lib/x509/ocsp_output.c:411 #, c-format msgid "\t\tRevocation time: %s\n" msgstr "\t\tRevocation time: %s\n" #: lib/x509/ocsp_output.c:431 #, c-format msgid "\t\tThis Update: %s\n" msgstr "\t\tThis Update: %s\n" #: lib/x509/ocsp_output.c:450 #, c-format msgid "\t\tNext Update: %s\n" msgstr "\t\tNext Update: %s\n" #: lib/x509/ocsp_output.c:525 lib/x509/output.c:1433 lib/x509/output.c:2074 #, c-format msgid "\tSignature Algorithm: %s\n" msgstr "\tSignature Algorithm: %s\n" #: lib/x509/ocsp_output.c:529 lib/x509/output.c:1437 lib/x509/output.c:2078 msgid "" "warning: signed using a broken signature algorithm that can be forged.\n" msgstr "" "warning: signed using a broken signature algorithm that can be forged.\n" #: lib/x509/ocsp_output.c:538 lib/x509/output.c:1463 lib/x509/output.c:2104 msgid "\tSignature:\n" msgstr "\tSignature:\n" #: lib/x509/ocsp_output.c:643 msgid "OCSP Response Information:\n" msgstr "OCSP Response Information:\n" #: lib/x509/output.c:159 msgid "warning: generalName contains an embedded NUL, replacing with '!'\n" msgstr "" "warning: generalName contains an embedded NUL, replacing with ‘!’\n" #: lib/x509/output.c:167 #, c-format msgid "%sDNSname: %.*s\n" msgstr "%sDNSname: %.*s\n" #: lib/x509/output.c:171 #, c-format msgid "%sRFC822Name: %.*s\n" msgstr "%sRFC822Name: %.*s\n" #: lib/x509/output.c:175 #, c-format msgid "%sURI: %.*s\n" msgstr "%sURI: %.*s\n" #: lib/x509/output.c:189 #, c-format msgid "%sdirectoryName: %.*s\n" msgstr "%sdirectoryName: %.*s\n" #: lib/x509/output.c:193 #, c-format msgid "%sXMPP Address: %.*s\n" msgstr "%sXMPP Address: %.*s\n" #: lib/x509/output.c:196 #, c-format msgid "%sUnknown name: " msgstr "%sUnknown name: " #: lib/x509/output.c:219 #, c-format msgid "\t\t\tPath Length Constraint: %d\n" msgstr "\t\t\tPath Length Constraint: %d\n" #: lib/x509/output.c:221 #, c-format msgid "\t\t\tPolicy Language: %s" msgstr "\t\t\tPolicy Language: %s" #: lib/x509/output.c:229 msgid "" "\t\t\tPolicy:\n" "\t\t\t\tASCII: " msgstr "" "\t\t\tPolicy:\n" "\t\t\t\tASCII: " #: lib/x509/output.c:231 msgid "" "\n" "\t\t\t\tHexdump: " msgstr "" "\n" "\t\t\t\tHexdump: " #: lib/x509/output.c:264 #, c-format msgid "%s\t\t\tPermitted:\n" msgstr "%s\t\t\tPermitted:\n" #: lib/x509/output.c:276 #, c-format msgid "%s\t\t\tExcluded:\n" msgstr "%s\t\t\tExcluded:\n" #: lib/x509/output.c:316 lib/x509/output.c:318 lib/x509/output.c:320 #, c-format msgid "\t\t\tAccess Method: %s (%s)\n" msgstr "\t\t\tAccess Method: %s (%s)\n" #: lib/x509/output.c:425 #, c-format msgid "%sDigital signature.\n" msgstr "%sDigital signature.\n" #: lib/x509/output.c:427 #, c-format msgid "%sNon repudiation.\n" msgstr "%sNon repudiation.\n" #: lib/x509/output.c:429 #, c-format msgid "%sKey encipherment.\n" msgstr "%sKey encipherment.\n" #: lib/x509/output.c:431 #, c-format msgid "%sData encipherment.\n" msgstr "%sData encipherment.\n" #: lib/x509/output.c:433 #, c-format msgid "%sKey agreement.\n" msgstr "%sKey agreement.\n" #: lib/x509/output.c:435 #, c-format msgid "%sCertificate signing.\n" msgstr "%sCertificate signing.\n" #: lib/x509/output.c:437 #, c-format msgid "%sCRL signing.\n" msgstr "%sCRL signing.\n" #: lib/x509/output.c:439 #, c-format msgid "%sKey encipher only.\n" msgstr "%sKey encipher only.\n" #: lib/x509/output.c:441 #, c-format msgid "%sKey decipher only.\n" msgstr "%sKey decipher only.\n" #: lib/x509/output.c:485 #, c-format msgid "\t\t\tNot Before: %s\n" msgstr "\t\t\tNot Before: %s\n" #: lib/x509/output.c:494 #, c-format msgid "\t\t\tNot After: %s\n" msgstr "\t\t\tNot After: %s\n" #: lib/x509/output.c:572 #, c-format msgid "%s\t\t\tTLS WWW Server.\n" msgstr "%s\t\t\tTLS WWW Server.\n" #: lib/x509/output.c:574 #, c-format msgid "%s\t\t\tTLS WWW Client.\n" msgstr "%s\t\t\tTLS WWW Client.\n" #: lib/x509/output.c:576 #, c-format msgid "%s\t\t\tCode signing.\n" msgstr "%s\t\t\tCode signing.\n" #: lib/x509/output.c:578 #, c-format msgid "%s\t\t\tEmail protection.\n" msgstr "%s\t\t\tEmail protection.\n" #: lib/x509/output.c:581 #, c-format msgid "%s\t\t\tTime stamping.\n" msgstr "%s\t\t\tTime stamping.\n" #: lib/x509/output.c:583 #, c-format msgid "%s\t\t\tOCSP signing.\n" msgstr "%s\t\t\tOCSP signing.\n" #: lib/x509/output.c:585 #, c-format msgid "%s\t\t\tIpsec IKE.\n" msgstr "%s\t\t\tIpsec IKE.\n" #: lib/x509/output.c:587 #, c-format msgid "%s\t\t\tAny purpose.\n" msgstr "%s\t\t\tAny purpose.\n" #: lib/x509/output.c:610 #, c-format msgid "%s\t\t\tCertificate Authority (CA): FALSE\n" msgstr "%s\t\t\tCertificate Authority (CA): FALSE\n" #: lib/x509/output.c:613 #, c-format msgid "%s\t\t\tCertificate Authority (CA): TRUE\n" msgstr "%s\t\t\tCertificate Authority (CA): TRUE\n" #: lib/x509/output.c:617 #, c-format msgid "%s\t\t\tPath Length Constraint: %d\n" msgstr "%s\t\t\tPath Length Constraint: %d\n" #: lib/x509/output.c:673 #, c-format msgid "%s\t\t\totherName OID: %.*s\n" msgstr "%s\t\t\totherName OID: %.*s\n" #: lib/x509/output.c:675 #, c-format msgid "%s\t\t\totherName DER: " msgstr "%s\t\t\totherName DER: " #: lib/x509/output.c:678 #, c-format msgid "" "\n" "%s\t\t\totherName ASCII: " msgstr "" "\n" "%s\t\t\totherName ASCII: " #: lib/x509/output.c:775 #, c-format msgid "%s\t\tBasic Constraints (%s):\n" msgstr "%s\t\tBasic Constraints (%s):\n" #: lib/x509/output.c:777 lib/x509/output.c:791 lib/x509/output.c:835 #: lib/x509/output.c:865 lib/x509/output.c:877 lib/x509/output.c:892 #: lib/x509/output.c:904 lib/x509/output.c:917 lib/x509/output.c:929 #: lib/x509/output.c:943 lib/x509/output.c:957 lib/x509/output.c:965 #: lib/x509/output.c:976 lib/x509/output.c:982 lib/x509/output.c:1931 #: lib/x509/output.c:1956 lib/x509/output.c:1976 msgid "critical" msgstr "critical" #: lib/x509/output.c:777 lib/x509/output.c:791 lib/x509/output.c:836 #: lib/x509/output.c:865 lib/x509/output.c:877 lib/x509/output.c:892 #: lib/x509/output.c:904 lib/x509/output.c:917 lib/x509/output.c:929 #: lib/x509/output.c:943 lib/x509/output.c:957 lib/x509/output.c:965 #: lib/x509/output.c:976 lib/x509/output.c:982 lib/x509/output.c:1932 #: lib/x509/output.c:1957 lib/x509/output.c:1977 msgid "not critical" msgstr "not critical" #: lib/x509/output.c:789 #, c-format msgid "%s\t\tSubject Key Identifier (%s):\n" msgstr "%s\t\tSubject Key Identifier (%s):\n" #: lib/x509/output.c:863 #, c-format msgid "%s\t\tAuthority Key Identifier (%s):\n" msgstr "%s\t\tAuthority Key Identifier (%s):\n" #: lib/x509/output.c:876 #, c-format msgid "%s\t\tKey Usage (%s):\n" msgstr "%s\t\tKey Usage (%s):\n" #: lib/x509/output.c:890 #, c-format msgid "%s\t\tPrivate Key Usage Period (%s):\n" msgstr "%s\t\tPrivate Key Usage Period (%s):\n" #: lib/x509/output.c:903 #, c-format msgid "%s\t\tKey Purpose (%s):\n" msgstr "%s\t\tKey Purpose (%s):\n" #: lib/x509/output.c:915 #, c-format msgid "%s\t\tSubject Alternative Name (%s):\n" msgstr "%s\t\tSubject Alternative Name (%s):\n" #: lib/x509/output.c:927 #, c-format msgid "%s\t\tIssuer Alternative Name (%s):\n" msgstr "%s\t\tIssuer Alternative Name (%s):\n" #: lib/x509/output.c:941 #, c-format msgid "%s\t\tCRL Distribution points (%s):\n" msgstr "%s\t\tCRL Distribution points (%s):\n" #: lib/x509/output.c:955 #, c-format msgid "%s\t\tProxy Certificate Information (%s):\n" msgstr "%s\t\tProxy Certificate Information (%s):\n" #: lib/x509/output.c:963 #, c-format msgid "%s\t\tAuthority Information Access (%s):\n" msgstr "%s\t\tAuthority Information Access (%s):\n" #: lib/x509/output.c:975 #, c-format msgid "%s\t\tName Constraints (%s):\n" msgstr "%s\t\tName Constraints (%s):\n" #: lib/x509/output.c:980 #, c-format msgid "%s\t\tUnknown extension %s (%s):\n" msgstr "%s\t\tUnknown extension %s (%s):\n" #: lib/x509/output.c:984 #, c-format msgid "%s\t\t\tASCII: " msgstr "%s\t\t\tASCII: " #: lib/x509/output.c:988 #, c-format msgid "%s\t\t\tHexdump: " msgstr "%s\t\t\tHexdump: " #: lib/x509/output.c:1037 #, c-format msgid "%s\tExtensions:\n" msgstr "%s\tExtensions:\n" #: lib/x509/output.c:1076 #, c-format msgid "\t%sPublic Key Algorithm: %s\n" msgstr "\t%sPublic Key Algorithm: %s\n" #: lib/x509/output.c:1077 #, c-format msgid "\tAlgorithm Security Level: %s (%d bits)\n" msgstr "\tAlgorithm Security Level: %s (%d bits)\n" #: lib/x509/output.c:1093 #, c-format msgid "\t\tModulus (bits %d): " msgstr "\t\tModulus (bits %d): " #: lib/x509/output.c:1100 #, c-format msgid "\t\tExponent (bits %d): " msgstr "\t\tExponent (bits %d): " #: lib/x509/output.c:1115 #, c-format msgid "\t\tExponent (bits %d):\n" msgstr "\t\tExponent (bits %d):\n" #: lib/x509/output.c:1141 #, c-format msgid "\t\tCurve:\t%s\n" msgstr "\t\tCurve:\t%s\n" #: lib/x509/output.c:1145 msgid "\t\tX: " msgstr "\t\tX: " #: lib/x509/output.c:1150 msgid "\t\tY: " msgstr "\t\tY: " #: lib/x509/output.c:1156 msgid "\t\tX:\n" msgstr "\t\tX:\n" #: lib/x509/output.c:1187 #, c-format msgid "\t\tPublic key (bits %d): " msgstr "\t\tPublic key (bits %d): " #: lib/x509/output.c:1193 msgid "\t\tP: " msgstr "\t\tP: " #: lib/x509/output.c:1198 msgid "\t\tQ: " msgstr "\t\tQ: " #: lib/x509/output.c:1203 msgid "\t\tG: " msgstr "\t\tG: " #: lib/x509/output.c:1259 lib/x509/output.c:2164 msgid "Subject " msgstr "Subject " #: lib/x509/output.c:1292 msgid "\tSerial Number (hex): " msgstr "\tSerial Number (hex): " #: lib/x509/output.c:1324 lib/x509/output.c:1836 #, c-format msgid "\tIssuer: %s\n" msgstr "\tIssuer: %s\n" #: lib/x509/output.c:1334 msgid "\tValidity:\n" msgstr "\tValidity:\n" #: lib/x509/output.c:1351 #, c-format msgid "\t\tNot Before: %s\n" msgstr "\t\tNot Before: %s\n" #: lib/x509/output.c:1369 #, c-format msgid "\t\tNot After: %s\n" msgstr "\t\tNot After: %s\n" #: lib/x509/output.c:1398 lib/x509/output.c:2210 #, c-format msgid "\tSubject: %s\n" msgstr "\tSubject: %s\n" #: lib/x509/output.c:1485 #, c-format msgid "" "\t%s fingerprint:\n" "\t\t" msgstr "" "\t%s fingerprint:\n" "\t\t" #: lib/x509/output.c:1506 lib/x509/output.c:2398 msgid "" "\tPublic Key ID:\n" "\t\t" msgstr "" "\tPublic Key ID:\n" "\t\t" #: lib/x509/output.c:1523 msgid "\tPublic key's random art:\n" msgstr "\tPublic key's random art:\n" #: lib/x509/output.c:1625 #, c-format msgid "signed using %s (broken!), " msgstr "signed using %s (broken!), " #: lib/x509/output.c:1628 #, c-format msgid "signed using %s, " msgstr "signed using %s, " #: lib/x509/output.c:1777 msgid "X.509 Certificate Information:\n" msgstr "X.509 Certificate Information:\n" #: lib/x509/output.c:1781 lib/x509/output.c:2436 msgid "Other Information:\n" msgstr "Other Information:\n" #: lib/x509/output.c:1802 msgid "\tVersion: 1 (default)\n" msgstr "\tVersion: 1 (default)\n" #: lib/x509/output.c:1846 msgid "\tUpdate dates:\n" msgstr "\tUpdate dates:\n" #: lib/x509/output.c:1863 #, c-format msgid "\t\tIssued: %s\n" msgstr "\t\tIssued: %s\n" #: lib/x509/output.c:1883 #, c-format msgid "\t\tNext at: %s\n" msgstr "\t\tNext at: %s\n" #: lib/x509/output.c:1914 msgid "\tExtensions:\n" msgstr "\tExtensions:\n" #: lib/x509/output.c:1930 #, c-format msgid "\t\tCRL Number (%s): " msgstr "\t\tCRL Number (%s): " #: lib/x509/output.c:1955 #, c-format msgid "\t\tAuthority Key Identifier (%s):\n" msgstr "\t\tAuthority Key Identifier (%s):\n" #: lib/x509/output.c:1974 #, c-format msgid "\t\tUnknown extension %s (%s):\n" msgstr "\t\tUnknown extension %s (%s):\n" #: lib/x509/output.c:2011 #, c-format msgid "\tRevoked certificates (%d):\n" msgstr "\tRevoked certificates (%d):\n" #: lib/x509/output.c:2014 msgid "\tNo revoked certificates.\n" msgstr "\tNo revoked certificates.\n" #: lib/x509/output.c:2035 msgid "\t\tSerial Number (hex): " msgstr "\t\tSerial Number (hex): " #: lib/x509/output.c:2053 #, c-format msgid "\t\tRevoked at: %s\n" msgstr "\t\tRevoked at: %s\n" #: lib/x509/output.c:2136 msgid "X.509 Certificate Revocation List Information:\n" msgstr "X.509 Certificate Revocation List Information:\n" #: lib/x509/output.c:2256 msgid "\tAttributes:\n" msgstr "\tAttributes:\n" #: lib/x509/output.c:2313 #, c-format msgid "\t\tChallenge password: %s\n" msgstr "\t\tChallenge password: %s\n" #: lib/x509/output.c:2323 #, c-format msgid "\t\tUnknown attribute %s:\n" msgstr "\t\tUnknown attribute %s:\n" #: lib/x509/output.c:2432 msgid "PKCS #10 Certificate Request Information:\n" msgstr "PKCS #10 Certificate Request Information:\n" #: lib/x509/output.c:2466 msgid "Public Key Usage:\n" msgstr "Public Key Usage:\n" #: lib/x509/output.c:2476 msgid "Public Key ID: " msgstr "Public Key ID: " #: lib/x509/output.c:2510 msgid "Public Key Information:\n" msgstr "Public Key Information:\n"