mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-29 03:59:17 +00:00
Add the Destination Map to the menu.
This commit is contained in:
@@ -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++;
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user