Correct spelling of acknowledgment
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
This commit is contained in:
parent
6e618300ec
commit
d2e802ed19
Binary file not shown.
|
@ -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"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -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"
|
||||
|
||||
|
|
|
@ -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] ""
|
||||
|
|
|
@ -43,8 +43,8 @@
|
|||
<tr>
|
||||
<th> <?= sprintf(
|
||||
$this->translatePlural(
|
||||
'%s acknowledgedment',
|
||||
'%s acknowledgedments',
|
||||
'%s acknowledgement',
|
||||
'%s acknowledgements',
|
||||
$acknowledgedCount
|
||||
),
|
||||
'<b>' . $acknowledgedCount . '</b>'
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
<tr>
|
||||
<th> <?= sprintf(
|
||||
$this->translatePlural(
|
||||
'%s acknowledgedment',
|
||||
'%s acknowledgedments',
|
||||
'%s acknowledgement',
|
||||
'%s acknowledgements',
|
||||
$acknowledgedCount
|
||||
),
|
||||
'<b>' . $acknowledgedCount . '</b>'
|
||||
|
|
Loading…
Reference in New Issue