[Nagiosplug-checkins] CVS: nagiosplug/po de.po,1.1,1.2 fr.po,1.1,1.2

Karl DeBisschop kdebisschop at users.sourceforge.net
Fri Jul 25 22:39:06 CEST 2003


Update of /cvsroot/nagiosplug/nagiosplug/po
In directory sc8-pr-cvs1:/tmp/cvs-serv25300/po

Modified Files:
	de.po fr.po 
Log Message:
updated check_tcp

Index: de.po
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/po/de.po,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** de.po	26 Jul 2003 04:12:55 -0000	1.1
--- de.po	26 Jul 2003 05:29:41 -0000	1.2
***************
*** 8,12 ****
  msgstr ""
  "Project-Id-Version: nagios-plugins 1.3.99\n"
! "POT-Creation-Date: 2003-07-25 23:10-0400\n"
  "PO-Revision-Date: 2003-07-20 22:24-0400\n"
  "Last-Translator: Michael Wirtgen <Michael.Wirtgen at miwi-dv.com>\n"
--- 8,12 ----
  msgstr ""
  "Project-Id-Version: nagios-plugins 1.3.99\n"
! "POT-Creation-Date: 2003-07-26 01:27-0400\n"
  "PO-Revision-Date: 2003-07-20 22:24-0400\n"
  "Last-Translator: Michael Wirtgen <Michael.Wirtgen at miwi-dv.com>\n"
***************
*** 16,26 ****
  "Content-Transfer-Encoding: 8bit\n"
  
! #: plugins/check_tcp.c:516
  #, c-format
! msgid "This plugin tests %s connections with the specified host.\n"
  msgstr ""
  
! #: plugins/check_tcp.c:523
  msgid ""
  " -H, --hostname=ADDRESS\n"
  "    Host name argument for servers using host headers (use numeric\n"
--- 16,47 ----
  "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"
! "\t[-s <send string>] [-e <expect string>] [-q <quit string>]\n"
! "\t[-m <maximum bytes>] [-d <delay>]\t[-t <timeout seconds>]\n"
! "\t[-r <refuse state>] [-v] [-4|-6]\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:113
! #, c-format
! msgid ""
! "Copyright (c) %s Nagios Plugin Development Team\n"
! "\t<%s>\n"
! "\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:118
! #, c-format
! msgid ""
! "This plugin tests %s connections with the specified host.\n"
! "\n"
  msgstr ""
  
! #: plugins/check_tcp.c:124
  msgid ""
+ "\n"
+ "Options:\n"
  " -H, --hostname=ADDRESS\n"
  "    Host name argument for servers using host headers (use numeric\n"
***************
*** 34,38 ****
  msgstr ""
  
! #: plugins/check_tcp.c:534
  msgid ""
  " -s, --send=STRING\n"
--- 55,59 ----
  msgstr ""
  
! #: plugins/check_tcp.c:136
  msgid ""
  " -s, --send=STRING\n"
***************
*** 44,48 ****
  msgstr ""
  
! #: plugins/check_tcp.c:542
  msgid ""
  " -r, --refuse=ok|warn|crit\n"
--- 65,69 ----
  msgstr ""
  
! #: plugins/check_tcp.c:144
  msgid ""
  " -r, --refuse=ok|warn|crit\n"
***************
*** 58,62 ****
  msgstr ""
  
! #: plugins/check_tcp.c:554
  #, c-format
  msgid ""
--- 79,83 ----
  msgstr ""
  
! #: plugins/check_tcp.c:156
  #, c-format
  msgid ""
***************
*** 72,79 ****
  msgstr ""
  
! #: plugins/check_tcp.c:571
  msgid ""
! "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n"
! "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n"
! "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n"
  msgstr ""
--- 93,173 ----
  msgstr ""
  
! #: plugins/check_tcp.c:274
! msgid "ERROR: Generic check_tcp called with unknown service\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:283
! msgid "Could not parse arguments\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:346
! msgid "No data received from host\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:358
! msgid "Invalid response from host\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:396
! #, c-format
! msgid "%s %s%s - %.3f second response time on port %d"
! msgstr ""
! 
! #: plugins/check_tcp.c:472
! #, c-format
  msgid ""
! "%s: Unknown argument: %s\n"
! "\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:491
! msgid "IPv6 support not available\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:496
! msgid "invalid host name or address"
! msgstr ""
! 
! #: plugins/check_tcp.c:501
! msgid "Critical threshold must be a nonnegative integer\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:507
! msgid "Warning threshold must be a nonnegative integer\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:521
! msgid "Timeout interval must be a positive integer\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:526
! msgid "Server port must be a positive integer\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:542
! msgid "Maxbytes must be a positive integer\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:555
! msgid "Refuse mut be one of ok, warn, crit\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:561
! msgid "Delay must be a positive integer\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:566
! msgid "SSL support not available. Install OpenSSL and recompile."
! msgstr ""
! 
! #: plugins/check_tcp.c:574
! msgid "You must provide a server address\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:592
! msgid "ERROR: Cannot create SSL context.\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:618
! msgid "ERROR: Cannot initiate SSL handshake.\n"
  msgstr ""

Index: fr.po
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/po/fr.po,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** fr.po	26 Jul 2003 04:12:55 -0000	1.1
--- fr.po	26 Jul 2003 05:29:41 -0000	1.2
***************
*** 7,11 ****
  msgstr ""
  "Project-Id-Version: nagios-plugins 1.3.99\n"
! "POT-Creation-Date: 2003-07-25 23:10-0400\n"
  "PO-Revision-Date: 2003-07-25 06:55-0400\n"
  "Last-Translator: Pierre-Antoine Angelini <paangelini at users.sourceforge.net>\n"
--- 7,11 ----
  msgstr ""
  "Project-Id-Version: nagios-plugins 1.3.99\n"
! "POT-Creation-Date: 2003-07-26 01:27-0400\n"
  "PO-Revision-Date: 2003-07-25 06:55-0400\n"
  "Last-Translator: Pierre-Antoine Angelini <paangelini at users.sourceforge.net>\n"
***************
*** 15,25 ****
  "Content-Transfer-Encoding: 8bit\n"
  
! #: plugins/check_tcp.c:516
  #, c-format
! msgid "This plugin tests %s connections with the specified host.\n"
  msgstr "Le plugin tests a %s connection with l'host specified\n"
  
! #: plugins/check_tcp.c:523
  msgid ""
  " -H, --hostname=ADDRESS\n"
  "    Host name argument for servers using host headers (use numeric\n"
--- 15,50 ----
  "Content-Transfer-Encoding: 8bit\n"
  
! #: plugins/check_tcp.c:99
! #, fuzzy, c-format
! msgid ""
! "Usage: %s -H host -p port [-w <warning time>] [-c <critical time>]\n"
! "\t[-s <send string>] [-e <expect string>] [-q <quit string>]\n"
! "\t[-m <maximum bytes>] [-d <delay>]\t[-t <timeout seconds>]\n"
! "\t[-r <refuse state>] [-v] [-4|-6]\n"
! msgstr ""
! "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n"
! "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n"
! "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n"
! 
! #: plugins/check_tcp.c:113
  #, c-format
! msgid ""
! "Copyright (c) %s Nagios Plugin Development Team\n"
! "\t<%s>\n"
! "\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:118
! #, fuzzy, c-format
! msgid ""
! "This plugin tests %s connections with the specified host.\n"
! "\n"
  msgstr "Le plugin tests a %s connection with l'host specified\n"
  
! #: plugins/check_tcp.c:124
! #, fuzzy
  msgid ""
+ "\n"
+ "Options:\n"
  " -H, --hostname=ADDRESS\n"
  "    Host name argument for servers using host headers (use numeric\n"
***************
*** 42,46 ****
  "    Use IPv6 connection\n"
  
! #: plugins/check_tcp.c:534
  msgid ""
  " -s, --send=STRING\n"
--- 67,71 ----
  "    Use IPv6 connection\n"
  
! #: plugins/check_tcp.c:136
  msgid ""
  " -s, --send=STRING\n"
***************
*** 58,62 ****
  "    String to send server to initiate a clean close of the connection\n"
  
! #: plugins/check_tcp.c:542
  msgid ""
  " -r, --refuse=ok|warn|crit\n"
--- 83,87 ----
  "    String to send server to initiate a clean close of the connection\n"
  
! #: plugins/check_tcp.c:144
  msgid ""
  " -r, --refuse=ok|warn|crit\n"
***************
*** 82,86 ****
  "    Response time to result in critical status (seconds)\n"
  
! #: plugins/check_tcp.c:554
  #, c-format
  msgid ""
--- 107,111 ----
  "    Response time to result in critical status (seconds)\n"
  
! #: plugins/check_tcp.c:156
  #, c-format
  msgid ""
***************
*** 105,115 ****
  "\n"
  
! #: plugins/check_tcp.c:571
  msgid ""
! "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n"
! "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n"
! "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n"
  msgstr ""
- "-H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n"
- "\t[-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n"
- "\t[-t to_sec] [-r refuse_state] [-v] [-4|-6]\n"
--- 130,210 ----
  "\n"
  
! #: plugins/check_tcp.c:274
! msgid "ERROR: Generic check_tcp called with unknown service\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:283
! msgid "Could not parse arguments\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:346
! msgid "No data received from host\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:358
! msgid "Invalid response from host\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:396
! #, c-format
! msgid "%s %s%s - %.3f second response time on port %d"
! msgstr ""
! 
! #: plugins/check_tcp.c:472
! #, c-format
  msgid ""
! "%s: Unknown argument: %s\n"
! "\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:491
! msgid "IPv6 support not available\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:496
! msgid "invalid host name or address"
! msgstr ""
! 
! #: plugins/check_tcp.c:501
! msgid "Critical threshold must be a nonnegative integer\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:507
! msgid "Warning threshold must be a nonnegative integer\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:521
! msgid "Timeout interval must be a positive integer\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:526
! msgid "Server port must be a positive integer\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:542
! msgid "Maxbytes must be a positive integer\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:555
! msgid "Refuse mut be one of ok, warn, crit\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:561
! msgid "Delay must be a positive integer\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:566
! msgid "SSL support not available. Install OpenSSL and recompile."
! msgstr ""
! 
! #: plugins/check_tcp.c:574
! msgid "You must provide a server address\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:592
! msgid "ERROR: Cannot create SSL context.\n"
! msgstr ""
! 
! #: plugins/check_tcp.c:618
! msgid "ERROR: Cannot initiate SSL handshake.\n"
  msgstr ""





More information about the Commits mailing list