Correct spelling of acknowledgment

Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
This commit is contained in:
Pieter Lexis 2015-11-24 11:58:41 +01:00 committed by Eric Lippmann
parent 6e618300ec
commit d2e802ed19
7 changed files with 10 additions and 10 deletions

View File

@ -182,8 +182,8 @@ msgstr "%d unbestätigte Services KRITISCH"
#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:46
#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:44
#, php-format
msgid "%s acknowledgedment"
msgid_plural "%s acknowledgedments"
msgid "%s acknowledgement"
msgid_plural "%s acknowledgements"
msgstr[0] "%s Bestätigung"
msgstr[1] "%s Bestätigungen"

View File

@ -182,8 +182,8 @@ msgstr "%d servizi in critical non gestiti"
#: /usr/share/icingaweb2/modules/monitoring/application/views/scripts/services/show.phtml:44
#: /usr/share/icingaweb2/modules/monitoring/application/views/scripts/hosts/show.phtml:46
#, php-format
msgid "%s acknowledgedment"
msgid_plural "%s acknowledgedments"
msgid "%s acknowledgement"
msgid_plural "%s acknowledgements"
msgstr[0] "%s conferma"
msgstr[1] "%s conferme"

View File

@ -184,8 +184,8 @@ msgstr ""
#: /vagrant/modules/monitoring/application/views/scripts/hosts/show.phtml:46
#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:44
#, php-format
msgid "%s acknowledgedment"
msgid_plural "%s acknowledgedments"
msgid "%s acknowledgement"
msgid_plural "%s acknowledgements"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

View File

@ -43,8 +43,8 @@
<tr>
<th> <?= sprintf(
$this->translatePlural(
'%s acknowledgedment',
'%s acknowledgedments',
'%s acknowledgement',
'%s acknowledgements',
$acknowledgedCount
),
'<b>' . $acknowledgedCount . '</b>'

View File

@ -41,8 +41,8 @@
<tr>
<th> <?= sprintf(
$this->translatePlural(
'%s acknowledgedment',
'%s acknowledgedments',
'%s acknowledgement',
'%s acknowledgements',
$acknowledgedCount
),
'<b>' . $acknowledgedCount . '</b>'