From 951dfb929f0d00c5f3d755388e3dbc3049568c77 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 19 Feb 2020 17:01:12 -0700 Subject: [PATCH] Update app_menu.php --- core/menu/app_menu.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/core/menu/app_menu.php b/core/menu/app_menu.php index 46a2c87f9d..eb3528ae8c 100644 --- a/core/menu/app_menu.php +++ b/core/menu/app_menu.php @@ -83,6 +83,35 @@ $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $y++; + $apps[$x]['menu'][$y]['title']['en-us'] = "Applications"; + $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['de-at'] = "Applikationen"; + $apps[$x]['menu'][$y]['title']['de-de'] = "Applikationen"; + $apps[$x]['menu'][$y]['title']['es-cl'] = "Aplicaciones"; + $apps[$x]['menu'][$y]['title']['es-mx'] = ""; + $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['fr-fr'] = "Apps"; + $apps[$x]['menu'][$y]['title']['he-il'] = ""; + $apps[$x]['menu'][$y]['title']['it-it'] = ""; + $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; + $apps[$x]['menu'][$y]['title']['pl-pl'] = "Aplikacje"; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Aplicações"; + $apps[$x]['menu'][$y]['title']['pt-pt'] = "Aplicações"; + $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; + $apps[$x]['menu'][$y]['title']['ru-ru'] = "Приложения"; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Appar"; + $apps[$x]['menu'][$y]['title']['uk-ua'] = "Додатки"; + $apps[$x]['menu'][$y]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; + $apps[$x]['menu'][$y]['parent_uuid'] = ""; + $apps[$x]['menu'][$y]['category'] = "internal"; + $apps[$x]['menu'][$y]['icon'] = "fa-paper-plane"; + $apps[$x]['menu'][$y]['path'] = ""; + $apps[$x]['menu'][$y]['order'] = "20"; + $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $apps[$x]['menu'][$y]['groups'][] = "admin"; + $apps[$x]['menu'][$y]['groups'][] = "user"; + $apps[$x]['menu'][$y]['groups'][] = "agent"; + $y++; $apps[$x]['menu'][$y]['title']['en-us'] = "Status"; $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['de-at'] = "Status";