From c11ab48084bf1cb59bf722d4e678b66e31e613be Mon Sep 17 00:00:00 2001 From: MCohenAuravox <92817493+MCohenAuravox@users.noreply.github.com> Date: Tue, 18 Jan 2022 10:28:01 -0600 Subject: [PATCH] Update app_languages.php Add language for extensions.php --- app/extensions/app_languages.php | 64 ++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/app/extensions/app_languages.php b/app/extensions/app_languages.php index 4aeed699d6..920d4d6ac5 100644 --- a/app/extensions/app_languages.php +++ b/app/extensions/app_languages.php @@ -2958,4 +2958,68 @@ $text['button-call_forward']['ru-ru'] = "Переадресация"; $text['button-call_forward']['sv-se'] = "Vidarekoppling"; $text['button-call_forward']['uk-ua'] = "Переадресація"; +//extensions +$text['label-select']['en-us'] = "Select"; +$text['label-select']['en-gb'] = "Select"; +$text['label-select']['ar-eg'] = "Select"; +$text['label-select']['de-at'] = "Select"; +$text['label-select']['de-ch'] = "Select"; +$text['label-select']['de-de'] = "Select"; +$text['label-select']['es-cl'] = "Select"; +$text['label-select']['es-mx'] = "Select"; +$text['label-select']['fr-ca'] = "Select"; +$text['label-select']['fr-fr'] = "Select"; +$text['label-select']['he-il'] = "Select"; +$text['label-select']['it-it'] = "Select"; +$text['label-select']['nl-nl'] = "Select"; +$text['label-select']['pl-pl'] = "Select"; +$text['label-select']['pt-br'] = "Select"; +$text['label-select']['pt-pt'] = "Select"; +$text['label-select']['ro-ro'] = "Select"; +$text['label-select']['ru-ru'] = "Select"; +$text['label-select']['sv-se'] = "Select"; +$text['label-select']['uk-ua'] = "Select"; + +$text['button-additional_fields']['en-us'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['en-gb'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['ar-eg'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['de-at'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['de-ch'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['de-de'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['es-cl'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['es-mx'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['fr-ca'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['fr-fr'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['he-il'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['it-it'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['nl-nl'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['pl-pl'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['pt-br'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['pt-pt'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['ro-ro'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['ru-ru'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['sv-se'] = "ADDITIONAL FIELDS"; +$text['button-additional_fields']['uk-ua'] = "ADDITIONAL FIELDS"; + +$text['label-ctrl']['en-us'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['en-gb'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['ar-eg'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['de-at'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['de-ch'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['de-de'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['es-cl'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['es-mx'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['fr-ca'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['fr-fr'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['he-il'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['it-it'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['nl-nl'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['pl-pl'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['pt-br'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['pt-pt'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['ro-ro'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['ru-ru'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['sv-se'] = "Hold Ctrl to select multiple fields"; +$text['label-ctrl']['uk-ua'] = "Hold Ctrl to select multiple fields"; + ?>