mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
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/hosts/show.phtml:46
|
||||||
#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:44
|
#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:44
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s acknowledgedment"
|
msgid "%s acknowledgement"
|
||||||
msgid_plural "%s acknowledgedments"
|
msgid_plural "%s acknowledgements"
|
||||||
msgstr[0] "%s Bestätigung"
|
msgstr[0] "%s Bestätigung"
|
||||||
msgstr[1] "%s Bestätigungen"
|
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/services/show.phtml:44
|
||||||
#: /usr/share/icingaweb2/modules/monitoring/application/views/scripts/hosts/show.phtml:46
|
#: /usr/share/icingaweb2/modules/monitoring/application/views/scripts/hosts/show.phtml:46
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s acknowledgedment"
|
msgid "%s acknowledgement"
|
||||||
msgid_plural "%s acknowledgedments"
|
msgid_plural "%s acknowledgements"
|
||||||
msgstr[0] "%s conferma"
|
msgstr[0] "%s conferma"
|
||||||
msgstr[1] "%s conferme"
|
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/hosts/show.phtml:46
|
||||||
#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:44
|
#: /vagrant/modules/monitoring/application/views/scripts/services/show.phtml:44
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s acknowledgedment"
|
msgid "%s acknowledgement"
|
||||||
msgid_plural "%s acknowledgedments"
|
msgid_plural "%s acknowledgements"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] ""
|
msgstr[2] ""
|
||||||
|
@ -43,8 +43,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th> <?= sprintf(
|
<th> <?= sprintf(
|
||||||
$this->translatePlural(
|
$this->translatePlural(
|
||||||
'%s acknowledgedment',
|
'%s acknowledgement',
|
||||||
'%s acknowledgedments',
|
'%s acknowledgements',
|
||||||
$acknowledgedCount
|
$acknowledgedCount
|
||||||
),
|
),
|
||||||
'<b>' . $acknowledgedCount . '</b>'
|
'<b>' . $acknowledgedCount . '</b>'
|
||||||
|
@ -41,8 +41,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th> <?= sprintf(
|
<th> <?= sprintf(
|
||||||
$this->translatePlural(
|
$this->translatePlural(
|
||||||
'%s acknowledgedment',
|
'%s acknowledgement',
|
||||||
'%s acknowledgedments',
|
'%s acknowledgements',
|
||||||
$acknowledgedCount
|
$acknowledgedCount
|
||||||
),
|
),
|
||||||
'<b>' . $acknowledgedCount . '</b>'
|
'<b>' . $acknowledgedCount . '</b>'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user