From 10a69d5965324f86b1a9fef100bd9493f76cb0ae Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 30 Jul 2020 08:02:54 -0600 Subject: [PATCH] Improve the domain settings description. --- core/domain_settings/app_languages.php | 40 +++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/core/domain_settings/app_languages.php b/core/domain_settings/app_languages.php index 382a4ba9a9..ce58731acf 100644 --- a/core/domain_settings/app_languages.php +++ b/core/domain_settings/app_languages.php @@ -127,26 +127,26 @@ $text['title-domain-add']['ru-ru'] = "Добавить домен"; $text['title-domain-add']['sv-se'] = "Lägg Till Domän"; $text['title-domain-add']['uk-ua'] = "Новий домен"; -$text['header_description-domain_settings']['en-us'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['en-gb'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['ar-eg'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['de-at'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['de-ch'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['de-de'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['es-cl'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['es-mx'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['fr-ca'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['fr-fr'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['he-il'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['it-it'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['nl-nl'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['pl-pl'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['pt-br'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['pt-pt'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['ro-ro'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['ru-ru'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['sv-se'] = "Settings for this domain that should override those defined in Default Settings."; -$text['header_description-domain_settings']['uk-ua'] = "Settings for this domain that should override those defined in Default Settings."; +$text['header_description-domain_settings']['en-us'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['en-gb'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['ar-eg'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['de-at'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['de-ch'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['de-de'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['es-cl'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['es-mx'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['fr-ca'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['fr-fr'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['he-il'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['it-it'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['nl-nl'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['pl-pl'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['pt-br'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['pt-pt'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['ro-ro'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['ru-ru'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['sv-se'] = "Settings for this domain override those defined in Default Settings."; +$text['header_description-domain_settings']['uk-ua'] = "Settings for this domain override those defined in Default Settings."; $text['message-delete_failed']['en-us'] = "No Settings Checked"; $text['message-delete_failed']['en-gb'] = "No Settings Checked";