From e46164e0bd0426de7517e8afb3a604ea51e3d49f Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Mon, 16 Apr 2012 16:39:38 +0100 Subject: [PATCH] Updated French translation. --- CHANGELOG | 4 +- man/dnsmasq.8 | 20 ++++--- man/fr/dnsmasq.8 | 145 ++++++++++++++++++++++++++++++++++++++++------- 3 files changed, 138 insertions(+), 31 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8b34533..d3ad41a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -86,7 +86,9 @@ version 2.61 makes the OpenStack use-case of one dnsmasq per virtual interface work. This is only available on Linux; it's not supported on other platforms. Thanks to Vishvananda Ishaya - and thr OpenStack team for the suggestion. + and the OpenStack team for the suggestion. + + Updated French translation. Thanks to Gildas Le Nadan. version 2.60 diff --git a/man/dnsmasq.8 b/man/dnsmasq.8 index 4189d45..c43aee5 100644 --- a/man/dnsmasq.8 +++ b/man/dnsmasq.8 @@ -23,7 +23,7 @@ options. It includes a secure, read-only, TFTP server to allow net/PXE boot of DHCP hosts and also supports BOOTP. .PP Dnsmasq -supports IPv6 for all functions and a minimal router-advertisemnet daemon. +supports IPv6 for all functions and a minimal router-advertisement daemon. .SH OPTIONS Note that in general missing parameters are allowed and switch off functions, for instance "--pid-file" disables writing a PID file. On @@ -416,7 +416,7 @@ zone files: the port, weight and priority numbers are in a different order. More than one SRV record for a given service/domain is allowed, all that match are returned. .TP -.B --host-record=[,....][],[IPv6-address] +.B --host-record=[,....][],[] Add A, AAAA and PTR records to the DNS. This adds one or more names to the DNS with associated IPv4 (A) and IPv6 (AAAA) records. A name may appear in more than one @@ -427,10 +427,12 @@ the same rule as is used reading hosts-files. .B host-record options are considered to be read before host-files, so a name appearing there inhibits PTR-record creation if it appears in -hosts-file also. Unlike host-files, names are not expanded, even when +hosts-file also. Unlike hosts-files, names are not expanded, even when .B expand-hosts is in effect. Short and long names may appear in the same -.B host-record, eg. --host-record=laptop,laptop.thekelleys.org,192.168.0.1,1234::100 +.B host-record, +eg. +.B --host-record=laptop,laptop.thekelleys.org,192.168.0.1,1234::100 .TP .B \-Y, --txt-record=[[,],] Return a TXT DNS record. The value of TXT record is a set of strings, @@ -560,7 +562,7 @@ addresses given via .B dhcp-host or from /etc/ethers will be served. -Fot IPv4, the may be +For IPv4, the may be .B proxy in which case dnsmasq will provide proxy-DHCP on the specified subnet. (See @@ -593,7 +595,7 @@ enables a mode which gives DNS names to dual-stack hosts which do SLAAC for IPv6. Dnsmasq uses the host's IPv4 lease to derive the name, network segment and MAC address and assumes that the host will also have an -IPv6 address calculated using the SLAAC alogrithm, on the same network +IPv6 address calculated using the SLAAC algorithm, on the same network segment. The address is pinged, and if a reply is received, an AAAA record is added to the DNS for this IPv6 address. Note that this is only happens for directly-connected @@ -1140,7 +1142,9 @@ is known. DNSMASQ_TAGS contains all the tags set during the DHCP transaction, separated by spaces. -DNSMASQ_LOG_DHCP is set if --log-dhcp is in effect. +DNSMASQ_LOG_DHCP is set if +.B --log-dhcp +is in effect. For IPv4 only: @@ -1193,7 +1197,7 @@ with an "old " event. There are two further actions which may appear as the first argument to the script, "init" and "tftp". More may be added in the future, so scripts should be written to ignore unknown actions. "init" is -decsribed below in +described below in .B --leasefile-ro The "tftp" action is invoked when a TFTP file transfer completes: the arguments are the file size in bytes, the address to which the file diff --git a/man/fr/dnsmasq.8 b/man/fr/dnsmasq.8 index df44765..c72bcc4 100644 --- a/man/fr/dnsmasq.8 +++ b/man/fr/dnsmasq.8 @@ -22,7 +22,8 @@ peut être configuré pour envoyer n'importe quel option DHCP. Il inclut un serveur TFTP sécurisé en lecture seule permettant le démarrage via le réseau/PXE de clients DHCP et supporte également le protocole BOOTP. .PP -Dnsmasq supporte IPv6 pour le DNS et TFTP mais pas pour le DHCP. +Dnsmasq supporte IPv6 et contient un démon minimaliste capable de faire des +annonces routeurs ("router-advertisements"). .SH OPTIONS Notes : Il est possible d'utiliser des options sans leur donner de paramètre. Dans ce cas, la fonction correspondante sera désactivée. Par exemple @@ -492,6 +493,27 @@ dans un ordre différents. Pour un service/domaine donné, plus d'un enregistrement SRV est autorisé et tous les enregistrements qui coïncident sont retournés dans la réponse. .TP +.B --host-record=[,....][],[] +Ajoute des enregistrements A, AAAA et PTR dans le DNS. Ceci permet d'ajouter +un ou plusieurs noms dans le DNS et de les associer à des enregistrements IPv4 +(A) ou IPv6 (AAAA). Un nom peut apparaître dans plus d'une entrée +.B host-record +et de fait être associé à plus d'une adresse. Seule la première entrée créée +l'enregistrement PTR associée au nom. Ceci correspond à la même règle que celle +utilisée lors de la lecture du fichier hosts. +Les options +.B host-record +sont considérées lues avant le fichier hosts, ainsi un nom apparaissant dans +une option host-record et dans le fichier hosts n'aura pas d'enregistrement +PTR associé à l'entrée dans le fichier hosts. A l'inverse du fichier hosts, les +noms ne sont pas étendus, même lorsque l'option +.B expand-hosts +est activée. Les noms longs et les noms courts peuvent apparaitre dans la même +entrée +.B host-record, +c-à-d +.B --host-record=laptop,laptop.thekelleys.org,192.168.0.1,1234::100 +.TP .B \-Y, --txt-record=[[,],] Définit un enregistrement DNS de type TXT. La valeur de l'enregistrement TXT est un ensemble de chaînes de caractères, donc un nombre variable de chaînes de @@ -577,11 +599,11 @@ l'ayant déclenché, ce qui est pratique pour la gestion de la bande passante (accounting) et le filtrage (firewall). Dnsmasq doit pour cela être compilé avec le support conntrack, le noyau doit également inclure conntrack et être configuré pour cela. Cette option ne peut pas être combinée avec ---query-port. +--query-port. .TP -.B \-F, --dhcp-range=[interface:,][tag: