Fix typos: consecutive use of 'the'

This commit is contained in:
Jorge Vallecillo 2020-09-14 10:35:23 -06:00 committed by Johannes Meyer
parent d71a6c37ae
commit 865e4b9b2a
14 changed files with 14 additions and 14 deletions

View File

@ -494,7 +494,7 @@ class Web extends EmbeddedWeb
*
* @return string Detected locale code
*
* @see Translator::DEFAULT_LOCALE For the the default locale code.
* @see Translator::DEFAULT_LOCALE For the default locale code.
*/
protected function detectLocale()
{

View File

@ -113,7 +113,7 @@ class Text extends Styleable implements Drawable
}
/**
* Set the the text alignment with one of the ALIGN_* constants
* Set the text alignment with one of the ALIGN_* constants
*
* @param String $align Value how to align
*

View File

@ -53,7 +53,7 @@ class AcknowledgeProblemCommandForm extends ObjectsCommandForm
'required' => true,
'label' => $this->translate('Comment'),
'description' => $this->translate(
'If you work with other administrators, you may find it useful to share information about the'
'If you work with other administrators, you may find it useful to share information about'
. ' the host or service that is having problems. Make sure you enter a brief description of'
. ' what you are doing.'
),

View File

@ -42,7 +42,7 @@ class AddCommentCommandForm extends ObjectsCommandForm
'required' => true,
'label' => $this->translate('Comment'),
'description' => $this->translate(
'If you work with other administrators, you may find it useful to share information about the'
'If you work with other administrators, you may find it useful to share information about'
. ' the host or service that is having problems. Make sure you enter a brief description of'
. ' what you are doing.'
),

View File

@ -64,7 +64,7 @@ class ScheduleServiceDowntimeCommandForm extends ObjectsCommandForm
'required' => true,
'label' => $this->translate('Comment'),
'description' => $this->translate(
'If you work with other administrators, you may find it useful to share information about the'
'If you work with other administrators, you may find it useful to share information about'
. ' the host or service that is having problems. Make sure you enter a brief description of'
. ' what you are doing.'
),

View File

@ -45,7 +45,7 @@ class SendCustomNotificationCommandForm extends ObjectsCommandForm
'required' => true,
'label' => $this->translate('Comment'),
'description' => $this->translate(
'If you work with other administrators, you may find it useful to share information about the'
'If you work with other administrators, you may find it useful to share information about'
. ' the host or service that is having problems. Make sure you enter a brief description of'
. ' what you are doing.'
)

View File

@ -2236,7 +2236,7 @@ msgstr ""
#: ../../../../application/forms/Command/Object/AddCommentCommandForm.php:45
msgid ""
"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."
msgstr ""
"إذا كنت تعمل مع المسؤولين الآخرين، قد تجد أنه من المفيد تبادل المعلومات حول "

View File

@ -2238,7 +2238,7 @@ msgstr ""
#: ../../../../application/forms/Command/Object/AddCommentCommandForm.php:45
msgid ""
"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."
msgstr ""
"Bei Zusammenarbeit mit anderen Administratoren, hat es sich als nützlich "

View File

@ -2253,7 +2253,7 @@ msgstr ""
#, fuzzy
msgid ""
"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."
msgstr ""
"Se lavori con altri amministratori potresti trovare utile condividere le "

View File

@ -2198,7 +2198,7 @@ msgstr ""
#: ../../../../application/forms/Command/Object/AddCommentCommandForm.php:45
msgid ""
"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."
msgstr ""
"他の管理者と仕事をしている場合は、障害のあるホストまたはサービスに関する情報"

View File

@ -2330,7 +2330,7 @@ msgstr ""
#, fuzzy
msgid ""
"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."
msgstr ""
"Se você trabalha com outros administradores, você pode achar isso útil para "

View File

@ -2174,7 +2174,7 @@ msgstr ""
#: ../../../../application/forms/Command/Object/AddCommentCommandForm.php:45
msgid ""
"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."
msgstr ""

View File

@ -2268,7 +2268,7 @@ msgstr ""
#: ../../../../application/forms/Command/Object/AddCommentCommandForm.php:45
msgid ""
"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."
msgstr ""
"Якщо ви працюєте з іншими адміністраторами, ви можете поділитися з ними "

View File

@ -135,7 +135,7 @@ And when you want to test your changes, please read more about under the chapter
## Testing Translations <a id="module-translation-tests"></a>
If you want to try out your translation changes in Icinga Web 2, you can make use of the the CLI translations commands.
If you want to try out your translation changes in Icinga Web 2, you can make use of the CLI translations commands.
> **Note**:
>