From e490f33c3a8008fd994893c9186e4a35df2a0227 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 3 Nov 2018 11:32:25 -0600 Subject: [PATCH] Update app_languages.php --- resources/app_languages.php | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/resources/app_languages.php b/resources/app_languages.php index 400b139c7d..82a7a30ea0 100644 --- a/resources/app_languages.php +++ b/resources/app_languages.php @@ -2263,6 +2263,26 @@ $text['label-actions']['ru-ru'] = "Действия"; $text['label-actions']['sv-se'] = "Åtgärder"; $text['label-actions']['uk-ua'] = "Дії"; +$text['label-context']['en-us'] = "Context"; +$text['label-context']['ar-eg'] = ""; +$text['label-context']['de-at'] = "Kontext"; //copied from de-de +$text['label-context']['de-ch'] = "Kontext"; //copied from de-de +$text['label-context']['de-de'] = "Kontext"; +$text['label-context']['es-cl'] = "Contexto"; +$text['label-context']['es-mx'] = "Contexto"; //copied from es-cl +$text['label-context']['fr-ca'] = "Contexte"; //copied from fr-fr +$text['label-context']['fr-fr'] = "Contexte"; +$text['label-context']['he-il'] = ""; +$text['label-context']['it-it'] = "Contesto"; +$text['label-context']['nl-nl'] = ""; +$text['label-context']['pl-pl'] = "Kontekst"; +$text['label-context']['pt-br'] = "Contexto"; //copied from pt-pt +$text['label-context']['pt-pt'] = "Contexto"; +$text['label-context']['ro-ro'] = ""; +$text['label-context']['ru-ru'] = "Контекст"; +$text['label-context']['sv-se'] = "Context"; +$text['label-context']['uk-ua'] = "Контекст"; + $text['label-music_on_hold']['en-us'] = "Music on Hold"; $text['label-music_on_hold']['ar-eg'] = "موسيقى المؤجلة"; $text['label-music_on_hold']['de-at'] = "Wartemusik"; //copied from de-de @@ -3008,4 +3028,24 @@ $text['description-enabled']['sv-se'] = ""; $text['description-enabled']['uk-ua'] = ""; $text['description-enabled']['tr-tr'] = ""; +$text['description-enter-context']['en-us'] = "Enter the context."; +$text['description-enter-context']['ar-eg'] = ""; +$text['description-enter-context']['de-at'] = "Geben Sie den Kontext ein."; //copied from de-de +$text['description-enter-context']['de-ch'] = "Geben Sie den Kontext ein."; //copied from de-de +$text['description-enter-context']['de-de'] = "Geben Sie den Kontext ein."; +$text['description-enter-context']['es-cl'] = "Ingrese un contexto"; +$text['description-enter-context']['es-mx'] = "Ingrese un contexto"; //copied from es-cl +$text['description-enter-context']['fr-ca'] = "Entrez le contexte"; //copied from fr-fr +$text['description-enter-context']['fr-fr'] = "Entrez le contexte"; +$text['description-enter-context']['he-il'] = ""; +$text['description-enter-context']['it-it'] = "Inserire il contesto."; +$text['description-enter-context']['nl-nl'] = ""; +$text['description-enter-context']['pl-pl'] = "Wprowadź kontekst"; +$text['description-enter-context']['pt-br'] = "Insira um contexto"; +$text['description-enter-context']['pt-pt'] = "Introduza um contexto."; +$text['description-enter-context']['ro-ro'] = ""; +$text['description-enter-context']['ru-ru'] = "Введите контекст."; +$text['description-enter-context']['sv-se'] = "Ange Context"; +$text['description-enter-context']['uk-ua'] = ""; + ?>