Add menu translations
This commit is contained in:
parent
41e87e7f01
commit
381b3bdd9f
|
|
@ -1,31 +1,32 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Email Logs";
|
||||
$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'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Email log";
|
||||
$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/email_logs/email_logs.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "E-Mail-Logs";
|
||||
$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'] = "Registros de correo electrónico";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Courriels";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הודעות דואר אלקטרוני";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Email log";
|
||||
$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/email_logs/email_logs.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,20 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Email Queue';
|
||||
$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']['sv-se'] = '';
|
||||
$apps[$x]['menu'][0]['title']['uk'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][0]['title']['nl-nl'] = 'Email Wachtrij';
|
||||
$apps[$x]['menu'][0]['uuid'] = 'dfa6a878-e2b0-4051-acaf-f6ffc13b9abf';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/email_queue/email_queue.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'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Correo electrónico";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Електронна пошта";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Zurück zur Übersicht";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Email Wachtrij";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "dfa6a878-e2b0-4051-acaf-f6ffc13b9abf";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/email_queue/email_queue.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,19 +1,20 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Email Templates';
|
||||
$apps[$x]['menu'][0]['title']['en-gb'] = 'Email Templates';
|
||||
$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'] = 'Szablony Email';
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = '';
|
||||
$apps[$x]['menu'][0]['title']['uk'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][0]['uuid'] = '5e548de3-ff1a-44e4-a2e6-f3917dac85a3';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/email_templates/email_templates.php';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
//$apps[$x]['menu'][0]['groups'][] = 'admin';
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Email Templates";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Email Templates";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Plantillas de correo electrónico";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Modèles de courriel";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Modèles de courriel";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Szablony Email";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "E-postmallar";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Шаблони електронної пошти";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "E-Mail-Vorlagen";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "5e548de3-ff1a-44e4-a2e6-f3917dac85a3";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/email_templates/email_templates.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,17 +1,19 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Event Guard';
|
||||
$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']['sv-se'] = '';
|
||||
$apps[$x]['menu'][0]['title']['uk'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][0]['uuid'] = 'e80a81ae-7894-4003-9c0a-6df56c8148eb';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/event_guard/event_guard_logs.php';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Event Guard";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Guardia de eventos";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Event Guard";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Event Guard";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Gwardia";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Event Guard";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Охорона подій";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Eventgarde";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "e80a81ae-7894-4003-9c0a-6df56c8148eb";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/event_guard/event_guard_logs.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,31 +1,32 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Extensions";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Interni";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Extensies";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Numery wewnętrzne";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Ramais";
|
||||
$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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Extensions";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Extensions";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الأرقام الداخلية";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Erweiterungen";
|
||||
$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'] = "Interni";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Extensies";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Numery wewnętrzne";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Ramais";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,32 +1,33 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Faxserver";
|
||||
$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'] = "Fax Server";
|
||||
$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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Faxserver";
|
||||
$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'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Fax Server";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
@ -1,20 +1,20 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'FAX Queue';
|
||||
$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']['sv-se'] = '';
|
||||
$apps[$x]['menu'][0]['title']['uk'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][0]['title']['nl-nl'] = 'Fax wachtrij';
|
||||
$apps[$x]['menu'][0]['uuid'] = '88fd4b3e-30b2-4514-be1d-6870aa97d652';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/fax_queue/fax_queue.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'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "ФАС Клей";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "FAX Frage";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Fax wachtrij";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "88fd4b3e-30b2-4514-be1d-6870aa97d652";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/fax_queue/fax_queue.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,31 +1,32 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Code";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Wachtrijen";
|
||||
$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/dialplans/dialplans.php?app_uuid=16589224-c876-aeb3-f59f-523a1c0801f7";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Queues";
|
||||
$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'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Code";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Wachtrijen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Kolejki";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Queues";
|
||||
$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'] = "Queues";
|
||||
$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/dialplans/dialplans.php?app_uuid=16589224-c876-aeb3-f59f-523a1c0801f7";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,31 +1,32 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Queues";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Code Attive";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Aktieve wachtrijen";
|
||||
$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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Queues";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Aktive Queues";
|
||||
$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'] = "המונחים: Active Queues";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Code Attive";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Aktieve wachtrijen";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,33 +1,34 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Seguimi";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Volg me";
|
||||
$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/call_forward/call_forward.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "agent";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Sígueme";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Sígueme";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Suis-moi.";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "עקבו אחרי me";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Seguimi";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Volg me";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "mi się mi mi mi mi mi mi mi mi";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Siga-me";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Siga-me";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Следуй за мной";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Följ mig";
|
||||
$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/call_forward/call_forward.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "agent";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,29 +1,30 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Passerelles";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Passerelles";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Brama wyjściowa ";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Troncos";
|
||||
$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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Passerelles";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Passerelles";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "שערות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Brama wyjściowa ";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Troncos";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,29 +1,30 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "";
|
||||
$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'] = "4c737fd8-145e-4e1d-9662-20a5ba1e82e0";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/gswave/index.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "خ ع م";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "GS-Welle";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "GS-Welle";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "גל GS";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "GS Wave (ang.).";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Onda de GS";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Onda de GS";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "GS Хвиля";
|
||||
$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]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/gswave/index.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
@ -1,30 +1,30 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "IVR Menus";
|
||||
$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'] = "Menu IVR";
|
||||
$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']['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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "IVR Menus";
|
||||
$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'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "IVR Menús";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "IVR תפריטים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Menu IVR";
|
||||
$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']['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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,29 +1,30 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Log Viewer";
|
||||
$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']['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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Log Viewer";
|
||||
$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'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Voir les Logs";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תגית: Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Log Viewer";
|
||||
$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']['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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
@ -1,30 +1,31 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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']['el-gr'] = "Πρόσθετα";
|
||||
$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'] = "Moduli";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Modulen";
|
||||
$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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Module";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Module";
|
||||
$apps[$x]['menu'][$y]['title']['el-gr'] = "Πρόσθετα";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Módulos";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Módulos";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "מודולים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Moduli";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Modulen";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,29 +1,30 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$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']['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'] = "Musica d'attesa";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Wachtmuziek";
|
||||
$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";
|
||||
$y=0;
|
||||
$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']['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'] = "Música en Hold";
|
||||
$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']['he-il'] = "מוסיקה בהמתנה";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Musica d'attesa";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Wachtmuziek";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,31 +1,31 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Phrases";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Frasi";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Uitspraken";
|
||||
$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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Phrases";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Frases";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Phrases";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides Vocaux";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "Phrases";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Frasi";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Uitspraken";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,31 +1,29 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = 'PIN Numbers';
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = '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'] = "Numeri PIN";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "PIN codes";
|
||||
$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';
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "PIN Numbers";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "PIN Numbers";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "أرقام PIN";
|
||||
$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'] = "Números de PIN";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Números de PIN";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Numéros PIN";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Numéros PIN";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "מספרים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Numeri PIN";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "PIN codes";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Numer PIN";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Números de PIN";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Números de PIN";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "PIN коды";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "PIN-nummer";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "PIN Кількість";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,31 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Guides vocaux";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides vocaux";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni Audio";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Opnamen";
|
||||
$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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Grabaciones";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Guides vocaux";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides vocaux";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הקלטות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni Audio";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Opnamen";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,31 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Registrations";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Registrazioni SIP";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Registraties";
|
||||
$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/registrations.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Registrations";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Registros";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Inscriptions";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements SIP";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "רישום";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni SIP";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Registraties";
|
||||
$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/registrations.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,31 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Ring Groups";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Gruppi di Squillo";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bel groepen";
|
||||
$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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Ring Groups";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Ring Groups";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Groupes Ring";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Groupes de sonnerie";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "קבוצות חיוג";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Gruppi di Squillo";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bel groepen";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,29 +1,30 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Settings";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Parametri";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Instellingen";
|
||||
$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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Settings";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Ajustes";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Réglages";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הגדרות הגדרות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Parametri";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Instellingen";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,29 +1,30 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "SIP Profiles";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Profili SIP";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "SIP Profielen";
|
||||
$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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "SIP Profiles";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "SIP Profiles";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "SIP Profiles";
|
||||
$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'] = "Perfiles SIP";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Profils SIP";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Profiles SIP";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "פרופילים SIP";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Profili SIP";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "SIP Profielen";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,29 +1,30 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Stato SIP";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "SIP Status";
|
||||
$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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "SIP الحالة";
|
||||
$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'] = "SIP Situación";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "SIP État";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Statut SIP";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "SIP סטטוס";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Stato SIP";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "SIP Status";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,20 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Streams';
|
||||
$apps[$x]['menu'][0]['title']['en-gb'] = 'Streams';
|
||||
$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']['sv-se'] = '';
|
||||
$apps[$x]['menu'][0]['title']['uk'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][0]['uuid'] = 'c9762b7a-a809-444c-96db-f80f0c2bb36f';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/streams/streams.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'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Corrientes";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Streams (ang.).";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Потоки";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "c9762b7a-a809-444c-96db-f80f0c2bb36f";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/streams/streams.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,30 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Stato Sistema";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Systeem Status";
|
||||
$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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Situación del sistema";
|
||||
$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']['he-il'] = "מצב מערכת";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Stato Sistema";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Systeem Status";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,31 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Time Conditions";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Condizioni Temporali";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Tijdcondities";
|
||||
$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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Time Conditions";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Condiciones del tiempo";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Heures";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Conditions Temporelles";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תנאי זמן";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Condizioni Temporali";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Tijdcondities";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,28 +1,29 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Variabili";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Variabelen";
|
||||
$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";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "משתנים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Variabili";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Variabelen";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,55 +1,56 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Caselle Vocali";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Antwoordapparaat";
|
||||
$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";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Caselle Vocali";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Antwoordapparaat";
|
||||
$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'] = "b8277aba-8697-41e2-aeae-48979b4d4d24";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/voicemails/voicemail_messages.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Messagerie Vocale";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תא קולי";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Caselle Vocali";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Antwoordapparaat";
|
||||
$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'] = "Correio de voz";
|
||||
$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";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Messagerie Vocale";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תא קולי";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Caselle Vocali";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Antwoordapparaat";
|
||||
$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'] = "Correio de voz";
|
||||
$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'] = "b8277aba-8697-41e2-aeae-48979b4d4d24";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/voicemails/voicemail_messages.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,82 +1,84 @@
|
|||
<?php
|
||||
$y=0;
|
||||
$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']['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'] = "Dettaglio Chiamate";
|
||||
$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']['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']['en-gb'] = "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'] = "Statistiche Chiamate";
|
||||
$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']['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'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Riassunto Interni";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Toestel samenvatting";
|
||||
$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";
|
||||
|
||||
$y=0;
|
||||
$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']['ar-eg'] = "Call Detail Records";
|
||||
$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'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Historiques Appels";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "קרא רשומות מפורטות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Dettaglio Chiamate";
|
||||
$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']['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']['en-gb'] = "CDR Statistics";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "CDR الإحصاءات";
|
||||
$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'] = "CDR Estadísticas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "CDR Statistiques";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Statistiques CDR";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "CDR סטטיסטיקות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Statistiche Chiamate";
|
||||
$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']['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'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "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'] = "Resumen";
|
||||
$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']['he-il'] = "סיכום שלוחות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Riassunto Interni";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Toestel samenvatting";
|
||||
$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";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue