diff options
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 123 |
1 files changed, 109 insertions, 14 deletions
@@ -6,7 +6,7 @@ | |||
6 | msgid "" | 6 | msgid "" |
7 | msgstr "" | 7 | msgstr "" |
8 | "Project-Id-Version: nagios-plugins 1.3.99\n" | 8 | "Project-Id-Version: nagios-plugins 1.3.99\n" |
9 | "POT-Creation-Date: 2003-07-25 23:10-0400\n" | 9 | "POT-Creation-Date: 2003-07-26 01:27-0400\n" |
10 | "PO-Revision-Date: 2003-07-25 06:55-0400\n" | 10 | "PO-Revision-Date: 2003-07-25 06:55-0400\n" |
11 | "Last-Translator: Pierre-Antoine Angelini <paangelini@users.sourceforge.net>\n" | 11 | "Last-Translator: Pierre-Antoine Angelini <paangelini@users.sourceforge.net>\n" |
12 | "Language-Team: French <traduc@traduc.org>\n" | 12 | "Language-Team: French <traduc@traduc.org>\n" |
@@ -14,13 +14,38 @@ msgstr "" | |||
14 | "Content-Type: text/plain; charset=UTF-8\n" | 14 | "Content-Type: text/plain; charset=UTF-8\n" |
15 | "Content-Transfer-Encoding: 8bit\n" | 15 | "Content-Transfer-Encoding: 8bit\n" |
16 | 16 | ||
17 | #: plugins/check_tcp.c:516 | 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" | ||
28 | |||
29 | #: plugins/check_tcp.c:113 | ||
18 | #, c-format | 30 | #, c-format |
19 | msgid "This plugin tests %s connections with the specified host.\n" | 31 | msgid "" |
32 | "Copyright (c) %s Nagios Plugin Development Team\n" | ||
33 | "\t<%s>\n" | ||
34 | "\n" | ||
35 | msgstr "" | ||
36 | |||
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" | ||
20 | msgstr "Le plugin tests a %s connection with l'host specified\n" | 42 | msgstr "Le plugin tests a %s connection with l'host specified\n" |
21 | 43 | ||
22 | #: plugins/check_tcp.c:523 | 44 | #: plugins/check_tcp.c:124 |
45 | #, fuzzy | ||
23 | msgid "" | 46 | msgid "" |
47 | "\n" | ||
48 | "Options:\n" | ||
24 | " -H, --hostname=ADDRESS\n" | 49 | " -H, --hostname=ADDRESS\n" |
25 | " Host name argument for servers using host headers (use numeric\n" | 50 | " Host name argument for servers using host headers (use numeric\n" |
26 | " address if possible to bypass DNS lookup).\n" | 51 | " address if possible to bypass DNS lookup).\n" |
@@ -41,7 +66,7 @@ msgstr "" | |||
41 | " -6, --use-ipv6\n" | 66 | " -6, --use-ipv6\n" |
42 | " Use IPv6 connection\n" | 67 | " Use IPv6 connection\n" |
43 | 68 | ||
44 | #: plugins/check_tcp.c:534 | 69 | #: plugins/check_tcp.c:136 |
45 | msgid "" | 70 | msgid "" |
46 | " -s, --send=STRING\n" | 71 | " -s, --send=STRING\n" |
47 | " String to send to the server\n" | 72 | " String to send to the server\n" |
@@ -57,7 +82,7 @@ msgstr "" | |||
57 | " -q, --quit=STRING\n" | 82 | " -q, --quit=STRING\n" |
58 | " String to send server to initiate a clean close of the connection\n" | 83 | " String to send server to initiate a clean close of the connection\n" |
59 | 84 | ||
60 | #: plugins/check_tcp.c:542 | 85 | #: plugins/check_tcp.c:144 |
61 | msgid "" | 86 | msgid "" |
62 | " -r, --refuse=ok|warn|crit\n" | 87 | " -r, --refuse=ok|warn|crit\n" |
63 | " Accept tcp refusals with states ok, warn, crit (default: crit)\n" | 88 | " Accept tcp refusals with states ok, warn, crit (default: crit)\n" |
@@ -81,7 +106,7 @@ msgstr "" | |||
81 | " -c, --critical=DOUBLE\n" | 106 | " -c, --critical=DOUBLE\n" |
82 | " Response time to result in critical status (seconds)\n" | 107 | " Response time to result in critical status (seconds)\n" |
83 | 108 | ||
84 | #: plugins/check_tcp.c:554 | 109 | #: plugins/check_tcp.c:156 |
85 | #, c-format | 110 | #, c-format |
86 | msgid "" | 111 | msgid "" |
87 | " -t, --timeout=INTEGER\n" | 112 | " -t, --timeout=INTEGER\n" |
@@ -104,12 +129,82 @@ msgstr "" | |||
104 | " Print version information\n" | 129 | " Print version information\n" |
105 | "\n" | 130 | "\n" |
106 | 131 | ||
107 | #: plugins/check_tcp.c:571 | 132 | #: plugins/check_tcp.c:274 |
133 | msgid "ERROR: Generic check_tcp called with unknown service\n" | ||
134 | msgstr "" | ||
135 | |||
136 | #: plugins/check_tcp.c:283 | ||
137 | msgid "Could not parse arguments\n" | ||
138 | msgstr "" | ||
139 | |||
140 | #: plugins/check_tcp.c:346 | ||
141 | msgid "No data received from host\n" | ||
142 | msgstr "" | ||
143 | |||
144 | #: plugins/check_tcp.c:358 | ||
145 | msgid "Invalid response from host\n" | ||
146 | msgstr "" | ||
147 | |||
148 | #: plugins/check_tcp.c:396 | ||
149 | #, c-format | ||
150 | msgid "%s %s%s - %.3f second response time on port %d" | ||
151 | msgstr "" | ||
152 | |||
153 | #: plugins/check_tcp.c:472 | ||
154 | #, c-format | ||
108 | msgid "" | 155 | msgid "" |
109 | "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n" | 156 | "%s: Unknown argument: %s\n" |
110 | "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n" | 157 | "\n" |
111 | "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n" | 158 | msgstr "" |
159 | |||
160 | #: plugins/check_tcp.c:491 | ||
161 | msgid "IPv6 support not available\n" | ||
162 | msgstr "" | ||
163 | |||
164 | #: plugins/check_tcp.c:496 | ||
165 | msgid "invalid host name or address" | ||
166 | msgstr "" | ||
167 | |||
168 | #: plugins/check_tcp.c:501 | ||
169 | msgid "Critical threshold must be a nonnegative integer\n" | ||
170 | msgstr "" | ||
171 | |||
172 | #: plugins/check_tcp.c:507 | ||
173 | msgid "Warning threshold must be a nonnegative integer\n" | ||
174 | msgstr "" | ||
175 | |||
176 | #: plugins/check_tcp.c:521 | ||
177 | msgid "Timeout interval must be a positive integer\n" | ||
178 | msgstr "" | ||
179 | |||
180 | #: plugins/check_tcp.c:526 | ||
181 | msgid "Server port must be a positive integer\n" | ||
182 | msgstr "" | ||
183 | |||
184 | #: plugins/check_tcp.c:542 | ||
185 | msgid "Maxbytes must be a positive integer\n" | ||
186 | msgstr "" | ||
187 | |||
188 | #: plugins/check_tcp.c:555 | ||
189 | msgid "Refuse mut be one of ok, warn, crit\n" | ||
190 | msgstr "" | ||
191 | |||
192 | #: plugins/check_tcp.c:561 | ||
193 | msgid "Delay must be a positive integer\n" | ||
194 | msgstr "" | ||
195 | |||
196 | #: plugins/check_tcp.c:566 | ||
197 | msgid "SSL support not available. Install OpenSSL and recompile." | ||
198 | msgstr "" | ||
199 | |||
200 | #: plugins/check_tcp.c:574 | ||
201 | msgid "You must provide a server address\n" | ||
202 | msgstr "" | ||
203 | |||
204 | #: plugins/check_tcp.c:592 | ||
205 | msgid "ERROR: Cannot create SSL context.\n" | ||
206 | msgstr "" | ||
207 | |||
208 | #: plugins/check_tcp.c:618 | ||
209 | msgid "ERROR: Cannot initiate SSL handshake.\n" | ||
112 | msgstr "" | 210 | msgstr "" |
113 | "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n" | ||
114 | "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n" | ||
115 | "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n" | ||