From c742f4e03ecf184abe426f97eef86476ff0aff03 Mon Sep 17 00:00:00 2001 From: Anthony <96078404+AntoniusDC@users.noreply.github.com> Date: Wed, 3 May 2023 11:05:26 -0600 Subject: [PATCH] Update app_menu.php (#6660) * Update app_menu.php --- app/email_queue/app_menu.php | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/app/email_queue/app_menu.php b/app/email_queue/app_menu.php index 9089d7fd64..5182e48e82 100644 --- a/app/email_queue/app_menu.php +++ b/app/email_queue/app_menu.php @@ -2,15 +2,26 @@ $y=0; $apps[$x]['menu'][$y]['title']['en-us'] = "Email Queue"; - $apps[$x]['menu'][$y]['title']['es-cl'] = "Correo electrónico"; - $apps[$x]['menu'][$y]['title']['fr-fr'] = "Email Queue"; - $apps[$x]['menu'][$y]['title']['fr-ca'] = "Email Queue"; - $apps[$x]['menu'][$y]['title']['pl'] = "Email Queue"; - $apps[$x]['menu'][$y]['title']['sv-se'] = "Email Queue"; - $apps[$x]['menu'][$y]['title']['uk'] = "Електронна пошта"; + $apps[$x]['menu'][$y]['title']['en-gb'] = "Email Queue"; + $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['de-at'] = "Zurück zur Übersicht"; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Zurück zur Übersicht"; + $apps[$x]['menu'][$y]['title']['de-de'] = "Zurück zur Übersicht"; + $apps[$x]['menu'][$y]['title']['es-cl'] = "Correo electrónico"; + $apps[$x]['menu'][$y]['title']['es-mx'] = ""; + $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['fr-fr'] = ""; + $apps[$x]['menu'][$y]['title']['he-il'] = ""; + $apps[$x]['menu'][$y]['title']['it-it'] = ""; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Email Wachtrij"; - $apps[$x]['menu'][$y]['title']['zh-cn'] = "Email Queue"; + $apps[$x]['menu'][$y]['title']['pl-pl'] = ""; + $apps[$x]['menu'][$y]['title']['pt-br'] = ""; + $apps[$x]['menu'][$y]['title']['pt-pt'] = ""; + $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; + $apps[$x]['menu'][$y]['title']['ru-ru'] = ""; + $apps[$x]['menu'][$y]['title']['sv-se'] = ""; + $apps[$x]['menu'][$y]['title']['uk-ua'] = "Електронна пошта"; + $apps[$x]['menu'][$y]['title']['zh-cn'] = "电子邮件队列"; $apps[$x]['menu'][$y]['title']['ja-jp'] = "メールキュー"; $apps[$x]['menu'][$y]['title']['ko-kr'] = "이메일:"; $apps[$x]['menu'][$y]['uuid'] = "dfa6a878-e2b0-4051-acaf-f6ffc13b9abf";