de.po 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2003-08-08 21:40-0700\n"
  12. "PO-Revision-Date: 2003-07-20 22:24-0400\n"
  13. "Last-Translator: Michael Wirtgen <Michael.Wirtgen@miwi-dv.com>\n"
  14. "Language-Team: de <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: plugins/check_tcp.c:99
  19. #, c-format
  20. msgid ""
  21. "Usage: %s -H host -p port [-w <warning time>] [-c <critical time>]\n"
  22. " [-s <send string>] [-e <expect string>] [-q <quit string>]\n"
  23. " [-m <maximum bytes>] [-d <delay>] [-t <timeout seconds>]\n"
  24. " [-r <refuse state>] [-v] [-4|-6]\n"
  25. msgstr ""
  26. #: plugins/check_tcp.c:114
  27. #, c-format
  28. msgid ""
  29. "This plugin tests %s connections with the specified host.\n"
  30. "\n"
  31. msgstr ""
  32. #: plugins/check_tcp.c:125
  33. msgid ""
  34. " -s, --send=STRING\n"
  35. " String to send to the server\n"
  36. " -e, --expect=STRING\n"
  37. " String to expect in server response\n"
  38. " -q, --quit=STRING\n"
  39. " String to send server to initiate a clean close of the connection\n"
  40. msgstr ""
  41. #: plugins/check_tcp.c:133
  42. msgid ""
  43. " -r, --refuse=ok|warn|crit\n"
  44. " Accept tcp refusals with states ok, warn, crit (default: crit)\n"
  45. " -m, --maxbytes=INTEGER\n"
  46. " Close connection once more than this number of bytes are received\n"
  47. " -d, --delay=INTEGER\n"
  48. " Seconds to wait between sending string and polling for response\n"
  49. msgstr ""
  50. #: plugins/check_tcp.c:254
  51. msgid "ERROR: Generic check_tcp called with unknown service\n"
  52. msgstr ""
  53. #: plugins/check_tcp.c:263
  54. msgid "Could not parse arguments\n"
  55. msgstr ""
  56. #: plugins/check_tcp.c:326
  57. msgid "No data received from host\n"
  58. msgstr ""
  59. #: plugins/check_tcp.c:338
  60. msgid "Invalid response from host\n"
  61. msgstr ""
  62. #: plugins/check_tcp.c:376
  63. #, c-format
  64. msgid "%s %s%s - %.3f second response time on port %d"
  65. msgstr ""
  66. #: plugins/check_tcp.c:452
  67. #, c-format
  68. msgid ""
  69. "%s: Unknown argument: %s\n"
  70. "\n"
  71. msgstr ""
  72. #: plugins/check_tcp.c:471
  73. msgid "IPv6 support not available\n"
  74. msgstr ""
  75. #: plugins/check_tcp.c:476
  76. msgid "invalid host name or address"
  77. msgstr ""
  78. #: plugins/check_tcp.c:481
  79. msgid "Critical threshold must be a nonnegative integer\n"
  80. msgstr ""
  81. #: plugins/check_tcp.c:487
  82. msgid "Warning threshold must be a nonnegative integer\n"
  83. msgstr ""
  84. #: plugins/check_tcp.c:501
  85. msgid "Timeout interval must be a positive integer\n"
  86. msgstr ""
  87. #: plugins/check_tcp.c:506
  88. msgid "Server port must be a positive integer\n"
  89. msgstr ""
  90. #: plugins/check_tcp.c:522
  91. msgid "Maxbytes must be a positive integer\n"
  92. msgstr ""
  93. #: plugins/check_tcp.c:535
  94. msgid "Refuse mut be one of ok, warn, crit\n"
  95. msgstr ""
  96. #: plugins/check_tcp.c:541
  97. msgid "Delay must be a positive integer\n"
  98. msgstr ""
  99. #: plugins/check_tcp.c:546
  100. msgid "SSL support not available. Install OpenSSL and recompile."
  101. msgstr ""
  102. #: plugins/check_tcp.c:554
  103. msgid "You must provide a server address\n"
  104. msgstr ""
  105. #: plugins/check_tcp.c:572
  106. msgid "ERROR: Cannot create SSL context.\n"
  107. msgstr ""
  108. #: plugins/check_tcp.c:598
  109. msgid "ERROR: Cannot initiate SSL handshake.\n"
  110. msgstr ""