summaryrefslogtreecommitdiffstats
path: root/plugins/check_swap.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2007-12-10 07:52:00 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2007-12-10 07:52:00 (GMT)
commit2af978187c71d1610c47c630b1cb0da01c129396 (patch)
tree1daf79717cad4174c797842d2727f534c4abf788 /plugins/check_swap.c
parentc1b08bca7b9c01d01c805dc9e40a447d4526d2d5 (diff)
downloadmonitoring-plugins-2af978187c71d1610c47c630b1cb0da01c129396.tar.gz
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
Diffstat (limited to 'plugins/check_swap.c')
-rw-r--r--plugins/check_swap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c
index fb84ca4..fe0e4ca 100644
--- a/plugins/check_swap.c
+++ b/plugins/check_swap.c
@@ -543,8 +543,7 @@ print_help (void)
543 printf (" %s\n", _("Exit with CRITCAL status if less than PERCENT of swap space is free")); 543 printf (" %s\n", _("Exit with CRITCAL status if less than PERCENT of swap space is free"));
544 printf (" %s\n", "-a, --allswaps"); 544 printf (" %s\n", "-a, --allswaps");
545 printf (" %s\n", _("Conduct comparisons for all swap partitions, one by one")); 545 printf (" %s\n", _("Conduct comparisons for all swap partitions, one by one"));
546 printf (" %s\n", "-v, --verbose"); 546 printf (_(UT_VERBOSE));
547 printf (" %s\n", _("Verbose output. Up to 3 levels"));
548 printf ("\n"); 547 printf ("\n");
549 printf ("%s\n", _("Notes:")); 548 printf ("%s\n", _("Notes:"));
550 printf (" %s\n", _("On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.\n")); 549 printf (" %s\n", _("On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.\n"));