mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
check_ide_smart: Fixing spelling bug
This commit is contained in:
parent
9ac3fe7d50
commit
580bdd2863
4 changed files with 4 additions and 4 deletions
|
|
@ -419,7 +419,7 @@ nagios (values_t * p, thresholds_t * t)
|
|||
status=STATE_OK;
|
||||
break;
|
||||
default:
|
||||
printf (_("ERROR - Status '%d' unkown. %d/%d tests passed\n"), status,
|
||||
printf (_("ERROR - Status '%d' unknown. %d/%d tests passed\n"), status,
|
||||
passed, total);
|
||||
status = STATE_UNKNOWN;
|
||||
break;
|
||||
|
|
|
|||
2
po/de.po
2
po/de.po
|
|
@ -5360,7 +5360,7 @@ msgstr ""
|
|||
|
||||
#: plugins/check_ide_smart.c:441
|
||||
#, c-format
|
||||
msgid "ERROR - Status '%d' unkown. %d/%d tests passed\n"
|
||||
msgid "ERROR - Status '%d' unknown. %d/%d tests passed\n"
|
||||
msgstr ""
|
||||
|
||||
#: plugins/check_ide_smart.c:474
|
||||
|
|
|
|||
2
po/fr.po
2
po/fr.po
|
|
@ -5448,7 +5448,7 @@ msgstr "OK - En fonctionnement (%d/%d les tests on été réussi)\n"
|
|||
|
||||
#: plugins/check_ide_smart.c:441
|
||||
#, c-format
|
||||
msgid "ERROR - Status '%d' unkown. %d/%d tests passed\n"
|
||||
msgid "ERROR - Status '%d' unknown. %d/%d tests passed\n"
|
||||
msgstr "ERREUR - État '%d' inconnu. %d/%d les tests on réussi\n"
|
||||
|
||||
#: plugins/check_ide_smart.c:474
|
||||
|
|
|
|||
|
|
@ -5217,7 +5217,7 @@ msgstr ""
|
|||
|
||||
#: plugins/check_ide_smart.c:441
|
||||
#, c-format
|
||||
msgid "ERROR - Status '%d' unkown. %d/%d tests passed\n"
|
||||
msgid "ERROR - Status '%d' unknown. %d/%d tests passed\n"
|
||||
msgstr ""
|
||||
|
||||
#: plugins/check_ide_smart.c:474
|
||||
|
|
|
|||
Loading…
Reference in a new issue