Code

Code clean-up
[nagiosplug.git] / po / fr.po
1 # Messages français pour Nagios Plugins
2 # Copyright (C) 2003 Nagios Plugin Development Group
3 # This file is distributed under the same license as the PACKAGE package.
4 # Karl DeBisschop <kdebisschop@users.sourceforge.net>, 2003.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: nagios-plugins 1.3.99\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2003-08-08 21:40-0700\n"
11 "PO-Revision-Date: 2003-07-25 06:55-0400\n"
12 "Last-Translator: Pierre-Antoine Angelini <paangelini@users.sourceforge.net>\n"
13 "Language-Team: French <traduc@traduc.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 #: plugins/check_tcp.c:99
19 #, fuzzy, c-format
20 msgid ""
21 "Usage: %s -H host -p port [-w <warning time>] [-c <critical time>]\n"
22 "  [-s <send string>] [-e <expect string>] [-q <quit string>]\n"
23 "  [-m <maximum bytes>] [-d <delay>] [-t <timeout seconds>]\n"
24 "  [-r <refuse state>] [-v] [-4|-6]\n"
25 msgstr ""
26 "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n"
27 "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n"
28 "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n"
30 #: plugins/check_tcp.c:114
31 #, fuzzy, c-format
32 msgid ""
33 "This plugin tests %s connections with the specified host.\n"
34 "\n"
35 msgstr "Le plugin tests a %s connection with l'host specified\n"
37 #: plugins/check_tcp.c:125
38 msgid ""
39 " -s, --send=STRING\n"
40 "    String to send to the server\n"
41 " -e, --expect=STRING\n"
42 "    String to expect in server response\n"
43 " -q, --quit=STRING\n"
44 "    String to send server to initiate a clean close of the connection\n"
45 msgstr ""
46 " -s, --send=STRING\n"
47 "    String to send to the server\n"
48 " -e, --expect=STRING\n"
49 "    String to expect in server response\n"
50 " -q, --quit=STRING\n"
51 "    String to send server to initiate a clean close of the connection\n"
53 #: plugins/check_tcp.c:133
54 #, fuzzy
55 msgid ""
56 " -r, --refuse=ok|warn|crit\n"
57 "    Accept tcp refusals with states ok, warn, crit (default: crit)\n"
58 " -m, --maxbytes=INTEGER\n"
59 "    Close connection once more than this number of bytes are received\n"
60 " -d, --delay=INTEGER\n"
61 "    Seconds to wait between sending string and polling for response\n"
62 msgstr ""
63 " -r, --refuse=ok|warn|crit\n"
64 "    Accept tcp refusals with states ok, warn, crit (default: crit)\n"
65 " -m, --maxbytes=INTEGER\n"
66 "    Close connection once more than this number of bytes are received\n"
67 " -d, --delay=INTEGER\n"
68 "    Seconds to wait between sending string and polling for response\n"
69 " -w, --warning=DOUBLE\n"
70 "    Response time to result in warning status (seconds)\n"
71 " -c, --critical=DOUBLE\n"
72 "    Response time to result in critical status (seconds)\n"
74 #: plugins/check_tcp.c:254
75 msgid "ERROR: Generic check_tcp called with unknown service\n"
76 msgstr ""
78 #: plugins/check_tcp.c:263
79 msgid "Could not parse arguments\n"
80 msgstr ""
82 #: plugins/check_tcp.c:326
83 msgid "No data received from host\n"
84 msgstr ""
86 #: plugins/check_tcp.c:338
87 msgid "Invalid response from host\n"
88 msgstr ""
90 #: plugins/check_tcp.c:376
91 #, c-format
92 msgid "%s %s%s - %.3f second response time on port %d"
93 msgstr ""
95 #: plugins/check_tcp.c:452
96 #, c-format
97 msgid ""
98 "%s: Unknown argument: %s\n"
99 "\n"
100 msgstr ""
102 #: plugins/check_tcp.c:471
103 msgid "IPv6 support not available\n"
104 msgstr ""
106 #: plugins/check_tcp.c:476
107 msgid "invalid host name or address"
108 msgstr ""
110 #: plugins/check_tcp.c:481
111 msgid "Critical threshold must be a nonnegative integer\n"
112 msgstr ""
114 #: plugins/check_tcp.c:487
115 msgid "Warning threshold must be a nonnegative integer\n"
116 msgstr ""
118 #: plugins/check_tcp.c:501
119 msgid "Timeout interval must be a positive integer\n"
120 msgstr ""
122 #: plugins/check_tcp.c:506
123 msgid "Server port must be a positive integer\n"
124 msgstr ""
126 #: plugins/check_tcp.c:522
127 msgid "Maxbytes must be a positive integer\n"
128 msgstr ""
130 #: plugins/check_tcp.c:535
131 msgid "Refuse mut be one of ok, warn, crit\n"
132 msgstr ""
134 #: plugins/check_tcp.c:541
135 msgid "Delay must be a positive integer\n"
136 msgstr ""
138 #: plugins/check_tcp.c:546
139 msgid "SSL support not available. Install OpenSSL and recompile."
140 msgstr ""
142 #: plugins/check_tcp.c:554
143 msgid "You must provide a server address\n"
144 msgstr ""
146 #: plugins/check_tcp.c:572
147 msgid "ERROR: Cannot create SSL context.\n"
148 msgstr ""
150 #: plugins/check_tcp.c:598
151 msgid "ERROR: Cannot initiate SSL handshake.\n"
152 msgstr ""
154 #, fuzzy
155 #~ msgid ""
156 #~ "\n"
157 #~ "Options:\n"
158 #~ " -H, --hostname=ADDRESS\n"
159 #~ "    Host name argument for servers using host headers (use numeric\n"
160 #~ "    address if possible to bypass DNS lookup).\n"
161 #~ " -p, --port=INTEGER\n"
162 #~ "    Port number\n"
163 #~ " -4, --use-ipv4\n"
164 #~ "    Use IPv4 connection\n"
165 #~ " -6, --use-ipv6\n"
166 #~ "    Use IPv6 connection\n"
167 #~ msgstr ""
168 #~ " -H, --hostname=ADDRESS\n"
169 #~ "    Host name argument for servers using host headers (use numeric\n"
170 #~ "    address if possible to bypass DNS lookup).\n"
171 #~ " -p, --port=INTEGER\n"
172 #~ "    Port number\n"
173 #~ " -4, --use-ipv4\n"
174 #~ "    Use IPv4 connection\n"
175 #~ " -6, --use-ipv6\n"
176 #~ "    Use IPv6 connection\n"
178 #~ msgid ""
179 #~ " -t, --timeout=INTEGER\n"
180 #~ "    Seconds before connection times out (default: %d)\n"
181 #~ " -v, --verbose\n"
182 #~ "    Show details for command-line debugging (Nagios may truncate output)\n"
183 #~ " -h, --help\n"
184 #~ "    Print detailed help screen\n"
185 #~ " -V, --version\n"
186 #~ "    Print version information\n"
187 #~ "\n"
188 #~ msgstr ""
189 #~ " -t, --timeout=INTEGER\n"
190 #~ "    Seconds before connection times out (default: %d)\n"
191 #~ " -v, --verbose\n"
192 #~ "    Show details for command-line debugging (Nagios may truncate output)\n"
193 #~ " -h, --help\n"
194 #~ "    Print detailed help screen\n"
195 #~ " -V, --version\n"
196 #~ "    Print version information\n"
197 #~ "\n"