diff options
Diffstat (limited to 'po/de.po')
| -rw-r--r-- | po/de.po | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/po/de.po b/po/de.po new file mode 100644 index 00000000..a9d51161 --- /dev/null +++ b/po/de.po | |||
| @@ -0,0 +1,79 @@ | |||
| 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 | |||
| 18 | #: plugins/check_tcp.c:516 | ||
| 19 | #, c-format | ||
| 20 | msgid "This plugin tests %s connections with the specified host.\n" | ||
| 21 | msgstr "" | ||
| 22 | |||
| 23 | #: plugins/check_tcp.c:523 | ||
| 24 | msgid "" | ||
| 25 | " -H, --hostname=ADDRESS\n" | ||
| 26 | " Host name argument for servers using host headers (use numeric\n" | ||
| 27 | " address if possible to bypass DNS lookup).\n" | ||
| 28 | " -p, --port=INTEGER\n" | ||
| 29 | " Port number\n" | ||
| 30 | " -4, --use-ipv4\n" | ||
| 31 | " Use IPv4 connection\n" | ||
| 32 | " -6, --use-ipv6\n" | ||
| 33 | " Use IPv6 connection\n" | ||
| 34 | msgstr "" | ||
| 35 | |||
| 36 | #: plugins/check_tcp.c:534 | ||
| 37 | msgid "" | ||
| 38 | " -s, --send=STRING\n" | ||
| 39 | " String to send to the server\n" | ||
| 40 | " -e, --expect=STRING\n" | ||
| 41 | " String to expect in server response\n" | ||
| 42 | " -q, --quit=STRING\n" | ||
| 43 | " String to send server to initiate a clean close of the connection\n" | ||
| 44 | msgstr "" | ||
| 45 | |||
| 46 | #: plugins/check_tcp.c:542 | ||
| 47 | msgid "" | ||
| 48 | " -r, --refuse=ok|warn|crit\n" | ||
| 49 | " Accept tcp refusals with states ok, warn, crit (default: crit)\n" | ||
| 50 | " -m, --maxbytes=INTEGER\n" | ||
| 51 | " Close connection once more than this number of bytes are received\n" | ||
| 52 | " -d, --delay=INTEGER\n" | ||
| 53 | " Seconds to wait between sending string and polling for response\n" | ||
| 54 | " -w, --warning=DOUBLE\n" | ||
| 55 | " Response time to result in warning status (seconds)\n" | ||
| 56 | " -c, --critical=DOUBLE\n" | ||
| 57 | " Response time to result in critical status (seconds)\n" | ||
| 58 | msgstr "" | ||
| 59 | |||
| 60 | #: plugins/check_tcp.c:554 | ||
| 61 | #, c-format | ||
| 62 | msgid "" | ||
| 63 | " -t, --timeout=INTEGER\n" | ||
| 64 | " Seconds before connection times out (default: %d)\n" | ||
| 65 | " -v, --verbose\n" | ||
| 66 | " Show details for command-line debugging (Nagios may truncate output)\n" | ||
| 67 | " -h, --help\n" | ||
| 68 | " Print detailed help screen\n" | ||
| 69 | " -V, --version\n" | ||
| 70 | " Print version information\n" | ||
| 71 | "\n" | ||
| 72 | msgstr "" | ||
| 73 | |||
| 74 | #: plugins/check_tcp.c:571 | ||
| 75 | msgid "" | ||
| 76 | "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n" | ||
| 77 | "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n" | ||
| 78 | "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n" | ||
| 79 | msgstr "" | ||
