fr.po 5.7 KB

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