summaryrefslogtreecommitdiffstats
path: root/po/de.po
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-07-26 05:29:41 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-07-26 05:29:41 (GMT)
commitd829070b19939528d7f20b8bae024029e7a5d23e (patch)
tree19e2312c22be3284af322da33c63f6fb9c425ea3 /po/de.po
parent220839788876b8d560246ab12fc9f0863e547d7d (diff)
downloadmonitoring-plugins-d829070b19939528d7f20b8bae024029e7a5d23e.tar.gz
updated check_tcp
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@605 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'po/de.po')
-rw-r--r--po/de.po116
1 files changed, 105 insertions, 11 deletions
diff --git a/po/de.po b/po/de.po
index a9d5116..19609ea 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@
7msgid "" 7msgid ""
8msgstr "" 8msgstr ""
9"Project-Id-Version: nagios-plugins 1.3.99\n" 9"Project-Id-Version: nagios-plugins 1.3.99\n"
10"POT-Creation-Date: 2003-07-25 23:10-0400\n" 10"POT-Creation-Date: 2003-07-26 01:27-0400\n"
11"PO-Revision-Date: 2003-07-20 22:24-0400\n" 11"PO-Revision-Date: 2003-07-20 22:24-0400\n"
12"Last-Translator: Michael Wirtgen <Michael.Wirtgen@miwi-dv.com>\n" 12"Last-Translator: Michael Wirtgen <Michael.Wirtgen@miwi-dv.com>\n"
13"Language-Team: de <LL@li.org>\n" 13"Language-Team: de <LL@li.org>\n"
@@ -15,13 +15,34 @@ msgstr ""
15"Content-Type: text/plain; charset=UTF-8\n" 15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n" 16"Content-Transfer-Encoding: 8bit\n"
17 17
18#: plugins/check_tcp.c:516 18#: plugins/check_tcp.c:99
19#, c-format 19#, c-format
20msgid "This plugin tests %s connections with the specified host.\n" 20msgid ""
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"
25msgstr ""
26
27#: plugins/check_tcp.c:113
28#, c-format
29msgid ""
30"Copyright (c) %s Nagios Plugin Development Team\n"
31"\t<%s>\n"
32"\n"
33msgstr ""
34
35#: plugins/check_tcp.c:118
36#, c-format
37msgid ""
38"This plugin tests %s connections with the specified host.\n"
39"\n"
21msgstr "" 40msgstr ""
22 41
23#: plugins/check_tcp.c:523 42#: plugins/check_tcp.c:124
24msgid "" 43msgid ""
44"\n"
45"Options:\n"
25" -H, --hostname=ADDRESS\n" 46" -H, --hostname=ADDRESS\n"
26" Host name argument for servers using host headers (use numeric\n" 47" Host name argument for servers using host headers (use numeric\n"
27" address if possible to bypass DNS lookup).\n" 48" address if possible to bypass DNS lookup).\n"
@@ -33,7 +54,7 @@ msgid ""
33" Use IPv6 connection\n" 54" Use IPv6 connection\n"
34msgstr "" 55msgstr ""
35 56
36#: plugins/check_tcp.c:534 57#: plugins/check_tcp.c:136
37msgid "" 58msgid ""
38" -s, --send=STRING\n" 59" -s, --send=STRING\n"
39" String to send to the server\n" 60" String to send to the server\n"
@@ -43,7 +64,7 @@ msgid ""
43" String to send server to initiate a clean close of the connection\n" 64" String to send server to initiate a clean close of the connection\n"
44msgstr "" 65msgstr ""
45 66
46#: plugins/check_tcp.c:542 67#: plugins/check_tcp.c:144
47msgid "" 68msgid ""
48" -r, --refuse=ok|warn|crit\n" 69" -r, --refuse=ok|warn|crit\n"
49" Accept tcp refusals with states ok, warn, crit (default: crit)\n" 70" Accept tcp refusals with states ok, warn, crit (default: crit)\n"
@@ -57,7 +78,7 @@ msgid ""
57" Response time to result in critical status (seconds)\n" 78" Response time to result in critical status (seconds)\n"
58msgstr "" 79msgstr ""
59 80
60#: plugins/check_tcp.c:554 81#: plugins/check_tcp.c:156
61#, c-format 82#, c-format
62msgid "" 83msgid ""
63" -t, --timeout=INTEGER\n" 84" -t, --timeout=INTEGER\n"
@@ -71,9 +92,82 @@ msgid ""
71"\n" 92"\n"
72msgstr "" 93msgstr ""
73 94
74#: plugins/check_tcp.c:571 95#: plugins/check_tcp.c:274
96msgid "ERROR: Generic check_tcp called with unknown service\n"
97msgstr ""
98
99#: plugins/check_tcp.c:283
100msgid "Could not parse arguments\n"
101msgstr ""
102
103#: plugins/check_tcp.c:346
104msgid "No data received from host\n"
105msgstr ""
106
107#: plugins/check_tcp.c:358
108msgid "Invalid response from host\n"
109msgstr ""
110
111#: plugins/check_tcp.c:396
112#, c-format
113msgid "%s %s%s - %.3f second response time on port %d"
114msgstr ""
115
116#: plugins/check_tcp.c:472
117#, c-format
75msgid "" 118msgid ""
76"-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n" 119"%s: Unknown argument: %s\n"
77"\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n" 120"\n"
78"\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n" 121msgstr ""
122
123#: plugins/check_tcp.c:491
124msgid "IPv6 support not available\n"
125msgstr ""
126
127#: plugins/check_tcp.c:496
128msgid "invalid host name or address"
129msgstr ""
130
131#: plugins/check_tcp.c:501
132msgid "Critical threshold must be a nonnegative integer\n"
133msgstr ""
134
135#: plugins/check_tcp.c:507
136msgid "Warning threshold must be a nonnegative integer\n"
137msgstr ""
138
139#: plugins/check_tcp.c:521
140msgid "Timeout interval must be a positive integer\n"
141msgstr ""
142
143#: plugins/check_tcp.c:526
144msgid "Server port must be a positive integer\n"
145msgstr ""
146
147#: plugins/check_tcp.c:542
148msgid "Maxbytes must be a positive integer\n"
149msgstr ""
150
151#: plugins/check_tcp.c:555
152msgid "Refuse mut be one of ok, warn, crit\n"
153msgstr ""
154
155#: plugins/check_tcp.c:561
156msgid "Delay must be a positive integer\n"
157msgstr ""
158
159#: plugins/check_tcp.c:566
160msgid "SSL support not available. Install OpenSSL and recompile."
161msgstr ""
162
163#: plugins/check_tcp.c:574
164msgid "You must provide a server address\n"
165msgstr ""
166
167#: plugins/check_tcp.c:592
168msgid "ERROR: Cannot create SSL context.\n"
169msgstr ""
170
171#: plugins/check_tcp.c:618
172msgid "ERROR: Cannot initiate SSL handshake.\n"
79msgstr "" 173msgstr ""