From b636736591b91c5d1c66c44199ecbd03bdd1986c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 23 Jan 2026 17:09:27 -0700 Subject: [PATCH] Add the Destination Map to the menu. --- app/destinations/app_menu.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/app/destinations/app_menu.php b/app/destinations/app_menu.php index c2171de0d4..124ce3ca90 100644 --- a/app/destinations/app_menu.php +++ b/app/destinations/app_menu.php @@ -71,5 +71,40 @@ $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $y++; + $apps[$x]['menu'][$y]['title']['en-us'] = "Destination Map"; + $apps[$x]['menu'][$y]['title']['en-gb'] = "Destination Map"; + $apps[$x]['menu'][$y]['title']['ar-eg'] = "خريطة الوجهات"; + $apps[$x]['menu'][$y]['title']['de-at'] = "Zielkarte"; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Zielkarte"; + $apps[$x]['menu'][$y]['title']['de-de'] = "Zielkarte"; + $apps[$x]['menu'][$y]['title']['el-gr'] = "Χάρτης Προορισμού"; + $apps[$x]['menu'][$y]['title']['es-cl'] = "Mapa de Destinos"; + $apps[$x]['menu'][$y]['title']['es-mx'] = "Mapa de Destinos"; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Carte des destinations"; + $apps[$x]['menu'][$y]['title']['fr-fr'] = "Carte des destinations"; + $apps[$x]['menu'][$y]['title']['he-il'] = "מפת יעדים"; + $apps[$x]['menu'][$y]['title']['it-it'] = "Mappa delle destinazioni"; + $apps[$x]['menu'][$y]['title']['ka-ge'] = "დანიშნულების რუკა"; + $apps[$x]['menu'][$y]['title']['nl-nl'] = "Bestemmingskaart"; + $apps[$x]['menu'][$y]['title']['pl-pl'] = "Mapa celów"; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Mapa de Destinos"; + $apps[$x]['menu'][$y]['title']['pt-pt'] = "Mapa de Destinos"; + $apps[$x]['menu'][$y]['title']['ro-ro'] = "Hartă a destinațiilor"; + $apps[$x]['menu'][$y]['title']['ru-ru'] = "Карта направлений"; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Målkarta"; + $apps[$x]['menu'][$y]['title']['uk-ua'] = "Карта напрямків"; + $apps[$x]['menu'][$y]['title']['tr-tr'] = "Yönlendirme Haritası"; + $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'] = "fbc720fc-d550-44cd-ad0b-0a25223d9299"; + $apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1"; + $apps[$x]['menu'][$y]['category'] = "internal"; + $apps[$x]['menu'][$y]['icon'] = ""; + $apps[$x]['menu'][$y]['path'] = "/app/destinations/destination_map.php"; + $apps[$x]['menu'][$y]['order'] = ""; + $apps[$x]['menu'][$y]['groups'][] = "admin"; + $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $y++; ?>