# translation of libgnutls to French # Copyright (C) 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the libgnutls package. # Nicolas Provost , 2009. # msgid "" msgstr "" "Project-Id-Version: libgnutls 2.8.5\n" "Report-Msgid-Bugs-To: bug-gnutls@gnu.org\n" "POT-Creation-Date: 2011-06-18 21:08+0200\n" "PO-Revision-Date: 2009-12-29 21:15+0100\n" "Last-Translator: Nicolas Provost \n" "Language-Team: French \n" "Language: fr\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: gnutls_errors.c:54 msgid "Success." msgstr "Succès." #: gnutls_errors.c:55 msgid "Could not negotiate a supported cipher suite." msgstr "Impossible de négocier une méthode de chiffrement." #: gnutls_errors.c:57 msgid "The cipher type is unsupported." msgstr "Algorithme de chiffrement non supporté." #: gnutls_errors.c:59 msgid "The certificate and the given key do not match." msgstr "Le certificat ne correspond pas avec la clef fournie." #: gnutls_errors.c:61 msgid "Could not negotiate a supported compression method." msgstr "Echec lors de la négociation d'une méthode de compression." #: gnutls_errors.c:63 msgid "An unknown public key algorithm was encountered." msgstr "Algorithme de clef publique inconnu." #: gnutls_errors.c:66 msgid "An algorithm that is not enabled was negotiated." msgstr "Un algorithme non encore opérationnel a été négocié." #: gnutls_errors.c:68 msgid "A large TLS record packet was received." msgstr "Un paquet TLS volumineux de données applicatives a été reçu." #: gnutls_errors.c:70 msgid "A record packet with illegal version was received." msgstr "Un paquet de données contenant un numéro de version incorrect a été reçu." #: gnutls_errors.c:73 msgid "The Diffie-Hellman prime sent by the server is not acceptable (not long enough)." msgstr "Le nombre de Diffie-Hellman envoyé par le serveur n'est pas suffisamment grand." #: gnutls_errors.c:75 msgid "A TLS packet with unexpected length was received." msgstr "Un paquet TLS de longueur incorrecte a été reçu." #: gnutls_errors.c:78 msgid "The specified session has been invalidated for some reason." msgstr "La session courante a été invalidée pour une raison non précisée." #: gnutls_errors.c:81 msgid "GnuTLS internal error." msgstr "Erreur interne GnuTLS." #: gnutls_errors.c:82 msgid "An illegal TLS extension was received." msgstr "Une extension TLS incorrecte a été reçue." #: gnutls_errors.c:84 msgid "A TLS fatal alert has been received." msgstr "Une alerte TLS fatale a été reçue." #: gnutls_errors.c:86 msgid "An unexpected TLS packet was received." msgstr "Un paquet TLS incorrect a été reçu." #: gnutls_errors.c:88 msgid "A TLS warning alert has been received." msgstr "Un avertissement TLS a été reçu." #: gnutls_errors.c:91 msgid "An error was encountered at the TLS Finished packet calculation." msgstr "Erreur durant la préparation du paquet TLS de fin d'établissement de session (\"TLS Finished\")." #: gnutls_errors.c:93 msgid "The peer did not send any certificate." msgstr "La machine distante n'a pas envoyé de certificat." #: gnutls_errors.c:95 msgid "The given DSA key is incompatible with the selected TLS protocol." msgstr "" #: gnutls_errors.c:98 msgid "There is already a crypto algorithm with lower priority." msgstr "Un algorithme de chiffrement de priorité inférieure a déjà été sélectionné." #: gnutls_errors.c:101 msgid "No temporary RSA parameters were found." msgstr "Paramètres temporaires RSA non trouvés." #: gnutls_errors.c:103 msgid "No temporary DH parameters were found." msgstr "Paramètres temporaires DH non trouvés." #: gnutls_errors.c:105 msgid "An unexpected TLS handshake packet was received." msgstr "Un paquet de négociation (handshake) TLS incorrect a été reçu." #: gnutls_errors.c:107 msgid "The scanning of a large integer has failed." msgstr "Echec lors de la recherche d'un grand entier." #: gnutls_errors.c:109 msgid "Could not export a large integer." msgstr "Impossible de transmettre un grand nombre entier." #: gnutls_errors.c:111 msgid "Decryption has failed." msgstr "Le décryptage a échoué." #: gnutls_errors.c:112 msgid "Encryption has failed." msgstr "Le chiffrement a échoué." #: gnutls_errors.c:113 msgid "Public key decryption has failed." msgstr "Le déchiffrement a échoué (clef publique)." #: gnutls_errors.c:115 msgid "Public key encryption has failed." msgstr "Le chiffrement a échoué (clef publique)." #: gnutls_errors.c:117 msgid "Public key signing has failed." msgstr "Echec de la signature (clef publique)." #: gnutls_errors.c:119 msgid "Public key signature verification has failed." msgstr "Echec lors de la vérification de la signature (clef publique)." #: gnutls_errors.c:121 msgid "Decompression of the TLS record packet has failed." msgstr "Echec de la décompression d'un paquet TLS de données applicatives (\"TLS Record\")." #: gnutls_errors.c:123 msgid "Compression of the TLS record packet has failed." msgstr "Echec de la compression d'un paquet TLS de données applicatives (\"TLS Record\")." #: gnutls_errors.c:126 msgid "Internal error in memory allocation." msgstr "Erreur interne d'allocation mémoire." #: gnutls_errors.c:128 msgid "An unimplemented or disabled feature has been requested." msgstr "Une fonctionnalité non supportée a été demandée." #: gnutls_errors.c:130 msgid "Insufficient credentials for that request." msgstr "Droits insuffisants pour satisfaire cette demande." #: gnutls_errors.c:132 msgid "Error in password file." msgstr "Erreur dans le fichier de mots de passe." #: gnutls_errors.c:133 msgid "Wrong padding in PKCS1 packet." msgstr "Bourrage (padding) PKCS1 incorrect." #: gnutls_errors.c:135 msgid "The requested session has expired." msgstr "La session a expiré." #: gnutls_errors.c:136 msgid "Hashing has failed." msgstr "Le calcul d'empreinte (hash) a échoué." #: gnutls_errors.c:137 msgid "Base64 decoding error." msgstr "Erreur de décodage Base64." #: gnutls_errors.c:139 msgid "Base64 unexpected header error." msgstr "Erreur au niveau de l'entête Base64." #: gnutls_errors.c:142 msgid "Base64 encoding error." msgstr "Erreur d'encodage Base64." #: gnutls_errors.c:144 msgid "Parsing error in password file." msgstr "Erreur d'analyse du fichier de mots de passe." #: gnutls_errors.c:146 msgid "The requested data were not available." msgstr "Les données demandées ne sont pas disponibles." #: gnutls_errors.c:148 msgid "Error in the pull function." msgstr "Erreur au niveau de la fonction \"pull\"." #: gnutls_errors.c:149 msgid "Error in the push function." msgstr "Erreur au niveau de la fonction \"push\"." #: gnutls_errors.c:151 msgid "The upper limit of record packet sequence numbers has been reached. Wow!" msgstr "La valeur maximale des numéros de séquence des paquets de données applicatives \"TLS Record\" a été atteinte !" #: gnutls_errors.c:153 msgid "Error in the certificate." msgstr "Erreur dans le certificat." #: gnutls_errors.c:155 msgid "Unknown Subject Alternative name in X.509 certificate." msgstr "L'entrée \"Subject Alternative Name\" (autre nom du sujet) du certificat X509 est vide." #: gnutls_errors.c:158 msgid "Unsupported critical extension in X.509 certificate." msgstr "Une extension critique du certificat X509 n'est pas supportée." #: gnutls_errors.c:160 msgid "Key usage violation in certificate has been detected." msgstr "Utilisation de la clef d'un certificat pour un usage non prévu." #: gnutls_errors.c:162 msgid "Resource temporarily unavailable, try again." msgstr "Ressource temporairement indisponible, réessayer." #: gnutls_errors.c:164 msgid "Function was interrupted." msgstr "Interruption de fonction." #: gnutls_errors.c:165 msgid "Rehandshake was requested by the peer." msgstr "Une renégociation a été demandée par la machine distante." #: gnutls_errors.c:168 msgid "TLS Application data were received, while expecting handshake data." msgstr "Des données applicatives TLS ont été reçues alors que des données de négociation étaient attendues." #: gnutls_errors.c:170 msgid "Error in Database backend." msgstr "Erreur dans la structure de la base de données." #: gnutls_errors.c:171 msgid "The certificate type is not supported." msgstr "Ce type de certificat n'est pas supporté." #: gnutls_errors.c:173 msgid "The given memory buffer is too short to hold parameters." msgstr "Le tampon mémoire donné est trop petit pour contenir tous les paramètres." #: gnutls_errors.c:175 msgid "The request is invalid." msgstr "Requête incorrecte." #: gnutls_errors.c:176 msgid "An illegal parameter has been received." msgstr "Un paramètre incorrect a été reçu." #: gnutls_errors.c:178 msgid "Error while reading file." msgstr "Erreur de lecture de fichier." #: gnutls_errors.c:180 msgid "ASN1 parser: Element was not found." msgstr "Element manquant durant l'analyse ASN1." #: gnutls_errors.c:182 msgid "ASN1 parser: Identifier was not found" msgstr "Identifiant non trouvé durant l'analyse ASN1." #: gnutls_errors.c:184 msgid "ASN1 parser: Error in DER parsing." msgstr "Erreur de décodage DER durant l'analyse ASN1." #: gnutls_errors.c:186 msgid "ASN1 parser: Value was not found." msgstr "Valeur non trouvée durant l'analyse ASN1." #: gnutls_errors.c:188 msgid "ASN1 parser: Generic parsing error." msgstr "Erreur durant l'analyse ASN1." #: gnutls_errors.c:190 msgid "ASN1 parser: Value is not valid." msgstr "Valeur incorrecte détectée durant l'analyse ASN1." #: gnutls_errors.c:192 msgid "ASN1 parser: Error in TAG." msgstr "Erreur d'étiquette (tag) détectée durant l'analyse ASN1." #: gnutls_errors.c:193 msgid "ASN1 parser: error in implicit tag" msgstr "Erreur d'étiquette (tag implicite) détectée durant l'analyse ASN1." #: gnutls_errors.c:195 msgid "ASN1 parser: Error in type 'ANY'." msgstr "Erreur dans un type \"ANY\" détectée lors de l'analyse ASN1." #: gnutls_errors.c:197 msgid "ASN1 parser: Syntax error." msgstr "Erreur de syntaxe détectée lors de l'analyse ASN1." #: gnutls_errors.c:199 msgid "ASN1 parser: Overflow in DER parsing." msgstr "Dépassement de capacité lors du décodage DER durant l'analyse ASN1." #: gnutls_errors.c:202 msgid "Too many empty record packets have been received." msgstr "Trop de paquets de données applicatives (\"TLS Record\") vides ont été reçus." #: gnutls_errors.c:204 msgid "The initialization of GnuTLS-extra has failed." msgstr "Echec de l'initialisation de GnuTLS-extra." #: gnutls_errors.c:207 msgid "The GnuTLS library version does not match the GnuTLS-extra library version." msgstr "La version de la librairie GnuTLS ne correspond pas à celle de la librairie GnuTLS-extra." #: gnutls_errors.c:209 msgid "The gcrypt library version is too old." msgstr "La version utilisée de la librairie gcrypt est trop ancienne." #: gnutls_errors.c:212 msgid "The tasn1 library version is too old." msgstr "La version utilisée de la librairie tasn1 est trop ancienne." #: gnutls_errors.c:214 msgid "The OpenPGP User ID is revoked." msgstr "L'identifiant d'utilisateur OpenPGP (User ID) est révoqué." #: gnutls_errors.c:216 msgid "The OpenPGP key has not a preferred key set." msgstr "" #: gnutls_errors.c:218 msgid "Error loading the keyring." msgstr "Erreur durant le chargement du trousseau de clefs." #: gnutls_errors.c:220 #, fuzzy #| msgid "The initialization of LZO has failed." msgid "The initialization of crypto backend has failed." msgstr "Echec de l'initialisation de LZO." #: gnutls_errors.c:222 msgid "The initialization of LZO has failed." msgstr "Echec de l'initialisation de LZO." #: gnutls_errors.c:224 msgid "No supported compression algorithms have been found." msgstr "Aucun algorithme de compression n'est disponible." #: gnutls_errors.c:226 msgid "No supported cipher suites have been found." msgstr "Aucune méthode de chiffrement n'est disponible." #: gnutls_errors.c:228 msgid "Could not get OpenPGP key." msgstr "Impossible d'obtenir la clef OpenPGP." #: gnutls_errors.c:230 msgid "Could not find OpenPGP subkey." msgstr "Impossible de trouver la sous-clef OpenPGP." #: gnutls_errors.c:232 #, fuzzy #| msgid "No renegotiation is allowed" msgid "Safe renegotiation failed." msgstr "Renégociation interdite" #: gnutls_errors.c:234 #, fuzzy #| msgid "No renegotiation is allowed" msgid "Unsafe renegotiation denied." msgstr "Renégociation interdite" #: gnutls_errors.c:237 msgid "The SRP username supplied is illegal." msgstr "Le nom d'utilisateur SRP communiqué est illicite." #: gnutls_errors.c:239 #, fuzzy #| msgid "The SRP username supplied is illegal." msgid "The SRP username supplied is unknown." msgstr "Le nom d'utilisateur SRP communiqué est illicite." #: gnutls_errors.c:242 msgid "The OpenPGP fingerprint is not supported." msgstr "Cette empreinte OpenPGP n'est pas supportée." #: gnutls_errors.c:244 #, fuzzy #| msgid "The certificate type is not supported." msgid "The signature algorithm is not supported." msgstr "Ce type de certificat n'est pas supporté." #: gnutls_errors.c:246 msgid "The certificate has unsupported attributes." msgstr "Le certificat possède des attributs non supportés." #: gnutls_errors.c:248 msgid "The OID is not supported." msgstr "Identifiant OID non supporté." #: gnutls_errors.c:250 msgid "The hash algorithm is unknown." msgstr "Algorithme d'empreinte (hash) inconnu." #: gnutls_errors.c:252 msgid "The PKCS structure's content type is unknown." msgstr "Type de structure PKCS inconnu." #: gnutls_errors.c:254 msgid "The PKCS structure's bag type is unknown." msgstr "Type de conteneur (bag) PKCS inconnu." #: gnutls_errors.c:256 msgid "The given password contains invalid characters." msgstr "Le mot de passe fourni comporte des caractères invalides." #: gnutls_errors.c:258 msgid "The Message Authentication Code verification failed." msgstr "Echec de la vérification du code d'authentification du message (MAC)." #: gnutls_errors.c:260 msgid "Some constraint limits were reached." msgstr "Certaines valeurs limites ont été atteintes." #: gnutls_errors.c:262 msgid "Failed to acquire random data." msgstr "Impossible de générer une valeur aléatoire." #: gnutls_errors.c:265 msgid "Received a TLS/IA Intermediate Phase Finished message" msgstr "Un message signalant l'avant-dernière étape de l'échange de données et clefs complémentaires (\"TLS/IA Intermediate Phase Finished\") a été reçu." #: gnutls_errors.c:267 msgid "Received a TLS/IA Final Phase Finished message" msgstr "Un message signalant la fin de l'échange de données et clefs complémentaires (\"TLS/IA Final Phase Finished\") a été reçu." #: gnutls_errors.c:269 msgid "Verifying TLS/IA phase checksum failed" msgstr "Echec de la vérification de la somme de contrôle durant la phase \"TLS/IA\" (échange complémentaire de données et clefs)." #: gnutls_errors.c:272 msgid "The specified algorithm or protocol is unknown." msgstr "L'algorithme ou le protocole demandé est inconnu." #: gnutls_errors.c:275 msgid "The handshake data size is too large (DoS?), check gnutls_handshake_set_max_packet_length()." msgstr "La taille des données de négociation (handshake) est trop grande (déni de service ?). Contrôlez gnutls_handshake_set_max_packet_length()." #: gnutls_errors.c:279 msgid "Error opening /dev/crypto" msgstr "" #: gnutls_errors.c:282 msgid "Error interfacing with /dev/crypto" msgstr "" #: gnutls_errors.c:285 #, fuzzy #| msgid "The requested data were not available." msgid "Channel binding data not available" msgstr "Les données demandées ne sont pas disponibles." #: gnutls_errors.c:288 msgid "PKCS #11 error." msgstr "" #: gnutls_errors.c:290 msgid "PKCS #11 initialization error." msgstr "" #: gnutls_errors.c:292 #, fuzzy #| msgid "Error in password file." msgid "Error in parsing." msgstr "Erreur dans le fichier de mots de passe." #: gnutls_errors.c:294 msgid "PKCS #11 error in PIN." msgstr "" #: gnutls_errors.c:296 msgid "PKCS #11 PIN should be saved." msgstr "" #: gnutls_errors.c:298 msgid "PKCS #11 error in slot" msgstr "" #: gnutls_errors.c:300 msgid "Thread locking error" msgstr "" #: gnutls_errors.c:302 msgid "PKCS #11 error in attribute" msgstr "" #: gnutls_errors.c:304 msgid "PKCS #11 error in device" msgstr "" #: gnutls_errors.c:306 msgid "PKCS #11 error in data" msgstr "" #: gnutls_errors.c:308 msgid "PKCS #11 unsupported feature" msgstr "" #: gnutls_errors.c:310 msgid "PKCS #11 error in key" msgstr "" #: gnutls_errors.c:312 msgid "PKCS #11 PIN expired" msgstr "" #: gnutls_errors.c:314 msgid "PKCS #11 PIN locked" msgstr "" #: gnutls_errors.c:316 msgid "PKCS #11 error in session" msgstr "" #: gnutls_errors.c:318 msgid "PKCS #11 error in signature" msgstr "" #: gnutls_errors.c:320 msgid "PKCS #11 error in token" msgstr "" #: gnutls_errors.c:322 msgid "PKCS #11 user error" msgstr "" #: gnutls_errors.c:409 msgid "(unknown error code)" msgstr "(code d'erreur inconnu)" #: gnutls_alert.c:43 msgid "Close notify" msgstr "Notification de fermeture" #: gnutls_alert.c:44 msgid "Unexpected message" msgstr "Message inattendu" #: gnutls_alert.c:45 msgid "Bad record MAC" msgstr "Mauvais bloc MAC" #: gnutls_alert.c:46 msgid "Decryption failed" msgstr "Le décryptage a échoué" #: gnutls_alert.c:47 msgid "Record overflow" msgstr "Dépassement de taille d'enregistrement" #: gnutls_alert.c:48 msgid "Decompression failed" msgstr "Echec de décompression" #: gnutls_alert.c:49 msgid "Handshake failed" msgstr "Echec de négociation" #: gnutls_alert.c:50 msgid "Certificate is bad" msgstr "Mauvais certificat" #: gnutls_alert.c:51 msgid "Certificate is not supported" msgstr "Ce certificat n'est pas supporté" #: gnutls_alert.c:52 msgid "Certificate was revoked" msgstr "Le certificat est révoqué" #: gnutls_alert.c:53 msgid "Certificate is expired" msgstr "Le certificat a expiré" #: gnutls_alert.c:54 msgid "Unknown certificate" msgstr "Certificat inconnu" #: gnutls_alert.c:55 msgid "Illegal parameter" msgstr "Paramètre illégal" #: gnutls_alert.c:56 msgid "CA is unknown" msgstr "Autorité racine CA inconnue" #: gnutls_alert.c:57 msgid "Access was denied" msgstr "Accès refusé" #: gnutls_alert.c:58 msgid "Decode error" msgstr "Erreur de décodage" #: gnutls_alert.c:59 msgid "Decrypt error" msgstr "Erreur de déchiffrage" #: gnutls_alert.c:60 msgid "Export restriction" msgstr "Restriction à l'export" #: gnutls_alert.c:61 msgid "Error in protocol version" msgstr "Erreur de version de protocole" #: gnutls_alert.c:62 msgid "Insufficient security" msgstr "Sécurité insuffisante" #: gnutls_alert.c:63 msgid "User canceled" msgstr "Annulation par l'utilisateur" #: gnutls_alert.c:64 msgid "Internal error" msgstr "Erreur interne" #: gnutls_alert.c:65 msgid "No renegotiation is allowed" msgstr "Renégociation interdite" #: gnutls_alert.c:67 msgid "Could not retrieve the specified certificate" msgstr "Impossible d'obtenir le certificat spécifié" #: gnutls_alert.c:68 msgid "An unsupported extension was sent" msgstr "Une extension non supportée a été transmise" #: gnutls_alert.c:70 msgid "The server name sent was not recognized" msgstr "Le nom de serveur transmis n'est pas reconnu" #: gnutls_alert.c:72 msgid "The SRP/PSK username is missing or not known" msgstr "Le nom d'utilisateur SRP/PSK est absent ou inconnu" #: gnutls_alert.c:74 msgid "Inner application negotiation failed" msgstr "Echec de négociation interne à l'application" #: gnutls_alert.c:76 msgid "Inner application verification failed" msgstr "La vérification interne à l'application a échoué" #: x509/output.c:157 #, c-format msgid "\t\t\tPath Length Constraint: %d\n" msgstr "\t\t\tProfondeur de chemin de certificats (Path Length Constraint): %d\n" #: x509/output.c:158 #, c-format msgid "\t\t\tPolicy Language: %s" msgstr "\t\t\tTermes de politique d'utilisation: %s" #: x509/output.c:167 msgid "" "\t\t\tPolicy:\n" "\t\t\t\tASCII: " msgstr "" "\t\t\tPolitique-d'utilisation:\n" "\t\t\t\tASCII:" #: x509/output.c:169 msgid "" "\n" "\t\t\t\tHexdump: " msgstr "" "\n" "\t\t\t\tCode-hexadécimal :" #: x509/output.c:302 #, c-format msgid "%s\t\t\tDigital signature.\n" msgstr "%s\t\t\tSignature électronique.\n" #: x509/output.c:304 #, c-format msgid "%s\t\t\tNon repudiation.\n" msgstr "%s\t\t\tNon répudiation.\n" #: x509/output.c:306 #, c-format msgid "%s\t\t\tKey encipherment.\n" msgstr "%s\t\t\tChiffrement de clef.\n" #: x509/output.c:308 #, c-format msgid "%s\t\t\tData encipherment.\n" msgstr "%s\t\t\tChiffrement de données.\n" #: x509/output.c:310 #, c-format msgid "%s\t\t\tKey agreement.\n" msgstr "%s\t\t\tValidation de clef.\n" #: x509/output.c:312 #, c-format msgid "%s\t\t\tCertificate signing.\n" msgstr "%s\t\t\tSignature de certificat.\n" #: x509/output.c:314 #, c-format msgid "%s\t\t\tCRL signing.\n" msgstr "%s\t\t\tSignature de liste de révocation (CRL).\n" #: x509/output.c:316 #, c-format msgid "%s\t\t\tKey encipher only.\n" msgstr "%s\t\t\tChiffrement de clef seulement.\n" #: x509/output.c:318 #, c-format msgid "%s\t\t\tKey decipher only.\n" msgstr "%s\t\t\tDéchiffrement de clef seulement.\n" #: x509/output.c:369 msgid "warning: distributionPoint contains an embedded NUL, replacing with '!'\n" msgstr "attention : le point de distribution contient un caractère NUL, remplacé par '!'\n" #: x509/output.c:462 #, c-format msgid "%s\t\t\tTLS WWW Server.\n" msgstr "%s\t\t\tServeur web TLS.\n" #: x509/output.c:464 #, c-format msgid "%s\t\t\tTLS WWW Client.\n" msgstr "%s\t\t\tClient web TLS.\n" #: x509/output.c:466 #, c-format msgid "%s\t\t\tCode signing.\n" msgstr "%s\t\t\tSignature de code.\n" #: x509/output.c:468 #, c-format msgid "%s\t\t\tEmail protection.\n" msgstr "%s\t\t\tProtection d'email.\n" #: x509/output.c:470 #, c-format msgid "%s\t\t\tTime stamping.\n" msgstr "%s\t\t\tHorodatage.\n" #: x509/output.c:472 #, c-format msgid "%s\t\t\tOCSP signing.\n" msgstr "%s\t\t\tSignature OCSP.\n" #: x509/output.c:474 #, c-format msgid "%s\t\t\tIpsec IKE.\n" msgstr "" #: x509/output.c:476 #, c-format msgid "%s\t\t\tAny purpose.\n" msgstr "%s\t\t\tToutes utilisations.\n" #: x509/output.c:509 #, c-format msgid "%s\t\t\tCertificate Authority (CA): FALSE\n" msgstr "%s\t\t\tCertificat autorité (CA): NON\n" #: x509/output.c:511 #, c-format msgid "%s\t\t\tCertificate Authority (CA): TRUE\n" msgstr "%s\t\t\tCertificat autorité (CA): OUI\n" #: x509/output.c:514 #, c-format msgid "%s\t\t\tPath Length Constraint: %d\n" msgstr "%s\t\t\tProfondeur de chemin de certificats (Path Length Constraint): %d\n" #: x509/output.c:588 x509/output.c:678 #, fuzzy #| msgid "warning: SAN contains an embedded NUL, replacing with '!'\n" msgid "warning: altname contains an embedded NUL, replacing with '!'\n" msgstr "attention : le champ SAN contient un caractère NUL, remplacé par '!'\n" #: x509/output.c:684 #, c-format msgid "%s\t\t\tXMPP Address: %.*s\n" msgstr "%s\t\t\tAdresse XMPP: %.*s\n" #: x509/output.c:689 #, c-format msgid "%s\t\t\totherName OID: %.*s\n" msgstr "%s\t\t\tautre nom OID: %.*s\n" #: x509/output.c:691 #, c-format msgid "%s\t\t\totherName DER: " msgstr "%s\t\t\tautre Nom DER: " #: x509/output.c:693 #, c-format msgid "" "\n" "%s\t\t\totherName ASCII: " msgstr "" "\n" "%s\t\t\tautreNom ASCII:" #: x509/output.c:817 #, c-format msgid "%s\tExtensions:\n" msgstr "%s\tExtensions:\n" #: x509/output.c:827 #, c-format msgid "%s\t\tBasic Constraints (%s):\n" msgstr "%s\t\tContraintes de base (%s):\n" #: x509/output.c:828 x509/output.c:843 x509/output.c:860 x509/output.c:876 #: x509/output.c:891 x509/output.c:908 x509/output.c:923 x509/output.c:938 #: x509/output.c:956 x509/output.c:969 x509/output.c:1696 x509/output.c:1719 #: x509/output.c:1732 msgid "critical" msgstr "critique" #: x509/output.c:828 x509/output.c:843 x509/output.c:860 x509/output.c:876 #: x509/output.c:891 x509/output.c:908 x509/output.c:923 x509/output.c:938 #: x509/output.c:956 x509/output.c:969 x509/output.c:1696 x509/output.c:1719 #: x509/output.c:1732 msgid "not critical" msgstr "non critique" #: x509/output.c:842 #, c-format msgid "%s\t\tSubject Key Identifier (%s):\n" msgstr "%s\t\tIdentifiant de clef du sujet (%s):\n" #: x509/output.c:859 #, c-format msgid "%s\t\tAuthority Key Identifier (%s):\n" msgstr "%s\t\tIdentifiant de la clef de l'autorité (%s):\n" #: x509/output.c:875 #, c-format msgid "%s\t\tKey Usage (%s):\n" msgstr "%s\t\tUsages possibles de la clef (%s):\n" #: x509/output.c:890 #, c-format msgid "%s\t\tKey Purpose (%s):\n" msgstr "%s\t\tUtilisation prévue de la clef (%s):\n" #: x509/output.c:907 #, c-format msgid "%s\t\tSubject Alternative Name (%s):\n" msgstr "%s\t\tAutre nom du sujet (%s):\n" #: x509/output.c:922 #, fuzzy, c-format #| msgid "%s\t\tSubject Alternative Name (%s):\n" msgid "%s\t\tIssuer Alternative Name (%s):\n" msgstr "%s\t\tAutre nom du sujet (%s):\n" #: x509/output.c:937 #, c-format msgid "%s\t\tCRL Distribution points (%s):\n" msgstr "%s\t\tPoints de distribution des listes de révocation (%s):\n" #: x509/output.c:955 #, c-format msgid "%s\t\tProxy Certificate Information (%s):\n" msgstr "%s\t\tDétails du certificat du proxy (%s):\n" #: x509/output.c:968 #, c-format msgid "%s\t\tUnknown extension %s (%s):\n" msgstr "%s\t\tExtension inconnue %s (%s):\n" #: x509/output.c:1015 #, c-format msgid "%s\t\t\tASCII: " msgstr "%s\t\t\tASCII: " #: x509/output.c:1019 #, c-format msgid "%s\t\t\tHexdump: " msgstr "%s\t\t\tCode hexadécimal: " #: x509/output.c:1037 x509/output.c:1584 x509/output.c:1914 #: openpgp/output.c:326 #, c-format msgid "\tVersion: %d\n" msgstr "\tVersion: %d\n" #: x509/output.c:1051 msgid "\tSerial Number (hex): " msgstr "\tNuméro de série (hexadécimal): " #: x509/output.c:1080 x509/output.c:1610 #, c-format msgid "\tIssuer: %s\n" msgstr "\tEmetteur: %s\n" #: x509/output.c:1090 msgid "\tValidity:\n" msgstr "\tValidité:\n" #: x509/output.c:1103 #, c-format msgid "\t\tNot Before: %s\n" msgstr "\t\tPas avant: %s\n" #: x509/output.c:1117 #, c-format msgid "\t\tNot After: %s\n" msgstr "\t\tPas après: %s\n" #: x509/output.c:1142 x509/output.c:1938 #, c-format msgid "\tSubject: %s\n" msgstr "\tSujet: %s\n" #: x509/output.c:1160 x509/output.c:1253 x509/output.c:1423 x509/output.c:1831 #: x509/output.c:1956 openpgp/output.c:238 msgid "unknown" msgstr "inconnu" #: x509/output.c:1162 x509/output.c:1958 #, c-format msgid "\tSubject Public Key Algorithm: %s\n" msgstr "\tAlgorithme de clef publique du sujet: %s\n" #: x509/output.c:1163 #, fuzzy, c-format #| msgid "%s\t\t\tCertificate Authority (CA): TRUE\n" msgid "\tCertificate Security Level: %s\n" msgstr "%s\t\t\tCertificat autorité (CA): OUI\n" #: x509/output.c:1180 x509/output.c:1971 openpgp/output.c:262 #, c-format msgid "\t\tModulus (bits %d):\n" msgstr "\t\tModule (bits %d):\n" #: x509/output.c:1182 #, c-format msgid "\t\tExponent (bits %d):\n" msgstr "\t\tExposant (bits %d):\n" #: x509/output.c:1202 x509/output.c:1993 openpgp/output.c:289 #, c-format msgid "\t\tPublic key (bits %d):\n" msgstr "\t\tClef publique (bits %d):\n" #: x509/output.c:1204 x509/output.c:1995 openpgp/output.c:291 msgid "\t\tP:\n" msgstr "\t\tP:\n" #: x509/output.c:1206 x509/output.c:1997 openpgp/output.c:293 msgid "\t\tQ:\n" msgstr "\t\tQ:\n" #: x509/output.c:1208 x509/output.c:1999 openpgp/output.c:295 msgid "\t\tG:\n" msgstr "\t\tG:\n" #: x509/output.c:1254 x509/output.c:1832 #, c-format msgid "\tSignature Algorithm: %s\n" msgstr "\tAlgorithme de signature: %s\n" #: x509/output.c:1258 x509/output.c:1836 msgid "warning: signed using a broken signature algorithm that can be forged.\n" msgstr "attention : signé en utilisant un algorithme de signature déjà \"cassé\" (faible) potentiellement corruptible.\n" #: x509/output.c:1285 x509/output.c:1863 msgid "\tSignature:\n" msgstr "\tSignature:\n" #: x509/output.c:1308 msgid "" "\tMD5 fingerprint:\n" "\t\t" msgstr "" "\tEmpreinte MD5:\n" "\t\t" #: x509/output.c:1310 msgid "" "\tSHA-1 fingerprint:\n" "\t\t" msgstr "" "\tEmpreinte SHA-1:\n" "\t\t" #: x509/output.c:1329 x509/output.c:2175 msgid "" "\tPublic Key Id:\n" "\t\t" msgstr "" "\tId de clef publique:\n" "\t\t" #: x509/output.c:1425 #, c-format msgid "signed using %s (broken!), " msgstr "signé avec %s (cassé !)," #: x509/output.c:1427 #, c-format msgid "signed using %s, " msgstr "signé avec %s," #: x509/output.c:1540 msgid "X.509 Certificate Information:\n" msgstr "Détail du certificat X509:\n" #: x509/output.c:1544 x509/output.c:2212 msgid "Other Information:\n" msgstr "Autres informations :\n" #: x509/output.c:1580 msgid "\tVersion: 1 (default)\n" msgstr "\tVersion: 1 (défaut)\n" #: x509/output.c:1620 msgid "\tUpdate dates:\n" msgstr "\tDates de mise à jour:\n" #: x509/output.c:1633 #, c-format msgid "\t\tIssued: %s\n" msgstr "\t\tEmis: %s\n" #: x509/output.c:1649 #, c-format msgid "\t\tNext at: %s\n" msgstr "\t\tProchainement: %s\n" #: x509/output.c:1680 msgid "\tExtensions:\n" msgstr "\tExtensions:\n" #: x509/output.c:1695 #, c-format msgid "\t\tCRL Number (%s): " msgstr "\t\tNuméro de liste de révoc. CRL (%s):" #: x509/output.c:1718 #, c-format msgid "\t\tAuthority Key Identifier (%s):\n" msgstr "\t\tIdentifiant de la clef de l'autorité (%s):\n" #: x509/output.c:1731 #, c-format msgid "\t\tUnknown extension %s (%s):\n" msgstr "\t\tExtension inconnue %s (%s):\n" #: x509/output.c:1761 x509/output.c:2131 msgid "\t\t\tASCII: " msgstr "\t\t\tASCII: " #: x509/output.c:1765 x509/output.c:2135 msgid "\t\t\tHexdump: " msgstr "\t\t\tCode hexadécimal: " #: x509/output.c:1781 #, c-format msgid "\tRevoked certificates (%d):\n" msgstr "\tCertificats révoqués (%d):\n" #: x509/output.c:1783 msgid "\tNo revoked certificates.\n" msgstr "\tCertificats non révoqués.\n" #: x509/output.c:1802 msgid "\t\tSerial Number (hex): " msgstr "\t\tNuméro de série (hexa): " #: x509/output.c:1811 #, c-format msgid "\t\tRevoked at: %s\n" msgstr "\t\tRévoqué le : %s\n" #: x509/output.c:1894 msgid "X.509 Certificate Revocation List Information:\n" msgstr "Détails sur la liste de révocation du certificat X509 : \n" #: x509/output.c:1973 openpgp/output.c:264 msgid "\t\tExponent:\n" msgstr "\t\tExposant:\n" #: x509/output.c:2040 msgid "\tAttributes:\n" msgstr "\tAttributs:\n" #: x509/output.c:2092 #, c-format msgid "\t\tChallenge password: %s\n" msgstr "\t\tMot de passe \"challenge\": %s\n" #: x509/output.c:2103 #, c-format msgid "\t\tUnknown attribute %s:\n" msgstr "\t\tAttribut inconnu %s:\n" #: x509/output.c:2208 msgid "PKCS #10 Certificate Request Information:\n" msgstr "Informations de requête de certificat PKCS10 :\n" #: openpgp/output.c:85 msgid "\t\tKey Usage:\n" msgstr "\t\tUsages possibles de la clef :\n" #: openpgp/output.c:94 #, c-format msgid "error: get_key_usage: %s\n" msgstr "Erreur: get_key_usage: %s\n" #: openpgp/output.c:99 msgid "\t\t\tDigital signatures.\n" msgstr "\t\t\tSignatures électroniques.\n" #: openpgp/output.c:101 msgid "\t\t\tCommunications encipherment.\n" msgstr "\t\t\tChiffrement de communications.\n" #: openpgp/output.c:103 msgid "\t\t\tStorage data encipherment.\n" msgstr "\t\t\tChiffrement de stockage de données.\n" #: openpgp/output.c:105 msgid "\t\t\tAuthentication.\n" msgstr "\t\t\tAuthentification.\n" #: openpgp/output.c:107 msgid "\t\t\tCertificate signing.\n" msgstr "\t\t\tSignature de certificat.\n" #: openpgp/output.c:128 msgid "\tID (hex): " msgstr "\tID (hexa) :" #: openpgp/output.c:149 msgid "\tFingerprint (hex): " msgstr "\tEmpreinte (hexa) : " #: openpgp/output.c:166 msgid "\tRevoked: True\n" msgstr "\tRévoqué: oui\n" #: openpgp/output.c:168 msgid "\tRevoked: False\n" msgstr "\tRévoqué: non\n" #: openpgp/output.c:176 msgid "\tTime stamps:\n" msgstr "\tHorodatage:\n" #: openpgp/output.c:193 #, c-format msgid "\t\tCreation: %s\n" msgstr "\t\tCréation: %s\n" #: openpgp/output.c:207 msgid "\t\tExpiration: Never\n" msgstr "\t\tExpiration: jamais\n" #: openpgp/output.c:216 #, c-format msgid "\t\tExpiration: %s\n" msgstr "\t\tExpiration: %s\n" #: openpgp/output.c:240 #, c-format msgid "\tPublic Key Algorithm: %s\n" msgstr "\tAlgorithme de clef publique: %s\n" #: openpgp/output.c:241 #, c-format msgid "\tKey Security Level: %s\n" msgstr "" #: openpgp/output.c:359 #, c-format msgid "\tName[%d]: %s\n" msgstr "\tNom[%d]: %s\n" #: openpgp/output.c:361 #, c-format msgid "\tRevoked Name[%d]: %s\n" msgstr "\tNom révoqué[%d]: %s\n" #: openpgp/output.c:382 #, c-format msgid "" "\n" "\tSubkey[%d]:\n" msgstr "" "\n" "\tSous-clef[%d]:\n" #: openpgp/output.c:422 #, c-format msgid "name[%d]: %s, " msgstr "nom[%d]: %s, " #: openpgp/output.c:424 #, c-format msgid "revoked name[%d]: %s, " msgstr "nom révoqué[%d]: %s, " #: openpgp/output.c:444 msgid "fingerprint: " msgstr "empreinte: " #: openpgp/output.c:464 #, c-format msgid "created: %s, " msgstr "créé: %s, " #: openpgp/output.c:474 msgid "never expires, " msgstr "n'expire jamais, " #: openpgp/output.c:482 #, c-format msgid "expires: %s, " msgstr "expire: %s, " #: openpgp/output.c:494 #, c-format msgid "key algorithm %s (%d bits)" msgstr "algorithme de clé %s (%d bits)" #: openpgp/output.c:496 #, c-format msgid "unknown key algorithm (%d)" msgstr "algorithme de clef inconnu (%d)" #: openpgp/output.c:529 msgid "OpenPGP Certificate Information:\n" msgstr "Détails du certificat OpenPGP :\n"