# Messages français pour GNU concernant anubis. # Copyright © 2002 The Anubis Team # Michel Robitaille , traducteur depuis/since 1996. # msgid "" msgstr "" "Project-Id-Version: GNU anubis 3.6.0\n" "POT-Creation-Date: 2002-10-29 22:10+0100\n" "PO-Revision-Date: 2002-11-05 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \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: 8-bit\n" #: src/auth.c:30 #, c-format msgid "Welcome user %s !" msgstr "Bienvenue usager %s !" #: src/auth.c:50 #, c-format msgid "IDENT: socket() failed: %s." msgstr "IDENT: échec de socket() : %s." #: src/auth.c:61 #, c-format msgid "IDENT: connect() failed: %s." msgstr "IDENT: échec de connect() : %s." #: src/auth.c:65 #, c-format msgid "IDENT: connected to %s:%u" msgstr "IDENT: connexion établie avec %s:%u" #: src/auth.c:76 #, c-format msgid "IDENT: send() failed: %s." msgstr "IDENT: éched de send() : %s." #: src/auth.c:81 #, c-format msgid "IDENT: recvline() failed: %s." msgstr "IDENT: échec de recvline() : %s." #: src/auth.c:89 msgid "IDENT: incorrect data." msgstr "IDENT: données incorrectes." #: src/auth.c:99 msgid "IDENT: data probably encrypted with DES..." msgstr "IDENT: données probablement encryptées avec DES..." #: src/auth.c:105 msgid "IDENT: incorrect data (DES deciphered)." msgstr "IDENT: données incorrectes (DES 'deciphered')." #: src/auth.c:121 #, c-format msgid "IDENT: resolved remote user to %s." msgstr "IDENT: usager distant identifié comme étant %s." #: src/daemon.c:47 #, c-format msgid "daemon() failed. %s." msgstr "échec de daemon() %s." #: src/daemon.c:54 #, c-format msgid "Can't fork. %s." msgstr "Ne peut faire un fork() %s." #: src/daemon.c:62 msgid "setsid() failed." msgstr "échec de setsid()." #: src/daemon.c:74 #, c-format msgid "%s daemon startup succeeded." msgstr "Succès de démarrage du daemon %s." #: src/daemon.c:88 #, c-format msgid "Child [%d] finished. Exit status: %s. %d client(s) left." msgstr "FIn du processus enfant [%d]. État d'exécution: %s. %d clients restants." #: src/daemon.c:89 msgid "OK" msgstr "OK" #: src/daemon.c:89 msgid "ERROR" msgstr "ERREUR" #: src/daemon.c:156 msgid "GNU Anubis is running..." msgstr "GNU Anubis fonctionne..." #: src/daemon.c:165 src/exec.c:112 #, c-format msgid "accept() failed: %s." msgstr "échec de accept(): %s." #: src/daemon.c:178 #, c-format msgid "TCP wrappers: connection from %s:%u rejected." msgstr "TCP wrappers: connexion à partir de %s:%u rejetée." #: src/daemon.c:197 #, c-format msgid "Too many clients. Connection from %s:%u rejected." msgstr "Trop de clients. Connexion à partir de %s:%u rejetée." #: src/daemon.c:203 #, c-format msgid "Connection from %s:%u" msgstr "Connexion à partir de %s:%u" #: src/daemon.c:208 #, c-format msgid "daemon: Can't fork. %s." msgstr "daemon: ne peut faire un fork() %s." #: src/daemon.c:257 msgid "The MTA has not been specified. Set the REMOTE-MTA or LOCAL-MTA." msgstr "La MTA n'a pas été spécifiée. Initialiser la MTA locale ou distante" #: src/daemon.c:286 src/misc.c:151 src/net.c:82 src/net.c:142 #, c-format msgid "Illegal address length received for host %s" msgstr "Longeur d'adresse illégale reçu pour l'hôte %s" #: src/daemon.c:298 msgid "Loop not allowed. Connection rejected." msgstr "Boucle non permise. Connexion rejetée." #: src/daemon.c:347 msgid "Connection terminated." msgstr "Connexion terminée." #: src/daemon.c:349 msgid "Connection closed successfully." msgstr "Succès de fermeture de connexion." #: src/daemon.c:354 msgid "PAM: Session closed." msgstr "PAM: session fermée." #: src/daemon.c:357 msgid "PAM: failed to release authenticator." msgstr "PAM: échec lors de la relâche de l'authentificateur." #: src/env.c:109 #, c-format msgid "Try '%s --help' for more information." msgstr "Pour en savoir davantage, faites: « %s --help »." #: src/env.c:207 msgid "PAM: Session opened (restrictions applied)." msgstr "PAM: session ouverte (des restrictions s'appliquent)." #: src/env.c:209 msgid "PAM: Not authenticated to use Anubis." msgstr "PAM: non authentifié pour l'utilisation d'Anubis." #: src/env.c:219 src/main.c:82 #, c-format msgid "UID:%d, GID:%d, EUID:%d, EGID:%d" msgstr "UID:%d, GID:%d, EUID:%d, EGID:%d" #: src/env.c:249 #, c-format msgid "Invalid user ID: %s" msgstr "ID invalide d'usager: %s" #: src/env.c:254 #, c-format msgid "Invalid user name: %s" msgstr "Nom d'usager invalide: %s" #: src/env.c:274 #, c-format msgid "Wrong permissions on %s" msgstr "Permissions erronées sur %s" #: src/errs.c:68 #, c-format msgid "Couldn't write on socket! %s." msgstr "Ne peut écrire sur le socket %s." #: src/errs.c:74 #, c-format msgid "SOCKS proxy: %s" msgstr "Proxy SOCKS: %s" #: src/errs.c:84 #, c-format msgid "Unknown host %s." msgstr "Hôte inconnu %s." #: src/errs.c:87 #, c-format msgid "%s: host name is valid but does not have an IP address." msgstr "%s: nom de l'hôte est valide mais n'a pas d'adresse IP." #: src/errs.c:90 #, c-format msgid "%s: unrecoverable name server error occured." msgstr "%s: erreur non récupérable du serveur de nom est survenue." #: src/errs.c:93 #, c-format msgid "%s: a temporary name server error occured. Try again later." msgstr "%s: une erreur temporaire du serveur de nom est survenue. Essayer plus tard." #: src/errs.c:95 #, c-format msgid "%s: unknown DNS error %d." msgstr "%s: erreur DNS inconnue %d." #: src/esmtp.c:56 msgid "Using the ESMTP CRAM-MD5 authentication..." msgstr "Utilisation de l'authentification ESMTP CRAM-MD5..." #: src/esmtp.c:62 src/esmtp.c:113 msgid "Server rejected the AUTH command." msgstr "Rejet de la commande AUTH par le serveur." #: src/esmtp.c:72 src/esmtp.c:122 src/esmtp.c:140 #, c-format msgid "Challenge decoded: %s" msgstr "Challenge décodé: %s" #: src/esmtp.c:101 src/esmtp.c:156 #, c-format msgid "ESMTP AUTH: %s." msgstr "ESMTP AUTH: %s." #: src/esmtp.c:107 msgid "Using the ESMTP LOGIN authentication..." msgstr "Utilisation de l'authentification ESMTP LOGIN..." #: src/exec.c:79 msgid "#1 socket() failed." msgstr "Échec du socket() #1." #: src/exec.c:83 msgid "#2 socket() failed." msgstr "Échec du socket() #2." #: src/exec.c:92 #, c-format msgid "#1 bind() failed: %s." msgstr "Échec de bind() #1: %s." #: src/exec.c:96 #, c-format msgid "#2 bind() failed: %s." msgstr "Échec de bind() #2: %s." #: src/exec.c:100 src/net.c:158 #, c-format msgid "listen() failed: %s." msgstr "échec de listen(): %s." #: src/exec.c:104 #, c-format msgid "getsockname() failed: %s." msgstr "échec de getsockname(): %s." #: src/exec.c:108 #, c-format msgid "connect() failed: %s." msgstr "échec de connect(): %s." #: src/exec.c:118 #, c-format msgid "socketpair() failed: %s." msgstr "échec de socketpair(): %s." #: src/exec.c:131 #, c-format msgid "Local program [%d] finished." msgstr "Programme local [%d] a complété." #: src/exec.c:153 #, c-format msgid "Executing %s %s..." msgstr "Exécution de %s %s..." #: src/exec.c:161 msgid "fork() failed." msgstr "échec de fork()." #: src/exec.c:171 #, c-format msgid "execvp() failed: %s" msgstr "échec de execvp(): %s" #: src/getopt.c:681 #, c-format msgid "%s: option `%s' is ambiguous\n" msgstr "%s: l'option « %s » est ambiguë\n" #: src/getopt.c:706 #, c-format msgid "%s: option `--%s' doesn't allow an argument\n" msgstr "%s: l'option « --%s » ne permet pas d'argument\n" #: src/getopt.c:711 #, c-format msgid "%s: option `%c%s' doesn't allow an argument\n" msgstr "%s: l'option « %c%s » ne permet pas d'argument\n" #: src/getopt.c:729 src/getopt.c:902 #, c-format msgid "%s: option `%s' requires an argument\n" msgstr "%s: l'option « %s » requiert un argument\n" #: src/getopt.c:758 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s: option « --%s » non reconnue\n" #: src/getopt.c:762 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s: option « %c%s » non reconnue\n" #: src/getopt.c:788 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: option -- %c illégale\n" #: src/getopt.c:791 #, c-format msgid "%s: invalid option -- %c\n" msgstr "%s: option -- %c invalide\n" #: src/getopt.c:821 src/getopt.c:951 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: l'option -- %c requiert un argument\n" #: src/getopt.c:868 #, c-format msgid "%s: option `-W %s' is ambiguous\n" msgstr "%s: l'option « -W %s » est ambiguë\n" #: src/getopt.c:886 #, c-format msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: l'option « -W %s » ne permet pas d'argument\n" #: src/gpg.c:39 #, c-format msgid "GPGME: %s." msgstr "GPGME: %s." #: src/gpg.c:63 #, c-format msgid "Install GPGME version %s or later." msgstr "Installer la version %s ou plus récente de GPGME" #: src/gpg.c:67 #, c-format msgid "GPGME: failed. %s." msgstr "GPGME: échec %s." #: src/help.c:32 msgid "Built-in support for: " msgstr "Support inclus de: " #: src/help.c:61 msgid "" "\n" "\n" "GNU Anubis is free software; you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" "the Free Software Foundation; either version 2 of the License, or\n" "(at your option) any later version." msgstr "" "\n" "\n" "GNU Anubis est un logiciel libre; vous pouvez le redistribuer et/ou\n" "le modifier sous les termes de la licence Licence Publique Générale de GNU\n" "tel que publiée par la Free Software Foundation; tel que la version 2\n" "de la licence ou (selon votre choix) n'importe quelle version subséquente." #: src/help.c:65 msgid "" "\n" "GNU Anubis is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" "GNU General Public License for more details." msgstr "" "\n" "GNU Anubis est distribué dans l'espoir qu'il soit utile,\n" "mais AUCUNE garantie n'est donnée tant pour des raisons COMMERCIALES que\n" "pour RÉPONDRE À UN BESOIN PARTICULIER. Consulter la licence\n" "Licence Publique Générale GNU pour plus de détails." #: src/help.c:69 msgid "" "\n" "You should have received a copy of the GNU General Public License\n" "along with GNU Anubis; if not, write to the Free Software\n" "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" msgstr "" "\n" "Vous devriez avoir reçu copie de la Licence Publique Générale de GNU\n" "avec GNU Anubis; sinon, écrire à la Free Software Foundation, Inc.,\n" "59 Temple Place - Suite 330, Boston, MA 02111-1307, USA." #: src/help.c:72 msgid "" "\n" "GNU Anubis is released under the GPL with the additional exemption that\n" "compiling, linking, and/or using OpenSSL is allowed.\n" msgstr "" "\n" "GNU Anubis est distribué sous les termes de la GPL avec les exceptions\n" "additionnelles suivantes: la compilation, l'édition de liens et/ou\n" "l'utilisation de OpenSSL sont permis.\n" #: src/help.c:79 msgid "Usage: anubis [options]\n" msgstr "Usage: anubis [options]\n" #: src/help.c:80 msgid "" " -b, --bind [HOST:]PORT Specify daemon's port number and host name.\n" " Default HOST value is INADDR_ANY, and default\n" " PORT number is 25." msgstr "" " -b, --bind [HOST:]PORT spécifier le numéro de port du daemon et le nom de l'hôte.\n" " La valeur par défaut de l'hôte est INADDR_ANY et le\n" " numéro de PORT par défaut est 25." #: src/help.c:83 msgid "" " -r, --remote-mta HOST[:PORT] Specify a remote SMTP host name or IP address.\n" " Default PORT number is 25." msgstr "" " -r, --remote-mta HOST[:PORT] spécifier le nom de l'hôte distantSMTP ou l'adresse IP.\n" " Le numéro de port par défaut est 25." #: src/help.c:85 msgid "" " -l, --local-mta FILE Execute a local SMTP server, which works on\n" " standard input and output (inetd-type program).\n" " This option excludes the --remote-mta option." msgstr "" " -l, --local-mta FILE Lancer un serveur local SMTP, lequel travaille à l'aide\n" " de l'entrée et de la sortie standard (proramme de type inetd).\n" " Cette option exclut l'option --remote-mta." #: src/help.c:88 msgid " -f, --foreground Foreground mode." msgstr " -f, --foreground en mode avant-plan (foreground)." #: src/help.c:89 msgid "" " -i, --stdio Use the SMTP protocol (OMP/Tunnel) as described\n" " in RFC 821 on standard input and output." msgstr "" " -i, --stdio utiliser le protocol SMTP (tunnel/OMP) tel que décrit\n" " dans le RFC 821 sur l'entrée et la sortie standard." #: src/help.c:91 msgid "Output options:\n" msgstr "Options de sortie:\n" #: src/help.c:92 msgid " -s, --silent Work silently." msgstr " -s, --silent travailler en silence." #: src/help.c:93 msgid " -v, --verbose Work noisily." msgstr " -v, --verbose travailler en mode bavard." #: src/help.c:95 msgid " -D, --debug Debug mode." msgstr " -D, --debug en mode de mise au point (debug)." #: src/help.c:97 msgid "" "\n" "Miscellaneous options:\n" msgstr "" "\n" "Options diverses:\n" #: src/help.c:98 msgid " --altrc FILE Specify alternate system configuration file." msgstr " --altrc FICHIER spécifier un FICHIER alternatif de configuration système" #: src/help.c:99 msgid " --norc Ignore system configuration file." msgstr " --norc ignorer le fichier de configuration système." #: src/help.c:100 msgid " --version Print version number and copyright." msgstr " --version afficher la version et le copyright." #: src/help.c:101 msgid " --help It's obvious..." msgstr " --help obtenir de l'aide..." #: src/help.c:102 #, c-format msgid "" "\n" "Report bugs to <%s>.\n" msgstr "" "\n" "Rapport toutes anomalies à <%s>.\n" #: src/mem.c:33 msgid "malloc() failed. Cannot allocate enough memory." msgstr "échec de malloc(). Ne peut allouer assez de mémoire." #: src/mem.c:48 msgid "realloc() failed. Cannot reallocate enough memory." msgstr "échec de realloc(). Ne peut réallouer suffisamment de mémoire." #: src/misc.c:115 msgid "Translation map: incorrect syntax." msgstr "Map de traduction: syntaxe incorrecte." #: src/misc.c:182 #, c-format msgid "%s remapped to %s@localhost." msgstr "%s re-mappé sur %s@localhost" #: src/net.c:67 msgid "Getting remote host information..." msgstr "Obtention des information de l'hôte distant...." #: src/net.c:96 msgid "Initializing socket..." msgstr "Initialisation du socket..." #: src/net.c:98 src/net.c:128 msgid "Can't create stream socket." msgstr "Ne peut créer un socket de flot (stream socket)" #: src/net.c:101 #, c-format msgid "Connecting to %s:%u..." msgstr "Établissement de connexion avec %s:%u..." #: src/net.c:103 #, c-format msgid "Couldn't connect to %s:%u. %s." msgstr "N'a pu établir une connexion avec %s:%u. %s." #: src/net.c:108 #, c-format msgid "Connected to %s:%u" msgstr "Connecté à %s:%u" #: src/net.c:154 #, c-format msgid "bind() failed: %s." msgstr "échec de bond(): %s." #: src/net.c:155 #, c-format msgid "Anubis bound to %s:%u" msgstr "Anubis lié à %s:%u" #: src/net.c:200 #, c-format msgid "(%ld)SERVER >>> %s" msgstr "(%ld)SERVEUR >>> %s" #: src/net.c:229 #, c-format msgid "(%ld)CLIENT >>> %s" msgstr "(%ld)CLIENT >>> %s" #: src/net.c:349 #, c-format msgid "(%d)SERVER <<< %s" msgstr "(%d)SERVEUR <<< %s" #: src/net.c:351 #, c-format msgid "(%d)CLIENT <<< %s" msgstr "(%d)CLIENTS <<< %s" #: src/proxy.c:65 msgid "Using SOCKS Proxy..." msgstr "Utilisation de proxy SOCKS..." #: src/proxy.c:172 msgid "Address must be an IP, not a domain name." msgstr "Adresse doit être IP et non pas un nom de domaine." #: src/proxy.c:207 src/proxy.c:447 msgid "SOCKS Proxy Connection: succeeded." msgstr "Connexion proxu SOCKS: succès." #: src/proxy.c:210 msgid "Request rejected or failed." msgstr "Échec ou rejet de la requête." #: src/proxy.c:213 msgid "Request rejected." msgstr "Requête rejetée." #: src/proxy.c:216 msgid "Request rejected, because the client program and identd reported different User-IDs." msgstr "Requête rejetée par le programme clien et identd rapportent de ID d'usager différents" #: src/proxy.c:220 src/proxy.c:474 msgid "Server reply is not valid." msgstr "Réponse du serveur n'est pas valide." #: src/proxy.c:258 msgid "Possibly not a SOCKS proxy service." msgstr "Possiblement pas un servuve proxy SOCKS" #: src/proxy.c:270 msgid "SOCKS Proxy AUTH method: NO AUTHENTICATION REQUIRED" msgstr "Méthode AUTH Proxy SOCKS: AUCUNE AUTHENTIFICATION REQUISE" #: src/proxy.c:274 msgid "SOCKS Proxy AUTH method: USER NAME/PASSWORD" msgstr "Méthode AUTH Proxy SOCKS: NOM D'USAGER/MOT DE PASSE" #: src/proxy.c:277 msgid "Cannot send null user name or password." msgstr "Ne peut transmettre un nom d'usager ou un mot de passe null." #: src/proxy.c:315 msgid "Bad user name or password." msgstr "Nom d'usager ou mot de passe erroné." #: src/proxy.c:319 msgid "SOCKS Proxy AUTH: succeeded." msgstr "AUTH Proxy SOCKS: succès" #: src/proxy.c:322 msgid "Server does not accept any method." msgstr "Serveur n'accepte aucune méthode." #: src/proxy.c:325 msgid "Server does not accept an AUTH method." msgstr "Serveur n'accepte pas une méthode AUTH." #: src/proxy.c:450 msgid "General SOCKS server failure." msgstr "Échec général du serveur SOCKS." #: src/proxy.c:453 msgid "Connection not allowed by a ruleset." msgstr "Connexion non permise par le jeu des règles." #: src/proxy.c:456 msgid "Network unreachable." msgstr "Réseau non atteignable." #: src/proxy.c:459 msgid "Host unreachable." msgstr "Hôte non atteignable." #: src/proxy.c:462 msgid "Connection refused." msgstr "Connexion refusée." #: src/proxy.c:465 msgid "TTL expired." msgstr "TTL expiré." #: src/proxy.c:468 msgid "Command not supported." msgstr "Commande non supportée." #: src/proxy.c:471 msgid "Address type not supported." msgstr "Type d'adresse non supportée." #: src/quit.c:30 msgid "Signal Caught. Exiting Cleanly..." msgstr "Signal intercepté. Fin d'exécution grâcieuse..." #: src/quit.c:36 msgid "Timeout! Exiting..." msgstr "Temps expiré! Fin d'exécution..." #: src/rc.c:122 #, c-format msgid "Anubis RC file error: %s." msgstr "Anubis erreur de fichier RC: %s." #: src/rc.c:127 #, c-format msgid "Reading system configuration file %s..." msgstr "Lecture du fichier système de configuration %s..." #: src/rc.c:129 #, c-format msgid "Reading user configuration file %s..." msgstr "Lecture du fichier usager de configuration %s..." #: src/rc.c:221 #, c-format msgid "Fatal fclose() error. %s." msgstr "Erreur fatale de fclose() %s." #: src/regex.c:67 #, c-format msgid "regcomp() failed. %s" msgstr "Échec de regcomp() %s." #: src/regex.c:112 #, c-format msgid "pcre_compile() failed at offset %d: %s." msgstr "Échec de pcre_compile() failed à l'adresse relative %d: %s." #: src/regex.c:118 msgid "Matched, but too many substrings." msgstr "Concorde mais a trop de sous-chaînes." #: src/regex.c:133 #, c-format msgid "Get substring %d failed (%d)." msgstr "Échec d'obtention de la sous-chaîne %d (%d)." #: src/ssl.c:47 msgid "Seeding random number generator..." msgstr "Fourniture d'un germe au générateur de nombres aléatoires..." #: src/ssl.c:51 msgid "Unable to seed random number generator." msgstr "Incapable de fournir un germe au générateur aléatoire de nombres." #: src/ssl.c:80 msgid "SSLv23_client_method() failed." msgstr "Échec de SSLv23_client_method()." #: src/ssl.c:84 src/ssl.c:137 msgid "Can't create SSL_CTX object." msgstr "Ne peut créer l'objet SSL_CTX" #: src/ssl.c:89 src/ssl.c:153 msgid "SSL_CTX_set_cipher_list() failed." msgstr "Échec de SSL_CTX_set_cipher_list()." #: src/ssl.c:100 src/tls.c:58 msgid "Initializing the TLS/SSL connection with MTA..." msgstr "Initialisaton de la connexion TLS/SSL avec MTA..." #: src/ssl.c:103 src/ssl.c:165 msgid "Can't create a new SSL structure for a connection." msgstr "Ne peut créer une nouvelle structure SSL pour une connexion." #: src/ssl.c:107 src/ssl.c:169 msgid "SSL_set_fd() failed." msgstr "Échec de SSL_set_fd()." #: src/ssl.c:112 src/ssl.c:174 src/tls.c:76 src/tls.c:143 msgid "TLS/SSL handshake failed!" msgstr "Échec d'échange handshake TLS/SSL!" #: src/ssl.c:133 msgid "SSLv23_server_method() failed." msgstr "Échec de SSLv23_server_method()." #: src/ssl.c:141 msgid "SSL_CTX_use_certificate_file() failed." msgstr "Échec de SSL_CTX_use_certificate_file()." #: src/ssl.c:145 msgid "SSL_CTX_use_PrivateKey_file() failed." msgstr "Échec de SSL_CTX_use_PrivateKey_file()." #: src/ssl.c:149 msgid "Private key does not match the certificate public key." msgstr "Clé privée ne concorde par avec le certificat de la clé publique." #: src/ssl.c:162 src/tls.c:125 msgid "Initializing the TLS/SSL connection with MUA..." msgstr "Initialisaton de la connexion TLS/SSL avec MUA..." #: src/ssl.c:199 #, c-format msgid "%s connection using %s (%u bits)" msgstr "%s connexion utilisant %s (%u bits)" #: src/ssl.c:206 #, c-format msgid "Server public key is %d bits" msgstr "Clé du serveur public est %d bits" #: src/ssl.c:211 msgid "Certificate:" msgstr "Certificat:" #: src/ssl.c:213 msgid "X509_NAME_oneline [subject] failed!" msgstr "Échec de X509_NAME_oneline [sujet]!" #: src/ssl.c:216 #, c-format msgid "Subject: %s" msgstr "Sujet: %s" #: src/ssl.c:218 msgid "X509_NAME_oneline [issuer] failed!" msgstr "Échec de X509_NAME_oneline [demandeur]!" #: src/ssl.c:221 #, c-format msgid "Issuer: %s" msgstr "Demandeur: %s" #: src/tls.c:159 msgid "No certificate was sent." msgstr "Aucun certificat n'a été expédié." #: src/tls.c:164 msgid "The certificate is not trusted." msgstr "Le certificat n'est pas fiable." #: src/tls.c:168 msgid "The certificate has expired." msgstr "Le certificat a expiré." #: src/tls.c:172 msgid "The certificate is not yet activated." msgstr "Le certificat n'est pas encore activé." #: src/tls.c:180 msgid "No certificate was found!" msgstr "Aucun certificat n'a été repéré!" #: src/tls.c:184 msgid "The certificate is trusted." msgstr "Le certificat est fiable." #: src/tls.c:211 #, c-format msgid "Anonymous DH using prime of %d bits." msgstr "DH anonyme utilisant des premiers de %d bits." #: src/tls.c:216 #, c-format msgid "Ephemeral DH using prime of %d bits." msgstr "DH éphémère utilisant des premiers de %d bits." #: src/tls.c:226 #, c-format msgid "- Protocol: %s\n" msgstr "- Protocol: %s\n" #: src/tls.c:229 #, c-format msgid "- Certificate Type: %s\n" msgstr "- Type de certificat: %s\n" #: src/tls.c:232 #, c-format msgid "- Compression: %s\n" msgstr "- Compression: %s\n" #: src/tls.c:235 #, c-format msgid "- Cipher: %s\n" msgstr "- Cipher: %s\n" #: src/tls.c:238 #, c-format msgid "- MAC: %s\n" msgstr "- MAC: %s\n" #: src/tls.c:260 msgid " - Certificate info:\n" msgstr " - Infos du certificat:\n" #: src/tls.c:261 #, c-format msgid " - Certificate is valid since: %s" msgstr " - Certificat est valide depuis: %s" #: src/tls.c:262 #, c-format msgid " - Certificate expires: %s" msgstr " - Certificat expire: %s:" #: src/tls.c:271 #, c-format msgid " - Certificate fingerprint: %s\n" msgstr " - Empreinte du certificat: %s\n" #: src/tls.c:281 #, c-format msgid " - Certificate serial number: %s\n" msgstr " - Numéro de série du certificat: %s\n" #: src/tls.c:285 msgid "Certificate public key: " msgstr "Clé publique du certificat: " #: src/tls.c:287 msgid "RSA\n" msgstr "RSA\n" #: src/tls.c:288 #, c-format msgid " Modulus: %d bits\n" msgstr " Modulo: %d bits\n" #: src/tls.c:291 msgid "DSA\n" msgstr "DSA\n" #: src/tls.c:292 #, c-format msgid " Exponent: %d bits\n" msgstr " Exposant: %d bits\n" #: src/tls.c:295 msgid "UNKNOWN\n" msgstr "INCONNU\n" #: src/tls.c:297 #, c-format msgid " - Certificate version: #%d\n" msgstr " - Version du certificat: #%d\n" #: src/tls.c:304 msgid " - Certificate Issuer's info:\n" msgstr " - Infos du diffuseur du certificat:\n" #: src/tunnel.c:52 msgid "Transferring message(s)..." msgstr "Transfert des messages..." #: src/tunnel.c:154 msgid "Using the TLS/SSL encryption..." msgstr "Utilisation de l'encryption TLS/SSL..." #: src/tunnel.c:163 src/tunnel.c:284 #, c-format msgid "WARNING: %s" msgstr "AVERTISSEMENT: %s" #: src/tunnel.c:164 msgid "STARTTLS command failed." msgstr "Échec de la commande STARTTLS." #: src/tunnel.c:278 msgid "Using the 'ONEWAY' TLS/SSL encryption..." msgstr "Utilisation de l'encryptage 'ONEWAY' TLS/SSL..." #: src/tunnel.c:285 msgid "STARTTLS (ONEWAY) command failed." msgstr "Échec de la commande STARTTLS (ONEWAY)." #: src/tunnel.c:324 #, c-format msgid "getpeername() failed: %s." msgstr "échec de getpeername(): %s." #~ msgid "Using WinGate(s)..." #~ msgstr "Utilisation de WinGate(s)..." #~ msgid "Waiting for response..." #~ msgstr "En attente d'une réponse..." #~ msgid "WinGate: ...connected" #~ msgstr "WinGate: ...connecté" #~ msgid "WinGate: ...failed" #~ msgstr "WinGate: ...échec" #~ msgid "Initializing the TLS/SSL connection with a client..." #~ msgstr "Initialisation de la connexion TLS/SSL avec un client..."