cmd: Convert translations to po files.
[wine.git] / programs / ipconfig / Fr.rc
blob4986176fb25b81745fed2a90dc0cccf0acaee00c
1 /*
2  * IP configuration utility (French resources)
3  *
4  * Copyright 2010 Frédéric Delanoy
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
21 #include "ipconfig.h"
23 /* UTF-8 */
24 #pragma code_page(65001)
26 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
28 STRINGTABLE
30     STRING_USAGE, "Usage : ipconfig [ /? | /all ]\n"
31     STRING_INVALID_CMDLINE, "Erreur : les paramètres de ligne de commande spécifiés sont inconnus ou invalides\n"
32     STRING_ADAPTER_FRIENDLY, "Adaptateur %s %s\n"
33     STRING_ETHERNET, "Ethernet"
34     STRING_UNKNOWN, "Inconnu"
35     STRING_CONN_DNS_SUFFIX, "Suffixe DNS propre à la connexion"
36     STRING_IP_ADDRESS, "Adresse IP"
37     STRING_HOSTNAME, "Nom d'hôte"
38     STRING_NODE_TYPE, "Type de nœud"
39     STRING_BROADCAST, "Diffusion"
40     STRING_PEER_TO_PEER, "Pair à pair"
41     STRING_MIXED, "Mixte"
42     STRING_HYBRID, "Hybride"
43     STRING_IP_ROUTING, "Routage IP activé"
44     STRING_DESCRIPTION, "Description"
45     STRING_PHYS_ADDR, "Adresse physique"
46     STRING_DHCP_ENABLED, "DHCP activé"
47     STRING_YES, "Oui"
48     STRING_NO, "Non"
49     STRING_DEFAULT_GATEWAY, "Passerelle par défaut"