mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
IcingaTimePeriod: make description more clear
This commit is contained in:
parent
100bc4b777
commit
e657806ee4
@ -21,7 +21,7 @@ class IcingaScheduledDowntimeRangeForm extends DirectorObjectForm
|
||||
$this->addElement('text', 'range_key', [
|
||||
'label' => $this->translate('Day(s)'),
|
||||
'description' => $this->translate(
|
||||
'Might be, monday, tuesday, 2016-01-28 - have a look at the documentation for more examples'
|
||||
'Might be monday, tuesday or 2016-01-28 - have a look at the documentation for more examples'
|
||||
),
|
||||
]);
|
||||
|
||||
|
@ -20,7 +20,7 @@ class IcingaTimePeriodRangeForm extends DirectorObjectForm
|
||||
$this->addElement('text', 'range_key', array(
|
||||
'label' => $this->translate('Day(s)'),
|
||||
'description' => $this->translate(
|
||||
'Might be, monday, tuesday, 2016-01-28 - have a look at the documentation for more examples'
|
||||
'Might be monday, tuesday or 2016-01-28 - have a look at the documentation for more examples'
|
||||
),
|
||||
));
|
||||
|
||||
|
@ -3643,10 +3643,10 @@ msgstr "Zusammenführungsrichtlinie"
|
||||
#: application/forms/IcingaTimePeriodRangeForm.php:23
|
||||
#: application/forms/IcingaScheduledDowntimeRangeForm.php:24
|
||||
msgid ""
|
||||
"Might be, monday, tuesday, 2016-01-28 - have a look at the documentation for "
|
||||
"Might be monday, tuesday or 2016-01-28 - have a look at the documentation for "
|
||||
"more examples"
|
||||
msgstr ""
|
||||
"Mögliche Werte sind z.B. monday, tuesday, 2016-01-28 - Mehr Beispiele finden "
|
||||
"Mögliche Werte sind z.B. monday, tuesday oder 2016-01-28 - Mehr Beispiele finden "
|
||||
"sich in der Dokumentation"
|
||||
|
||||
#: application/forms/IcingaTemplateChoiceForm.php:73
|
||||
|
@ -3429,7 +3429,7 @@ msgstr "Regole su Unisci"
|
||||
#: application/forms/IcingaScheduledDowntimeRangeForm.php:24
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Might be, monday, tuesday, 2016-01-28 - have a look at the documentation for "
|
||||
"Might be monday, tuesday or 2016-01-28 - have a look at the documentation for "
|
||||
"more examples"
|
||||
msgstr ""
|
||||
"Per esempio lunedí, martedí, 2020-01-28 - consulta la documentazione per "
|
||||
@ -7428,4 +7428,4 @@ msgid "e.g. "
|
||||
msgstr "per es."
|
||||
|
||||
msgid "start using"
|
||||
msgstr "inizia ad utilizzare"
|
||||
msgstr "inizia ad utilizzare"
|
||||
|
@ -3058,7 +3058,7 @@ msgstr "マージポリシー"
|
||||
|
||||
#: ../../../../modules/director/application/forms/IcingaTimePeriodRangeForm.php:23
|
||||
msgid ""
|
||||
"Might be, monday, tuesday, 2016-01-28 - have a look at the documentation for "
|
||||
"Might be monday, tuesday or 2016-01-28 - have a look at the documentation for "
|
||||
"more examples"
|
||||
msgstr "monday, tuesday, 2016-01-28といった書式で指定します。"
|
||||
"より多くの例についてはドキュメントを見てください"
|
||||
|
Loading…
x
Reference in New Issue
Block a user