From bc84d609d0a3d695bbf5c4c01c5f8b7f74913ce5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 17 Feb 2023 11:54:09 -0700 Subject: [PATCH] Update app_languages.php --- app/email_queue/app_languages.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/app/email_queue/app_languages.php b/app/email_queue/app_languages.php index 783051c7fd..244ae29512 100644 --- a/app/email_queue/app_languages.php +++ b/app/email_queue/app_languages.php @@ -561,4 +561,23 @@ $text['label-sent']['sv-se'] = ''; $text['label-sent']['uk-ua'] = ''; + $text['label-trying']['en-us'] = 'trying'; + $text['label-trying']['ar-eg'] = ''; + $text['label-trying']['de-at'] = ''; + $text['label-trying']['de-ch'] = ''; + $text['label-trying']['de-de'] = ''; + $text['label-trying']['es-cl'] = ''; + $text['label-trying']['es-mx'] = ''; + $text['label-trying']['fr-ca'] = ''; + $text['label-trying']['fr-fr'] = ''; + $text['label-trying']['he-il'] = ''; + $text['label-trying']['it-it'] = ''; + $text['label-trying']['nl-nl'] = ''; + $text['label-trying']['pl-pl'] = ''; + $text['label-trying']['pt-br'] = ''; + $text['label-trying']['pt-pt'] = ''; + $text['label-trying']['ro-ro'] = ''; + $text['label-trying']['ru-ru'] = ''; + $text['label-trying']['sv-se'] = ''; + $text['label-trying']['uk-ua'] = ''; ?>