de.po 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. # German Language Translation File.
  2. # Copyright (C) YEAR Nagios Plugin Development Group
  3. # This file is distributed under the same license as the nagios-plugins package.
  4. # Karl DeBisschop <kdebisschop@users.sourceforge.net>, 2003.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: nagios-plugins 1.3.99\n"
  10. "POT-Creation-Date: 2003-07-25 23:10-0400\n"
  11. "PO-Revision-Date: 2003-07-20 22:24-0400\n"
  12. "Last-Translator: Michael Wirtgen <Michael.Wirtgen@miwi-dv.com>\n"
  13. "Language-Team: de <LL@li.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:516
  18. #, c-format
  19. msgid "This plugin tests %s connections with the specified host.\n"
  20. msgstr ""
  21. #: plugins/check_tcp.c:523
  22. msgid ""
  23. " -H, --hostname=ADDRESS\n"
  24. " Host name argument for servers using host headers (use numeric\n"
  25. " address if possible to bypass DNS lookup).\n"
  26. " -p, --port=INTEGER\n"
  27. " Port number\n"
  28. " -4, --use-ipv4\n"
  29. " Use IPv4 connection\n"
  30. " -6, --use-ipv6\n"
  31. " Use IPv6 connection\n"
  32. msgstr ""
  33. #: plugins/check_tcp.c:534
  34. msgid ""
  35. " -s, --send=STRING\n"
  36. " String to send to the server\n"
  37. " -e, --expect=STRING\n"
  38. " String to expect in server response\n"
  39. " -q, --quit=STRING\n"
  40. " String to send server to initiate a clean close of the connection\n"
  41. msgstr ""
  42. #: plugins/check_tcp.c:542
  43. msgid ""
  44. " -r, --refuse=ok|warn|crit\n"
  45. " Accept tcp refusals with states ok, warn, crit (default: crit)\n"
  46. " -m, --maxbytes=INTEGER\n"
  47. " Close connection once more than this number of bytes are received\n"
  48. " -d, --delay=INTEGER\n"
  49. " Seconds to wait between sending string and polling for response\n"
  50. " -w, --warning=DOUBLE\n"
  51. " Response time to result in warning status (seconds)\n"
  52. " -c, --critical=DOUBLE\n"
  53. " Response time to result in critical status (seconds)\n"
  54. msgstr ""
  55. #: plugins/check_tcp.c:554
  56. #, c-format
  57. msgid ""
  58. " -t, --timeout=INTEGER\n"
  59. " Seconds before connection times out (default: %d)\n"
  60. " -v, --verbose\n"
  61. " Show details for command-line debugging (Nagios may truncate output)\n"
  62. " -h, --help\n"
  63. " Print detailed help screen\n"
  64. " -V, --version\n"
  65. " Print version information\n"
  66. "\n"
  67. msgstr ""
  68. #: plugins/check_tcp.c:571
  69. msgid ""
  70. "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n"
  71. "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n"
  72. "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n"
  73. msgstr ""