fr.po 5.5 KB

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