fr.po 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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-25 23:10-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:516
  17. #, c-format
  18. msgid "This plugin tests %s connections with the specified host.\n"
  19. msgstr "Le plugin tests a %s connection with l'host specified\n"
  20. #: plugins/check_tcp.c:523
  21. msgid ""
  22. " -H, --hostname=ADDRESS\n"
  23. " Host name argument for servers using host headers (use numeric\n"
  24. " address if possible to bypass DNS lookup).\n"
  25. " -p, --port=INTEGER\n"
  26. " Port number\n"
  27. " -4, --use-ipv4\n"
  28. " Use IPv4 connection\n"
  29. " -6, --use-ipv6\n"
  30. " Use IPv6 connection\n"
  31. msgstr ""
  32. " -H, --hostname=ADDRESS\n"
  33. " Host name argument for servers using host headers (use numeric\n"
  34. " address if possible to bypass DNS lookup).\n"
  35. " -p, --port=INTEGER\n"
  36. " Port number\n"
  37. " -4, --use-ipv4\n"
  38. " Use IPv4 connection\n"
  39. " -6, --use-ipv6\n"
  40. " Use IPv6 connection\n"
  41. #: plugins/check_tcp.c:534
  42. msgid ""
  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. msgstr ""
  50. " -s, --send=STRING\n"
  51. " String to send to the server\n"
  52. " -e, --expect=STRING\n"
  53. " String to expect in server response\n"
  54. " -q, --quit=STRING\n"
  55. " String to send server to initiate a clean close of the connection\n"
  56. #: plugins/check_tcp.c:542
  57. msgid ""
  58. " -r, --refuse=ok|warn|crit\n"
  59. " Accept tcp refusals with states ok, warn, crit (default: crit)\n"
  60. " -m, --maxbytes=INTEGER\n"
  61. " Close connection once more than this number of bytes are received\n"
  62. " -d, --delay=INTEGER\n"
  63. " Seconds to wait between sending string and polling for response\n"
  64. " -w, --warning=DOUBLE\n"
  65. " Response time to result in warning status (seconds)\n"
  66. " -c, --critical=DOUBLE\n"
  67. " Response time to result in critical status (seconds)\n"
  68. msgstr ""
  69. " -r, --refuse=ok|warn|crit\n"
  70. " Accept tcp refusals with states ok, warn, crit (default: crit)\n"
  71. " -m, --maxbytes=INTEGER\n"
  72. " Close connection once more than this number of bytes are received\n"
  73. " -d, --delay=INTEGER\n"
  74. " Seconds to wait between sending string and polling for response\n"
  75. " -w, --warning=DOUBLE\n"
  76. " Response time to result in warning status (seconds)\n"
  77. " -c, --critical=DOUBLE\n"
  78. " Response time to result in critical status (seconds)\n"
  79. #: plugins/check_tcp.c:554
  80. #, c-format
  81. msgid ""
  82. " -t, --timeout=INTEGER\n"
  83. " Seconds before connection times out (default: %d)\n"
  84. " -v, --verbose\n"
  85. " Show details for command-line debugging (Nagios may truncate output)\n"
  86. " -h, --help\n"
  87. " Print detailed help screen\n"
  88. " -V, --version\n"
  89. " Print version information\n"
  90. "\n"
  91. msgstr ""
  92. " -t, --timeout=INTEGER\n"
  93. " Seconds before connection times out (default: %d)\n"
  94. " -v, --verbose\n"
  95. " Show details for command-line debugging (Nagios may truncate output)\n"
  96. " -h, --help\n"
  97. " Print detailed help screen\n"
  98. " -V, --version\n"
  99. " Print version information\n"
  100. "\n"
  101. #: plugins/check_tcp.c:571
  102. msgid ""
  103. "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n"
  104. "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n"
  105. "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n"
  106. msgstr ""
  107. "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n"
  108. "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n"
  109. "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n"