From 2af978187c71d1610c47c630b1cb0da01c129396 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Mon, 10 Dec 2007 07:52:00 +0000 Subject: Plenty of french translations (and a few fixes BTW) - No more fuzzy french translations - Only (!) 355 strings to translate git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1859 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_cluster.c | 2 +- plugins/check_mysql.c | 2 +- plugins/check_radius.c | 2 +- plugins/check_snmp.c | 2 +- plugins/check_swap.c | 3 +-- plugins/negate.c | 8 ++++---- 6 files changed, 9 insertions(+), 10 deletions(-) (limited to 'plugins') diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c index f1568d5a..2c7ee113 100644 --- a/plugins/check_cluster.c +++ b/plugins/check_cluster.c @@ -244,7 +244,7 @@ print_help(void) printf (" %s\n", _("non-OK state in order to return a WARNING status level")); printf (" %s\n", "-c, --critical=THRESHOLD"); printf (" %s\n", _("Specifies the range of hosts or services in cluster that must be in a")); - printf (" %s\n", _(" non-OK state in order to return a CRITICAL status level")); + printf (" %s\n", _("non-OK state in order to return a CRITICAL status level")); printf (" %s\n", "-d, --data=LIST"); printf (" %s\n", _("The status codes of the hosts or services in the cluster, separated by")); printf (" %s\n", _("commas")); diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index dc8c491d..84e62d20 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c @@ -391,7 +391,7 @@ print_help (void) printf (" %s\n", "-S, --check-slave"); printf (" %s\n", _("Check if the slave thread is running properly.")); printf (" %s\n", "-w, --warning"); - printf (" %s\n", _("Exit with WARNING status if slave server is more then INTEGER seconds behind master")); + printf (" %s\n", _("Exit with WARNING status if slave server is more than INTEGER seconds behind master")); printf (" %s\n", "-c, --critical"); printf (" %s\n", _("Exit with CRITICAL status if slave server is more then INTEGER seconds behind master")); printf (" %s\n", _("There are no required arguments. By default, the local database with")); diff --git a/plugins/check_radius.c b/plugins/check_radius.c index dcb85aca..ba61c106 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c @@ -287,7 +287,7 @@ process_arguments (int argc, char **argv) } if (server == NULL) - usage4 (_("Host not specified")); + usage4 (_("Hostname was not supplied")); if (username == NULL) usage4 (_("User not specified")); if (password == NULL) diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index c69e97aa..7b844f76 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c @@ -957,7 +957,7 @@ print_help (void) printf (" %s\n", "-A, --authpassword=PASSWORD"); printf (" %s\n", _("SNMPv3 authentication password")); printf (" %s\n", "-X, --privpasswd=PASSWORD"); - printf (" %s\n", _("SNMPv3 crypt passwd (DES)")); + printf (" %s\n", _("SNMPv3 privacy password")); /* OID Stuff */ printf (" %s\n", "-o, --oid=OID(s)"); diff --git a/plugins/check_swap.c b/plugins/check_swap.c index fb84ca4b..fe0e4ca9 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c @@ -543,8 +543,7 @@ print_help (void) printf (" %s\n", _("Exit with CRITCAL status if less than PERCENT of swap space is free")); printf (" %s\n", "-a, --allswaps"); printf (" %s\n", _("Conduct comparisons for all swap partitions, one by one")); - printf (" %s\n", "-v, --verbose"); - printf (" %s\n", _("Verbose output. Up to 3 levels")); + printf (_(UT_VERBOSE)); printf ("\n"); printf ("%s\n", _("Notes:")); printf (" %s\n", _("On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.\n")); diff --git a/plugins/negate.c b/plugins/negate.c index 226f286e..7bfef95a 100644 --- a/plugins/negate.c +++ b/plugins/negate.c @@ -206,7 +206,7 @@ process_arguments (int argc, char **argv) break; case 'o': /* replacement for OK */ if ((state[STATE_OK] = translate_state(optarg)) == ERROR) - usage4 (_("Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-4).")); + usage4 (_("Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-3).")); permute = FALSE; break; @@ -305,7 +305,7 @@ print_help (void) printf (_(UT_HELP_VRSN)); printf (_(UT_TIMEOUT), DEFAULT_TIMEOUT); - printf (" %s\n", _("Keep timeout lower than the plugin timeout to retain CRITICAL status.")); + printf (" %s\n", _("Keep timeout longer than the plugin timeout to retain CRITICAL status.")); printf(" -o,--ok=STATUS\n"); printf(" -w,--warning=STATUS\n"); @@ -325,8 +325,8 @@ print_help (void) printf ("%s\n", _("Notes:")); printf ("%s\n", _("This plugin is a wrapper to take the output of another plugin and invert it.")); printf ("%s\n", _("The full path of the plugin must be provided.")); - printf ("%s\n", _("If the wrapped plugin returns STATE_OK, the wrapper will return STATE_CRITICAL.")); - printf ("%s\n", _("If the wrapped plugin returns STATE_CRITICAL, the wrapper will return STATE_OK.")); + printf ("%s\n", _("If the wrapped plugin returns OK, the wrapper will return CRITICAL.")); + printf ("%s\n", _("If the wrapped plugin returns CRITICAL, the wrapper will return OK.")); printf ("%s\n", _("Otherwise, the output state of the wrapped plugin is unchanged.")); printf (_(UT_SUPPORT)); -- cgit v1.2.3-74-g34f1