de.po 4.2 KB

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