mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
fix various typos
Signed-off-by: Johannes Meyer <johannes.meyer@netways.de>
This commit is contained in:
parent
ba5fe61fa9
commit
188703cf95
@ -2752,7 +2752,7 @@ msgstr ""
|
|||||||
#: /vagrant/library/Icinga/Web/Form.php:951
|
#: /vagrant/library/Icinga/Web/Form.php:951
|
||||||
#: /vagrant/library/Icinga/Web/Form/Decorator/Autosubmit.php:100
|
#: /vagrant/library/Icinga/Web/Form/Decorator/Autosubmit.php:100
|
||||||
msgid ""
|
msgid ""
|
||||||
"Upon its value has changed, this field issues an automatic update of this "
|
"Upon its value changing, this field issues an automatic update of this "
|
||||||
"page."
|
"page."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Dieses Feld löst eine automatische Aktualisierung dieser Seite aus, wenn "
|
"Dieses Feld löst eine automatische Aktualisierung dieser Seite aus, wenn "
|
||||||
|
@ -2696,7 +2696,7 @@ msgstr ""
|
|||||||
#: /usr/share/php/Icinga/Web/Form.php:951
|
#: /usr/share/php/Icinga/Web/Form.php:951
|
||||||
#: /usr/share/php/Icinga/Web/Form/Decorator/Autosubmit.php:100
|
#: /usr/share/php/Icinga/Web/Form/Decorator/Autosubmit.php:100
|
||||||
msgid ""
|
msgid ""
|
||||||
"Upon its value has changed, this field issues an automatic update of this "
|
"Upon its value changing, this field issues an automatic update of this "
|
||||||
"page."
|
"page."
|
||||||
msgstr "Cambiando questo valore la pagina verrà ricaricata automaticamente."
|
msgstr "Cambiando questo valore la pagina verrà ricaricata automaticamente."
|
||||||
|
|
||||||
|
@ -2581,7 +2581,7 @@ msgstr ""
|
|||||||
#: /vagrant/library/Icinga/Web/Form.php:951
|
#: /vagrant/library/Icinga/Web/Form.php:951
|
||||||
#: /vagrant/library/Icinga/Web/Form/Decorator/Autosubmit.php:100
|
#: /vagrant/library/Icinga/Web/Form/Decorator/Autosubmit.php:100
|
||||||
msgid ""
|
msgid ""
|
||||||
"Upon its value has changed, this field issues an automatic update of this "
|
"Upon its value changing, this field issues an automatic update of this "
|
||||||
"page."
|
"page."
|
||||||
msgstr "В случае изменения значения поля страница будет обновлена"
|
msgstr "В случае изменения значения поля страница будет обновлена"
|
||||||
|
|
||||||
|
@ -948,7 +948,7 @@ class Form extends Zend_Form
|
|||||||
if ($this->getUseFormAutosubmit()) {
|
if ($this->getUseFormAutosubmit()) {
|
||||||
$warningId = 'autosubmit_warning_' . $el->getId();
|
$warningId = 'autosubmit_warning_' . $el->getId();
|
||||||
$warningText = $this->getView()->escape($this->translate(
|
$warningText = $this->getView()->escape($this->translate(
|
||||||
'Upon its value has changed, this field issues an automatic update of this page.'
|
'Upon its value changing, this field issues an automatic update of this page.'
|
||||||
));
|
));
|
||||||
$autosubmitDecorator = $this->_getDecorator('Callback', array(
|
$autosubmitDecorator = $this->_getDecorator('Callback', array(
|
||||||
'placement' => 'PREPEND',
|
'placement' => 'PREPEND',
|
||||||
|
@ -97,7 +97,7 @@ class Autosubmit extends Zend_Form_Decorator_Abstract
|
|||||||
$isForm = $this->getElement() instanceof Form;
|
$isForm = $this->getElement() instanceof Form;
|
||||||
$warning = $isForm
|
$warning = $isForm
|
||||||
? t('Upon any of this form\'s fields were changed, this page is being updated automatically.')
|
? t('Upon any of this form\'s fields were changed, this page is being updated automatically.')
|
||||||
: t('Upon its value has changed, this field issues an automatic update of this page.');
|
: t('Upon its value changing, this field issues an automatic update of this page.');
|
||||||
$content .= $this->getView()->icon('cw', $warning, array(
|
$content .= $this->getView()->icon('cw', $warning, array(
|
||||||
'aria-hidden' => $isForm ? 'false' : 'true',
|
'aria-hidden' => $isForm ? 'false' : 'true',
|
||||||
'class' => 'spinner autosubmit-info'
|
'class' => 'spinner autosubmit-info'
|
||||||
|
@ -1919,7 +1919,7 @@ msgstr ""
|
|||||||
#: /vagrant/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:45
|
#: /vagrant/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you work with other administrators, you may find it useful to share "
|
"If you work with other administrators, you may find it useful to share "
|
||||||
"information about the the host or service that is having problems. Make sure "
|
"information about the host or service that is having problems. Make sure "
|
||||||
"you enter a brief description of what you are doing."
|
"you enter a brief description of what you are doing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Wenn Sie mit anderen Administratoren zusammenarbeiten, werden Sie es "
|
"Wenn Sie mit anderen Administratoren zusammenarbeiten, werden Sie es "
|
||||||
|
@ -1872,7 +1872,7 @@ msgstr ""
|
|||||||
#: /usr/share/icingaweb2/modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:45
|
#: /usr/share/icingaweb2/modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you work with other administrators, you may find it useful to share "
|
"If you work with other administrators, you may find it useful to share "
|
||||||
"information about the the host or service that is having problems. Make sure "
|
"information about the host or service that is having problems. Make sure "
|
||||||
"you enter a brief description of what you are doing."
|
"you enter a brief description of what you are doing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Se lavori con altri amministratori potresti trovare utile condividere le "
|
"Se lavori con altri amministratori potresti trovare utile condividere le "
|
||||||
|
@ -1553,7 +1553,7 @@ msgstr ""
|
|||||||
#: /usr/local/icingaweb/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:73
|
#: /usr/local/icingaweb/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php:73
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you work with other administrators, you may find it useful to share "
|
"If you work with other administrators, you may find it useful to share "
|
||||||
"information about the the host or service that is having problems. Make sure "
|
"information about the host or service that is having problems. Make sure "
|
||||||
"you enter a brief description of what you are doing."
|
"you enter a brief description of what you are doing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Se você trabalha com outros administradores, você pode achar isso útil para "
|
"Se você trabalha com outros administradores, você pode achar isso útil para "
|
||||||
|
@ -1819,7 +1819,7 @@ msgstr ""
|
|||||||
#: /vagrant/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:45
|
#: /vagrant/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you work with other administrators, you may find it useful to share "
|
"If you work with other administrators, you may find it useful to share "
|
||||||
"information about the the host or service that is having problems. Make sure "
|
"information about the host or service that is having problems. Make sure "
|
||||||
"you enter a brief description of what you are doing."
|
"you enter a brief description of what you are doing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user