From 49567e4b6ed1a2bb605051a627f2ca5bdcb3eda9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 29 Jan 2019 16:00:56 -0700 Subject: [PATCH] Update app_menu.php --- app/conference_centers/app_menu.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/app/conference_centers/app_menu.php b/app/conference_centers/app_menu.php index 9195caef57..fe4158525a 100644 --- a/app/conference_centers/app_menu.php +++ b/app/conference_centers/app_menu.php @@ -26,6 +26,30 @@ $apps[$x]['menu'][$y]['path'] = "/app/conference_centers/conference_centers.php"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "admin"; + $y++; + $apps[$x]['menu'][$y]['title']['en-us'] = "Conference Centers"; + $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; + $apps[$x]['menu'][$y]['title']['de-at'] = "Konferenz Zentrale"; + $apps[$x]['menu'][$y]['title']['de-ch'] = ""; + $apps[$x]['menu'][$y]['title']['de-de'] = "Konferenz Zentrale"; + $apps[$x]['menu'][$y]['title']['es-cl'] = "Cent. de Conferencias"; + $apps[$x]['menu'][$y]['title']['es-mx'] = ""; + $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['fr-fr'] = "Centre de Conférences"; + $apps[$x]['menu'][$y]['title']['he-il'] = ""; + $apps[$x]['menu'][$y]['title']['it-it'] = "Centro Conferenze"; + $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; + $apps[$x]['menu'][$y]['title']['pl-pl'] = "Centrum Konferencyjne"; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Centro de Conferência"; + $apps[$x]['menu'][$y]['title']['pt-pt'] = "Conferencias"; + $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; + $apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференц-центр"; + $apps[$x]['menu'][$y]['title']['sv-se'] = "Konferenscenter"; + $apps[$x]['menu'][$y]['title']['uk-ua'] = "Конференц-центр"; + $apps[$x]['menu'][$y]['uuid'] = "b99cb768-ca19-4374-a954-02e344313d84"; + $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; + $apps[$x]['menu'][$y]['category'] = "internal"; + $apps[$x]['menu'][$y]['path'] = "/app/conference_centers/conference_rooms.php"; $apps[$x]['menu'][$y]['groups'][] = "user"; ?>