summaryrefslogtreecommitdiffstats
path: root/plugins/check_mysql.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_mysql.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_mysql.c')
-rw-r--r--plugins/check_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c
index dc8c491..84e62d2 100644
--- a/plugins/check_mysql.c
+++ b/plugins/check_mysql.c
@@ -391,7 +391,7 @@ print_help (void)
391 printf (" %s\n", "-S, --check-slave"); 391 printf (" %s\n", "-S, --check-slave");
392 printf (" %s\n", _("Check if the slave thread is running properly.")); 392 printf (" %s\n", _("Check if the slave thread is running properly."));
393 printf (" %s\n", "-w, --warning"); 393 printf (" %s\n", "-w, --warning");
394 printf (" %s\n", _("Exit with WARNING status if slave server is more then INTEGER seconds behind master")); 394 printf (" %s\n", _("Exit with WARNING status if slave server is more than INTEGER seconds behind master"));
395 printf (" %s\n", "-c, --critical"); 395 printf (" %s\n", "-c, --critical");
396 printf (" %s\n", _("Exit with CRITICAL status if slave server is more then INTEGER seconds behind master")); 396 printf (" %s\n", _("Exit with CRITICAL status if slave server is more then INTEGER seconds behind master"));
397 printf (" %s\n", _("There are no required arguments. By default, the local database with")); 397 printf (" %s\n", _("There are no required arguments. By default, the local database with"));