diff options
Diffstat (limited to 'po')
| -rw-r--r-- | po/LINGUAS | 1 | ||||
| -rw-r--r-- | po/POTFILES.in | 1 | ||||
| -rw-r--r-- | po/de.po | 79 | ||||
| -rw-r--r-- | po/fr.po | 115 |
4 files changed, 196 insertions, 0 deletions
diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 00000000..6d25a92c --- /dev/null +++ b/po/LINGUAS | |||
| @@ -0,0 +1 @@ | |||
| fr de \ No newline at end of file | |||
diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 00000000..eb8529ca --- /dev/null +++ b/po/POTFILES.in | |||
| @@ -0,0 +1 @@ | |||
| plugins/check_tcp.c | |||
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 "" | ||
diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 00000000..8f035a06 --- /dev/null +++ b/po/fr.po | |||
| @@ -0,0 +1,115 @@ | |||
| 1 | # Messages français pour Nagios Plugins | ||
| 2 | # Copyright (C) 2003 Nagios Plugin Development Group | ||
| 3 | # This file is distributed under the same license as the PACKAGE package. | ||
| 4 | # Karl DeBisschop <kdebisschop@users.sourceforge.net>, 2003. | ||
| 5 | # | ||
| 6 | msgid "" | ||
| 7 | msgstr "" | ||
| 8 | "Project-Id-Version: nagios-plugins 1.3.99\n" | ||
| 9 | "POT-Creation-Date: 2003-07-25 23:10-0400\n" | ||
| 10 | "PO-Revision-Date: 2003-07-25 06:55-0400\n" | ||
| 11 | "Last-Translator: Pierre-Antoine Angelini <paangelini@users.sourceforge.net>\n" | ||
| 12 | "Language-Team: French <traduc@traduc.org>\n" | ||
| 13 | "MIME-Version: 1.0\n" | ||
| 14 | "Content-Type: text/plain; charset=UTF-8\n" | ||
| 15 | "Content-Transfer-Encoding: 8bit\n" | ||
| 16 | |||
| 17 | #: plugins/check_tcp.c:516 | ||
| 18 | #, c-format | ||
| 19 | msgid "This plugin tests %s connections with the specified host.\n" | ||
| 20 | msgstr "Le plugin tests a %s connection with l'host specified\n" | ||
| 21 | |||
| 22 | #: plugins/check_tcp.c:523 | ||
| 23 | msgid "" | ||
| 24 | " -H, --hostname=ADDRESS\n" | ||
| 25 | " Host name argument for servers using host headers (use numeric\n" | ||
| 26 | " address if possible to bypass DNS lookup).\n" | ||
| 27 | " -p, --port=INTEGER\n" | ||
| 28 | " Port number\n" | ||
| 29 | " -4, --use-ipv4\n" | ||
| 30 | " Use IPv4 connection\n" | ||
| 31 | " -6, --use-ipv6\n" | ||
| 32 | " Use IPv6 connection\n" | ||
| 33 | msgstr "" | ||
| 34 | " -H, --hostname=ADDRESS\n" | ||
| 35 | " Host name argument for servers using host headers (use numeric\n" | ||
| 36 | " address if possible to bypass DNS lookup).\n" | ||
| 37 | " -p, --port=INTEGER\n" | ||
| 38 | " Port number\n" | ||
| 39 | " -4, --use-ipv4\n" | ||
| 40 | " Use IPv4 connection\n" | ||
| 41 | " -6, --use-ipv6\n" | ||
| 42 | " Use IPv6 connection\n" | ||
| 43 | |||
| 44 | #: plugins/check_tcp.c:534 | ||
| 45 | msgid "" | ||
| 46 | " -s, --send=STRING\n" | ||
| 47 | " String to send to the server\n" | ||
| 48 | " -e, --expect=STRING\n" | ||
| 49 | " String to expect in server response\n" | ||
| 50 | " -q, --quit=STRING\n" | ||
| 51 | " String to send server to initiate a clean close of the connection\n" | ||
| 52 | msgstr "" | ||
| 53 | " -s, --send=STRING\n" | ||
| 54 | " String to send to the server\n" | ||
| 55 | " -e, --expect=STRING\n" | ||
| 56 | " String to expect in server response\n" | ||
| 57 | " -q, --quit=STRING\n" | ||
| 58 | " String to send server to initiate a clean close of the connection\n" | ||
| 59 | |||
| 60 | #: plugins/check_tcp.c:542 | ||
| 61 | msgid "" | ||
| 62 | " -r, --refuse=ok|warn|crit\n" | ||
| 63 | " Accept tcp refusals with states ok, warn, crit (default: crit)\n" | ||
| 64 | " -m, --maxbytes=INTEGER\n" | ||
| 65 | " Close connection once more than this number of bytes are received\n" | ||
| 66 | " -d, --delay=INTEGER\n" | ||
| 67 | " Seconds to wait between sending string and polling for response\n" | ||
| 68 | " -w, --warning=DOUBLE\n" | ||
| 69 | " Response time to result in warning status (seconds)\n" | ||
| 70 | " -c, --critical=DOUBLE\n" | ||
| 71 | " Response time to result in critical status (seconds)\n" | ||
| 72 | msgstr "" | ||
| 73 | " -r, --refuse=ok|warn|crit\n" | ||
| 74 | " Accept tcp refusals with states ok, warn, crit (default: crit)\n" | ||
| 75 | " -m, --maxbytes=INTEGER\n" | ||
| 76 | " Close connection once more than this number of bytes are received\n" | ||
| 77 | " -d, --delay=INTEGER\n" | ||
| 78 | " Seconds to wait between sending string and polling for response\n" | ||
| 79 | " -w, --warning=DOUBLE\n" | ||
| 80 | " Response time to result in warning status (seconds)\n" | ||
| 81 | " -c, --critical=DOUBLE\n" | ||
| 82 | " Response time to result in critical status (seconds)\n" | ||
| 83 | |||
| 84 | #: plugins/check_tcp.c:554 | ||
| 85 | #, c-format | ||
| 86 | msgid "" | ||
| 87 | " -t, --timeout=INTEGER\n" | ||
| 88 | " Seconds before connection times out (default: %d)\n" | ||
| 89 | " -v, --verbose\n" | ||
| 90 | " Show details for command-line debugging (Nagios may truncate output)\n" | ||
| 91 | " -h, --help\n" | ||
| 92 | " Print detailed help screen\n" | ||
| 93 | " -V, --version\n" | ||
| 94 | " Print version information\n" | ||
| 95 | "\n" | ||
| 96 | msgstr "" | ||
| 97 | " -t, --timeout=INTEGER\n" | ||
| 98 | " Seconds before connection times out (default: %d)\n" | ||
| 99 | " -v, --verbose\n" | ||
| 100 | " Show details for command-line debugging (Nagios may truncate output)\n" | ||
| 101 | " -h, --help\n" | ||
| 102 | " Print detailed help screen\n" | ||
| 103 | " -V, --version\n" | ||
| 104 | " Print version information\n" | ||
| 105 | "\n" | ||
| 106 | |||
| 107 | #: plugins/check_tcp.c:571 | ||
| 108 | msgid "" | ||
| 109 | "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n" | ||
| 110 | "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n" | ||
| 111 | "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n" | ||
| 112 | msgstr "" | ||
| 113 | "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n" | ||
| 114 | "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n" | ||
| 115 | "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n" | ||
