BugFix [master] - Convert all menus to 2-2 format (#2627)

convert all app_menu.php files to have all placeholders and languages and use 2-2 format for languages
update app_defaults to convert any items found using legacy values in user_setings, domain_settings and default_settings
This commit is contained in:
Mafoo 2017-06-02 19:17:50 +01:00 committed by FusionPBX
parent 22c317eb2f
commit 4ae8b418d4
64 changed files with 2490 additions and 1851 deletions

View File

@ -1,23 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Access Controls";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Contrôles d'accès";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Controles de Acesso";
$apps[$x]['menu'][0]['title']['pt-br'] = "Controles de Acesso";
$apps[$x]['menu'][0]['title']['es-cl'] = "Controles de acceso";
$apps[$x]['menu'][0]['title']['he'] = "בקרת גישה";
$apps[$x]['menu'][0]['title']['de-de'] = " Zugriffskontrolle";
$apps[$x]['menu'][0]['title']['de-at'] = " Zugriffskontrolle";
$apps[$x]['menu'][0]['title']['pl'] = "Kontrola dostępu";
$apps[$x]['menu'][0]['title']['ro'] = "Controale de acces";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Контроль доступа";
$apps[$x]['menu'][0]['title']['uk'] = "контроль доступу";
$apps[$x]['menu'][0]['title']['sv-se'] = "Åtkomstkontroll";
$apps[$x]['menu'][0]['title']['ar-eg'] = "عناصر التحكم في الوصول";
$apps[$x]['menu'][0]['uuid'] = "bd47c972-5498-4541-b44a-d4bbfac69496";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/access_controls/access_controls.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Access Controls";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "عناصر التحكم في الوصول";
$apps[$x]['menu'][$y]['title']['de-at'] = " Zugriffskontrolle";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = " Zugriffskontrolle";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Controles de acceso";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Contrôles d'accès";
$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'] = "Kontrola dostępu";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Controles de Acesso";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Controles de Acesso";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Controale de acces";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Контроль доступа";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "контроль доступу";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Åtkomstkontroll";
$apps[$x]['menu'][$y]['uuid'] = "bd47c972-5498-4541-b44a-d4bbfac69496";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/access_controls/access_controls.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,21 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Adminer";
$apps[$x]['menu'][0]['title']['es-cl'] = "Administrador";
$apps[$x]['menu'][0]['title']['de-de'] = "Adminer";
$apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = "Adminer";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Admin BDD";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Administrador";
$apps[$x]['menu'][0]['title']['pt-br'] = "Adminer";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Администрирование БД";
$apps[$x]['menu'][0]['uuid'] = "1f59d07b-b4f7-4f9e-bde9-312cf491d66e";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "external";
$apps[$x]['menu'][0]['icon'] = "glyphicon-new-window";
$apps[$x]['menu'][0]['path'] = "/app/adminer/index.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Adminer";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Adminer";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Adminer";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Administrador";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Admin BDD";
$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'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Adminer";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Administrador";
$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]['uuid'] = "1f59d07b-b4f7-4f9e-bde9-312cf491d66e";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "external";
$apps[$x]['menu'][$y]['icon'] = "glyphicon-new-window";
$apps[$x]['menu'][$y]['path'] = "/app/adminer/index.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,18 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Backup";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Sauvegarde";
$apps[$x]['menu'][0]['title']['pl'] = "Kopie zapasowe";
$apps[$x]['menu'][0]['title']['pt-br'] = "Backup";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Резервное копирование";
$apps[$x]['menu'][0]['title']['sv-se'] = "Backup";
$apps[$x]['menu'][0]['title']['uk'] = "Резервна копія";
$apps[$x]['menu'][0]['title']['de-de'] = "Datensicherung";
$apps[$x]['menu'][0]['title']['de-at'] = "Datensicherung";
$apps[$x]['menu'][0]['uuid'] = "7e174c3c-e494-4bb0-a52a-4ea55209ffeb";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/backup/index.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Backup";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Datensicherung";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Datensicherung";
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Sauvegarde";
$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'] = "Kopie zapasowe";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Backup";
$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'] = "Backup";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Резервна копія";
$apps[$x]['menu'][$y]['uuid'] = "7e174c3c-e494-4bb0-a52a-4ea55209ffeb";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/backup/index.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,24 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Call Block";
$apps[$x]['menu'][0]['title']['es-cl'] = "Bloqueo de llamadas";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Liste Noire";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Bloqueio de Chamadas";
$apps[$x]['menu'][0]['title']['pt-br'] = "Bloqueio de chamadas";
$apps[$x]['menu'][0]['title']['pl'] = "Blokowanie rozmów";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Черный список";
$apps[$x]['menu'][0]['title']['sv-se'] = "Blockera Samtal";
$apps[$x]['menu'][0]['title']['uk'] = "Блокування дзвінків";
$apps[$x]['menu'][0]['title']['ro'] = "Blocare apel";
$apps[$x]['menu'][0]['title']['de-de'] = "Sperrlisten";
$apps[$x]['menu'][0]['title']['de-at'] = "Sperrlisten";
$apps[$x]['menu'][0]['title']['ar-eg'] = "حظر المكالمات";
$apps[$x]['menu'][0]['title']['he'] = "חסימת מספר";
$apps[$x]['menu'][0]['uuid'] = "29295c90-b1b9-440b-9c7E-c8363c6e8975";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/call_block/call_block.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Block";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "حظر المكالمات";
$apps[$x]['menu'][$y]['title']['de-at'] = "Sperrlisten";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Sperrlisten";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Bloqueo de llamadas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Liste Noire";
$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'] = "Blokowanie rozmów";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Bloqueio de chamadas";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Bloqueio de Chamadas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Blocare apel";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Черный список";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Blockera Samtal";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Блокування дзвінків";
$apps[$x]['menu'][$y]['uuid'] = "29295c90-b1b9-440b-9c7E-c8363c6e8975";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/call_block/call_block.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
?>

View File

@ -1,21 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Call Broadcast";
$apps[$x]['menu'][0]['title']['es-cl'] = "Llamada Broadcast";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Campagne d'Appels";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Chamada em Broadcast";
$apps[$x]['menu'][0]['title']['pt-br'] = "Chamada em broadcast";
$apps[$x]['menu'][0]['title']['pl'] = "Rozsyłanie rozmów";
$apps[$x]['menu'][0]['title']['sv-se'] = "Samtalsdistribution";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Массовые вызовы";
$apps[$x]['menu'][0]['title']['uk'] = "Трансляція дзвінка";
$apps[$x]['menu'][0]['title']['de-de'] = "Rundrufe";
$apps[$x]['menu'][0]['title']['de-at'] = "Rundrufe";
$apps[$x]['menu'][0]['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['path'] = "/app/call_broadcast/call_broadcast.php";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Broadcast";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Rundrufe";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Rundrufe";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Llamada Broadcast";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Campagne d'Appels";
$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'] = "Rozsyłanie rozmów";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Chamada em broadcast";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Chamada em Broadcast";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Массовые вызовы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Samtalsdistribution";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Трансляція дзвінка";
$apps[$x]['menu'][$y]['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['path'] = "/app/call_broadcast/call_broadcast.php";
?>

View File

@ -1,21 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Active Call Center";
$apps[$x]['menu'][0]['title']['es-cl'] = "Centro de Llamada Activo";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Centre d'Appel Actif";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Centre d'Appels Active";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Centro de Chamadas Activo";
$apps[$x]['menu'][0]['title']['pt-br'] = "Call Center ativos";
$apps[$x]['menu'][0]['title']['pl'] = "Aktywność w Call Center ";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Активные Колл-центры";
$apps[$x]['menu'][0]['title']['sv-se'] = "Aktivt Call Center";
$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Callcenter";
$apps[$x]['menu'][0]['title']['de-at'] = "Aktive Callcenter";
$apps[$x]['menu'][0]['uuid'] = "7fb0dd87-e984-9980-c512-2c76b887aeb2";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/call_center_active/call_center_queue.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Call Center";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Callcenter";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Callcenter";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Centro de Llamada Activo";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Centre d'Appels Active";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Centre d'Appel Actif";
$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'] = "Aktywność w Call Center ";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Call Center ativos";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Centro de Chamadas Activo";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные Колл-центры";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktivt Call Center";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "7fb0dd87-e984-9980-c512-2c76b887aeb2";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/call_center_active/call_center_queue.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,41 +1,57 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Call Center";
$apps[$x]['menu'][0]['title']['es-cl'] = "Centro de Llamadas";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Centre d'appel";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Centre d' appels";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Centro de Chamadas";
$apps[$x]['menu'][0]['title']['pt-br'] = "Call Center";
$apps[$x]['menu'][0]['title']['pl'] = "Call Center ";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Колл-центр";
$apps[$x]['menu'][0]['title']['sv-se'] = "Call Center";
$apps[$x]['menu'][0]['title']['uk'] = "Кол-центр";
$apps[$x]['menu'][0]['title']['de-de'] = "Callcenter";
$apps[$x]['menu'][0]['title']['de-at'] = "Callcenter";
$apps[$x]['menu'][0]['uuid'] = "6c072b29-5b6c-49fc-008e-95e24c77de99";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/call_centers/call_center_queues.php";
$apps[$x]['menu'][0]['groups'][] = "agent";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][1]['title']['en-us'] = "Agent Status";
$apps[$x]['menu'][1]['title']['es-cl'] = "Estado de Agente";
$apps[$x]['menu'][1]['title']['fr-fr'] = "État de l'agent";
$apps[$x]['menu'][1]['title']['pt-pt'] = "Estado do Agente";
$apps[$x]['menu'][1]['title']['pt-br'] = "Estado do agente";
$apps[$x]['menu'][1]['title']['pl'] = "Status agenta";
$apps[$x]['menu'][1]['title']['ru-ru'] = "Статус агента";
$apps[$x]['menu'][1]['title']['sv-se'] = "Agent Status";
$apps[$x]['menu'][1]['title']['uk'] = "Статус оператора";
$apps[$x]['menu'][1]['title']['de-de'] = "Agenten Status";
$apps[$x]['menu'][1]['title']['de-at'] = "Agenten Status";
$apps[$x]['menu'][1]['uuid'] = "597c483a-51a9-f95a-8d54-ea7d87ada2b8";
$apps[$x]['menu'][1]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][1]['category'] = "internal";
$apps[$x]['menu'][1]['path'] = "/app/call_centers/call_center_agent_status.php";
$apps[$x]['menu'][1]['groups'][] = "admin";
$apps[$x]['menu'][1]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Center";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Callcenter";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Callcenter";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Centro de Llamadas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Centre d' appels";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Centre d'appel";
$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'] = "Call Center ";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Call Center";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Centro de Chamadas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Колл-центр";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Call Center";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Кол-центр";
$apps[$x]['menu'][$y]['uuid'] = "6c072b29-5b6c-49fc-008e-95e24c77de99";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/call_centers/call_center_queues.php";
$apps[$x]['menu'][$y]['groups'][] = "agent";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Agent Status";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Agenten Status";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Agenten Status";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de Agente";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "État de l'agent";
$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'] = "Status agenta";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do agente";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do Agente";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статус агента";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Agent Status";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Статус оператора";
$apps[$x]['menu'][$y]['uuid'] = "597c483a-51a9-f95a-8d54-ea7d87ada2b8";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/call_centers/call_center_agent_status.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,21 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Call Flows";
$apps[$x]['menu'][0]['title']['pt-br'] = "Fluxo de chamadas";
$apps[$x]['menu'][0]['title']['es-cl'] = "Flujo de Llamada";
$apps[$x]['menu'][0]['title']['fr-fr'] = "cinématiques d'Appel";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Circulation d'Appel";
$apps[$x]['menu'][0]['title']['pl'] = "Przepływ rozmów";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Переключатель вызовов";
$apps[$x]['menu'][0]['title']['sv-se'] = "Samtalsflöden";
$apps[$x]['menu'][0]['title']['uk'] = "Потоки дзвінків";
$apps[$x]['menu'][0]['title']['de-de'] = "Anruf Steuerung";
$apps[$x]['menu'][0]['title']['de-at'] = "Anruf Steuerung";
$apps[$x]['menu'][0]['uuid'] = "b0939384-7055-44e8-8b4c-9f72293e1878";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/call_flows/call_flows.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Flows";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Anruf Steuerung";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Anruf Steuerung";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Flujo de Llamada";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Circulation d'Appel";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "cinématiques d'Appel";
$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'] = "Przepływ rozmów";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Fluxo de chamadas";
$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'] = "Samtalsflöden";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Потоки дзвінків";
$apps[$x]['menu'][$y]['uuid'] = "b0939384-7055-44e8-8b4c-9f72293e1878";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/call_flows/call_flows.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
?>

View File

@ -1,22 +1,32 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Call Routing";
$apps[$x]['menu'][0]['title']['es-mx'] = "enrutamiento de llamadas";
$apps[$x]['menu'][0]['title']['de-de'] = "Call Routing";
$apps[$x]['menu'][0]['title']['de-ch'] = "Call Routing";
$apps[$x]['menu'][0]['title']['de-at'] = "Call Routing";
$apps[$x]['menu'][0]['title']['fr-fr'] = "routage des appels";
$apps[$x]['menu'][0]['title']['fr-ca'] = "routage des appels";
$apps[$x]['menu'][0]['title']['fr-ch'] = "routage des appels";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Roteamento de chamadas";
$apps[$x]['menu'][0]['title']['pt-br'] = "roteamento de chamadas";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Маршрутизация вызовов";
$apps[$x]['menu'][0]['uuid'] = "4e4df00b-aafb-45a8-82c1-cdabc921889c";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/calls/calls.php";
$apps[$x]['menu'][0]['groups'][] = "user";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Routing";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Call Routing";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Call Routing";
$apps[$x]['menu'][$y]['title']['de-de'] = "Call Routing";
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$apps[$x]['menu'][$y]['title']['es-mx'] = "enrutamiento de llamadas";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "routage des appels";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "routage des appels";
$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'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "roteamento de chamadas";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Roteamento de chamadas";
$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]['uuid'] = "4e4df00b-aafb-45a8-82c1-cdabc921889c";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/calls/calls.php";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,22 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Active Calls";
$apps[$x]['menu'][0]['title']['es-cl'] = "Llamadas Activas";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Appels en cours";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Chamadas Activas";
$apps[$x]['menu'][0]['title']['pt-br'] = "Chamadas ativas";
$apps[$x]['menu'][0]['title']['pl'] = "Aktywne połączenia";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Активные вызовы";
$apps[$x]['menu'][0]['title']['sv-se'] = "Aktiva samtal";
$apps[$x]['menu'][0]['title']['uk'] = "Активні дзвінки";
$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Gespräche";
$apps[$x]['menu'][0]['title']['de-at'] = "Aktive Gespräche";
$apps[$x]['menu'][0]['title']['he'] = "שיחות פעילות";
$apps[$x]['menu'][0]['uuid'] = "eba3d07f-dd5c-6b7b-6880-493b44113ade";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/calls_active/calls_active.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Calls";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Gespräche";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Gespräche";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Llamadas Activas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Appels en cours";
$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'] = "Aktywne połączenia";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Chamadas ativas";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Chamadas Activas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные вызовы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva samtal";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні дзвінки";
$apps[$x]['menu'][$y]['uuid'] = "eba3d07f-dd5c-6b7b-6880-493b44113ade";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/calls_active/calls_active.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
?>

View File

@ -1,19 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Click to Call";
$apps[$x]['menu'][0]['title']['es-cl'] = "Pulse para Llamar";
$apps[$x]['menu'][0]['title']['de-de'] = "Click to Call";
$apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = "Click to Call";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Cliquez pour Appeller";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Clicar para Chamadas";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Вызов по клику";
$apps[$x]['menu'][0]['uuid'] = "f862556f-9ddd-2697-fdf4-bed08ec63aa5";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/click_to_call/click_to_call.php";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Click to Call";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Click to Call";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Click to Call";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Pulse para Llamar";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Cliquez pour Appeller";
$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'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Clicar para Chamadas";
$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]['uuid'] = "f862556f-9ddd-2697-fdf4-bed08ec63aa5";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/click_to_call/click_to_call.php";
?>

View File

@ -1,22 +1,31 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Conference Center";
$apps[$x]['menu'][0]['title']['es-cl'] = "Cent. de Conferencias";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Centre de Conférences";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Conferencias";
$apps[$x]['menu'][0]['title']['pt-br'] = "Centro de Conferência";
$apps[$x]['menu'][0]['title']['pl'] = "Centrum Konferencyjne";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Конференц-центр";
$apps[$x]['menu'][0]['title']['sv-se'] = "Konferenscenter";
$apps[$x]['menu'][0]['title']['uk'] = "Конференц-центр";
$apps[$x]['menu'][0]['title']['de-de'] = "Konferenz Zentrale";
$apps[$x]['menu'][0]['title']['de-at'] = "Konferenz Zentrale";
$apps[$x]['menu'][0]['uuid'] = "95f88726-4706-43f0-b52b-9504a0b8046f";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/conference_centers/conference_centers.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "user";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Conference Center";
$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'] = "";
$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'] = "95f88726-4706-43f0-b52b-9504a0b8046f";
$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_centers.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "user";
?>

View File

@ -1,22 +1,31 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = 'Conference Controls';
$apps[$x]['menu'][0]['title']['es-cl'] = '';
$apps[$x]['menu'][0]['title']['pt-br'] = 'Controles de conferência';
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
$apps[$x]['menu'][0]['title']['pl'] = '';
$apps[$x]['menu'][0]['title']['ru-ru'] = 'Конференции Управление';
$apps[$x]['menu'][0]['title']['sv-se'] = '';
$apps[$x]['menu'][0]['title']['uk'] = '';
$apps[$x]['menu'][0]['title']['de-de'] = 'Konferenzsteuerung';
$apps[$x]['menu'][0]['title']['de-at'] = 'Konferenzsteuerung';
$apps[$x]['menu'][0]['uuid'] = '9896d4b5-507f-4d0e-8db7-caa7f4655202';
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/conference_controls/conference_controls.php';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
//$apps[$x]['menu'][0]['groups'][] = 'admin';
//$apps[$x]['menu'][0]['groups'][] = 'user';
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = 'Conference Controls';
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = 'Konferenzsteuerung';
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = 'Konferenzsteuerung';
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$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'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = 'Controles de conferência';
$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]['uuid'] = '9896d4b5-507f-4d0e-8db7-caa7f4655202';
$apps[$x]['menu'][$y]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][$y]['category'] = 'internal';
$apps[$x]['menu'][$y]['path'] = '/app/conference_controls/conference_controls.php';
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
//$apps[$x]['menu'][$y]['groups'][] = 'admin';
//$apps[$x]['menu'][$y]['groups'][] = 'user';
?>

View File

@ -1,21 +1,31 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = 'Conference Profiles';
$apps[$x]['menu'][0]['title']['es-cl'] = '';
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
$apps[$x]['menu'][0]['title']['pl'] = '';
$apps[$x]['menu'][0]['title']['ru-ru'] = 'Конференции Профили';
$apps[$x]['menu'][0]['title']['sv-se'] = '';
$apps[$x]['menu'][0]['title']['uk'] = '';
$apps[$x]['menu'][0]['title']['de-de'] = 'Konferenzprofile';
$apps[$x]['menu'][0]['title']['de-at'] = 'Konferenzprofile';
$apps[$x]['menu'][0]['uuid'] = '6ebe7b9c-e964-4349-a002-288ea6ad08ca';
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/conference_profiles/conference_profiles.php';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
//$apps[$x]['menu'][0]['groups'][] = 'admin';
//$apps[$x]['menu'][0]['groups'][] = 'user';
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = 'Conference Profiles';
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = 'Konferenzprofile';
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = 'Konferenzprofile';
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$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'] = "";
$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]['uuid'] = '6ebe7b9c-e964-4349-a002-288ea6ad08ca';
$apps[$x]['menu'][$y]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][$y]['category'] = 'internal';
$apps[$x]['menu'][$y]['path'] = '/app/conference_profiles/conference_profiles.php';
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
//$apps[$x]['menu'][$y]['groups'][] = 'admin';
//$apps[$x]['menu'][$y]['groups'][] = 'user';
?>

View File

@ -1,22 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Conferences";
$apps[$x]['menu'][0]['title']['es-cl'] = "Conferencias";
$apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = "Konferenzen";
$apps[$x]['menu'][0]['title']['de-at'] = "Konferenzen";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Conférences";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Conferencias";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Конференции";
$apps[$x]['menu'][0]['uuid'] = "9f2a8c08-3e65-c41c-a716-3b53d42bc4d4";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/conferences/conferences.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Conferences";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Konferenzen";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Konferenzen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Conferencias";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Conférences";
$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'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$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'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "9f2a8c08-3e65-c41c-a716-3b53d42bc4d4";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/conferences/conferences.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,21 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Active Conferences";
$apps[$x]['menu'][0]['title']['es-cl'] = "Conferencias Activas";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Conférences en cours";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Conferencias Activas";
$apps[$x]['menu'][0]['title']['pt-br'] = "Conferência ativa";
$apps[$x]['menu'][0]['title']['pl'] = "Aktywne rozmowy konferencyjne";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Конференции Активные";
$apps[$x]['menu'][0]['title']['sv-se'] = "Aktiva Konferenser";
$apps[$x]['menu'][0]['title']['uk'] = "Активні конференції";
$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Konferenzen";
$apps[$x]['menu'][0]['title']['de-at'] = "Aktive Konferenzen";
$apps[$x]['menu'][0]['uuid'] = "2d857bbb-43b9-b8f7-a138-642868e0453a";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/conferences_active/conferences_active.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Conferences";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Konferenzen";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Konferenzen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Conferencias Activas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Conférences en cours";
$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'] = "Aktywne rozmowy konferencyjne";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Conferência ativa";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Conferencias Activas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференции Активные";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva Konferenser";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні конференції";
$apps[$x]['menu'][$y]['uuid'] = "2d857bbb-43b9-b8f7-a138-642868e0453a";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/conferences_active/conferences_active.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,22 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Contacts";
$apps[$x]['menu'][0]['title']['pt-br'] = "Contatos";
$apps[$x]['menu'][0]['title']['pl'] = "Kontakty";
$apps[$x]['menu'][0]['title']['uk'] = "Контакти";
$apps[$x]['menu'][0]['title']['sv-se'] = "Kontakter";
$apps[$x]['menu'][0]['title']['es-cl'] = "Contactos";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Contacts";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Contactos";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Контакты";
$apps[$x]['menu'][0]['title']['de-de'] = "Kontakte";
$apps[$x]['menu'][0]['title']['de-at'] = "Kontakte";
$apps[$x]['menu'][0]['title']['he'] = "אנשי קשר";
$apps[$x]['menu'][0]['uuid'] = "f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/contacts/contacts.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Contacts";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Kontakte";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Kontakte";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Contactos";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Contacts";
$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'] = "Kontakty";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Contatos";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Contactos";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Контакты";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Kontakter";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Контакти";
$apps[$x]['menu'][$y]['uuid'] = "f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/contacts/contacts.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,26 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Destinations";
$apps[$x]['menu'][0]['title']['es-cl'] = "Destinos";
$apps[$x]['menu'][0]['title']['es-mx'] = "Destinos";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Destinations";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Cibler";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Destinos";
$apps[$x]['menu'][0]['title']['pt-br'] = "Destinos";
$apps[$x]['menu'][0]['title']['pl'] = "Destynacje";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Направления";
$apps[$x]['menu'][0]['title']['sv-se'] = "Destinationer";
$apps[$x]['menu'][0]['title']['uk'] = "Номери";
$apps[$x]['menu'][0]['title']['ro'] = "Destinații";
$apps[$x]['menu'][0]['title']['de-de'] = "Ziele";
$apps[$x]['menu'][0]['title']['de-at'] = "Ziele";
$apps[$x]['menu'][0]['title']['ar-eg'] = "جهات الأتصال";
$apps[$x]['menu'][0]['title']['he'] = "יעד";
$apps[$x]['menu'][0]['uuid'] = "fd2a708a-ff03-c707-c19d-5a4194375eba";
$apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/destinations/destinations.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Destinations";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "جهات الأتصال";
$apps[$x]['menu'][$y]['title']['de-at'] = "Ziele";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Ziele";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Destinos";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Destinos";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Cibler";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Destinations";
$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'] = "Destynacje";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Destinos";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Destinos";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Destinații";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Направления";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Destinationer";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Номери";
$apps[$x]['menu'][$y]['uuid'] = "fd2a708a-ff03-c707-c19d-5a4194375eba";
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/destinations/destinations.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
?>

View File

@ -1,25 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Devices";
$apps[$x]['menu'][0]['title']['es-cl'] = "Dispositivos";
$apps[$x]['menu'][0]['title']['es-mx'] = "Dispositivos";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Equipements";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Dispositifs";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Telefones";
$apps[$x]['menu'][0]['title']['pt-br'] = "Telefones";
$apps[$x]['menu'][0]['title']['pl'] = "Urządzenia";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Устройства";
$apps[$x]['menu'][0]['title']['uk'] = "Пристрої";
$apps[$x]['menu'][0]['title']['sv-se'] = "Enheter";
$apps[$x]['menu'][0]['title']['ro'] = "Dispozitive";
$apps[$x]['menu'][0]['title']['de-de'] = "Geräte";
$apps[$x]['menu'][0]['title']['de-at'] = "Geräte";
$apps[$x]['menu'][0]['title']['he'] = "התקנים";
$apps[$x]['menu'][0]['uuid'] = "f9dce498-b7f9-740f-e592-9e8ff3dac2a0";
$apps[$x]['menu'][0]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/devices/devices.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Devices";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Geräte";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Geräte";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Dispositivos";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Dispositivos";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Dispositifs";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Equipements";
$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'] = "Urządzenia";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Telefones";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Telefones";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Dispozitive";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Устройства";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Enheter";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Пристрої";
$apps[$x]['menu'][$y]['uuid'] = "f9dce498-b7f9-740f-e592-9e8ff3dac2a0";
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/devices/devices.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,44 +1,58 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Dialplan";
$apps[$x]['menu'][0]['title']['es-cl'] = "Plan de Marcado";
$apps[$x]['menu'][0]['title']['es-mx'] = "Plan de Marcado";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Dialplan";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Dialplan";
$apps[$x]['menu'][0]['title']['pt-br'] = "Dialplan";
$apps[$x]['menu'][0]['title']['pl'] = "Dialplan";
$apps[$x]['menu'][0]['title']['ru-ru'] = "План нумерации";
$apps[$x]['menu'][0]['title']['uk'] = "Маршрутизація";
$apps[$x]['menu'][0]['title']['sv-se'] = "Nummerplan";
$apps[$x]['menu'][0]['title']['de-de'] = "Wählplan";
$apps[$x]['menu'][0]['title']['de-at'] = "Wählplan";
$apps[$x]['menu'][0]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][0]['parent_uuid'] = "";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['icon'] = "glyphicon-transfer";
$apps[$x]['menu'][0]['path'] = "";
$apps[$x]['menu'][0]['order'] = "15";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][1]['title']['en-us'] = "Dialplan Manager";
$apps[$x]['menu'][1]['title']['es-cl'] = "Gest. de Plan de Marcado";
$apps[$x]['menu'][1]['title']['es-mx'] = "Administrador de Planes de Marcado";
$apps[$x]['menu'][1]['title']['fr-fr'] = "Gestion du Plan de Numérotation";
$apps[$x]['menu'][1]['title']['fr-ca'] = "Administrateur de Dialplan";
$apps[$x]['menu'][1]['title']['pt-pt'] = "Gestor de Dialplan";
$apps[$x]['menu'][1]['title']['pt-br'] = "Gerenciador de Dialplan";
$apps[$x]['menu'][1]['title']['pl'] = "Menadżer dialplanu";
$apps[$x]['menu'][1]['title']['ru-ru'] = "Управление планом нумерации";
$apps[$x]['menu'][1]['title']['uk'] = "Керування маршрутизацією";
$apps[$x]['menu'][1]['title']['sv-se'] = "Nummerplan Inställningar";
$apps[$x]['menu'][1]['title']['de-de'] = "Wählplan Einstellungen";
$apps[$x]['menu'][1]['title']['de-at'] = "Wählplan Einstellungen";
$apps[$x]['menu'][1]['uuid'] = "52929fee-81d3-4d94-50b7-64842d9393c2";
$apps[$x]['menu'][1]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][1]['category'] = "internal";
$apps[$x]['menu'][1]['path'] = "/app/dialplan/dialplans.php";
$apps[$x]['menu'][1]['groups'][] = "admin";
$apps[$x]['menu'][1]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Wählplan";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Plan de Marcado";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Plan de Marcado";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Dialplan";
$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'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "План нумерации";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Nummerplan";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Маршрутизація";
$apps[$x]['menu'][$y]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "glyphicon-transfer";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "15";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan Manager";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan Einstellungen";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Wählplan Einstellungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gest. de Plan de Marcado";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Administrador de Planes de Marcado";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Administrateur de Dialplan";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion du Plan de Numérotation";
$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'] = "Menadżer dialplanu";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciador de Dialplan";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestor de Dialplan";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление планом нумерации";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Nummerplan Inställningar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Керування маршрутизацією";
$apps[$x]['menu'][$y]['uuid'] = "52929fee-81d3-4d94-50b7-64842d9393c2";
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/dialplan/dialplans.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,19 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Inbound Routes";
$apps[$x]['menu'][0]['title']['es-cl'] = "Rutas de entrada";
$apps[$x]['menu'][0]['title']['es-mx'] = "Rutas de entrada";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Routes Entrantes";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Rotas de Entrada";
$apps[$x]['menu'][0]['title']['pl'] = "Trasy przychodzące";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Маршрутизация входящих";
$apps[$x]['menu'][0]['title']['uk'] = "Вхідні маршрути";
$apps[$x]['menu'][0]['title']['de-de'] = "Eingehendes Routing";
$apps[$x]['menu'][0]['title']['de-at'] = "Eingehendes Routing";
$apps[$x]['menu'][0]['uuid'] = "b64b2bbf-f99b-b568-13dc-32170515a687";
$apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/dialplan/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Inbound Routes";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Eingehendes Routing";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Eingehendes Routing";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Rutas de entrada";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Rutas de entrada";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Routes Entrantes";
$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'] = "Trasy przychodzące";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Rotas de Entrada";
$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]['uuid'] = "b64b2bbf-f99b-b568-13dc-32170515a687";
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/dialplan/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,19 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Outbound Routes";
$apps[$x]['menu'][0]['title']['es-cl'] = "Rutas de salida";
$apps[$x]['menu'][0]['title']['es-mx'] = "Rutas de salida";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Routes Sortantes";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Rotas de Saída";
$apps[$x]['menu'][0]['title']['pl'] = "Trasy wyjściowe";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Маршрутизация исходящих";
$apps[$x]['menu'][0]['title']['uk'] = "Вихідні маршрути";
$apps[$x]['menu'][0]['title']['de-de'] = "Ausgehendes Routing";
$apps[$x]['menu'][0]['title']['de-at'] = "Ausgehendes Routing";
$apps[$x]['menu'][0]['uuid'] = "17e14094-1d57-1106-db2a-a787d34015e9";
$apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/dialplan/dialplans.php?app_uuid=8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Outbound Routes";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Ausgehendes Routing";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Ausgehendes Routing";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Rutas de salida";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Rutas de salida";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Routes Sortantes";
$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'] = "Trasy wyjściowe";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Rotas de Saída";
$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]['uuid'] = "17e14094-1d57-1106-db2a-a787d34015e9";
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/dialplan/dialplans.php?app_uuid=8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,19 +1,25 @@
<?php
$y = 0;
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Script Editor";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Scripts";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Skript Editor";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Skript Editor";
$apps[$x]['menu'][$y]['title']['de-at'] = "Skript Editor";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de script";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Scripts";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Scripts";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de script";
$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'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Scripts";
$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]['uuid'] = "f1905fec-0577-daef-6045-59d09b7d3f94";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "external";
@ -22,18 +28,24 @@
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "XML Editor";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor XML";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "XML Editor";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "XML Editor";
$apps[$x]['menu'][$y]['title']['de-at'] = "XML Editor";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur XML";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor XML";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor XML";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur XML";
$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'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor XML";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор XML";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "16013877-606a-2a05-7d6a-c1b215839131";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "external";
@ -42,18 +54,24 @@
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Provision Editor";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Provisionamiento";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Bereitstellungs Editor";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Bereitstellungs Editor";
$apps[$x]['menu'][$y]['title']['de-at'] = "Bereitstellungs Editor";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Provisioning";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Provisionamiento";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Provisionamento";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Provisioning";
$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'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Provisionamento";
$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]['uuid'] = "57773542-a565-1a29-605d-6535da1a0870";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "external";
@ -62,18 +80,24 @@
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "PHP Editor";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor PHP";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "PHP Editor";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "PHP Editor";
$apps[$x]['menu'][$y]['title']['de-at'] = "PHP Editor";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur PHP";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor PHP";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de PHP";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur PHP";
$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'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de PHP";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор PHP";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "eae1f2d6-789b-807c-cc26-44501e848693";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "external";
@ -82,18 +106,24 @@
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Grammar Editor";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor Gramático";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Editor Gramático";
$apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Grammatik Editor";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Grammatik Editor";
$apps[$x]['menu'][$y]['title']['de-at'] = "Grammatik Editor";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Grammaire";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor Gramático";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Editor Gramático";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor Gramático";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Grammaire";
$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'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor Gramático";
$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]['uuid'] = "c3db739e-89f9-0fa2-44ce-0f4c2ff43b1a";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "external";

View File

@ -1,20 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Emails";
$apps[$x]['menu'][0]['title']['es-cl'] = "Los Correos Electrónico";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Courriels";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Emails";
$apps[$x]['menu'][0]['title']['pt-br'] = "Emails";
$apps[$x]['menu'][0]['title']['pl'] = "E-maile";
$apps[$x]['menu'][0]['title']['sv-se'] = "E-post";
$apps[$x]['menu'][0]['title']['de-de'] = "Emails";
$apps[$x]['menu'][0]['title']['de-at'] = "Emails";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Электронная почта";
$apps[$x]['menu'][0]['uuid'] = "1c2b9569-975f-4b82-9378-f3c5b63991e2";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/emails/emails.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Emails";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Emails";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Emails";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Los Correos Electrónico";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Courriels";
$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'] = "E-maile";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Emails";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Emails";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Электронная почта";
$apps[$x]['menu'][$y]['title']['sv-se'] = "E-post";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "1c2b9569-975f-4b82-9378-f3c5b63991e2";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/emails/emails.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,22 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Command";
$apps[$x]['menu'][0]['title']['es-cl'] = "Comando";
$apps[$x]['menu'][0]['title']['es-mx'] = "Comando";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Commande";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Command";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Comandos";
$apps[$x]['menu'][0]['title']['pt-br'] = "Comandos";
$apps[$x]['menu'][0]['title']['pl'] = "Polecenie";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Выполнение команд";
$apps[$x]['menu'][0]['title']['sv-se'] = "Kommando";
$apps[$x]['menu'][0]['title']['uk'] = "Команди";
$apps[$x]['menu'][0]['title']['de-de'] = "Befehle";
$apps[$x]['menu'][0]['title']['de-at'] = "Befehle";
$apps[$x]['menu'][0]['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/exec/exec.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Command";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Befehle";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Befehle";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Comando";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Comando";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Command";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Commande";
$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'] = "Polecenie";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Comandos";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Comandos";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Выполнение команд";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Kommando";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Команди";
$apps[$x]['menu'][$y]['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/exec/exec.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,26 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Extensions";
$apps[$x]['menu'][0]['title']['es-cl'] = "Extensiones";
$apps[$x]['menu'][0]['title']['es-mx'] = "Extensiones";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Extensions";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Post téléphonique";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Extensões";
$apps[$x]['menu'][0]['title']['pt-br'] = "Extensões";
$apps[$x]['menu'][0]['title']['pl'] = "Numery wewnętrzne";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Внутренние номера";
$apps[$x]['menu'][0]['title']['uk'] = "Розширення";
$apps[$x]['menu'][0]['title']['sv-se'] = "Anknytningar";
$apps[$x]['menu'][0]['title']['ro'] = "Extensii";
$apps[$x]['menu'][0]['title']['de-de'] = "Nebenstellen";
$apps[$x]['menu'][0]['title']['de-at'] = "Nebenstellen";
$apps[$x]['menu'][0]['title']['ar-eg'] = "الأرقام الداخلية";
$apps[$x]['menu'][0]['title']['he'] = "שלוחות";
$apps[$x]['menu'][0]['uuid'] = "d3036a99-9a9f-2ad6-a82a-1fe7bebbe2d3";
$apps[$x]['menu'][0]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/extensions/extensions.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Extensions";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الأرقام الداخلية";
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Nebenstellen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Extensiones";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Extensiones";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Post téléphonique";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Extensions";
$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'] = "Numery wewnętrzne";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Extensões";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Extensões";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Extensii";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Внутренние номера";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Anknytningar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Розширення";
$apps[$x]['menu'][$y]['uuid'] = "d3036a99-9a9f-2ad6-a82a-1fe7bebbe2d3";
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/extensions/extensions.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,27 +1,31 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Fax Server";
$apps[$x]['menu'][0]['title']['es-cl'] = "Servidor de Fax";
$apps[$x]['menu'][0]['title']['es-mx'] = "Servidor de Fax";
$apps[$x]['menu'][0]['title']['de-de'] = "Faxserver";
$apps[$x]['menu'][0]['title']['de-ch'] = "Faxserver";
$apps[$x]['menu'][0]['title']['de-de'] = "Fax Server";
$apps[$x]['menu'][0]['title']['de-at'] = "Fax Server";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Serveur Fax";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Serveur du fax";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Servidor de Fax";
$apps[$x]['menu'][0]['title']['pt-br'] = "Servidor de Fax";
$apps[$x]['menu'][0]['title']['pl'] = "Serwer faksowy";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Сервер факсов";
$apps[$x]['menu'][0]['title']['sv-se'] = "Fax Server";
$apps[$x]['menu'][0]['title']['ro'] = "Server Fax";
$apps[$x]['menu'][0]['title']['he'] = "שרת פקסים";
$apps[$x]['menu'][0]['uuid'] = "9c9642e4-2b9b-2785-18d0-6c0a4ede2b2f";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/fax/fax.php";
$apps[$x]['menu'][0]['groups'][] = "user";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Fax Server";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Faxserver";
$apps[$x]['menu'][$y]['title']['de-de'] = "Faxserver";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Servidor de Fax";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Servidor de Fax";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Serveur du fax";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Serveur Fax";
$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'] = "Serwer faksowy";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Servidor de Fax";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Servidor de Fax";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Server Fax";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Сервер факсов";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Fax Server";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "9c9642e4-2b9b-2785-18d0-6c0a4ede2b2f";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/fax/fax.php";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,23 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Queues";
$apps[$x]['menu'][0]['title']['es-cl'] = "Colas";
$apps[$x]['menu'][0]['title']['es-mx'] = "Colas";
$apps[$x]['menu'][0]['title']['de-de'] = "Warteschlangen";
$apps[$x]['menu'][0]['title']['de-ch'] = "Warteschlangen";
$apps[$x]['menu'][0]['title']['de-at'] = "Warteschlangen";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Queues";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Filas";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['title']['pl'] = "Kolejki";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Очереди";
$apps[$x]['menu'][0]['uuid'] = "c535ac0b-1da1-0f9c-4653-7934c6f4732c";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/dialplan/dialplans.php?app_uuid=16589224-c876-aeb3-f59f-523a1c0801f7";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Queues";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Warteschlangen";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Warteschlangen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Warteschlangen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Colas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Colas";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues";
$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'] = "Kolejki";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Filas";
$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]['uuid'] = "c535ac0b-1da1-0f9c-4653-7934c6f4732c";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/dialplan/dialplans.php?app_uuid=16589224-c876-aeb3-f59f-523a1c0801f7";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,23 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Active Queues";
$apps[$x]['menu'][0]['title']['es-cl'] = "Colas activas";
$apps[$x]['menu'][0]['title']['es-mx'] = "Colas activas";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Queues Actives";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Queues actives";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Filas Activas";
$apps[$x]['menu'][0]['title']['pt-br'] = "Filas ativas";
$apps[$x]['menu'][0]['title']['pl'] = "Aktywne kolejki";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Активные Очереди";
$apps[$x]['menu'][0]['title']['sv-se'] = "Aktiva Köer";
$apps[$x]['menu'][0]['title']['uk'] = "Активні черги";
$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Warteschlangen";
$apps[$x]['menu'][0]['title']['de-at'] = "Aktive Warteschlangen";
$apps[$x]['menu'][0]['uuid'] = "450f1225-9187-49ac-a119-87bc26025f7d";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/fifo_list/fifo_list.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Queues";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Warteschlangen";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Warteschlangen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Colas activas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Colas activas";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Queues actives";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues Actives";
$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'] = "Aktywne kolejki";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Filas ativas";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Filas Activas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные Очереди";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva Köer";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні черги";
$apps[$x]['menu'][$y]['uuid'] = "450f1225-9187-49ac-a119-87bc26025f7d";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/fifo_list/fifo_list.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,22 +1,31 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Follow Me";
$apps[$x]['menu'][0]['title']['es-mx'] = "Sígueme";
$apps[$x]['menu'][0]['title']['de-de'] = "Follow Me";
$apps[$x]['menu'][0]['title']['de-ch'] = "Follow Me";
$apps[$x]['menu'][0]['title']['de-at'] = "Follow Me";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Follow Me";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Следуй за мной";
$apps[$x]['menu'][0]['uuid'] = "a1144e12-873e-4722-9818-02da1adb6ba3";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/calls/calls.php";
$apps[$x]['menu'][0]['groups'][] = "user";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Follow Me";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Follow Me";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Follow Me";
$apps[$x]['menu'][$y]['title']['de-de'] = "Follow Me";
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Sígueme";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Follow Me";
$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'] = "";
$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]['uuid'] = "a1144e12-873e-4722-9818-02da1adb6ba3";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/calls/calls.php";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,22 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Gateways";
$apps[$x]['menu'][0]['title']['es-cl'] = "Pasarelas";
$apps[$x]['menu'][0]['title']['es-mx'] = "Pasarelas";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Passerelles";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gateways";
$apps[$x]['menu'][0]['title']['pt-br'] = "Gateways";
$apps[$x]['menu'][0]['title']['pl'] = "Brama wyjściowa ";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Шлюзы";
$apps[$x]['menu'][0]['title']['uk'] = "Шлюзи";
$apps[$x]['menu'][0]['title']['sv-se'] = "Gateways";
$apps[$x]['menu'][0]['title']['de-de'] = "Gateways";
$apps[$x]['menu'][0]['title']['de-at'] = "Gateways";
$apps[$x]['menu'][0]['title']['ar-eg'] = "البوابات";
$apps[$x]['menu'][0]['uuid'] = "237a512a-f8fe-1ce4-b5d7-e71c401d7159";
$apps[$x]['menu'][0]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/gateways/gateways.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Gateways";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "البوابات";
$apps[$x]['menu'][$y]['title']['de-at'] = "Gateways";
$apps[$x]['menu'][$y]['title']['de-de'] = "Gateways";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Pasarelas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Pasarelas";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Passerelles";
$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'] = "Brama wyjściowa ";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gateways";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gateways";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Шлюзы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Gateways";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Шлюзи";
$apps[$x]['menu'][$y]['uuid'] = "237a512a-f8fe-1ce4-b5d7-e71c401d7159";
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/gateways/gateways.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,20 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "IVR Menu";
$apps[$x]['menu'][0]['title']['es-cl'] = "Menú IVR";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Menu SVI";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Menu de IVR";
$apps[$x]['menu'][0]['title']['pt-br'] = "Menu de IVR";
$apps[$x]['menu'][0]['title']['pl'] = "Zapowiedzi głosowe (IVR)";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Голосовые меню (IVR)";
$apps[$x]['menu'][0]['title']['sv-se'] = "IVR Meny";
$apps[$x]['menu'][0]['title']['de-de'] = "Automatische Vermittlung";
$apps[$x]['menu'][0]['title']['de-at'] = "Automatische Vermittlung";
$apps[$x]['menu'][0]['uuid'] = "72259497-a67b-e5aa-cac2-0f2dcef16308";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/ivr_menus/ivr_menus.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "IVR Menu";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Automatische Vermittlung";
$apps[$x]['menu'][$y]['title']['de-de'] = "Automatische Vermittlung";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Menu SVI";
$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'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zapowiedzi głosowe (IVR)";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Menu de IVR";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Menu de IVR";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовые меню (IVR)";
$apps[$x]['menu'][$y]['title']['sv-se'] = "IVR Meny";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "72259497-a67b-e5aa-cac2-0f2dcef16308";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/ivr_menus/ivr_menus.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,20 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Log Viewer";
$apps[$x]['menu'][0]['title']['es-cl'] = "Visor de eventos";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Voir les Logs";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Visualizar Log";
$apps[$x]['menu'][0]['title']['pt-br'] = "Visualizar Log";
$apps[$x]['menu'][0]['title']['pl'] = "Podgląd logów";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Просмотр логов";
$apps[$x]['menu'][0]['title']['sv-se'] = "Log Viewer ";
$apps[$x]['menu'][0]['title']['uk'] = "Логи";
$apps[$x]['menu'][0]['title']['de-de'] = "Log Betrachter";
$apps[$x]['menu'][0]['title']['de-at'] = "Log Betrachter";
$apps[$x]['menu'][0]['uuid'] = "781ebbec-a55a-9d60-f7bb-f54ab2ee4e7e";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/log_viewer/log_viewer.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Log Viewer";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Log Betrachter";
$apps[$x]['menu'][$y]['title']['de-de'] = "Log Betrachter";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Visor de eventos";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Voir les Logs";
$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'] = "Podgląd logów";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Visualizar Log";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Visualizar Log";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Просмотр логов";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Log Viewer ";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логи";
$apps[$x]['menu'][$y]['uuid'] = "781ebbec-a55a-9d60-f7bb-f54ab2ee4e7e";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/log_viewer/log_viewer.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,20 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Modules";
$apps[$x]['menu'][0]['title']['es-cl'] = "Módulos";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Modules";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Modulos";
$apps[$x]['menu'][0]['title']['pt-br'] = "Módulos";
$apps[$x]['menu'][0]['title']['pl'] = "Moduły";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Модули";
$apps[$x]['menu'][0]['title']['uk'] = "Модулі";
$apps[$x]['menu'][0]['title']['sv-se'] = "Moduler";
$apps[$x]['menu'][0]['title']['de-de'] = "Module";
$apps[$x]['menu'][0]['title']['de-at'] = "Module";
$apps[$x]['menu'][0]['uuid'] = "49fdb4e1-5417-0e7a-84b3-eb77f5263ea7";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/modules/modules.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Modules";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Module";
$apps[$x]['menu'][$y]['title']['de-de'] = "Module";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Módulos";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Modules";
$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'] = "Moduły";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Módulos";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Modulos";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Модули";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Moduler";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Модулі";
$apps[$x]['menu'][$y]['uuid'] = "49fdb4e1-5417-0e7a-84b3-eb77f5263ea7";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/modules/modules.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,22 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Music on Hold";
$apps[$x]['menu'][0]['title']['es-cl'] = "Música en espera";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Musique d'attente";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Musica em Espera";
$apps[$x]['menu'][0]['title']['pt-br'] = "Música de espera";
$apps[$x]['menu'][0]['title']['pl'] = "Muzyka na czekanie";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Музыка на удержании";
$apps[$x]['menu'][0]['title']['sv-se'] = "Väntmusik";
$apps[$x]['menu'][0]['title']['uk'] = "Музика на утриманні";
$apps[$x]['menu'][0]['title']['de-de'] = "Wartemusik";
$apps[$x]['menu'][0]['title']['de-at'] = "Wartemusik";
$apps[$x]['menu'][0]['title']['he'] = "מוסיקה בהמתנה";
$apps[$x]['menu'][0]['uuid'] = "1cd1d6cb-912d-db32-56c3-e0d5699feb9d";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/music_on_hold/music_on_hold.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Music on Hold";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Wartemusik";
$apps[$x]['menu'][$y]['title']['de-de'] = "Wartemusik";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Música en espera";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Musique d'attente";
$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'] = "Muzyka na czekanie";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Música de espera";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Musica em Espera";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Музыка на удержании";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Väntmusik";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Музика на утриманні";
$apps[$x]['menu'][$y]['uuid'] = "1cd1d6cb-912d-db32-56c3-e0d5699feb9d";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/music_on_hold/music_on_hold.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
?>

View File

@ -1,20 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Operator Panel";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Panneau Operateur";
$apps[$x]['menu'][0]['title']['pl'] = "Panel operatora";
$apps[$x]['menu'][0]['title']['pt-br'] = "Painel do operador";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Панель оператора";
$apps[$x]['menu'][0]['title']['sv-se'] = "Telefonist Panel";
$apps[$x]['menu'][0]['title']['uk'] = "Панель оператора";
$apps[$x]['menu'][0]['title']['de-de'] = "Bedienfeld";
$apps[$x]['menu'][0]['title']['de-at'] = "Bedienfeld";
$apps[$x]['menu'][0]['title']['he'] = "לוח מפעיל";
$apps[$x]['menu'][0]['uuid'] = "dd3d173a-5d51-4231-ab22-b18c5b712bb2";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/operator_panel/index.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Operator Panel";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Bedienfeld";
$apps[$x]['menu'][$y]['title']['de-de'] = "Bedienfeld";
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Panneau Operateur";
$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'] = "Panel operatora";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Painel do operador";
$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'] = "Telefonist Panel";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Панель оператора";
$apps[$x]['menu'][$y]['uuid'] = "dd3d173a-5d51-4231-ab22-b18c5b712bb2";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/operator_panel/index.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
?>

View File

@ -1,21 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Phrases";
$apps[$x]['menu'][0]['title']['es-cl'] = "Grabaciones";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Guides Vocaux";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gravações";
$apps[$x]['menu'][0]['title']['pt-br'] = "Gravações";
$apps[$x]['menu'][0]['title']['pl'] = "Zwroty";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Фразы";
$apps[$x]['menu'][0]['title']['sv-se'] = "Fraser";
$apps[$x]['menu'][0]['title']['uk'] = "Фрази";
$apps[$x]['menu'][0]['title']['de-de'] = "Phrasen";
$apps[$x]['menu'][0]['title']['de-at'] = "Phrasen";
$apps[$x]['menu'][0]['uuid'] = "a5caa6dc-a6d7-41c3-a484-e556ffd0d2ff";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/phrases/phrases.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Phrases";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Phrasen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Phrasen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabaciones";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides Vocaux";
$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'] = "Zwroty";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gravações";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gravações";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Фразы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Fraser";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Фрази";
$apps[$x]['menu'][$y]['uuid'] = "a5caa6dc-a6d7-41c3-a484-e556ffd0d2ff";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/phrases/phrases.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,21 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = 'PIN Numbers';
$apps[$x]['menu'][0]['title']['es-cl'] = '';
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
$apps[$x]['menu'][0]['title']['pl'] = '';
$apps[$x]['menu'][0]['title']['ru-ru'] = 'PIN коды';
$apps[$x]['menu'][0]['title']['sv-se'] = '';
$apps[$x]['menu'][0]['title']['uk'] = '';
$apps[$x]['menu'][0]['title']['de-de'] = 'PIN Nummern';
$apps[$x]['menu'][0]['title']['de-at'] = 'PIN Nummern';
$apps[$x]['menu'][0]['uuid'] = '2e3d8f49-5beb-44a8-9617-0bffc5b418c2';
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/pin_numbers/pin_numbers.php';
//$apps[$x]['menu'][0]['groups'][] = 'superadmin';
//$apps[$x]['menu'][0]['groups'][] = 'admin';
//$apps[$x]['menu'][0]['groups'][] = 'user';
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = 'PIN Numbers';
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = 'PIN Nummern';
$apps[$x]['menu'][$y]['title']['de-de'] = 'PIN Nummern';
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$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'] = "";
$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'] = 'PIN коды';
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = '2e3d8f49-5beb-44a8-9617-0bffc5b418c2';
$apps[$x]['menu'][$y]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][$y]['category'] = 'internal';
$apps[$x]['menu'][$y]['path'] = '/app/pin_numbers/pin_numbers.php';
//$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
//$apps[$x]['menu'][$y]['groups'][] = 'admin';
//$apps[$x]['menu'][$y]['groups'][] = 'user';
?>

View File

@ -1,21 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Recordings";
$apps[$x]['menu'][0]['title']['es-cl'] = "Grabaciones";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Guides Vocaux";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gravações";
$apps[$x]['menu'][0]['title']['pt-br'] = "Gravações";
$apps[$x]['menu'][0]['title']['pl'] = "Nagrywanie rozmów";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Записи";
$apps[$x]['menu'][0]['title']['sv-se'] = "Inspelningar";
$apps[$x]['menu'][0]['title']['uk'] = "Записи";
$apps[$x]['menu'][0]['title']['de-de'] = "Aufnahmen";
$apps[$x]['menu'][0]['title']['de-at'] = "Aufnahmen";
$apps[$x]['menu'][0]['uuid'] = "e4290fd2-3ccc-a758-1714-660d38453104";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/recordings/recordings.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Recordings";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Aufnahmen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Aufnahmen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabaciones";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides Vocaux";
$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'] = "Nagrywanie rozmów";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gravações";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gravações";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Записи";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Inspelningar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Записи";
$apps[$x]['menu'][$y]['uuid'] = "e4290fd2-3ccc-a758-1714-660d38453104";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/recordings/recordings.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,21 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Registrations";
$apps[$x]['menu'][0]['title']['es-cl'] = "Registros";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Enregistrements SIP";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Registos";
$apps[$x]['menu'][0]['title']['pt-br'] = "Registros";
$apps[$x]['menu'][0]['title']['pl'] = "Rejestracje";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Регистрации SIP";
$apps[$x]['menu'][0]['title']['sv-se'] = "Registreringar";
$apps[$x]['menu'][0]['title']['uk'] = "Реєстрації";
$apps[$x]['menu'][0]['title']['de-de'] = "Registrierungen";
$apps[$x]['menu'][0]['title']['de-at'] = "Registrierungen";
$apps[$x]['menu'][0]['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/registrations/status_registrations.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Registrations";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Registrierungen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Registrierungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registros";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements SIP";
$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'] = "Rejestracje";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Registros";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Registos";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Регистрации SIP";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Registreringar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Реєстрації";
$apps[$x]['menu'][$y]['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/registrations/status_registrations.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,22 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Ring Groups";
$apps[$x]['menu'][0]['title']['es-cl'] = "Grupo de llamados";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Groupes de sonnerie";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Grupos de Ring";
$apps[$x]['menu'][0]['title']['pt-br'] = "Grupos de chamada";
$apps[$x]['menu'][0]['title']['pl'] = "Grupy odbiorców rozmów.";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Группы вызовов";
$apps[$x]['menu'][0]['title']['sv-se'] = "Ringgrupper";
$apps[$x]['menu'][0]['title']['uk'] = "Групи";
$apps[$x]['menu'][0]['title']['de-de'] = "Rufgruppen";
$apps[$x]['menu'][0]['title']['de-at'] = "Rufgruppen";
$apps[$x]['menu'][0]['title']['he'] = "קבוצות חיוג";
$apps[$x]['menu'][0]['uuid'] = "b30f085f-3ec6-2819-7e62-53dfba5cb8d5";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/ring_groups/ring_groups.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Ring Groups";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Rufgruppen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Rufgruppen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grupo de llamados";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Groupes de sonnerie";
$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'] = "Grupy odbiorców rozmów.";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Grupos de chamada";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Grupos de Ring";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Группы вызовов";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Ringgrupper";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Групи";
$apps[$x]['menu'][$y]['uuid'] = "b30f085f-3ec6-2819-7e62-53dfba5cb8d5";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/ring_groups/ring_groups.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
?>

View File

@ -1,21 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Services";
$apps[$x]['menu'][0]['title']['es-cl'] = "Servicios";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Services";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Serviços";
$apps[$x]['menu'][0]['title']['pt-br'] = "Serviços";
$apps[$x]['menu'][0]['title']['pl'] = "Serwisy";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Службы";
$apps[$x]['menu'][0]['title']['sv-se'] = "Tjänster";
$apps[$x]['menu'][0]['title']['ro'] = "Servicii";
$apps[$x]['menu'][0]['title']['uk'] = "Служби";
$apps[$x]['menu'][0]['title']['de-de'] = "Dienste";
$apps[$x]['menu'][0]['title']['de-at'] = "Dienste";
$apps[$x]['menu'][0]['uuid'] = "c28f14e9-e5ad-e992-0931-d5f5f0db6a79";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/services/services.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Services";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Dienste";
$apps[$x]['menu'][$y]['title']['de-de'] = "Dienste";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Servicios";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Services";
$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'] = "Serwisy";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Serviços";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Serviços";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Servicii";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Службы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Tjänster";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Служби";
$apps[$x]['menu'][$y]['uuid'] = "c28f14e9-e5ad-e992-0931-d5f5f0db6a79";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/services/services.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,20 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Settings";
$apps[$x]['menu'][0]['title']['es-cl'] = "Configuraciones";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Configuration";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Definições";
$apps[$x]['menu'][0]['title']['pt-br'] = "Definições";
$apps[$x]['menu'][0]['title']['pl'] = "Ustawienia";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Конфигурация";
$apps[$x]['menu'][0]['title']['uk'] = "Налаштування";
$apps[$x]['menu'][0]['title']['sv-se'] = "Inställningar";
$apps[$x]['menu'][0]['title']['de-de'] = "Einstellungen";
$apps[$x]['menu'][0]['title']['de-at'] = "Einstellungen";
$apps[$x]['menu'][0]['uuid'] = "148ea42a-3711-3d64-181b-07a6a3c3ed60";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/settings/setting_edit.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Settings";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Einstellungen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Einstellungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Configuraciones";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration";
$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'] = "Ustawienia";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Definições";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Definições";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конфигурация";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Inställningar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Налаштування";
$apps[$x]['menu'][$y]['uuid'] = "148ea42a-3711-3d64-181b-07a6a3c3ed60";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/settings/setting_edit.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,20 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "SIP Profiles";
$apps[$x]['menu'][0]['title']['es-cl'] = "Perfiles SIP";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Profiles SIP";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Perfis SIP";
$apps[$x]['menu'][0]['title']['pt-br'] = "Perfis SIP";
$apps[$x]['menu'][0]['title']['pl'] = "Profile SIP";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Профили SIP";
$apps[$x]['menu'][0]['title']['sv-se'] = "SIP Profiler";
$apps[$x]['menu'][0]['title']['uk'] = "SIP профілі";
$apps[$x]['menu'][0]['title']['de-de'] = "SIP Profile";
$apps[$x]['menu'][0]['title']['de-at'] = "SIP Profile";
$apps[$x]['menu'][0]['uuid'] = "47014b1d-13ad-921c-313d-ca42c0424b37";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/sip_profiles/sip_profiles.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "SIP Profiles";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "SIP Profile";
$apps[$x]['menu'][$y]['title']['de-de'] = "SIP Profile";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Perfiles SIP";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Profiles SIP";
$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'] = "Profile SIP";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Perfis SIP";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Perfis SIP";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Профили SIP";
$apps[$x]['menu'][$y]['title']['sv-se'] = "SIP Profiler";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "SIP профілі";
$apps[$x]['menu'][$y]['uuid'] = "47014b1d-13ad-921c-313d-ca42c0424b37";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/sip_profiles/sip_profiles.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,20 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "SIP Status";
$apps[$x]['menu'][0]['title']['es-cl'] = "Estado de SIP";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Statut SIP";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Estado do SIP";
$apps[$x]['menu'][0]['title']['pt-br'] = "Estado do SIP";
$apps[$x]['menu'][0]['title']['pl'] = "Status SIP";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Статус SIP";
$apps[$x]['menu'][0]['title']['sv-se'] = "SIP Status";
$apps[$x]['menu'][0]['title']['uk'] = "Стан SIP";
$apps[$x]['menu'][0]['title']['de-de'] = "SIP Status";
$apps[$x]['menu'][0]['title']['de-at'] = "SIP Status";
$apps[$x]['menu'][0]['uuid'] = "b7aea9f7-d3cf-711f-828e-46e56e2e5328";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/sip_status/sip_status.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "SIP Status";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "SIP Status";
$apps[$x]['menu'][$y]['title']['de-de'] = "SIP Status";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de SIP";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Statut SIP";
$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'] = "Status SIP";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do SIP";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do SIP";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статус SIP";
$apps[$x]['menu'][$y]['title']['sv-se'] = "SIP Status";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Стан SIP";
$apps[$x]['menu'][$y]['uuid'] = "b7aea9f7-d3cf-711f-828e-46e56e2e5328";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/sip_status/sip_status.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,20 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "System Status";
$apps[$x]['menu'][0]['title']['es-cl'] = "Estado de Sistema";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Etat Système";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Estado do Sistema";
$apps[$x]['menu'][0]['title']['pt-br'] = "Estado do sistema";
$apps[$x]['menu'][0]['title']['pl'] = "Stan systemu";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Состояние cистемы";
$apps[$x]['menu'][0]['title']['sv-se'] = "System Status";
$apps[$x]['menu'][0]['title']['uk'] = "Стан системи ";
$apps[$x]['menu'][0]['title']['de-de'] = "System Status";
$apps[$x]['menu'][0]['title']['de-at'] = "System Status";
$apps[$x]['menu'][0]['uuid'] = "5243e0d2-0e8b-277a-912e-9d8b5fcdb41d";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/system/system.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "System Status";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "System Status";
$apps[$x]['menu'][$y]['title']['de-de'] = "System Status";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de Sistema";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Etat Système";
$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'] = "Stan systemu";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do sistema";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do Sistema";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Состояние cистемы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "System Status";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Стан системи ";
$apps[$x]['menu'][$y]['uuid'] = "5243e0d2-0e8b-277a-912e-9d8b5fcdb41d";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/system/system.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,21 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Time Conditions";
$apps[$x]['menu'][0]['title']['es-cl'] = "Condic. de Tiempo";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Conditions Temporelles";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Condições Temporais";
$apps[$x]['menu'][0]['title']['pt-br'] = "Condições temporarias";
$apps[$x]['menu'][0]['title']['pl'] = "Warunki czasowe";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Условия по времени";
$apps[$x]['menu'][0]['title']['sv-se'] = "Tidsstyrning";
$apps[$x]['menu'][0]['title']['uk'] = "Часові умови";
$apps[$x]['menu'][0]['title']['de-de'] = "Zeitschaltung";
$apps[$x]['menu'][0]['title']['de-at'] = "Zeitschaltung";
$apps[$x]['menu'][0]['uuid'] = "67aede56-8623-df2d-6338-ecfbde5825f7";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/time_conditions/time_conditions.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Time Conditions";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Zeitschaltung";
$apps[$x]['menu'][$y]['title']['de-de'] = "Zeitschaltung";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Condic. de Tiempo";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Conditions Temporelles";
$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'] = "Warunki czasowe";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Condições temporarias";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Condições Temporais";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Условия по времени";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Tidsstyrning";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Часові умови";
$apps[$x]['menu'][$y]['uuid'] = "67aede56-8623-df2d-6338-ecfbde5825f7";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/time_conditions/time_conditions.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,20 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Traffic Graph";
$apps[$x]['menu'][0]['title']['es-cl'] = "Gráfico de Tráfico";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Traffic Graphe";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Grafico de Trafego";
$apps[$x]['menu'][0]['title']['pt-br'] = "Gráfico de tráfego";
$apps[$x]['menu'][0]['title']['pl'] = "Wykres przesyłu danych";
$apps[$x]['menu'][0]['title']['ru-ru'] = "График трафика";
$apps[$x]['menu'][0]['title']['sv-se'] = "Trafik Graf";
$apps[$x]['menu'][0]['title']['uk'] = "Трафік";
$apps[$x]['menu'][0]['title']['de-de'] = "Netzauslastungsdiagramm";
$apps[$x]['menu'][0]['title']['de-at'] = "Netzauslastungsdiagramm";
$apps[$x]['menu'][0]['uuid'] = "05ac3828-dc2b-c0e2-282c-79920f5349e0";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/traffic_graph/status_graph.php?width=660&height=330";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Traffic Graph";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Netzauslastungsdiagramm";
$apps[$x]['menu'][$y]['title']['de-de'] = "Netzauslastungsdiagramm";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gráfico de Tráfico";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Traffic Graphe";
$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'] = "Wykres przesyłu danych";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gráfico de tráfego";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Grafico de Trafego";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "График трафика";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Trafik Graf";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Трафік";
$apps[$x]['menu'][$y]['uuid'] = "05ac3828-dc2b-c0e2-282c-79920f5349e0";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/traffic_graph/status_graph.php?width=660&height=330";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,20 +1,27 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Variables";
$apps[$x]['menu'][0]['title']['es-cl'] = "Variables";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Variables";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Variáveis";
$apps[$x]['menu'][0]['title']['pt-br'] = "Variáveis";
$apps[$x]['menu'][0]['title']['pl'] = "Zmienne";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Параметры FreeSwitch";
$apps[$x]['menu'][0]['title']['uk'] = "Змінні";
$apps[$x]['menu'][0]['title']['sv-se'] = "Variabler";
$apps[$x]['menu'][0]['title']['de-de'] = "Variablen";
$apps[$x]['menu'][0]['title']['de-at'] = "Variablen";
$apps[$x]['menu'][0]['uuid'] = "7a4e9ec5-24b9-7200-89b8-d70bf8afdd8f";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/vars/vars.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Variables";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Variablen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Variablen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Variables";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Variables";
$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'] = "Zmienne";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Variáveis";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Variáveis";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Параметры FreeSwitch";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Variabler";
$apps[$x]['menu'][$y]['uuid'] = "7a4e9ec5-24b9-7200-89b8-d70bf8afdd8f";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/vars/vars.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,20 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Voicemail";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Messagerie Vocale";
$apps[$x]['menu'][0]['title']['pl'] = "Poczta głosowa";
$apps[$x]['menu'][0]['title']['pt-br'] = "Correio de voz";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Голосовая почта";
$apps[$x]['menu'][0]['title']['sv-se'] = "Röstbrevlåda";
$apps[$x]['menu'][0]['title']['uk'] = "Голосова пошта";
$apps[$x]['menu'][0]['title']['de-de'] = "Sprachnachrichten";
$apps[$x]['menu'][0]['title']['de-at'] = "Sprachnachrichten";
$apps[$x]['menu'][0]['title']['he'] = "תא קולי";
$apps[$x]['menu'][0]['uuid'] = "0347f82a-62a0-49d0-bacd-511d080c46d5";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/voicemails/voicemails.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Sprachnachrichten";
$apps[$x]['menu'][$y]['title']['de-de'] = "Sprachnachrichten";
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Messagerie Vocale";
$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'] = "Poczta głosowa";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Correio de voz";
$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'] = "Röstbrevlåda";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Голосова пошта";
$apps[$x]['menu'][$y]['uuid'] = "0347f82a-62a0-49d0-bacd-511d080c46d5";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/voicemails/voicemails.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
?>

View File

@ -1,59 +1,80 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Call Detail Records";
$apps[$x]['menu'][0]['title']['es-cl'] = "Registro de detalle de llamada";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Historiques Appels";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Detalhes das Gravações de Voz";
$apps[$x]['menu'][0]['title']['pt-br'] = "Detalhes das gravações de voz";
$apps[$x]['menu'][0]['title']['pl'] = "Wykaz rozmów";
$apps[$x]['menu'][0]['title']['sv-se'] = "Detaljerad Samtalsinformation";
$apps[$x]['menu'][0]['title']['uk'] = "Деталізація дзвінків";
$apps[$x]['menu'][0]['title']['de-de'] = "Meine Gespräche";
$apps[$x]['menu'][0]['title']['de-at'] = "Meine Gespräche";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Детализация вызовов";
$apps[$x]['menu'][0]['uuid'] = "8f80e71a-31a5-6432-47a0-7f5a7b271f05";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/xml_cdr/xml_cdr.php";
$apps[$x]['menu'][0]['groups'][] = "user";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][1]['title']['en-us'] = "CDR Statistics";
$apps[$x]['menu'][1]['title']['es-cl'] = "Statistics CDR";
$apps[$x]['menu'][1]['title']['fr-fr'] = "Statistiques CDR";
$apps[$x]['menu'][1]['title']['pt-pt'] = "Statistics CDR";
$apps[$x]['menu'][1]['title']['pt-br'] = "Estatisticas do CDR";
$apps[$x]['menu'][1]['title']['pl'] = "Statystyki wykazu rozmów";
$apps[$x]['menu'][1]['title']['ru-ru'] = "Статистика CDR";
$apps[$x]['menu'][1]['title']['sv-se'] = "CDR Statistik";
$apps[$x]['menu'][1]['title']['uk'] = "Статистика";
$apps[$x]['menu'][1]['title']['de-de'] = "Anruf Statistik";
$apps[$x]['menu'][1]['title']['de-at'] = "Anruf Statistik";
$apps[$x]['menu'][1]['uuid'] = "032887d2-2315-4e10-b3a2-8989f719c80c";
$apps[$x]['menu'][1]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][1]['category'] = "internal";
$apps[$x]['menu'][1]['path'] = "/app/xml_cdr/xml_cdr_statistics.php";
$apps[$x]['menu'][1]['groups'][] = "user";
$apps[$x]['menu'][1]['groups'][] = "admin";
$apps[$x]['menu'][1]['groups'][] = "superadmin";
$apps[$x]['menu'][2]['title']['en-us'] = "Extension Summary";
$apps[$x]['menu'][2]['title']['es-cl'] = "Extension Summary";
$apps[$x]['menu'][2]['title']['fr-fr'] = "Résumé de l'Extension";
$apps[$x]['menu'][2]['title']['pt-pt'] = "Extension Summary";
$apps[$x]['menu'][2]['title']['pt-br'] = "Extensão do sumário";
$apps[$x]['menu'][2]['title']['pl'] = "Podsumowanie numerów wewnętrznych";
$apps[$x]['menu'][2]['title']['ru-ru'] = "Общая по внутренним номерам";
$apps[$x]['menu'][2]['title']['sv-se'] = "Anknytnings Summering";
$apps[$x]['menu'][2]['title']['de-de'] = "Nebenstellen Statistik";
$apps[$x]['menu'][2]['title']['de-at'] = "Nebenstellen Statistik";
$apps[$x]['menu'][2]['title']['he'] = "סיכום שלוחות";
$apps[$x]['menu'][2]['uuid'] = "4e45a3c1-6db5-417f-9abb-1d30a4fd0bf2";
$apps[$x]['menu'][2]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][2]['category'] = "internal";
$apps[$x]['menu'][2]['path'] = "/app/xml_cdr/xml_cdr_extension_summary.php";
$apps[$x]['menu'][2]['groups'][] = "admin";
$apps[$x]['menu'][2]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Detail Records";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Meine Gespräche";
$apps[$x]['menu'][$y]['title']['de-de'] = "Meine Gespräche";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registro de detalle de llamada";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Historiques Appels";
$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'] = "Wykaz rozmów";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Detalhes das gravações de voz";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Detalhes das Gravações de Voz";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Детализация вызовов";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Detaljerad Samtalsinformation";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Деталізація дзвінків";
$apps[$x]['menu'][$y]['uuid'] = "8f80e71a-31a5-6432-47a0-7f5a7b271f05";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr.php";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "CDR Statistics";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Anruf Statistik";
$apps[$x]['menu'][$y]['title']['de-de'] = "Anruf Statistik";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Statistics CDR";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Statistiques CDR";
$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'] = "Statystyki wykazu rozmów";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estatisticas do CDR";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Statistics CDR";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статистика CDR";
$apps[$x]['menu'][$y]['title']['sv-se'] = "CDR Statistik";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Статистика";
$apps[$x]['menu'][$y]['uuid'] = "032887d2-2315-4e10-b3a2-8989f719c80c";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr_statistics.php";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Extension Summary";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen Statistik";
$apps[$x]['menu'][$y]['title']['de-de'] = "Nebenstellen Statistik";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Extension Summary";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Résumé de l'Extension";
$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'] = "Podsumowanie numerów wewnętrznych";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Extensão do sumário";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Extension Summary";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Общая по внутренним номерам";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Anknytnings Summering";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "4e45a3c1-6db5-417f-9abb-1d30a4fd0bf2";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr_extension_summary.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,41 +1,55 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Apps";
$apps[$x]['menu'][0]['title']['es-cl'] = "Aplicaciones";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Apps";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Aplicações";
$apps[$x]['menu'][0]['title']['pt-br'] = "Aplicações";
$apps[$x]['menu'][0]['title']['pl'] = "Aplikacje";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Приложения";
$apps[$x]['menu'][0]['title']['sv-se'] = "Appar";
$apps[$x]['menu'][0]['title']['uk'] = "Додатки";
$apps[$x]['menu'][0]['title']['de-de'] = "Applikationen";
$apps[$x]['menu'][0]['title']['de-at'] = "Applikationen";
$apps[$x]['menu'][0]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['parent_uuid'] = "";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['icon'] = "glyphicon-send";
$apps[$x]['menu'][0]['path'] = "";
$apps[$x]['menu'][0]['order'] = "20";
$apps[$x]['menu'][0]['groups'][] = "user";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][1]['title']['en-us'] = "App Manager";
$apps[$x]['menu'][1]['title']['es-cl'] = "Administrador de Aplicaciones";
$apps[$x]['menu'][1]['title']['fr-fr'] = "Gestion App";
$apps[$x]['menu'][1]['title']['pt-pt'] = "Gestor de Aplicações";
$apps[$x]['menu'][1]['title']['pt-br'] = "Gerenciador de aplicações";
$apps[$x]['menu'][1]['title']['pl'] = "Menedżer aplikacji";
$apps[$x]['menu'][1]['title']['ru-ru'] = "Менеджер приложений";
$apps[$x]['menu'][1]['title']['sv-se'] = "App Inställningar";
$apps[$x]['menu'][1]['title']['uk'] = "Керування додатками";
$apps[$x]['menu'][1]['title']['de-de'] = "Applikation Verwalten";
$apps[$x]['menu'][1]['title']['de-at'] = "Applikation Verwalten";
$apps[$x]['menu'][1]['uuid'] = "ef00f229-7890-00c2-bf23-fed5b8fa9fe7";
$apps[$x]['menu'][1]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][1]['category'] = "internal";
$apps[$x]['menu'][1]['path'] = "/core/apps/apps.php";
$apps[$x]['menu'][1]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Apps";
$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'] = "glyphicon-send";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "20";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "App Manager";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Applikation Verwalten";
$apps[$x]['menu'][$y]['title']['de-de'] = "Applikation Verwalten";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Administrador de Aplicaciones";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion App";
$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'] = "Menedżer aplikacji";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciador de aplicações";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestor de Aplicações";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Менеджер приложений";
$apps[$x]['menu'][$y]['title']['sv-se'] = "App Inställningar";
$apps[$x]['menu'][$y]['uuid'] = "ef00f229-7890-00c2-bf23-fed5b8fa9fe7";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/core/apps/apps.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,21 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Databases";
$apps[$x]['menu'][0]['title']['es-cl'] = "Bases de datos";
$apps[$x]['menu'][0]['title']['fr-fr'] = "BDD";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Base de Dados";
$apps[$x]['menu'][0]['title']['pt-br'] = "Base de dados";
$apps[$x]['menu'][0]['title']['pl'] = "Bazy danych";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Базы данных";
$apps[$x]['menu'][0]['title']['sv-se'] = "Databaser";
$apps[$x]['menu'][0]['title']['uk'] = "Бази даних";
$apps[$x]['menu'][0]['title']['de-de'] = "Datenbanken";
$apps[$x]['menu'][0]['title']['de-at'] = "Datenbanken";
$apps[$x]['menu'][0]['title']['ar-eg'] = "قواعد البيانات";
$apps[$x]['menu'][0]['uuid'] = "ebbd754d-ca74-d5b1-a77e-9206ba3ecc3f";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/core/databases/databases.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Databases";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "قواعد البيانات";
$apps[$x]['menu'][$y]['title']['de-at'] = "Datenbanken";
$apps[$x]['menu'][$y]['title']['de-de'] = "Datenbanken";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Bases de datos";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "BDD";
$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'] = "Bazy danych";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Base de dados";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Base de Dados";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Базы данных";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Databaser";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Бази даних";
$apps[$x]['menu'][$y]['uuid'] = "ebbd754d-ca74-d5b1-a77e-9206ba3ecc3f";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/core/databases/databases.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008-2016
Portions created by the Initial Developer are Copyright (C) 2008-2017
the Initial Developer. All Rights Reserved.
Contributor(s):
@ -25,7 +25,7 @@
*/
//process this only one time
if ($domains_processed == 1) {
if ($domains_processed == 1) {
//set domains with enabled status of empty or null to true
$sql = "delete from v_default_settings ";
@ -513,7 +513,16 @@ if ($domains_processed == 1) {
}
unset($prep_statement, $row);
}
//update any defaults set to legacy languages
$language = new text;
foreach ($language->legacy_map as $language_code => $legacy_code) {
if(strlen($legacy_code) == 5)
continue;
$sql = "update v_default_settings set default_setting_value = '$language_code' where default_setting_value = '$legacy_code' and deafult_setting_name = 'code' and default_setting_dubcategory = 'language' and default_setting_category = 'domain'";
$db->exec(check_sql($sql));
unset($sql);
}
}
}
?>

View File

@ -1,20 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Default Settings";
$apps[$x]['menu'][0]['title']['es-cl'] = "Conf. Predeterminada";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Confs par Défaut";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Predefinições";
$apps[$x]['menu'][0]['title']['pt-br'] = "Configurações";
$apps[$x]['menu'][0]['title']['pl'] = "Ustawienia domyślne";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Настройки по умолчанию";
$apps[$x]['menu'][0]['title']['sv-se'] = "Standard Inställningar";
$apps[$x]['menu'][0]['title']['uk'] = "Налаштування за замовчуванням";
$apps[$x]['menu'][0]['title']['de-de'] = "Standardeinstellungen";
$apps[$x]['menu'][0]['title']['de-at'] = "Standardeinstellungen";
$apps[$x]['menu'][0]['uuid'] = "834b2739-9e99-4345-9b0b-7ec3ca332b67";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/core/default_settings/default_settings.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Default Settings";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Standardeinstellungen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Standardeinstellungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Conf. Predeterminada";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Confs par Défaut";
$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'] = "Ustawienia domyślne";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Predefinições";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Настройки по умолчанию";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Standard Inställningar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Налаштування за замовчуванням";
$apps[$x]['menu'][$y]['uuid'] = "834b2739-9e99-4345-9b0b-7ec3ca332b67";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/core/default_settings/default_settings.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008-2010
Portions created by the Initial Developer are Copyright (C) 2008-2017
the Initial Developer. All Rights Reserved.
Contributor(s):
@ -30,6 +30,15 @@
$sql = "update v_domains set domain_enabled = 'true' where domain_enabled = '' or domain_enabled is null";
$db->exec(check_sql($sql));
unset($sql);
//update any domains set to legacy languages
$language = new text;
foreach ($language->legacy_map as $language_code => $legacy_code) {
if(strlen($legacy_code) == 5)
continue;
$sql = "update v_domain_settings set domain_setting_value = '$language_code' where domain_setting_value = '$legacy_code' and deafult_setting_name = 'code' and domain_setting_dubcategory = 'language' and domain_setting_category = 'domain'";
$db->exec(check_sql($sql));
unset($sql);
}
}
?>

View File

@ -1,37 +1,52 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Domains";
$apps[$x]['menu'][0]['title']['es-cl'] = "Dominios";
$apps[$x]['menu'][0]['title']['fr-fr'] = "domaines";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Domínios";
$apps[$x]['menu'][0]['title']['pt-br'] = "Dominios";
$apps[$x]['menu'][0]['title']['pl'] = "Domeny";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Домены";
$apps[$x]['menu'][0]['title']['sv-se'] = "Domäner";
$apps[$x]['menu'][0]['title']['uk'] = "Домени";
$apps[$x]['menu'][0]['title']['de-de'] = "Domänen";
$apps[$x]['menu'][0]['title']['de-at'] = "Domänen";
$apps[$x]['menu'][0]['uuid'] = "4fa7e90b-6d6c-12d4-712f-62857402b801";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/core/domain_settings/domains.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][1]['title']['en-us'] = "Domain Settings";
$apps[$x]['menu'][1]['title']['es-cl'] = "Configuraciones de Dominio";
$apps[$x]['menu'][1]['title']['fr-fr'] = "Paramètres du Domaine";
$apps[$x]['menu'][1]['title']['pt-pt'] = "Definições do Domínio";
$apps[$x]['menu'][1]['title']['pt-br'] = "Configurações do Dominio";
$apps[$x]['menu'][1]['title']['pl'] = "Ustawienia Domen";
$apps[$x]['menu'][1]['title']['ru-ru'] = "Параметры домена";
$apps[$x]['menu'][1]['title']['sv-se'] = "Domän Inställning";
$apps[$x]['menu'][1]['title']['uk'] = "Налаштування доменів";
$apps[$x]['menu'][1]['title']['de-de'] = "Domänen Einstellungen";
$apps[$x]['menu'][1]['title']['de-at'] = "Domänen Einstellungen";
$apps[$x]['menu'][1]['uuid'] = "0869ac79-4af3-498f-af65-69662280d74e";
$apps[$x]['menu'][1]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][1]['category'] = "internal";
$apps[$x]['menu'][1]['path'] = "/core/domain_settings/domain_edit.php";
$apps[$x]['menu'][1]['groups'][] = "admin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Domains";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Domänen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Domänen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Dominios";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "domaines";
$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'] = "Domeny";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Dominios";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Domínios";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Домены";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Domäner";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Домени";
$apps[$x]['menu'][$y]['uuid'] = "4fa7e90b-6d6c-12d4-712f-62857402b801";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/core/domain_settings/domains.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Domain Settings";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Domänen Einstellungen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Domänen Einstellungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Configuraciones de Dominio";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Paramètres du Domaine";
$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'] = "Ustawienia Domen";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações do Dominio";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Definições do Domínio";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Параметры домена";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Domän Inställning";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Налаштування доменів";
$apps[$x]['menu'][$y]['uuid'] = "0869ac79-4af3-498f-af65-69662280d74e";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/core/domain_settings/domain_edit.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
?>

View File

@ -1,143 +1,190 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Menu Manager";
$apps[$x]['menu'][0]['title']['es-cl'] = "Gestor de Menú";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Gestion des Menus";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gestor de Menus";
$apps[$x]['menu'][0]['title']['pt-br'] = "Menu Admistrador";
$apps[$x]['menu'][0]['title']['pl'] = "Menedżer menu";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Управление меню";
$apps[$x]['menu'][0]['title']['uk'] = "Менеджер меню";
$apps[$x]['menu'][0]['title']['sv-se'] = "Meny Inställningar";
$apps[$x]['menu'][0]['title']['de-de'] = "Menü Einstellungen";
$apps[$x]['menu'][0]['title']['de-at'] = "Menü Einstellungen";
$apps[$x]['menu'][0]['uuid'] = "da3a9ab4-c28e-ea8d-50cc-e8405ac8e76e";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/core/menu/menu.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][1]['title']['en-us'] = "Home";
$apps[$x]['menu'][1]['title']['es-cl'] = "Casa";
$apps[$x]['menu'][1]['title']['fr-fr'] = "Maison";
$apps[$x]['menu'][1]['title']['pt-pt'] = "Casa";
$apps[$x]['menu'][1]['title']['pt-br'] = "Casa";
$apps[$x]['menu'][1]['title']['pl'] = "Dom";
$apps[$x]['menu'][1]['title']['ru-ru'] = "Основные";
$apps[$x]['menu'][1]['title']['uk'] = "Основне";
$apps[$x]['menu'][1]['title']['sv-se'] = "Hem";
$apps[$x]['menu'][1]['title']['de-de'] = "Home";
$apps[$x]['menu'][1]['title']['de-at'] = "Home";
$apps[$x]['menu'][1]['uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][1]['parent_uuid'] = "";
$apps[$x]['menu'][1]['category'] = "internal";
$apps[$x]['menu'][1]['icon'] = "glyphicon-home";
$apps[$x]['menu'][1]['path'] = "";
$apps[$x]['menu'][1]['order'] = "5";
$apps[$x]['menu'][1]['groups'][] = "user";
$apps[$x]['menu'][1]['groups'][] = "admin";
$apps[$x]['menu'][1]['groups'][] = "superadmin";
$apps[$x]['menu'][2]['title']['en-us'] = "Accounts";
$apps[$x]['menu'][2]['title']['es-cl'] = "Cuentas";
$apps[$x]['menu'][2]['title']['fr-fr'] = "Comptes";
$apps[$x]['menu'][2]['title']['pt-pt'] = "Contas";
$apps[$x]['menu'][2]['title']['pt-br'] = "Contas";
$apps[$x]['menu'][2]['title']['pl'] = "Konta";
$apps[$x]['menu'][2]['title']['ru-ru'] = "Учетные Записи";
$apps[$x]['menu'][2]['title']['uk'] = "Облікові записи";
$apps[$x]['menu'][2]['title']['sv-se'] = "Konton";
$apps[$x]['menu'][2]['title']['de-de'] = "Konten";
$apps[$x]['menu'][2]['title']['de-at'] = "Konten";
$apps[$x]['menu'][2]['uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][2]['parent_uuid'] = "";
$apps[$x]['menu'][2]['category'] = "internal";
$apps[$x]['menu'][2]['icon'] = "glyphicon-user";
$apps[$x]['menu'][2]['path'] = "";
$apps[$x]['menu'][2]['order'] = "10";
$apps[$x]['menu'][2]['groups'][] = "admin";
$apps[$x]['menu'][2]['groups'][] = "superadmin";
$apps[$x]['menu'][3]['title']['en-us'] = "Status";
$apps[$x]['menu'][3]['title']['es-cl'] = "Estado";
$apps[$x]['menu'][3]['title']['fr-fr'] = "Etat";
$apps[$x]['menu'][3]['title']['pt-pt'] = "Estado";
$apps[$x]['menu'][3]['title']['pt-br'] = "Estados";
$apps[$x]['menu'][3]['title']['pl'] = "Status ";
$apps[$x]['menu'][3]['title']['ru-ru'] = "Статус";
$apps[$x]['menu'][3]['title']['uk'] = "Статус";
$apps[$x]['menu'][3]['title']['sv-se'] = "Status";
$apps[$x]['menu'][3]['title']['de-de'] = "Status";
$apps[$x]['menu'][3]['title']['de-at'] = "Status";
$apps[$x]['menu'][3]['uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][3]['parent_uuid'] = "";
$apps[$x]['menu'][3]['category'] = "internal";
$apps[$x]['menu'][3]['icon'] = "glyphicon-equalizer";
$apps[$x]['menu'][3]['path'] = "";
$apps[$x]['menu'][3]['order'] = "25";
$apps[$x]['menu'][3]['groups'][] = "user";
$apps[$x]['menu'][3]['groups'][] = "admin";
$apps[$x]['menu'][3]['groups'][] = "superadmin";
$apps[$x]['menu'][4]['title']['en-us'] = "Advanced";
$apps[$x]['menu'][4]['title']['es-cl'] = "Avanzado";
$apps[$x]['menu'][4]['title']['fr-fr'] = "Avancé";
$apps[$x]['menu'][4]['title']['pt-pt'] = "Avançado";
$apps[$x]['menu'][4]['title']['pt-br'] = "Avançado";
$apps[$x]['menu'][4]['title']['pl'] = "Zaawansowany";
$apps[$x]['menu'][4]['title']['ru-ru'] = "Дополнительные";
$apps[$x]['menu'][4]['title']['uk'] = "Розширені";
$apps[$x]['menu'][4]['title']['sv-se'] = "Avancerad";
$apps[$x]['menu'][4]['title']['de-de'] = "Erweitert";
$apps[$x]['menu'][4]['title']['de-at'] = "Erweitert";
$apps[$x]['menu'][4]['uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][4]['parent_uuid'] = "";
$apps[$x]['menu'][4]['category'] = "internal";
$apps[$x]['menu'][4]['icon'] = "glyphicon-cog";
$apps[$x]['menu'][4]['path'] = "";
$apps[$x]['menu'][4]['order'] = "30";
$apps[$x]['menu'][4]['groups'][] = "superadmin";
$apps[$x]['menu'][4]['groups'][] = "admin";
$apps[$x]['menu'][5]['title']['en-us'] = "Login";
$apps[$x]['menu'][5]['title']['es-cl'] = "Ingresar";
$apps[$x]['menu'][5]['title']['es-mx'] = "";
$apps[$x]['menu'][5]['title']['de-de'] = "";
$apps[$x]['menu'][5]['title']['de-ch'] = "";
$apps[$x]['menu'][5]['title']['de-de'] = "Anmelden";
$apps[$x]['menu'][5]['title']['de-at'] = "Anmelden";
$apps[$x]['menu'][5]['title']['fr-fr'] = "Connexion";
$apps[$x]['menu'][5]['title']['fr-ca'] = "";
$apps[$x]['menu'][5]['title']['fr-ch'] = "";
$apps[$x]['menu'][5]['title']['pt-pt'] = "Entrar";
$apps[$x]['menu'][5]['title']['pt-br'] = "";
$apps[$x]['menu'][5]['title']['ru-ru'] = "Войти";
$apps[$x]['menu'][5]['uuid'] = "c85bf816-b88d-40fa-8634-11b456928afa";
$apps[$x]['menu'][5]['parent_uuid'] = "";
$apps[$x]['menu'][5]['category'] = "internal";
$apps[$x]['menu'][5]['icon'] = "glyphicon-log-in";
$apps[$x]['menu'][5]['path'] = "/login.php";
$apps[$x]['menu'][5]['groups'][] = "public";
$apps[$x]['menu'][5]['order'] = "99";
$apps[$x]['menu'][6]['title']['en-us'] = 'Logout';
$apps[$x]['menu'][6]['title']['es-mx'] = 'Salir';
$apps[$x]['menu'][6]['title']['pt-pt'] = 'Sair';
$apps[$x]['menu'][6]['title']['pt-br'] = '';
$apps[$x]['menu'][6]['title']['de-de'] = 'Abmelden';
$apps[$x]['menu'][6]['title']['de-at'] = 'Abmelden';
$apps[$x]['menu'][6]['title']['fr-fr'] = 'Déconnexion';
$apps[$x]['menu'][6]['title']['pl'] = 'Wyloguj';
$apps[$x]['menu'][6]['title']['ru-ru'] = 'Выйти';
$apps[$x]['menu'][6]['title']['uk'] = 'вийти';
$apps[$x]['menu'][6]['title']['uk'] = 'Logga Ut';
$apps[$x]['menu'][6]['uuid'] = '0d29e9f4-0c9b-9d8d-cd2d-454899dc9bc4';
$apps[$x]['menu'][6]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
$apps[$x]['menu'][6]['category'] = 'internal';
$apps[$x]['menu'][6]['icon'] = "glyphicon-log-out";
$apps[$x]['menu'][6]['path'] = '/logout.php';
$apps[$x]['menu'][6]['groups'][] = 'user';
$apps[$x]['menu'][6]['groups'][] = 'admin';
$apps[$x]['menu'][6]['groups'][] = 'superadmin';
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Menu Manager";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Menü Einstellungen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Menü Einstellungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gestor de Menú";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des Menus";
$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'] = "Menedżer menu";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Menu Admistrador";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestor de Menus";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление меню";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Meny Inställningar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Менеджер меню";
$apps[$x]['menu'][$y]['uuid'] = "da3a9ab4-c28e-ea8d-50cc-e8405ac8e76e";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/core/menu/menu.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Home";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Home";
$apps[$x]['menu'][$y]['title']['de-de'] = "Home";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Casa";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Maison";
$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'] = "Dom";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Casa";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Casa";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Основные";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Hem";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Основне";
$apps[$x]['menu'][$y]['uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "glyphicon-home";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "5";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Accounts";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Konten";
$apps[$x]['menu'][$y]['title']['de-de'] = "Konten";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Cuentas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Comptes";
$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'] = "Konta";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Contas";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Contas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Учетные Записи";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Konton";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Облікові записи";
$apps[$x]['menu'][$y]['uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "glyphicon-user";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "10";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Status";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Status";
$apps[$x]['menu'][$y]['title']['de-de'] = "Status";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Etat";
$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'] = "Status ";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estados";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статус";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Status";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Статус";
$apps[$x]['menu'][$y]['uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "glyphicon-equalizer";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "25";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Advanced";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Erweitert";
$apps[$x]['menu'][$y]['title']['de-de'] = "Erweitert";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Avanzado";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Avancé";
$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'] = "Zaawansowany";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Avançado";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Avançado";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Дополнительные";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Avancerad";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Розширені";
$apps[$x]['menu'][$y]['uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "glyphicon-cog";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "30";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Login";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Anmelden";
$apps[$x]['menu'][$y]['title']['de-de'] = "Anmelden";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Ingresar";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Connexion";
$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'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Entrar";
$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]['uuid'] = "c85bf816-b88d-40fa-8634-11b456928afa";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "glyphicon-log-in";
$apps[$x]['menu'][$y]['path'] = "/login.php";
$apps[$x]['menu'][$y]['groups'][] = "public";
$apps[$x]['menu'][$y]['order'] = "99";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = 'Logout';
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = 'Abmelden';
$apps[$x]['menu'][$y]['title']['de-de'] = 'Abmelden';
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$apps[$x]['menu'][$y]['title']['es-mx'] = 'Salir';
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = 'Déconnexion';
$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'] = 'Wyloguj';
$apps[$x]['menu'][$y]['title']['pt-pt'] = 'Sair';
$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]['uuid'] = '0d29e9f4-0c9b-9d8d-cd2d-454899dc9bc4';
$apps[$x]['menu'][$y]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
$apps[$x]['menu'][$y]['category'] = 'internal';
$apps[$x]['menu'][$y]['icon'] = "glyphicon-log-out";
$apps[$x]['menu'][$y]['path'] = '/logout.php';
$apps[$x]['menu'][$y]['groups'][] = 'user';
$apps[$x]['menu'][$y]['groups'][] = 'admin';
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
?>

View File

@ -1,19 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Notifications";
$apps[$x]['menu'][0]['title']['es-cl'] = "Notificaciones";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Notifications";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Notifications";
$apps[$x]['menu'][0]['title']['pl'] = "Powiadomienia";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Уведомления";
$apps[$x]['menu'][0]['title']['uk'] = "Сповіщення";
$apps[$x]['menu'][0]['title']['sv-se'] = "Meddelanden";
$apps[$x]['menu'][0]['title']['de-de'] = "Benachrichtigungen";
$apps[$x]['menu'][0]['title']['de-at'] = "Benachrichtigungen";
$apps[$x]['menu'][0]['uuid'] = "f8d65f91-0f4a-405a-b5ac-24cb3c4f10ba";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/core/notifications/notification_edit.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y = 0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Notifications";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Benachrichtigungen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Benachrichtigungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Notificaciones";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Notifications";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Notifications";
$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'] = "Powiadomienia";
$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'] = "Meddelanden";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Сповіщення";
$apps[$x]['menu'][$y]['uuid'] = "f8d65f91-0f4a-405a-b5ac-24cb3c4f10ba";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/core/notifications/notification_edit.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,20 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Upgrade";
$apps[$x]['menu'][0]['title']['es-cl'] = "Actualizar";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Mise à jour";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Actualizar BD";
$apps[$x]['menu'][0]['title']['pt-br'] = "Atualizar banco de dados";
$apps[$x]['menu'][0]['title']['pl'] = "Aktualizacja";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Обновление";
$apps[$x]['menu'][0]['title']['sv-se'] = "Uppgardera";
$apps[$x]['menu'][0]['title']['uk'] = "Оновлення";
$apps[$x]['menu'][0]['title']['de-de'] = "Aktualisierung";
$apps[$x]['menu'][0]['title']['de-at'] = "Aktualisierung";
$apps[$x]['menu'][0]['uuid'] = "8c826e92-be3c-0944-669a-24e5b915d562";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/core/upgrade/index.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y = 0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Upgrade";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktualisierung";
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktualisierung";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Actualizar";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Mise à jour";
$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'] = "Aktualizacja";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Atualizar banco de dados";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Actualizar BD";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Обновление";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Uppgardera";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Оновлення";
$apps[$x]['menu'][$y]['uuid'] = "8c826e92-be3c-0944-669a-24e5b915d562";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/core/upgrade/index.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -0,0 +1,40 @@
<?php
/*
FusionPBX
Version: MPL 1.1
The contents of this file are subject to the Mozilla Public License Version
1.1 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
for the specific language governing rights and limitations under the
License.
The Original Code is FusionPBX
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008-2017
the Initial Developer. All Rights Reserved.
Contributor(s):
Mark J Crane <markjcrane@fusionpbx.com>
*/
//proccess this only one time
if ($domains_processed == 1) {
//update any users set to legacy languages
$language = new text;
foreach ($language->legacy_map as $language_code => $legacy_code) {
if(strlen($legacy_code) == 5)
continue;
$sql = "update v_user_settings set user_setting_value = '$language_code' where user_setting_value = '$legacy_code' and deafult_setting_name = 'code' and user_setting_dubcategory = 'language' and user_setting_category = 'domain'";
$db->exec(check_sql($sql));
unset($sql);
}
}
?>

View File

@ -1,25 +1,30 @@
<?php
$apps[$x]['menu'][1]['title']['en-us'] = "Dashboard";
$apps[$x]['menu'][1]['title']['es-cl'] = "Dashboard Usuario";
$apps[$x]['menu'][1]['title']['fr-fr'] = "Tableau de bord de l'utilisateur";
$apps[$x]['menu'][1]['title']['pt-pt'] = "Painel de Controle do Usuário";
$apps[$x]['menu'][1]['title']['pt-br'] = "Painel de controle do usuário (Dashboard)";
$apps[$x]['menu'][1]['title']['pl'] = "Panel użytkowników";
$apps[$x]['menu'][1]['title']['ru-ru'] = "Панель пользователя";
$apps[$x]['menu'][1]['title']['he'] = "ממשק משתמש";
$apps[$x]['menu'][1]['title']['uk'] = "Панель користувача";
$apps[$x]['menu'][1]['title']['sv-se'] = "Användarpanel";
$apps[$x]['menu'][1]['title']['de-de'] = "Benutzerübersicht";
$apps[$x]['menu'][1]['title']['de-at'] = "Benutzerübersicht";
$apps[$x]['menu'][1]['title']['ro'] = "Panou control utilizator";
$apps[$x]['menu'][1]['title']['ar-eg'] = "الصفحه الرئيسيه للمستخدم";
$apps[$x]['menu'][1]['uuid'] = "92c8ffdb-3c82-4f08-aec0-82421ec41bb5";
$apps[$x]['menu'][1]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][1]['category'] = "internal";
$apps[$x]['menu'][1]['path'] = "/core/user_settings/user_dashboard.php";
$apps[$x]['menu'][1]['groups'][] = "user";
$apps[$x]['menu'][1]['groups'][] = "admin";
$apps[$x]['menu'][1]['groups'][] = "superadmin";
$y = 0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Dashboard";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الصفحه الرئيسيه للمستخدم";
$apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerübersicht";
$apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerübersicht";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Dashboard Usuario";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Tableau de bord de l'utilisateur";
$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'] = "Panel użytkowników";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Painel de controle do usuário (Dashboard)";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Painel de Controle do Usuário";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Panou control utilizator";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Панель пользователя";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användarpanel";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Панель користувача";
$apps[$x]['menu'][$y]['uuid'] = "92c8ffdb-3c82-4f08-aec0-82421ec41bb5";
$apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/core/user_settings/user_dashboard.php";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,44 +1,55 @@
<?php
$apps[$x]['menu'][2]['title']['en-us'] = "Users";
$apps[$x]['menu'][2]['title']['es-cl'] = "Gestor de Usuarios";
$apps[$x]['menu'][2]['title']['fr-fr'] = "Gestion des utilisteurs";
$apps[$x]['menu'][2]['title']['pt-pt'] = "Gestão de Utilizadores";
$apps[$x]['menu'][2]['title']['pt-br'] = "Gerencir utiliários";
$apps[$x]['menu'][2]['title']['pl'] = "Menedżer użytkowników";
$apps[$x]['menu'][2]['title']['ru-ru'] = "Пользователи";
$apps[$x]['menu'][2]['title']['uk'] = "Користувачі";
$apps[$x]['menu'][2]['title']['sv-se'] = "Användar Inställningar";
$apps[$x]['menu'][2]['title']['de-de'] = "Benutzerverwaltung";
$apps[$x]['menu'][2]['title']['de-at'] = "Benutzerverwaltung";
$apps[$x]['menu'][2]['title']['he'] = "מנהל משתמש";
$apps[$x]['menu'][2]['uuid'] = "0d57cc1e-1874-47b9-7ddd-fe1f57cec99b";
$apps[$x]['menu'][2]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][2]['category'] = "internal";
$apps[$x]['menu'][2]['path'] = "/core/users/users.php";
$apps[$x]['menu'][2]['groups'][] = "admin";
$apps[$x]['menu'][2]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['title']['en-us'] = "Account Settings";
$apps[$x]['menu'][0]['title']['es-cl'] = "Config de Cuenta";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Configuration du Compte";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Configurações da Conta";
$apps[$x]['menu'][0]['title']['pt-br'] = "Configurações da conta";
$apps[$x]['menu'][0]['title']['pl'] = "Ustawienia konta";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Настройка учетной записи";
$apps[$x]['menu'][0]['title']['he'] = "הגדרת חשבון";
$apps[$x]['menu'][0]['title']['uk'] = "Обліковий запис";
$apps[$x]['menu'][0]['title']['sv-se'] = "Kontoinställningar";
$apps[$x]['menu'][0]['title']['de-de'] = "Kontoeinstellungen";
$apps[$x]['menu'][0]['title']['de-at'] = "Kontoeinstellungen";
$apps[$x]['menu'][0]['title']['ro'] = "Setări cont";
$apps[$x]['menu'][0]['title']['ar-eg'] = "إعدادات الحساب";
$apps[$x]['menu'][0]['uuid'] = "4d532f0b-c206-c39d-ff33-fc67d668fb69";
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/core/users/user_edit.php?id=user";
$apps[$x]['menu'][0]['groups'][] = "user";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y = 0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Users";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerverwaltung";
$apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerverwaltung";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gestor de Usuarios";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des utilisteurs";
$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'] = "Menedżer użytkowników";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerencir utiliários";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestão de Utilizadores";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Пользователи";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användar Inställningar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Користувачі";
$apps[$x]['menu'][$y]['uuid'] = "0d57cc1e-1874-47b9-7ddd-fe1f57cec99b";
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/core/users/users.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Account Settings";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "إعدادات الحساب";
$apps[$x]['menu'][$y]['title']['de-at'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Kontoeinstellungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Config de Cuenta";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration du Compte";
$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'] = "Ustawienia konta";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações da conta";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Configurações da Conta";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Setări cont";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Настройка учетной записи";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Kontoinställningar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Обліковий запис";
$apps[$x]['menu'][$y]['uuid'] = "4d532f0b-c206-c39d-ff33-fc67d668fb69";
$apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/core/users/user_edit.php?id=user";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -404,7 +404,7 @@ if (!class_exists('menu')) {
//get the database connnection
$db = $this->db;
//database ojbect does not exist return immediately
//database object does not exist return immediately
if (!$db) { return Array(); }
//if there are no groups then set the public group