Add menu translations

This commit is contained in:
markjcrane 2023-05-02 20:30:13 -06:00
parent 41e87e7f01
commit 381b3bdd9f
30 changed files with 835 additions and 812 deletions

View File

@ -3,15 +3,15 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Email Logs"; $apps[$x]['menu'][$y]['title']['en-us'] = "Email Logs";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Email Logs"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Email Logs";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "Email Logs";
$apps[$x]['menu'][$y]['title']['de-at'] = "Emails"; $apps[$x]['menu'][$y]['title']['de-at'] = "Emails";
$apps[$x]['menu'][$y]['title']['de-ch'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = "E-Mail-Logs";
$apps[$x]['menu'][$y]['title']['de-de'] = "Emails"; $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-cl'] = "Los Correos Electrónico";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Registros de correo electrónico";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Email Logs";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Courriels"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Courriels";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "הודעות דואר אלקטרוני";
$apps[$x]['menu'][$y]['title']['it-it'] = "Emails"; $apps[$x]['menu'][$y]['title']['it-it'] = "Emails";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Email log"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Email log";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "E-maile"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "E-maile";
@ -20,12 +20,13 @@
$apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Электронная почта"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Электронная почта";
$apps[$x]['menu'][$y]['title']['sv-se'] = "E-post"; $apps[$x]['menu'][$y]['title']['sv-se'] = "E-post";
$apps[$x]['menu'][$y]['title']['uk-ua'] = ""; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Журнали електронної пошти";
$apps[$x]['menu'][$y]['uuid'] = "1c2b9569-975f-4b82-9378-f3c5b63991e2"; $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]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/email_logs/email_logs.php"; $apps[$x]['menu'][$y]['path'] = "/app/email_logs/email_logs.php";
$apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -1,20 +1,20 @@
<?php <?php
$apps[$x]['menu'][0]['title']['en-us'] = 'Email Queue'; $y=0;
$apps[$x]['menu'][0]['title']['es-cl'] = ''; $apps[$x]['menu'][$y]['title']['en-us'] = "Email Queue";
$apps[$x]['menu'][0]['title']['fr-fr'] = ''; $apps[$x]['menu'][$y]['title']['es-cl'] = "Correo electrónico";
$apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Email Queue";
$apps[$x]['menu'][0]['title']['pl'] = ''; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Email Queue";
$apps[$x]['menu'][0]['title']['sv-se'] = ''; $apps[$x]['menu'][$y]['title']['pl'] = "Email Queue";
$apps[$x]['menu'][0]['title']['uk'] = ''; $apps[$x]['menu'][$y]['title']['sv-se'] = "Email Queue";
$apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][$y]['title']['uk'] = "Електронна пошта";
$apps[$x]['menu'][0]['title']['nl-nl'] = 'Email Wachtrij'; $apps[$x]['menu'][$y]['title']['de-at'] = "Zurück zur Übersicht";
$apps[$x]['menu'][0]['uuid'] = 'dfa6a878-e2b0-4051-acaf-f6ffc13b9abf'; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Email Wachtrij";
$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][$y]['uuid'] = "dfa6a878-e2b0-4051-acaf-f6ffc13b9abf";
$apps[$x]['menu'][0]['category'] = 'internal'; $apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['path'] = '/app/email_queue/email_queue.php'; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][0]['groups'][] = 'superadmin'; $apps[$x]['menu'][$y]['path'] = "/app/email_queue/email_queue.php";
//$apps[$x]['menu'][0]['groups'][] = 'admin'; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
//$apps[$x]['menu'][0]['groups'][] = 'user'; $y++;
?> ?>

View File

@ -1,19 +1,20 @@
<?php <?php
$apps[$x]['menu'][0]['title']['en-us'] = 'Email Templates'; $y=0;
$apps[$x]['menu'][0]['title']['en-gb'] = 'Email Templates'; $apps[$x]['menu'][$y]['title']['en-us'] = "Email Templates";
$apps[$x]['menu'][0]['title']['es-cl'] = ''; $apps[$x]['menu'][$y]['title']['en-gb'] = "Email Templates";
$apps[$x]['menu'][0]['title']['fr-fr'] = ''; $apps[$x]['menu'][$y]['title']['es-cl'] = "Plantillas de correo electrónico";
$apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Modèles de courriel";
$apps[$x]['menu'][0]['title']['pl'] = 'Szablony Email'; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Modèles de courriel";
$apps[$x]['menu'][0]['title']['sv-se'] = ''; $apps[$x]['menu'][$y]['title']['pl'] = "Szablony Email";
$apps[$x]['menu'][0]['title']['uk'] = ''; $apps[$x]['menu'][$y]['title']['sv-se'] = "E-postmallar";
$apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][$y]['title']['uk'] = "Шаблони електронної пошти";
$apps[$x]['menu'][0]['uuid'] = '5e548de3-ff1a-44e4-a2e6-f3917dac85a3'; $apps[$x]['menu'][$y]['title']['de-at'] = "E-Mail-Vorlagen";
$apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][$y]['uuid'] = "5e548de3-ff1a-44e4-a2e6-f3917dac85a3";
$apps[$x]['menu'][0]['category'] = 'internal'; $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['path'] = '/app/email_templates/email_templates.php'; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][0]['groups'][] = 'superadmin'; $apps[$x]['menu'][$y]['path'] = "/app/email_templates/email_templates.php";
//$apps[$x]['menu'][0]['groups'][] = 'admin'; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -1,17 +1,19 @@
<?php <?php
$apps[$x]['menu'][0]['title']['en-us'] = 'Event Guard'; $y=0;
$apps[$x]['menu'][0]['title']['es-cl'] = ''; $apps[$x]['menu'][$y]['title']['en-us'] = "Event Guard";
$apps[$x]['menu'][0]['title']['fr-fr'] = ''; $apps[$x]['menu'][$y]['title']['es-cl'] = "Guardia de eventos";
$apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Event Guard";
$apps[$x]['menu'][0]['title']['pl'] = ''; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Event Guard";
$apps[$x]['menu'][0]['title']['sv-se'] = ''; $apps[$x]['menu'][$y]['title']['pl'] = "Gwardia";
$apps[$x]['menu'][0]['title']['uk'] = ''; $apps[$x]['menu'][$y]['title']['sv-se'] = "Event Guard";
$apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][$y]['title']['uk'] = "Охорона подій";
$apps[$x]['menu'][0]['uuid'] = 'e80a81ae-7894-4003-9c0a-6df56c8148eb'; $apps[$x]['menu'][$y]['title']['de-at'] = "Eventgarde";
$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][$y]['uuid'] = "e80a81ae-7894-4003-9c0a-6df56c8148eb";
$apps[$x]['menu'][0]['category'] = 'internal'; $apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['path'] = '/app/event_guard/event_guard_logs.php'; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][0]['groups'][] = 'superadmin'; $apps[$x]['menu'][$y]['path'] = "/app/event_guard/event_guard_logs.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -5,7 +5,7 @@
$apps[$x]['menu'][$y]['title']['en-gb'] = "Extensions"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Extensions";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الأرقام الداخلية"; $apps[$x]['menu'][$y]['title']['ar-eg'] = "الأرقام الداخلية";
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen"; $apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen";
$apps[$x]['menu'][$y]['title']['de-ch'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = "Erweiterungen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Nebenstellen"; $apps[$x]['menu'][$y]['title']['de-de'] = "Nebenstellen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Extensiones"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Extensiones";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Extensiones"; $apps[$x]['menu'][$y]['title']['es-mx'] = "Extensiones";
@ -27,5 +27,6 @@
$apps[$x]['menu'][$y]['path'] = "/app/extensions/extensions.php"; $apps[$x]['menu'][$y]['path'] = "/app/extensions/extensions.php";
$apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,7 +3,7 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Fax Server"; $apps[$x]['menu'][$y]['title']['en-us'] = "Fax Server";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Fax Server"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Fax Server";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "Fax Server";
$apps[$x]['menu'][$y]['title']['de-at'] = "Faxserver"; $apps[$x]['menu'][$y]['title']['de-at'] = "Faxserver";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Faxserver"; $apps[$x]['menu'][$y]['title']['de-ch'] = "Faxserver";
$apps[$x]['menu'][$y]['title']['de-de'] = "Faxserver"; $apps[$x]['menu'][$y]['title']['de-de'] = "Faxserver";
@ -13,14 +13,14 @@
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Serveur Fax"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Serveur Fax";
$apps[$x]['menu'][$y]['title']['he-il'] = "שרת פקסים"; $apps[$x]['menu'][$y]['title']['he-il'] = "שרת פקסים";
$apps[$x]['menu'][$y]['title']['it-it'] = "Fax Server"; $apps[$x]['menu'][$y]['title']['it-it'] = "Fax Server";
$apps[$x]['menu'][$y]['title']['nl-nl'] = ""; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Fax Server";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Serwer faksowy"; $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-br'] = "Servidor de Fax";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "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']['ro-ro'] = "Server Fax";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Сервер факсов"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Сервер факсов";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Fax Server"; $apps[$x]['menu'][$y]['title']['sv-se'] = "Fax Server";
$apps[$x]['menu'][$y]['title']['uk-ua'] = ""; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Статус на сервери";
$apps[$x]['menu'][$y]['uuid'] = "9c9642e4-2b9b-2785-18d0-6c0a4ede2b2f"; $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]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
@ -28,5 +28,6 @@
$apps[$x]['menu'][$y]['groups'][] = "user"; $apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -1,20 +1,20 @@
<?php <?php
$apps[$x]['menu'][0]['title']['en-us'] = 'FAX Queue'; $y=0;
$apps[$x]['menu'][0]['title']['es-cl'] = ''; $apps[$x]['menu'][$y]['title']['en-us'] = "FAX Queue";
$apps[$x]['menu'][0]['title']['fr-fr'] = ''; $apps[$x]['menu'][$y]['title']['es-cl'] = "FAX Queue";
$apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][$y]['title']['fr-fr'] = "FAX Queue";
$apps[$x]['menu'][0]['title']['pl'] = ''; $apps[$x]['menu'][$y]['title']['fr-ca'] = "FAX Queue";
$apps[$x]['menu'][0]['title']['sv-se'] = ''; $apps[$x]['menu'][$y]['title']['pl'] = "FAX Queue";
$apps[$x]['menu'][0]['title']['uk'] = ''; $apps[$x]['menu'][$y]['title']['sv-se'] = "FAX Queue";
$apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][$y]['title']['uk'] = "ФАС Клей";
$apps[$x]['menu'][0]['title']['nl-nl'] = 'Fax wachtrij'; $apps[$x]['menu'][$y]['title']['de-at'] = "FAX Frage";
$apps[$x]['menu'][0]['uuid'] = '88fd4b3e-30b2-4514-be1d-6870aa97d652'; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Fax wachtrij";
$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][$y]['uuid'] = "88fd4b3e-30b2-4514-be1d-6870aa97d652";
$apps[$x]['menu'][0]['category'] = 'internal'; $apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['path'] = '/app/fax_queue/fax_queue.php'; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][0]['groups'][] = 'superadmin'; $apps[$x]['menu'][$y]['path'] = "/app/fax_queue/fax_queue.php";
//$apps[$x]['menu'][0]['groups'][] = 'admin'; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
//$apps[$x]['menu'][0]['groups'][] = 'user'; $y++;
?> ?>

View File

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

View File

@ -3,15 +3,15 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Queues"; $apps[$x]['menu'][$y]['title']['en-us'] = "Active Queues";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Active Queues"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Active Queues";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "النشيطة";
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Warteschlangen"; $apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Warteschlangen";
$apps[$x]['menu'][$y]['title']['de-ch'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = "Aktive Queues";
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Warteschlangen"; $apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Warteschlangen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Colas activas"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Colas activas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "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-ca'] = "Queues actives";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues Actives"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues Actives";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "המונחים: Active Queues";
$apps[$x]['menu'][$y]['title']['it-it'] = "Code Attive"; $apps[$x]['menu'][$y]['title']['it-it'] = "Code Attive";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Aktieve wachtrijen"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Aktieve wachtrijen";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne kolejki"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne kolejki";
@ -27,5 +27,6 @@
$apps[$x]['menu'][$y]['path'] = "/app/fifo_list/fifo_list.php"; $apps[$x]['menu'][$y]['path'] = "/app/fifo_list/fifo_list.php";
$apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,24 +3,24 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Follow Me"; $apps[$x]['menu'][$y]['title']['en-us'] = "Follow Me";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Follow Me"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Follow Me";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "اتبعني";
$apps[$x]['menu'][$y]['title']['de-at'] = "Follow Me"; $apps[$x]['menu'][$y]['title']['de-at'] = "Follow Me";
$apps[$x]['menu'][$y]['title']['de-ch'] = "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']['de-de'] = "Follow Me";
$apps[$x]['menu'][$y]['title']['es-cl'] = ""; $apps[$x]['menu'][$y]['title']['es-cl'] = "Sígueme";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Sígueme"; $apps[$x]['menu'][$y]['title']['es-mx'] = "Sígueme";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Suis-moi.";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Follow Me"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Follow Me";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "עקבו אחרי me";
$apps[$x]['menu'][$y]['title']['it-it'] = "Seguimi"; $apps[$x]['menu'][$y]['title']['it-it'] = "Seguimi";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Volg me"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Volg me";
$apps[$x]['menu'][$y]['title']['pl-pl'] = ""; $apps[$x]['menu'][$y]['title']['pl-pl'] = "mi się mi mi mi mi mi mi mi mi";
$apps[$x]['menu'][$y]['title']['pt-br'] = ""; $apps[$x]['menu'][$y]['title']['pt-br'] = "Siga-me";
$apps[$x]['menu'][$y]['title']['pt-pt'] = ""; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Siga-me";
$apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Следуй за мной"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Следуй за мной";
$apps[$x]['menu'][$y]['title']['sv-se'] = ""; $apps[$x]['menu'][$y]['title']['sv-se'] = "Följ mig";
$apps[$x]['menu'][$y]['title']['uk-ua'] = ""; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Про нас";
$apps[$x]['menu'][$y]['uuid'] = "a1144e12-873e-4722-9818-02da1adb6ba3"; $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]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
@ -29,5 +29,6 @@
$apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "user"; $apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "agent"; $apps[$x]['menu'][$y]['groups'][] = "agent";
$y++;
?> ?>

View File

@ -10,7 +10,7 @@
$apps[$x]['menu'][$y]['title']['es-mx'] = "Pasarelas"; $apps[$x]['menu'][$y]['title']['es-mx'] = "Pasarelas";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Passerelles"; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Passerelles";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Passerelles"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Passerelles";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "שערות";
$apps[$x]['menu'][$y]['title']['it-it'] = "Gateways"; $apps[$x]['menu'][$y]['title']['it-it'] = "Gateways";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gateways"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Gateways";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Brama wyjściowa "; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Brama wyjściowa ";
@ -25,5 +25,6 @@
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/gateways/gateways.php"; $apps[$x]['menu'][$y]['path'] = "/app/gateways/gateways.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,27 +3,28 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "GS Wave"; $apps[$x]['menu'][$y]['title']['en-us'] = "GS Wave";
$apps[$x]['menu'][$y]['title']['en-gb'] = "GS Wave"; $apps[$x]['menu'][$y]['title']['en-gb'] = "GS Wave";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "خ ع م";
$apps[$x]['menu'][$y]['title']['de-at'] = ""; $apps[$x]['menu'][$y]['title']['de-at'] = "GS-Welle";
$apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-de'] = "GS-Welle";
$apps[$x]['menu'][$y]['title']['es-cl'] = ""; $apps[$x]['menu'][$y]['title']['es-cl'] = "GS Wave";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "GS Wave";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "GS Wave";
$apps[$x]['menu'][$y]['title']['fr-fr'] = ""; $apps[$x]['menu'][$y]['title']['fr-fr'] = "GS Wave";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "גל GS";
$apps[$x]['menu'][$y]['title']['it-it'] = ""; $apps[$x]['menu'][$y]['title']['it-it'] = "GS Wave";
$apps[$x]['menu'][$y]['title']['nl-nl'] = ""; $apps[$x]['menu'][$y]['title']['nl-nl'] = "GS Wave";
$apps[$x]['menu'][$y]['title']['pl-pl'] = ""; $apps[$x]['menu'][$y]['title']['pl-pl'] = "GS Wave (ang.).";
$apps[$x]['menu'][$y]['title']['pt-br'] = ""; $apps[$x]['menu'][$y]['title']['pt-br'] = "Onda de GS";
$apps[$x]['menu'][$y]['title']['pt-pt'] = ""; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Onda de GS";
$apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "GS Wave";
$apps[$x]['menu'][$y]['title']['sv-se'] = ""; $apps[$x]['menu'][$y]['title']['sv-se'] = "GS Wave";
$apps[$x]['menu'][$y]['title']['uk-ua'] = ""; $apps[$x]['menu'][$y]['title']['uk-ua'] = "GS Хвиля";
$apps[$x]['menu'][$y]['uuid'] = "4c737fd8-145e-4e1d-9662-20a5ba1e82e0"; $apps[$x]['menu'][$y]['uuid'] = "4c737fd8-145e-4e1d-9662-20a5ba1e82e0";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/gswave/index.php"; $apps[$x]['menu'][$y]['path'] = "/app/gswave/index.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,14 +3,13 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "IVR Menus"; $apps[$x]['menu'][$y]['title']['en-us'] = "IVR Menus";
$apps[$x]['menu'][$y]['title']['en-gb'] = "IVR Menus"; $apps[$x]['menu'][$y]['title']['en-gb'] = "IVR Menus";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "IVR Menus";
$apps[$x]['menu'][$y]['title']['de-at'] = "Automatische Vermittlung"; $apps[$x]['menu'][$y]['title']['de-at'] = "Automatische Vermittlung";
$apps[$x]['menu'][$y]['title']['de-de'] = "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']['fr-fr'] = "IVR Menus";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "IVR Menús";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "IVR Menus";
$apps[$x]['menu'][$y]['title']['fr-fr'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "IVR תפריטים";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "Menu IVR"; $apps[$x]['menu'][$y]['title']['it-it'] = "Menu IVR";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "IVR menu"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "IVR menu";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zapowiedzi głosowe (IVR)"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Zapowiedzi głosowe (IVR)";
@ -19,12 +18,13 @@
$apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовые меню (IVR)"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовые меню (IVR)";
$apps[$x]['menu'][$y]['title']['sv-se'] = "IVR Meny"; $apps[$x]['menu'][$y]['title']['sv-se'] = "IVR Meny";
$apps[$x]['menu'][$y]['title']['uk-ua'] = ""; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Відео Кошик";
$apps[$x]['menu'][$y]['uuid'] = "72259497-a67b-e5aa-cac2-0f2dcef16308"; $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]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/ivr_menus/ivr_menus.php"; $apps[$x]['menu'][$y]['path'] = "/app/ivr_menus/ivr_menus.php";
$apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,14 +3,14 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Log Viewer"; $apps[$x]['menu'][$y]['title']['en-us'] = "Log Viewer";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Log Viewer"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Log Viewer";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "Log Viewer";
$apps[$x]['menu'][$y]['title']['de-at'] = "Log Betrachter"; $apps[$x]['menu'][$y]['title']['de-at'] = "Log Betrachter";
$apps[$x]['menu'][$y]['title']['de-de'] = "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-cl'] = "Visor de eventos";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Log Viewer";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Log Viewer";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Voir les Logs"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Voir les Logs";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "תגית: Viewer";
$apps[$x]['menu'][$y]['title']['it-it'] = "Log Viewer"; $apps[$x]['menu'][$y]['title']['it-it'] = "Log Viewer";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bekijk logs"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Bekijk logs";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Podgląd logów"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Podgląd logów";
@ -25,5 +25,6 @@
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/log_viewer/log_viewer.php"; $apps[$x]['menu'][$y]['path'] = "/app/log_viewer/log_viewer.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,15 +3,15 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Modules"; $apps[$x]['menu'][$y]['title']['en-us'] = "Modules";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Modules"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Modules";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "Modules";
$apps[$x]['menu'][$y]['title']['de-at'] = "Module"; $apps[$x]['menu'][$y]['title']['de-at'] = "Module";
$apps[$x]['menu'][$y]['title']['de-de'] = "Module"; $apps[$x]['menu'][$y]['title']['de-de'] = "Module";
$apps[$x]['menu'][$y]['title']['el-gr'] = "Πρόσθετα"; $apps[$x]['menu'][$y]['title']['el-gr'] = "Πρόσθετα";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Módulos"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Módulos";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Módulos";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Modules";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Modules"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Modules";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "מודולים";
$apps[$x]['menu'][$y]['title']['it-it'] = "Moduli"; $apps[$x]['menu'][$y]['title']['it-it'] = "Moduli";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Modulen"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Modulen";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Moduły"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Moduły";
@ -26,5 +26,6 @@
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/modules/modules.php"; $apps[$x]['menu'][$y]['path'] = "/app/modules/modules.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,12 +3,12 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Music on Hold"; $apps[$x]['menu'][$y]['title']['en-us'] = "Music on Hold";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Music on Hold"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Music on Hold";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "الموسيقى متوقفة";
$apps[$x]['menu'][$y]['title']['de-at'] = "Wartemusik"; $apps[$x]['menu'][$y]['title']['de-at'] = "Wartemusik";
$apps[$x]['menu'][$y]['title']['de-de'] = "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-cl'] = "Música en espera";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Música en Hold";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Musique sur Hold";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Musique d'attente"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Musique d'attente";
$apps[$x]['menu'][$y]['title']['he-il'] = "מוסיקה בהמתנה"; $apps[$x]['menu'][$y]['title']['he-il'] = "מוסיקה בהמתנה";
$apps[$x]['menu'][$y]['title']['it-it'] = "Musica d'attesa"; $apps[$x]['menu'][$y]['title']['it-it'] = "Musica d'attesa";
@ -25,5 +25,6 @@
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/music_on_hold/music_on_hold.php"; $apps[$x]['menu'][$y]['path'] = "/app/music_on_hold/music_on_hold.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,14 +3,14 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Phrases"; $apps[$x]['menu'][$y]['title']['en-us'] = "Phrases";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Phrases"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Phrases";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "الصيغة";
$apps[$x]['menu'][$y]['title']['de-at'] = "Phrasen"; $apps[$x]['menu'][$y]['title']['de-at'] = "Phrasen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Phrasen"; $apps[$x]['menu'][$y]['title']['de-de'] = "Phrasen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabaciones"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Grabaciones";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Frases";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Phrases";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides Vocaux"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides Vocaux";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "Phrases";
$apps[$x]['menu'][$y]['title']['it-it'] = "Frasi"; $apps[$x]['menu'][$y]['title']['it-it'] = "Frasi";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Uitspraken"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Uitspraken";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zwroty"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Zwroty";
@ -20,12 +20,12 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Фразы"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Фразы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Fraser"; $apps[$x]['menu'][$y]['title']['sv-se'] = "Fraser";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Фрази"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Фрази";
$apps[$x]['menu'][$y]['uuid'] = "a5caa6dc-a6d7-41c3-a484-e556ffd0d2ff"; $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]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/phrases/phrases.php"; $apps[$x]['menu'][$y]['path'] = "/app/phrases/phrases.php";
$apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -1,31 +1,29 @@
<?php <?php
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = 'PIN Numbers'; $apps[$x]['menu'][$y]['title']['en-us'] = "PIN Numbers";
$apps[$x]['menu'][$y]['title']['en-gb'] = 'PIN Numbers'; $apps[$x]['menu'][$y]['title']['en-gb'] = "PIN Numbers";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "أرقام PIN";
$apps[$x]['menu'][$y]['title']['de-at'] = 'PIN Nummern'; $apps[$x]['menu'][$y]['title']['de-at'] = "PIN Nummern";
$apps[$x]['menu'][$y]['title']['de-de'] = 'PIN Nummern'; $apps[$x]['menu'][$y]['title']['de-de'] = "PIN Nummern";
$apps[$x]['menu'][$y]['title']['es-cl'] = ""; $apps[$x]['menu'][$y]['title']['es-cl'] = "Números de PIN";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Números de PIN";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Numéros PIN";
$apps[$x]['menu'][$y]['title']['fr-fr'] = ""; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Numéros PIN";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "מספרים";
$apps[$x]['menu'][$y]['title']['it-it'] = "Numeri PIN"; $apps[$x]['menu'][$y]['title']['it-it'] = "Numeri PIN";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "PIN codes"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "PIN codes";
$apps[$x]['menu'][$y]['title']['pl-pl'] = ""; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Numer PIN";
$apps[$x]['menu'][$y]['title']['pt-br'] = ""; $apps[$x]['menu'][$y]['title']['pt-br'] = "Números de PIN";
$apps[$x]['menu'][$y]['title']['pt-pt'] = ""; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Números de PIN";
$apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = 'PIN коды'; $apps[$x]['menu'][$y]['title']['ru-ru'] = "PIN коды";
$apps[$x]['menu'][$y]['title']['sv-se'] = ""; $apps[$x]['menu'][$y]['title']['sv-se'] = "PIN-nummer";
$apps[$x]['menu'][$y]['title']['uk-ua'] = ""; $apps[$x]['menu'][$y]['title']['uk-ua'] = "PIN Кількість";
$apps[$x]['menu'][$y]['uuid'] = '2e3d8f49-5beb-44a8-9617-0bffc5b418c2'; $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]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = 'internal'; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = '/app/pin_numbers/pin_numbers.php'; $apps[$x]['menu'][$y]['path'] = "/app/pin_numbers/pin_numbers.php";
//$apps[$x]['menu'][$y]['groups'][] = 'superadmin'; $y++;
//$apps[$x]['menu'][$y]['groups'][] = 'admin';
//$apps[$x]['menu'][$y]['groups'][] = 'user';
?> ?>

View File

@ -3,14 +3,14 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Recordings"; $apps[$x]['menu'][$y]['title']['en-us'] = "Recordings";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Recordings"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Recordings";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "السجلات";
$apps[$x]['menu'][$y]['title']['de-at'] = "Aufnahmen"; $apps[$x]['menu'][$y]['title']['de-at'] = "Aufnahmen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Aufnahmen"; $apps[$x]['menu'][$y]['title']['de-de'] = "Aufnahmen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabaciones"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Grabaciones";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Grabaciones";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Guides vocaux"; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Guides vocaux";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides vocaux"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides vocaux";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "הקלטות";
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni Audio"; $apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni Audio";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Opnamen"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Opnamen";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Nagrywanie rozmów"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Nagrywanie rozmów";
@ -26,5 +26,6 @@
$apps[$x]['menu'][$y]['path'] = "/app/recordings/recordings.php"; $apps[$x]['menu'][$y]['path'] = "/app/recordings/recordings.php";
$apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,14 +3,14 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Registrations"; $apps[$x]['menu'][$y]['title']['en-us'] = "Registrations";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Registrations"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Registrations";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "التسجيلات";
$apps[$x]['menu'][$y]['title']['de-at'] = "Registrierungen"; $apps[$x]['menu'][$y]['title']['de-at'] = "Registrierungen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Registrierungen"; $apps[$x]['menu'][$y]['title']['de-de'] = "Registrierungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registros"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Registros";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Registros";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Inscriptions";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements SIP"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements SIP";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "רישום";
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni SIP"; $apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni SIP";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Registraties"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Registraties";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Rejestracje"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Rejestracje";
@ -26,5 +26,6 @@
$apps[$x]['menu'][$y]['path'] = "/app/registrations/registrations.php"; $apps[$x]['menu'][$y]['path'] = "/app/registrations/registrations.php";
$apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,12 +3,12 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Ring Groups"; $apps[$x]['menu'][$y]['title']['en-us'] = "Ring Groups";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Ring Groups"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Ring Groups";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "مجموعات حصص الإعاشة";
$apps[$x]['menu'][$y]['title']['de-at'] = "Rufgruppen"; $apps[$x]['menu'][$y]['title']['de-at'] = "Rufgruppen";
$apps[$x]['menu'][$y]['title']['de-de'] = "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-cl'] = "Grupo de llamados";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Ring Groups";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Groupes Ring";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Groupes de sonnerie"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Groupes de sonnerie";
$apps[$x]['menu'][$y]['title']['he-il'] = "קבוצות חיוג"; $apps[$x]['menu'][$y]['title']['he-il'] = "קבוצות חיוג";
$apps[$x]['menu'][$y]['title']['it-it'] = "Gruppi di Squillo"; $apps[$x]['menu'][$y]['title']['it-it'] = "Gruppi di Squillo";
@ -26,5 +26,6 @@
$apps[$x]['menu'][$y]['path'] = "/app/ring_groups/ring_groups.php"; $apps[$x]['menu'][$y]['path'] = "/app/ring_groups/ring_groups.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "admin";
$y++;
?> ?>

View File

@ -3,14 +3,14 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Settings"; $apps[$x]['menu'][$y]['title']['en-us'] = "Settings";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Settings"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Settings";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "الترتيبات";
$apps[$x]['menu'][$y]['title']['de-at'] = "Einstellungen"; $apps[$x]['menu'][$y]['title']['de-at'] = "Einstellungen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Einstellungen"; $apps[$x]['menu'][$y]['title']['de-de'] = "Einstellungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Configuraciones"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Configuraciones";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Ajustes";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Réglages";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "הגדרות הגדרות";
$apps[$x]['menu'][$y]['title']['it-it'] = "Parametri"; $apps[$x]['menu'][$y]['title']['it-it'] = "Parametri";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Instellingen"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Instellingen";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia";
@ -25,5 +25,6 @@
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/settings/setting_edit.php"; $apps[$x]['menu'][$y]['path'] = "/app/settings/setting_edit.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,14 +3,14 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "SIP Profiles"; $apps[$x]['menu'][$y]['title']['en-us'] = "SIP Profiles";
$apps[$x]['menu'][$y]['title']['en-gb'] = "SIP Profiles"; $apps[$x]['menu'][$y]['title']['en-gb'] = "SIP Profiles";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "SIP Profiles";
$apps[$x]['menu'][$y]['title']['de-at'] = "SIP Profile"; $apps[$x]['menu'][$y]['title']['de-at'] = "SIP Profile";
$apps[$x]['menu'][$y]['title']['de-de'] = "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-cl'] = "Perfiles SIP";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Perfiles SIP";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Profils SIP";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Profiles SIP"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Profiles SIP";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "פרופילים SIP";
$apps[$x]['menu'][$y]['title']['it-it'] = "Profili SIP"; $apps[$x]['menu'][$y]['title']['it-it'] = "Profili SIP";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "SIP Profielen"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "SIP Profielen";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Profile SIP"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Profile SIP";
@ -25,5 +25,6 @@
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/sip_profiles/sip_profiles.php"; $apps[$x]['menu'][$y]['path'] = "/app/sip_profiles/sip_profiles.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,14 +3,14 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "SIP Status"; $apps[$x]['menu'][$y]['title']['en-us'] = "SIP Status";
$apps[$x]['menu'][$y]['title']['en-gb'] = "SIP Status"; $apps[$x]['menu'][$y]['title']['en-gb'] = "SIP Status";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "SIP الحالة";
$apps[$x]['menu'][$y]['title']['de-at'] = "SIP Status"; $apps[$x]['menu'][$y]['title']['de-at'] = "SIP Status";
$apps[$x]['menu'][$y]['title']['de-de'] = "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-cl'] = "Estado de SIP";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "SIP Situación";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "SIP État";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Statut SIP"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Statut SIP";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "SIP סטטוס";
$apps[$x]['menu'][$y]['title']['it-it'] = "Stato SIP"; $apps[$x]['menu'][$y]['title']['it-it'] = "Stato SIP";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "SIP Status"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "SIP Status";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Status SIP"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Status SIP";
@ -25,5 +25,6 @@
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/sip_status/sip_status.php"; $apps[$x]['menu'][$y]['path'] = "/app/sip_status/sip_status.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -1,20 +1,20 @@
<?php <?php
$apps[$x]['menu'][0]['title']['en-us'] = 'Streams'; $y=0;
$apps[$x]['menu'][0]['title']['en-gb'] = 'Streams'; $apps[$x]['menu'][$y]['title']['en-us'] = "Streams";
$apps[$x]['menu'][0]['title']['es-cl'] = ''; $apps[$x]['menu'][$y]['title']['en-gb'] = "Streams";
$apps[$x]['menu'][0]['title']['fr-fr'] = ''; $apps[$x]['menu'][$y]['title']['es-cl'] = "Corrientes";
$apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Streams";
$apps[$x]['menu'][0]['title']['pl'] = ''; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Streams";
$apps[$x]['menu'][0]['title']['sv-se'] = ''; $apps[$x]['menu'][$y]['title']['pl'] = "Streams (ang.).";
$apps[$x]['menu'][0]['title']['uk'] = ''; $apps[$x]['menu'][$y]['title']['sv-se'] = "Streams";
$apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][$y]['title']['uk'] = "Потоки";
$apps[$x]['menu'][0]['uuid'] = 'c9762b7a-a809-444c-96db-f80f0c2bb36f'; $apps[$x]['menu'][$y]['title']['de-at'] = "Streams";
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][$y]['uuid'] = "c9762b7a-a809-444c-96db-f80f0c2bb36f";
$apps[$x]['menu'][0]['category'] = 'internal'; $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['path'] = '/app/streams/streams.php'; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][0]['groups'][] = 'superadmin'; $apps[$x]['menu'][$y]['path'] = "/app/streams/streams.php";
//$apps[$x]['menu'][0]['groups'][] = 'admin'; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
//$apps[$x]['menu'][0]['groups'][] = 'user'; $y++;
?> ?>

View File

@ -3,14 +3,14 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "System Status"; $apps[$x]['menu'][$y]['title']['en-us'] = "System Status";
$apps[$x]['menu'][$y]['title']['en-gb'] = "System Status"; $apps[$x]['menu'][$y]['title']['en-gb'] = "System Status";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "النظام";
$apps[$x]['menu'][$y]['title']['de-at'] = "System Status"; $apps[$x]['menu'][$y]['title']['de-at'] = "System Status";
$apps[$x]['menu'][$y]['title']['de-de'] = "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-cl'] = "Estado de Sistema";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Situación del sistema";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "État du système";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Etat Système"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Etat Système";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "מצב מערכת";
$apps[$x]['menu'][$y]['title']['it-it'] = "Stato Sistema"; $apps[$x]['menu'][$y]['title']['it-it'] = "Stato Sistema";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Systeem Status"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Systeem Status";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Stan systemu"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Stan systemu";
@ -20,11 +20,11 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Состояние cистемы"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Состояние cистемы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "System Status"; $apps[$x]['menu'][$y]['title']['sv-se'] = "System Status";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Стан системи "; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Стан системи ";
$apps[$x]['menu'][$y]['uuid'] = "5243e0d2-0e8b-277a-912e-9d8b5fcdb41d"; $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]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/system/system.php"; $apps[$x]['menu'][$y]['path'] = "/app/system/system.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,14 +3,14 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Time Conditions"; $apps[$x]['menu'][$y]['title']['en-us'] = "Time Conditions";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Time Conditions"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Time Conditions";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "الظروف الزمنية";
$apps[$x]['menu'][$y]['title']['de-at'] = "Zeitschaltung"; $apps[$x]['menu'][$y]['title']['de-at'] = "Zeitschaltung";
$apps[$x]['menu'][$y]['title']['de-de'] = "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-cl'] = "Condic. de Tiempo";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Condiciones del tiempo";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Heures";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Conditions Temporelles"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Conditions Temporelles";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "תנאי זמן";
$apps[$x]['menu'][$y]['title']['it-it'] = "Condizioni Temporali"; $apps[$x]['menu'][$y]['title']['it-it'] = "Condizioni Temporali";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Tijdcondities"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Tijdcondities";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Warunki czasowe"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Warunki czasowe";
@ -26,5 +26,6 @@
$apps[$x]['menu'][$y]['path'] = "/app/time_conditions/time_conditions.php"; $apps[$x]['menu'][$y]['path'] = "/app/time_conditions/time_conditions.php";
$apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,14 +3,14 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Variables"; $apps[$x]['menu'][$y]['title']['en-us'] = "Variables";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Variables"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Variables";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "الفروق";
$apps[$x]['menu'][$y]['title']['de-at'] = "Variablen"; $apps[$x]['menu'][$y]['title']['de-at'] = "Variablen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Variablen"; $apps[$x]['menu'][$y]['title']['de-de'] = "Variablen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Variables"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Variables";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Variables";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Variables";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Variables"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Variables";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "משתנים";
$apps[$x]['menu'][$y]['title']['it-it'] = "Variabili"; $apps[$x]['menu'][$y]['title']['it-it'] = "Variabili";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Variabelen"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Variabelen";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zmienne"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Zmienne";
@ -24,5 +24,6 @@
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/vars/vars.php"; $apps[$x]['menu'][$y]['path'] = "/app/vars/vars.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>

View File

@ -3,19 +3,19 @@
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail"; $apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Voicemail"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Voicemail";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "البريد الصوتي";
$apps[$x]['menu'][$y]['title']['de-at'] = "Sprachnachrichten"; $apps[$x]['menu'][$y]['title']['de-at'] = "Sprachnachrichten";
$apps[$x]['menu'][$y]['title']['de-de'] = "Sprachnachrichten"; $apps[$x]['menu'][$y]['title']['de-de'] = "Sprachnachrichten";
$apps[$x]['menu'][$y]['title']['es-cl'] = ""; $apps[$x]['menu'][$y]['title']['es-cl'] = "Voicemail";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Voicemail";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Voicemail";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Messagerie Vocale"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Messagerie Vocale";
$apps[$x]['menu'][$y]['title']['he-il'] = "תא קולי"; $apps[$x]['menu'][$y]['title']['he-il'] = "תא קולי";
$apps[$x]['menu'][$y]['title']['it-it'] = "Caselle Vocali"; $apps[$x]['menu'][$y]['title']['it-it'] = "Caselle Vocali";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Antwoordapparaat"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Antwoordapparaat";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Poczta głosowa"; $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-br'] = "Correio de voz";
$apps[$x]['menu'][$y]['title']['pt-pt'] = ""; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Correio de voz";
$apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовая почта"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовая почта";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Röstbrevlåda"; $apps[$x]['menu'][$y]['title']['sv-se'] = "Röstbrevlåda";
@ -29,19 +29,19 @@
$y++; $y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail"; $apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Voicemail"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Voicemail";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "البريد الصوتي";
$apps[$x]['menu'][$y]['title']['de-at'] = "Sprachnachrichten"; $apps[$x]['menu'][$y]['title']['de-at'] = "Sprachnachrichten";
$apps[$x]['menu'][$y]['title']['de-de'] = "Sprachnachrichten"; $apps[$x]['menu'][$y]['title']['de-de'] = "Sprachnachrichten";
$apps[$x]['menu'][$y]['title']['es-cl'] = ""; $apps[$x]['menu'][$y]['title']['es-cl'] = "Voicemail";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Voicemail";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Voicemail";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Messagerie Vocale"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Messagerie Vocale";
$apps[$x]['menu'][$y]['title']['he-il'] = "תא קולי"; $apps[$x]['menu'][$y]['title']['he-il'] = "תא קולי";
$apps[$x]['menu'][$y]['title']['it-it'] = "Caselle Vocali"; $apps[$x]['menu'][$y]['title']['it-it'] = "Caselle Vocali";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Antwoordapparaat"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Antwoordapparaat";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Poczta głosowa"; $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-br'] = "Correio de voz";
$apps[$x]['menu'][$y]['title']['pt-pt'] = ""; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Correio de voz";
$apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовая почта"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовая почта";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Röstbrevlåda"; $apps[$x]['menu'][$y]['title']['sv-se'] = "Röstbrevlåda";
@ -51,5 +51,6 @@
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/voicemails/voicemail_messages.php"; $apps[$x]['menu'][$y]['path'] = "/app/voicemails/voicemail_messages.php";
$apps[$x]['menu'][$y]['groups'][] = "user"; $apps[$x]['menu'][$y]['groups'][] = "user";
$y++;
?> ?>

View File

@ -1,15 +1,16 @@
<?php <?php
$y=0; $y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Detail Records"; $apps[$x]['menu'][$y]['title']['en-us'] = "Call Detail Records";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Detail Records"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Call Detail Records";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "Call Detail Records";
$apps[$x]['menu'][$y]['title']['de-at'] = "Meine Gespräche"; $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']['de-de'] = "Meine Gespräche";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registro de detalle de llamada"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Registro de detalle de llamada";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Call Detail Records";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Call Detail Records";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Historiques Appels"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Historiques Appels";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "קרא רשומות מפורטות";
$apps[$x]['menu'][$y]['title']['it-it'] = "Dettaglio Chiamate"; $apps[$x]['menu'][$y]['title']['it-it'] = "Dettaglio Chiamate";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreks data (CDR)"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreks data (CDR)";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Wykaz rozmów"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Wykaz rozmów";
@ -29,14 +30,14 @@
$y++; $y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "CDR Statistics"; $apps[$x]['menu'][$y]['title']['en-us'] = "CDR Statistics";
$apps[$x]['menu'][$y]['title']['en-gb'] = "CDR Statistics"; $apps[$x]['menu'][$y]['title']['en-gb'] = "CDR Statistics";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "CDR الإحصاءات";
$apps[$x]['menu'][$y]['title']['de-at'] = "Anruf Statistik"; $apps[$x]['menu'][$y]['title']['de-at'] = "Anruf Statistik";
$apps[$x]['menu'][$y]['title']['de-de'] = "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-cl'] = "Statistics CDR";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "CDR Estadísticas";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "CDR Statistiques";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Statistiques CDR"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Statistiques CDR";
$apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['he-il'] = "CDR סטטיסטיקות";
$apps[$x]['menu'][$y]['title']['it-it'] = "Statistiche Chiamate"; $apps[$x]['menu'][$y]['title']['it-it'] = "Statistiche Chiamate";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreks statistiek"; $apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreks statistiek";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Statystyki wykazu rozmów"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Statystyki wykazu rozmów";
@ -55,12 +56,12 @@
$y++; $y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Extension Summary"; $apps[$x]['menu'][$y]['title']['en-us'] = "Extension Summary";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Extension Summary"; $apps[$x]['menu'][$y]['title']['en-gb'] = "Extension Summary";
$apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['ar-eg'] = "موجز";
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen Statistik"; $apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen Statistik";
$apps[$x]['menu'][$y]['title']['de-de'] = "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-cl'] = "Extension Summary";
$apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['es-mx'] = "Resumen";
$apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Résumé";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Résumé de l'Extension"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Résumé de l'Extension";
$apps[$x]['menu'][$y]['title']['he-il'] = "סיכום שלוחות"; $apps[$x]['menu'][$y]['title']['he-il'] = "סיכום שלוחות";
$apps[$x]['menu'][$y]['title']['it-it'] = "Riassunto Interni"; $apps[$x]['menu'][$y]['title']['it-it'] = "Riassunto Interni";
@ -71,12 +72,13 @@
$apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Общая по внутренним номерам"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Общая по внутренним номерам";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Anknytnings Summering"; $apps[$x]['menu'][$y]['title']['sv-se'] = "Anknytnings Summering";
$apps[$x]['menu'][$y]['title']['uk-ua'] = ""; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Розширення резюме";
$apps[$x]['menu'][$y]['uuid'] = "4e45a3c1-6db5-417f-9abb-1d30a4fd0bf2"; $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]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr_extension_summary.php"; $apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr_extension_summary.php";
$apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?> ?>