From 865e4b9b2a43c0c97f71a0ebccab8b005754d398 Mon Sep 17 00:00:00 2001 From: Jorge Vallecillo Date: Mon, 14 Sep 2020 10:35:23 -0600 Subject: [PATCH] Fix typos: consecutive use of 'the' --- library/Icinga/Application/Web.php | 2 +- library/Icinga/Chart/Primitive/Text.php | 2 +- .../forms/Command/Object/AcknowledgeProblemCommandForm.php | 2 +- .../application/forms/Command/Object/AddCommentCommandForm.php | 2 +- .../forms/Command/Object/ScheduleServiceDowntimeCommandForm.php | 2 +- .../forms/Command/Object/SendCustomNotificationCommandForm.php | 2 +- .../application/locale/ar_SA/LC_MESSAGES/monitoring.po | 2 +- .../application/locale/de_DE/LC_MESSAGES/monitoring.po | 2 +- .../application/locale/it_IT/LC_MESSAGES/monitoring.po | 2 +- .../application/locale/ja_JP/LC_MESSAGES/monitoring.po | 2 +- .../application/locale/pt_BR/LC_MESSAGES/monitoring.po | 2 +- .../application/locale/ru_RU/LC_MESSAGES/monitoring.po | 2 +- .../application/locale/uk_UA/LC_MESSAGES/monitoring.po | 2 +- modules/translation/doc/03-Translation.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/library/Icinga/Application/Web.php b/library/Icinga/Application/Web.php index 35ce813b4..834e584fe 100644 --- a/library/Icinga/Application/Web.php +++ b/library/Icinga/Application/Web.php @@ -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() { diff --git a/library/Icinga/Chart/Primitive/Text.php b/library/Icinga/Chart/Primitive/Text.php index a3a221f45..e647f4052 100644 --- a/library/Icinga/Chart/Primitive/Text.php +++ b/library/Icinga/Chart/Primitive/Text.php @@ -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 * diff --git a/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php b/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php index 6a79e19b8..c7caf5d0d 100644 --- a/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php @@ -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.' ), diff --git a/modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php b/modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php index 1b673d226..a958dfee6 100644 --- a/modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php @@ -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.' ), diff --git a/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php b/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php index 96bf92fbc..dae8b212e 100644 --- a/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php @@ -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.' ), diff --git a/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php b/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php index 54471f59c..0d1c393db 100644 --- a/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php @@ -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.' ) diff --git a/modules/monitoring/application/locale/ar_SA/LC_MESSAGES/monitoring.po b/modules/monitoring/application/locale/ar_SA/LC_MESSAGES/monitoring.po index 0bde5083e..7f64aca03 100644 --- a/modules/monitoring/application/locale/ar_SA/LC_MESSAGES/monitoring.po +++ b/modules/monitoring/application/locale/ar_SA/LC_MESSAGES/monitoring.po @@ -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 "" "إذا كنت تعمل مع المسؤولين الآخرين، قد تجد أنه من المفيد تبادل المعلومات حول " diff --git a/modules/monitoring/application/locale/de_DE/LC_MESSAGES/monitoring.po b/modules/monitoring/application/locale/de_DE/LC_MESSAGES/monitoring.po index f9d8c9538..9fabdd5b2 100644 --- a/modules/monitoring/application/locale/de_DE/LC_MESSAGES/monitoring.po +++ b/modules/monitoring/application/locale/de_DE/LC_MESSAGES/monitoring.po @@ -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 " diff --git a/modules/monitoring/application/locale/it_IT/LC_MESSAGES/monitoring.po b/modules/monitoring/application/locale/it_IT/LC_MESSAGES/monitoring.po index fe7764403..bc07edd9a 100644 --- a/modules/monitoring/application/locale/it_IT/LC_MESSAGES/monitoring.po +++ b/modules/monitoring/application/locale/it_IT/LC_MESSAGES/monitoring.po @@ -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 " diff --git a/modules/monitoring/application/locale/ja_JP/LC_MESSAGES/monitoring.po b/modules/monitoring/application/locale/ja_JP/LC_MESSAGES/monitoring.po index eaa201234..49add44bb 100644 --- a/modules/monitoring/application/locale/ja_JP/LC_MESSAGES/monitoring.po +++ b/modules/monitoring/application/locale/ja_JP/LC_MESSAGES/monitoring.po @@ -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 "" "他の管理者と仕事をしている場合は、障害のあるホストまたはサービスに関する情報" diff --git a/modules/monitoring/application/locale/pt_BR/LC_MESSAGES/monitoring.po b/modules/monitoring/application/locale/pt_BR/LC_MESSAGES/monitoring.po index 369ae5ec4..c8e7f1f65 100644 --- a/modules/monitoring/application/locale/pt_BR/LC_MESSAGES/monitoring.po +++ b/modules/monitoring/application/locale/pt_BR/LC_MESSAGES/monitoring.po @@ -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 " diff --git a/modules/monitoring/application/locale/ru_RU/LC_MESSAGES/monitoring.po b/modules/monitoring/application/locale/ru_RU/LC_MESSAGES/monitoring.po index 00c493abe..87625cf1f 100644 --- a/modules/monitoring/application/locale/ru_RU/LC_MESSAGES/monitoring.po +++ b/modules/monitoring/application/locale/ru_RU/LC_MESSAGES/monitoring.po @@ -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 "" diff --git a/modules/monitoring/application/locale/uk_UA/LC_MESSAGES/monitoring.po b/modules/monitoring/application/locale/uk_UA/LC_MESSAGES/monitoring.po index b13e5eb08..b5bcab40c 100644 --- a/modules/monitoring/application/locale/uk_UA/LC_MESSAGES/monitoring.po +++ b/modules/monitoring/application/locale/uk_UA/LC_MESSAGES/monitoring.po @@ -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 "" "Якщо ви працюєте з іншими адміністраторами, ви можете поділитися з ними " diff --git a/modules/translation/doc/03-Translation.md b/modules/translation/doc/03-Translation.md index ab2bc257d..46260b7a5 100644 --- a/modules/translation/doc/03-Translation.md +++ b/modules/translation/doc/03-Translation.md @@ -135,7 +135,7 @@ And when you want to test your changes, please read more about under the chapter ## Testing Translations -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**: >