diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2007-02-06 21:03:21 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2007-02-06 21:03:21 (GMT) |
commit | 19b97afb125056ed6021d6f6ecf5a9b0ace2b314 (patch) | |
tree | e596af9be917bca4c8a7d649b9aa4b6ddcf9a25e /plugins/check_overcr.c | |
parent | a70fb5becfef4479fc44c530658e5fcf2512d289 (diff) | |
download | monitoring-plugins-19b97afb125056ed6021d6f6ecf5a9b0ace2b314.tar.gz |
correcting some translation problems
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1611 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_overcr.c')
-rw-r--r-- | plugins/check_overcr.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/check_overcr.c b/plugins/check_overcr.c index 25a7785..5bcf931 100644 --- a/plugins/check_overcr.c +++ b/plugins/check_overcr.c | |||
@@ -451,15 +451,15 @@ print_help (void) | |||
451 | printf ("\n"); | 451 | printf ("\n"); |
452 | printf ("%s\n", _("Notes:")); | 452 | printf ("%s\n", _("Notes:")); |
453 | 453 | ||
454 | printf ("%s\n", _("For the available options, the critical threshold value should always be")); | 454 | printf ("%s\n", _("For the available options, the critical threshold value should always be")); |
455 | printf ("%s\n\n", _("higher than the warning threshold value, EXCEPT with the uptime variable")); | 455 | printf ("%s\n\n", _("higher than the warning threshold value, EXCEPT with the uptime variable")); |
456 | 456 | ||
457 | printf ("%s\n", _("This plugin requres that Eric Molitors' Over-CR collector daemon be")); | 457 | printf ("%s\n", _("This plugin requres that Eric Molitors' Over-CR collector daemon be")); |
458 | printf ("%s\n", _("running on the remote server. Over-CR can be downloaded from")); | 458 | printf ("%s\n", _("running on the remote server.")); |
459 | printf ("%s\n", _("http://www.molitor.org/overcr (This plugin was tested with version 0.99.53")); | 459 | printf ("%s\n", " Over-CR can be downloaded from http://www.molitor.org/overcr"); |
460 | printf ("%s\n", _("of the Over-CR collector)")); | 460 | printf ("%s\n", _("This plugin was tested with version 0.99.53 of the Over-CR collector")); |
461 | 461 | ||
462 | printf (_(UT_SUPPORT)); | 462 | printf (_(UT_SUPPORT)); |
463 | } | 463 | } |
464 | 464 | ||
465 | 465 | ||