| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- # German Language Translation File.
- # Copyright (C) YEAR Nagios Plugin Development Group
- # This file is distributed under the same license as the nagios-plugins package.
- # Karl DeBisschop <kdebisschop@users.sourceforge.net>, 2003.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: nagios-plugins 1.3.99\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2003-08-08 21:40-0700\n"
- "PO-Revision-Date: 2003-07-20 22:24-0400\n"
- "Last-Translator: Michael Wirtgen <Michael.Wirtgen@miwi-dv.com>\n"
- "Language-Team: de <LL@li.org>\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- #: plugins/check_tcp.c:99
- #, c-format
- msgid ""
- "Usage: %s -H host -p port [-w <warning time>] [-c <critical time>]\n"
- " [-s <send string>] [-e <expect string>] [-q <quit string>]\n"
- " [-m <maximum bytes>] [-d <delay>] [-t <timeout seconds>]\n"
- " [-r <refuse state>] [-v] [-4|-6]\n"
- msgstr ""
- #: plugins/check_tcp.c:114
- #, c-format
- msgid ""
- "This plugin tests %s connections with the specified host.\n"
- "\n"
- msgstr ""
- #: plugins/check_tcp.c:125
- msgid ""
- " -s, --send=STRING\n"
- " String to send to the server\n"
- " -e, --expect=STRING\n"
- " String to expect in server response\n"
- " -q, --quit=STRING\n"
- " String to send server to initiate a clean close of the connection\n"
- msgstr ""
- #: plugins/check_tcp.c:133
- msgid ""
- " -r, --refuse=ok|warn|crit\n"
- " Accept tcp refusals with states ok, warn, crit (default: crit)\n"
- " -m, --maxbytes=INTEGER\n"
- " Close connection once more than this number of bytes are received\n"
- " -d, --delay=INTEGER\n"
- " Seconds to wait between sending string and polling for response\n"
- msgstr ""
- #: plugins/check_tcp.c:254
- msgid "ERROR: Generic check_tcp called with unknown service\n"
- msgstr ""
- #: plugins/check_tcp.c:263
- msgid "Could not parse arguments\n"
- msgstr ""
- #: plugins/check_tcp.c:326
- msgid "No data received from host\n"
- msgstr ""
- #: plugins/check_tcp.c:338
- msgid "Invalid response from host\n"
- msgstr ""
- #: plugins/check_tcp.c:376
- #, c-format
- msgid "%s %s%s - %.3f second response time on port %d"
- msgstr ""
- #: plugins/check_tcp.c:452
- #, c-format
- msgid ""
- "%s: Unknown argument: %s\n"
- "\n"
- msgstr ""
- #: plugins/check_tcp.c:471
- msgid "IPv6 support not available\n"
- msgstr ""
- #: plugins/check_tcp.c:476
- msgid "invalid host name or address"
- msgstr ""
- #: plugins/check_tcp.c:481
- msgid "Critical threshold must be a nonnegative integer\n"
- msgstr ""
- #: plugins/check_tcp.c:487
- msgid "Warning threshold must be a nonnegative integer\n"
- msgstr ""
- #: plugins/check_tcp.c:501
- msgid "Timeout interval must be a positive integer\n"
- msgstr ""
- #: plugins/check_tcp.c:506
- msgid "Server port must be a positive integer\n"
- msgstr ""
- #: plugins/check_tcp.c:522
- msgid "Maxbytes must be a positive integer\n"
- msgstr ""
- #: plugins/check_tcp.c:535
- msgid "Refuse mut be one of ok, warn, crit\n"
- msgstr ""
- #: plugins/check_tcp.c:541
- msgid "Delay must be a positive integer\n"
- msgstr ""
- #: plugins/check_tcp.c:546
- msgid "SSL support not available. Install OpenSSL and recompile."
- msgstr ""
- #: plugins/check_tcp.c:554
- msgid "You must provide a server address\n"
- msgstr ""
- #: plugins/check_tcp.c:572
- msgid "ERROR: Cannot create SSL context.\n"
- msgstr ""
- #: plugins/check_tcp.c:598
- msgid "ERROR: Cannot initiate SSL handshake.\n"
- msgstr ""
|