Code

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