Code

updated check_tcp
[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 "POT-Creation-Date: 2003-07-26 01:27-0400\n"
10 "PO-Revision-Date: 2003-07-25 06:55-0400\n"
11 "Last-Translator: Pierre-Antoine Angelini <paangelini@users.sourceforge.net>\n"
12 "Language-Team: French <traduc@traduc.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
17 #: plugins/check_tcp.c:99
18 #, fuzzy, c-format
19 msgid ""
20 "Usage: %s -H host -p port [-w <warning time>] [-c <critical time>]\n"
21 "\t[-s <send string>] [-e <expect string>] [-q <quit string>]\n"
22 "\t[-m <maximum bytes>] [-d <delay>]\t[-t <timeout seconds>]\n"
23 "\t[-r <refuse state>] [-v] [-4|-6]\n"
24 msgstr ""
25 "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n"
26 "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n"
27 "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n"
29 #: plugins/check_tcp.c:113
30 #, c-format
31 msgid ""
32 "Copyright (c) %s Nagios Plugin Development Team\n"
33 "\t<%s>\n"
34 "\n"
35 msgstr ""
37 #: plugins/check_tcp.c:118
38 #, fuzzy, c-format
39 msgid ""
40 "This plugin tests %s connections with the specified host.\n"
41 "\n"
42 msgstr "Le plugin tests a %s connection with l'host specified\n"
44 #: plugins/check_tcp.c:124
45 #, fuzzy
46 msgid ""
47 "\n"
48 "Options:\n"
49 " -H, --hostname=ADDRESS\n"
50 "    Host name argument for servers using host headers (use numeric\n"
51 "    address if possible to bypass DNS lookup).\n"
52 " -p, --port=INTEGER\n"
53 "    Port number\n"
54 " -4, --use-ipv4\n"
55 "    Use IPv4 connection\n"
56 " -6, --use-ipv6\n"
57 "    Use IPv6 connection\n"
58 msgstr ""
59 " -H, --hostname=ADDRESS\n"
60 "    Host name argument for servers using host headers (use numeric\n"
61 "    address if possible to bypass DNS lookup).\n"
62 " -p, --port=INTEGER\n"
63 "    Port number\n"
64 " -4, --use-ipv4\n"
65 "    Use IPv4 connection\n"
66 " -6, --use-ipv6\n"
67 "    Use IPv6 connection\n"
69 #: plugins/check_tcp.c:136
70 msgid ""
71 " -s, --send=STRING\n"
72 "    String to send to the server\n"
73 " -e, --expect=STRING\n"
74 "    String to expect in server response\n"
75 " -q, --quit=STRING\n"
76 "    String to send server to initiate a clean close of the connection\n"
77 msgstr ""
78 " -s, --send=STRING\n"
79 "    String to send to the server\n"
80 " -e, --expect=STRING\n"
81 "    String to expect in server response\n"
82 " -q, --quit=STRING\n"
83 "    String to send server to initiate a clean close of the connection\n"
85 #: plugins/check_tcp.c:144
86 msgid ""
87 " -r, --refuse=ok|warn|crit\n"
88 "    Accept tcp refusals with states ok, warn, crit (default: crit)\n"
89 " -m, --maxbytes=INTEGER\n"
90 "    Close connection once more than this number of bytes are received\n"
91 " -d, --delay=INTEGER\n"
92 "    Seconds to wait between sending string and polling for response\n"
93 " -w, --warning=DOUBLE\n"
94 "    Response time to result in warning status (seconds)\n"
95 " -c, --critical=DOUBLE\n"
96 "    Response time to result in critical status (seconds)\n"
97 msgstr ""
98 " -r, --refuse=ok|warn|crit\n"
99 "    Accept tcp refusals with states ok, warn, crit (default: crit)\n"
100 " -m, --maxbytes=INTEGER\n"
101 "    Close connection once more than this number of bytes are received\n"
102 " -d, --delay=INTEGER\n"
103 "    Seconds to wait between sending string and polling for response\n"
104 " -w, --warning=DOUBLE\n"
105 "    Response time to result in warning status (seconds)\n"
106 " -c, --critical=DOUBLE\n"
107 "    Response time to result in critical status (seconds)\n"
109 #: plugins/check_tcp.c:156
110 #, c-format
111 msgid ""
112 " -t, --timeout=INTEGER\n"
113 "    Seconds before connection times out (default: %d)\n"
114 " -v, --verbose\n"
115 "    Show details for command-line debugging (Nagios may truncate output)\n"
116 " -h, --help\n"
117 "    Print detailed help screen\n"
118 " -V, --version\n"
119 "    Print version information\n"
120 "\n"
121 msgstr ""
122 " -t, --timeout=INTEGER\n"
123 "    Seconds before connection times out (default: %d)\n"
124 " -v, --verbose\n"
125 "    Show details for command-line debugging (Nagios may truncate output)\n"
126 " -h, --help\n"
127 "    Print detailed help screen\n"
128 " -V, --version\n"
129 "    Print version information\n"
130 "\n"
132 #: plugins/check_tcp.c:274
133 msgid "ERROR: Generic check_tcp called with unknown service\n"
134 msgstr ""
136 #: plugins/check_tcp.c:283
137 msgid "Could not parse arguments\n"
138 msgstr ""
140 #: plugins/check_tcp.c:346
141 msgid "No data received from host\n"
142 msgstr ""
144 #: plugins/check_tcp.c:358
145 msgid "Invalid response from host\n"
146 msgstr ""
148 #: plugins/check_tcp.c:396
149 #, c-format
150 msgid "%s %s%s - %.3f second response time on port %d"
151 msgstr ""
153 #: plugins/check_tcp.c:472
154 #, c-format
155 msgid ""
156 "%s: Unknown argument: %s\n"
157 "\n"
158 msgstr ""
160 #: plugins/check_tcp.c:491
161 msgid "IPv6 support not available\n"
162 msgstr ""
164 #: plugins/check_tcp.c:496
165 msgid "invalid host name or address"
166 msgstr ""
168 #: plugins/check_tcp.c:501
169 msgid "Critical threshold must be a nonnegative integer\n"
170 msgstr ""
172 #: plugins/check_tcp.c:507
173 msgid "Warning threshold must be a nonnegative integer\n"
174 msgstr ""
176 #: plugins/check_tcp.c:521
177 msgid "Timeout interval must be a positive integer\n"
178 msgstr ""
180 #: plugins/check_tcp.c:526
181 msgid "Server port must be a positive integer\n"
182 msgstr ""
184 #: plugins/check_tcp.c:542
185 msgid "Maxbytes must be a positive integer\n"
186 msgstr ""
188 #: plugins/check_tcp.c:555
189 msgid "Refuse mut be one of ok, warn, crit\n"
190 msgstr ""
192 #: plugins/check_tcp.c:561
193 msgid "Delay must be a positive integer\n"
194 msgstr ""
196 #: plugins/check_tcp.c:566
197 msgid "SSL support not available. Install OpenSSL and recompile."
198 msgstr ""
200 #: plugins/check_tcp.c:574
201 msgid "You must provide a server address\n"
202 msgstr ""
204 #: plugins/check_tcp.c:592
205 msgid "ERROR: Cannot create SSL context.\n"
206 msgstr ""
208 #: plugins/check_tcp.c:618
209 msgid "ERROR: Cannot initiate SSL handshake.\n"
210 msgstr ""