From c2a7d88e459a7f895c252abdd74e734586381bd7 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Tue, 31 Dec 2019 19:46:00 -0700 Subject: [PATCH] Update app_languages.php (#5004) --- resources/app_languages.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/resources/app_languages.php b/resources/app_languages.php index e9bc78c8ed..e6b2b368ed 100644 --- a/resources/app_languages.php +++ b/resources/app_languages.php @@ -3956,4 +3956,24 @@ $text['description-enter-context']['ru-ru'] = "Введите контекст." $text['description-enter-context']['sv-se'] = "Ange Context"; $text['description-enter-context']['uk-ua'] = ""; -?> \ No newline at end of file +$text['description-domain_name']['en-us'] = "Select the Domain"; +$text['description-domain_name']['ar-eg'] = ""; +$text['description-domain_name']['de-at'] = ""; +$text['description-domain_name']['de-ch'] = ""; +$text['description-domain_name']['de-de'] = ""; +$text['description-domain_name']['es-cl'] = ""; +$text['description-domain_name']['es-mx'] = ""; +$text['description-domain_name']['fr-ca'] = ""; +$text['description-domain_name']['fr-fr'] = ""; +$text['description-domain_name']['he-il'] = ""; +$text['description-domain_name']['it-it'] = ""; +$text['description-domain_name']['nl-nl'] = ""; +$text['description-domain_name']['pl-pl'] = ""; +$text['description-domain_name']['pt-br'] = ""; +$text['description-domain_name']['pt-pt'] = ""; +$text['description-domain_name']['ro-ro'] = ""; +$text['description-domain_name']['ru-ru'] = ""; +$text['description-domain_name']['sv-se'] = ""; +$text['description-domain_name']['uk-ua'] = ""; + +?>