BugFix [master] - Convert all menus to 2-2 format (#2627)
convert all app_menu.php files to have all placeholders and languages and use 2-2 format for languages update app_defaults to convert any items found using legacy values in user_setings, domain_settings and default_settings
This commit is contained in:
parent
22c317eb2f
commit
4ae8b418d4
|
|
@ -1,23 +1,29 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Access Controls";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Contrôles d'accès";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Controles de Acesso";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Controles de Acesso";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Controles de acceso";
|
||||
$apps[$x]['menu'][0]['title']['he'] = "בקרת גישה";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = " Zugriffskontrolle";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = " Zugriffskontrolle";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Kontrola dostępu";
|
||||
$apps[$x]['menu'][0]['title']['ro'] = "Controale de acces";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Контроль доступа";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "контроль доступу";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Åtkomstkontroll";
|
||||
$apps[$x]['menu'][0]['title']['ar-eg'] = "عناصر التحكم في الوصول";
|
||||
$apps[$x]['menu'][0]['uuid'] = "bd47c972-5498-4541-b44a-d4bbfac69496";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/access_controls/access_controls.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Access Controls";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "عناصر التحكم في الوصول";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = " Zugriffskontrolle";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = " Zugriffskontrolle";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Controles de acceso";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Contrôles d'accès";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "בקרת גישה";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Kontrola dostępu";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Controles de Acesso";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Controles de Acesso";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Controale de acces";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Контроль доступа";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "контроль доступу";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Åtkomstkontroll";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "bd47c972-5498-4541-b44a-d4bbfac69496";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/access_controls/access_controls.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,21 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Adminer";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Administrador";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Adminer";
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Adminer";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Admin BDD";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Administrador";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Adminer";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Администрирование БД";
|
||||
$apps[$x]['menu'][0]['uuid'] = "1f59d07b-b4f7-4f9e-bde9-312cf491d66e";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "external";
|
||||
$apps[$x]['menu'][0]['icon'] = "glyphicon-new-window";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/adminer/index.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Adminer";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Adminer";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Adminer";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Administrador";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Admin BDD";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Adminer";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Administrador";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Администрирование БД";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "1f59d07b-b4f7-4f9e-bde9-312cf491d66e";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "external";
|
||||
$apps[$x]['menu'][$y]['icon'] = "glyphicon-new-window";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/adminer/index.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,18 +1,29 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Backup";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Sauvegarde";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Kopie zapasowe";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Backup";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Резервное копирование";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Backup";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Резервна копія";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Datensicherung";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Datensicherung";
|
||||
$apps[$x]['menu'][0]['uuid'] = "7e174c3c-e494-4bb0-a52a-4ea55209ffeb";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/backup/index.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Backup";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Datensicherung";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Datensicherung";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Sauvegarde";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Kopie zapasowe";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Backup";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Резервное копирование";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Backup";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Резервна копія";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "7e174c3c-e494-4bb0-a52a-4ea55209ffeb";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/backup/index.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,24 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Call Block";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Bloqueo de llamadas";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Liste Noire";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Bloqueio de Chamadas";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Bloqueio de chamadas";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Blokowanie rozmów";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Черный список";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Blockera Samtal";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Блокування дзвінків";
|
||||
$apps[$x]['menu'][0]['title']['ro'] = "Blocare apel";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Sperrlisten";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Sperrlisten";
|
||||
$apps[$x]['menu'][0]['title']['ar-eg'] = "حظر المكالمات";
|
||||
$apps[$x]['menu'][0]['title']['he'] = "חסימת מספר";
|
||||
$apps[$x]['menu'][0]['uuid'] = "29295c90-b1b9-440b-9c7E-c8363c6e8975";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/call_block/call_block.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Block";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "حظر المكالمات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Sperrlisten";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Sperrlisten";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Bloqueo de llamadas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Liste Noire";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "חסימת מספר";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Blokowanie rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Bloqueio de chamadas";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Bloqueio de Chamadas";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Blocare apel";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Черный список";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Blockera Samtal";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Блокування дзвінків";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "29295c90-b1b9-440b-9c7E-c8363c6e8975";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_block/call_block.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,21 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Call Broadcast";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Llamada Broadcast";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Campagne d'Appels";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Chamada em Broadcast";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Chamada em broadcast";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Rozsyłanie rozmów";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Samtalsdistribution";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Массовые вызовы";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Трансляція дзвінка";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Rundrufe";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Rundrufe";
|
||||
$apps[$x]['menu'][0]['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/call_broadcast/call_broadcast.php";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Broadcast";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Rundrufe";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Rundrufe";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Llamada Broadcast";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Campagne d'Appels";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Rozsyłanie rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Chamada em broadcast";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Chamada em Broadcast";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Массовые вызовы";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Samtalsdistribution";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Трансляція дзвінка";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_broadcast/call_broadcast.php";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,21 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Active Call Center";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Centro de Llamada Activo";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Centre d'Appel Actif";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "Centre d'Appels Active";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Centro de Chamadas Activo";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Call Center ativos";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Aktywność w Call Center ";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Активные Колл-центры";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Aktivt Call Center";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Callcenter";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Aktive Callcenter";
|
||||
$apps[$x]['menu'][0]['uuid'] = "7fb0dd87-e984-9980-c512-2c76b887aeb2";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/call_center_active/call_center_queue.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Call Center";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Callcenter";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Callcenter";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Centro de Llamada Activo";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Centre d'Appels Active";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Centre d'Appel Actif";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywność w Call Center ";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Call Center ativos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Centro de Chamadas Activo";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные Колл-центры";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktivt Call Center";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "7fb0dd87-e984-9980-c512-2c76b887aeb2";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_center_active/call_center_queue.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,41 +1,57 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Call Center";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Centro de Llamadas";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Centre d'appel";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "Centre d' appels";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Centro de Chamadas";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Call Center";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Call Center ";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Колл-центр";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Call Center";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Кол-центр";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Callcenter";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Callcenter";
|
||||
$apps[$x]['menu'][0]['uuid'] = "6c072b29-5b6c-49fc-008e-95e24c77de99";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/call_centers/call_center_queues.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "agent";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "Agent Status";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Estado de Agente";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "État de l'agent";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Estado do Agente";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "Estado do agente";
|
||||
$apps[$x]['menu'][1]['title']['pl'] = "Status agenta";
|
||||
$apps[$x]['menu'][1]['title']['ru-ru'] = "Статус агента";
|
||||
$apps[$x]['menu'][1]['title']['sv-se'] = "Agent Status";
|
||||
$apps[$x]['menu'][1]['title']['uk'] = "Статус оператора";
|
||||
$apps[$x]['menu'][1]['title']['de-de'] = "Agenten Status";
|
||||
$apps[$x]['menu'][1]['title']['de-at'] = "Agenten Status";
|
||||
$apps[$x]['menu'][1]['uuid'] = "597c483a-51a9-f95a-8d54-ea7d87ada2b8";
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][1]['category'] = "internal";
|
||||
$apps[$x]['menu'][1]['path'] = "/app/call_centers/call_center_agent_status.php";
|
||||
$apps[$x]['menu'][1]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Center";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Callcenter";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Callcenter";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Centro de Llamadas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Centre d' appels";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Centre d'appel";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Call Center ";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Call Center";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Centro de Chamadas";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Колл-центр";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Call Center";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Кол-центр";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "6c072b29-5b6c-49fc-008e-95e24c77de99";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_centers/call_center_queues.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "agent";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Agent Status";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Agenten Status";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Agenten Status";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de Agente";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "État de l'agent";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Status agenta";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do agente";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do Agente";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статус агента";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Agent Status";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Статус оператора";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "597c483a-51a9-f95a-8d54-ea7d87ada2b8";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_centers/call_center_agent_status.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,21 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Call Flows";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Fluxo de chamadas";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Flujo de Llamada";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "cinématiques d'Appel";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "Circulation d'Appel";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Przepływ rozmów";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Переключатель вызовов";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Samtalsflöden";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Потоки дзвінків";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Anruf Steuerung";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Anruf Steuerung";
|
||||
$apps[$x]['menu'][0]['uuid'] = "b0939384-7055-44e8-8b4c-9f72293e1878";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/call_flows/call_flows.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Flows";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Anruf Steuerung";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Anruf Steuerung";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Flujo de Llamada";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Circulation d'Appel";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "cinématiques d'Appel";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Przepływ rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Fluxo de chamadas";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Переключатель вызовов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Samtalsflöden";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Потоки дзвінків";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "b0939384-7055-44e8-8b4c-9f72293e1878";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_flows/call_flows.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,22 +1,32 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Call Routing";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "enrutamiento de llamadas";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Call Routing";
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = "Call Routing";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Call Routing";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "routage des appels";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "routage des appels";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "routage des appels";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Roteamento de chamadas";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "roteamento de chamadas";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Маршрутизация вызовов";
|
||||
$apps[$x]['menu'][0]['uuid'] = "4e4df00b-aafb-45a8-82c1-cdabc921889c";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/calls/calls.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Routing";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Call Routing";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Call Routing";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Call Routing";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "enrutamiento de llamadas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "routage des appels";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "routage des appels";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "roteamento de chamadas";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Roteamento de chamadas";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Маршрутизация вызовов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
|
||||
$apps[$x]['menu'][$y]['uuid'] = "4e4df00b-aafb-45a8-82c1-cdabc921889c";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/calls/calls.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,22 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Active Calls";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Llamadas Activas";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Appels en cours";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Chamadas Activas";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Chamadas ativas";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Aktywne połączenia";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Активные вызовы";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Aktiva samtal";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Активні дзвінки";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Gespräche";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Aktive Gespräche";
|
||||
$apps[$x]['menu'][0]['title']['he'] = "שיחות פעילות";
|
||||
$apps[$x]['menu'][0]['uuid'] = "eba3d07f-dd5c-6b7b-6880-493b44113ade";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/calls_active/calls_active.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Calls";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Gespräche";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Gespräche";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Llamadas Activas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Appels en cours";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "שיחות פעילות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne połączenia";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Chamadas ativas";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Chamadas Activas";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные вызовы";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva samtal";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні дзвінки";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "eba3d07f-dd5c-6b7b-6880-493b44113ade";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/calls_active/calls_active.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,19 +1,28 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Click to Call";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Pulse para Llamar";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Click to Call";
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Click to Call";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Cliquez pour Appeller";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Clicar para Chamadas";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Вызов по клику";
|
||||
$apps[$x]['menu'][0]['uuid'] = "f862556f-9ddd-2697-fdf4-bed08ec63aa5";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/click_to_call/click_to_call.php";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Click to Call";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Click to Call";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Click to Call";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Pulse para Llamar";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Cliquez pour Appeller";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Clicar para Chamadas";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Вызов по клику";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "f862556f-9ddd-2697-fdf4-bed08ec63aa5";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/click_to_call/click_to_call.php";
|
||||
|
||||
?>
|
||||
|
|
@ -1,22 +1,31 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Conference Center";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Cent. de Conferencias";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Centre de Conférences";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Conferencias";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Centro de Conferência";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Centrum Konferencyjne";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Конференц-центр";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Konferenscenter";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Конференц-центр";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Konferenz Zentrale";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Konferenz Zentrale";
|
||||
$apps[$x]['menu'][0]['uuid'] = "95f88726-4706-43f0-b52b-9504a0b8046f";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/conference_centers/conference_centers.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Conference Center";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Konferenz Zentrale";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Konferenz Zentrale";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Cent. de Conferencias";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Centre de Conférences";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Centrum Konferencyjne";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Centro de Conferência";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Conferencias";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференц-центр";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Konferenscenter";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Конференц-центр";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "95f88726-4706-43f0-b52b-9504a0b8046f";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/conference_centers/conference_centers.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
|
||||
?>
|
||||
|
|
@ -1,22 +1,31 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Conference Controls';
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = '';
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = 'Controles de conferência';
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][0]['title']['pl'] = '';
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = 'Конференции Управление';
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = '';
|
||||
$apps[$x]['menu'][0]['title']['uk'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = 'Konferenzsteuerung';
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = 'Konferenzsteuerung';
|
||||
$apps[$x]['menu'][0]['uuid'] = '9896d4b5-507f-4d0e-8db7-caa7f4655202';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/conference_controls/conference_controls.php';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
//$apps[$x]['menu'][0]['groups'][] = 'admin';
|
||||
//$apps[$x]['menu'][0]['groups'][] = 'user';
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = 'Conference Controls';
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = 'Konferenzsteuerung';
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = 'Konferenzsteuerung';
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = 'Controles de conferência';
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = 'Конференции Управление';
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = '9896d4b5-507f-4d0e-8db7-caa7f4655202';
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
|
||||
$apps[$x]['menu'][$y]['category'] = 'internal';
|
||||
$apps[$x]['menu'][$y]['path'] = '/app/conference_controls/conference_controls.php';
|
||||
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
|
||||
//$apps[$x]['menu'][$y]['groups'][] = 'admin';
|
||||
//$apps[$x]['menu'][$y]['groups'][] = 'user';
|
||||
|
||||
?>
|
||||
|
|
@ -1,21 +1,31 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Conference Profiles';
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][0]['title']['pl'] = '';
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = 'Конференции Профили';
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = '';
|
||||
$apps[$x]['menu'][0]['title']['uk'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = 'Konferenzprofile';
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = 'Konferenzprofile';
|
||||
$apps[$x]['menu'][0]['uuid'] = '6ebe7b9c-e964-4349-a002-288ea6ad08ca';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/conference_profiles/conference_profiles.php';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
//$apps[$x]['menu'][0]['groups'][] = 'admin';
|
||||
//$apps[$x]['menu'][0]['groups'][] = 'user';
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = 'Conference Profiles';
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = 'Konferenzprofile';
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = 'Konferenzprofile';
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = 'Конференции Профили';
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = '6ebe7b9c-e964-4349-a002-288ea6ad08ca';
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
|
||||
$apps[$x]['menu'][$y]['category'] = 'internal';
|
||||
$apps[$x]['menu'][$y]['path'] = '/app/conference_profiles/conference_profiles.php';
|
||||
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
|
||||
//$apps[$x]['menu'][$y]['groups'][] = 'admin';
|
||||
//$apps[$x]['menu'][$y]['groups'][] = 'user';
|
||||
|
||||
?>
|
||||
|
|
@ -1,22 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Conferences";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Conferencias";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Konferenzen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Konferenzen";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Conférences";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Conferencias";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Конференции";
|
||||
$apps[$x]['menu'][0]['uuid'] = "9f2a8c08-3e65-c41c-a716-3b53d42bc4d4";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/conferences/conferences.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Conferences";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Konferenzen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Konferenzen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Conferencias";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Conférences";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Conferencias";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференции";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "9f2a8c08-3e65-c41c-a716-3b53d42bc4d4";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/conferences/conferences.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,21 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Active Conferences";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Conferencias Activas";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Conférences en cours";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Conferencias Activas";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Conferência ativa";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Aktywne rozmowy konferencyjne";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Конференции Активные";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Aktiva Konferenser";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Активні конференції";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Konferenzen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Aktive Konferenzen";
|
||||
$apps[$x]['menu'][0]['uuid'] = "2d857bbb-43b9-b8f7-a138-642868e0453a";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/conferences_active/conferences_active.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Conferences";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Konferenzen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Konferenzen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Conferencias Activas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Conférences en cours";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne rozmowy konferencyjne";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Conferência ativa";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Conferencias Activas";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференции Активные";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva Konferenser";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні конференції";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "2d857bbb-43b9-b8f7-a138-642868e0453a";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/conferences_active/conferences_active.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,22 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Contacts";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Contatos";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Kontakty";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Контакти";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Kontakter";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Contactos";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Contacts";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Contactos";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Контакты";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Kontakte";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Kontakte";
|
||||
$apps[$x]['menu'][0]['title']['he'] = "אנשי קשר";
|
||||
$apps[$x]['menu'][0]['uuid'] = "f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/contacts/contacts.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Contacts";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Kontakte";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Kontakte";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Contactos";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Contacts";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "אנשי קשר";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Kontakty";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Contatos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Contactos";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Контакты";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Kontakter";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Контакти";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/contacts/contacts.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,26 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Destinations";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Destinos";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Destinos";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Destinations";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "Cibler";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Destinos";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Destinos";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Destynacje";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Направления";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Destinationer";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Номери";
|
||||
$apps[$x]['menu'][0]['title']['ro'] = "Destinații";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Ziele";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Ziele";
|
||||
$apps[$x]['menu'][0]['title']['ar-eg'] = "جهات الأتصال";
|
||||
$apps[$x]['menu'][0]['title']['he'] = "יעד";
|
||||
$apps[$x]['menu'][0]['uuid'] = "fd2a708a-ff03-c707-c19d-5a4194375eba";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/destinations/destinations.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Destinations";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "جهات الأتصال";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Ziele";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Ziele";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Destinos";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Destinos";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Cibler";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Destinations";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "יעד";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Destynacje";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Destinos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Destinos";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Destinații";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Направления";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Destinationer";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Номери";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "fd2a708a-ff03-c707-c19d-5a4194375eba";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/destinations/destinations.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,25 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Devices";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Dispositivos";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Dispositivos";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Equipements";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "Dispositifs";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Telefones";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Telefones";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Urządzenia";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Устройства";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Пристрої";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Enheter";
|
||||
$apps[$x]['menu'][0]['title']['ro'] = "Dispozitive";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Geräte";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Geräte";
|
||||
$apps[$x]['menu'][0]['title']['he'] = "התקנים";
|
||||
$apps[$x]['menu'][0]['uuid'] = "f9dce498-b7f9-740f-e592-9e8ff3dac2a0";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/devices/devices.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Devices";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Geräte";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Geräte";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Dispositivos";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Dispositivos";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Dispositifs";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Equipements";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "התקנים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Urządzenia";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Telefones";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Telefones";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Dispozitive";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Устройства";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Enheter";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Пристрої";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "f9dce498-b7f9-740f-e592-9e8ff3dac2a0";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/devices/devices.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,44 +1,58 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Dialplan";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Plan de Marcado";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Plan de Marcado";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Dialplan";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Dialplan";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Dialplan";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Dialplan";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "План нумерации";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Маршрутизація";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Nummerplan";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Wählplan";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Wählplan";
|
||||
$apps[$x]['menu'][0]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['icon'] = "glyphicon-transfer";
|
||||
$apps[$x]['menu'][0]['path'] = "";
|
||||
$apps[$x]['menu'][0]['order'] = "15";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "Dialplan Manager";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Gest. de Plan de Marcado";
|
||||
$apps[$x]['menu'][1]['title']['es-mx'] = "Administrador de Planes de Marcado";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "Gestion du Plan de Numérotation";
|
||||
$apps[$x]['menu'][1]['title']['fr-ca'] = "Administrateur de Dialplan";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Gestor de Dialplan";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "Gerenciador de Dialplan";
|
||||
$apps[$x]['menu'][1]['title']['pl'] = "Menadżer dialplanu";
|
||||
$apps[$x]['menu'][1]['title']['ru-ru'] = "Управление планом нумерации";
|
||||
$apps[$x]['menu'][1]['title']['uk'] = "Керування маршрутизацією";
|
||||
$apps[$x]['menu'][1]['title']['sv-se'] = "Nummerplan Inställningar";
|
||||
$apps[$x]['menu'][1]['title']['de-de'] = "Wählplan Einstellungen";
|
||||
$apps[$x]['menu'][1]['title']['de-at'] = "Wählplan Einstellungen";
|
||||
$apps[$x]['menu'][1]['uuid'] = "52929fee-81d3-4d94-50b7-64842d9393c2";
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][1]['category'] = "internal";
|
||||
$apps[$x]['menu'][1]['path'] = "/app/dialplan/dialplans.php";
|
||||
$apps[$x]['menu'][1]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Wählplan";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Plan de Marcado";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Plan de Marcado";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "План нумерации";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Nummerplan";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Маршрутизація";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "glyphicon-transfer";
|
||||
$apps[$x]['menu'][$y]['path'] = "";
|
||||
$apps[$x]['menu'][$y]['order'] = "15";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan Manager";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Wählplan Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gest. de Plan de Marcado";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Administrador de Planes de Marcado";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Administrateur de Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion du Plan de Numérotation";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Menadżer dialplanu";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciador de Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestor de Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление планом нумерации";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Nummerplan Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Керування маршрутизацією";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "52929fee-81d3-4d94-50b7-64842d9393c2";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/dialplan/dialplans.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,19 +1,29 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Inbound Routes";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Rutas de entrada";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Rutas de entrada";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Routes Entrantes";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Rotas de Entrada";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Trasy przychodzące";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Маршрутизация входящих";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Вхідні маршрути";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Eingehendes Routing";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Eingehendes Routing";
|
||||
$apps[$x]['menu'][0]['uuid'] = "b64b2bbf-f99b-b568-13dc-32170515a687";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/dialplan/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Inbound Routes";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Eingehendes Routing";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Eingehendes Routing";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Rutas de entrada";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Rutas de entrada";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Routes Entrantes";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Trasy przychodzące";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Rotas de Entrada";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Маршрутизация входящих";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Вхідні маршрути";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "b64b2bbf-f99b-b568-13dc-32170515a687";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/dialplan/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,19 +1,29 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Outbound Routes";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Rutas de salida";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Rutas de salida";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Routes Sortantes";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Rotas de Saída";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Trasy wyjściowe";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Маршрутизация исходящих";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Вихідні маршрути";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Ausgehendes Routing";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Ausgehendes Routing";
|
||||
$apps[$x]['menu'][0]['uuid'] = "17e14094-1d57-1106-db2a-a787d34015e9";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/dialplan/dialplans.php?app_uuid=8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Outbound Routes";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Ausgehendes Routing";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Ausgehendes Routing";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Rutas de salida";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Rutas de salida";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Routes Sortantes";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Trasy wyjściowe";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Rotas de Saída";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Маршрутизация исходящих";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Вихідні маршрути";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "17e14094-1d57-1106-db2a-a787d34015e9";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/dialplan/dialplans.php?app_uuid=8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,19 +1,25 @@
|
|||
<?php
|
||||
|
||||
$y = 0;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Script Editor";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Scripts";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Skript Editor";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Skript Editor";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Skript Editor";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de script";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Scripts";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Scripts";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de script";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Scripts";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор скриптов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "f1905fec-0577-daef-6045-59d09b7d3f94";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "external";
|
||||
|
|
@ -22,18 +28,24 @@
|
|||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "XML Editor";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor XML";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "XML Editor";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "XML Editor";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "XML Editor";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur XML";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor XML";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor XML";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur XML";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor XML";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор XML";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "16013877-606a-2a05-7d6a-c1b215839131";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "external";
|
||||
|
|
@ -42,18 +54,24 @@
|
|||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Provision Editor";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Provisionamiento";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Bereitstellungs Editor";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Bereitstellungs Editor";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Bereitstellungs Editor";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Provisioning";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Provisionamiento";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Provisionamento";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Provisioning";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Provisionamento";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор шаблонов автоконфигурации";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "57773542-a565-1a29-605d-6535da1a0870";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "external";
|
||||
|
|
@ -62,18 +80,24 @@
|
|||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "PHP Editor";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor PHP";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "PHP Editor";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "PHP Editor";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "PHP Editor";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur PHP";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor PHP";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de PHP";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur PHP";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de PHP";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор PHP";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "eae1f2d6-789b-807c-cc26-44501e848693";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "external";
|
||||
|
|
@ -82,18 +106,24 @@
|
|||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Grammar Editor";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor Gramático";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Editor Gramático";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Grammatik Editor";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Grammatik Editor";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Grammatik Editor";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Grammaire";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor Gramático";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Editor Gramático";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor Gramático";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Grammaire";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor Gramático";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор грамматики";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "c3db739e-89f9-0fa2-44ce-0f4c2ff43b1a";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "external";
|
||||
|
|
|
|||
|
|
@ -1,20 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Emails";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Los Correos Electrónico";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Courriels";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Emails";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Emails";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "E-maile";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "E-post";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Emails";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Emails";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Электронная почта";
|
||||
$apps[$x]['menu'][0]['uuid'] = "1c2b9569-975f-4b82-9378-f3c5b63991e2";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/emails/emails.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Los Correos Electrónico";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Courriels";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "E-maile";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Электронная почта";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "E-post";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "1c2b9569-975f-4b82-9378-f3c5b63991e2";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/emails/emails.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,22 +1,29 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Command";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Comando";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Comando";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Commande";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "Command";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Comandos";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Comandos";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Polecenie";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Выполнение команд";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Kommando";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Команди";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Befehle";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Befehle";
|
||||
$apps[$x]['menu'][0]['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/exec/exec.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Command";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Befehle";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Befehle";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Comando";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Comando";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Command";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Commande";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Polecenie";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Comandos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Comandos";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Выполнение команд";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Kommando";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Команди";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/exec/exec.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,26 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Extensions";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Extensiones";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Extensiones";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Extensions";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "Post téléphonique";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Extensões";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Extensões";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Numery wewnętrzne";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Внутренние номера";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Розширення";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Anknytningar";
|
||||
$apps[$x]['menu'][0]['title']['ro'] = "Extensii";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Nebenstellen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Nebenstellen";
|
||||
$apps[$x]['menu'][0]['title']['ar-eg'] = "الأرقام الداخلية";
|
||||
$apps[$x]['menu'][0]['title']['he'] = "שלוחות";
|
||||
$apps[$x]['menu'][0]['uuid'] = "d3036a99-9a9f-2ad6-a82a-1fe7bebbe2d3";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/extensions/extensions.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Extensions";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الأرقام الداخلية";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Nebenstellen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Extensiones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Extensiones";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Post téléphonique";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Extensions";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "שלוחות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Numery wewnętrzne";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Extensões";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Extensões";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Extensii";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Внутренние номера";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Anknytningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Розширення";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "d3036a99-9a9f-2ad6-a82a-1fe7bebbe2d3";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/extensions/extensions.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,27 +1,31 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Fax Server";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Faxserver";
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = "Faxserver";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Fax Server";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Fax Server";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Serveur Fax";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "Serveur du fax";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Serwer faksowy";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Сервер факсов";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Fax Server";
|
||||
$apps[$x]['menu'][0]['title']['ro'] = "Server Fax";
|
||||
$apps[$x]['menu'][0]['title']['he'] = "שרת פקסים";
|
||||
$apps[$x]['menu'][0]['uuid'] = "9c9642e4-2b9b-2785-18d0-6c0a4ede2b2f";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/fax/fax.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Faxserver";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Faxserver";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Serveur du fax";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Serveur Fax";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "שרת פקסים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Serwer faksowy";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Server Fax";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Сервер факсов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "9c9642e4-2b9b-2785-18d0-6c0a4ede2b2f";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/fax/fax.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,23 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Queues";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Colas";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Colas";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Warteschlangen";
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = "Warteschlangen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Warteschlangen";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Queues";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Filas";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Kolejki";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Очереди";
|
||||
$apps[$x]['menu'][0]['uuid'] = "c535ac0b-1da1-0f9c-4653-7934c6f4732c";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/dialplan/dialplans.php?app_uuid=16589224-c876-aeb3-f59f-523a1c0801f7";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Colas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Colas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Kolejki";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Filas";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Очереди";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "c535ac0b-1da1-0f9c-4653-7934c6f4732c";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/dialplan/dialplans.php?app_uuid=16589224-c876-aeb3-f59f-523a1c0801f7";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,23 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Active Queues";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Colas activas";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Colas activas";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Queues Actives";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "Queues actives";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Filas Activas";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Filas ativas";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Aktywne kolejki";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Активные Очереди";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Aktiva Köer";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Активні черги";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Warteschlangen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Aktive Warteschlangen";
|
||||
$apps[$x]['menu'][0]['uuid'] = "450f1225-9187-49ac-a119-87bc26025f7d";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/fifo_list/fifo_list.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Queues";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Colas activas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Colas activas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Queues actives";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues Actives";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne kolejki";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Filas ativas";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Filas Activas";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные Очереди";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva Köer";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні черги";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "450f1225-9187-49ac-a119-87bc26025f7d";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/fifo_list/fifo_list.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,22 +1,31 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Follow Me";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Sígueme";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Follow Me";
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = "Follow Me";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Follow Me";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Follow Me";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Следуй за мной";
|
||||
$apps[$x]['menu'][0]['uuid'] = "a1144e12-873e-4722-9818-02da1adb6ba3";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/calls/calls.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Sígueme";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Следуй за мной";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "a1144e12-873e-4722-9818-02da1adb6ba3";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/calls/calls.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,22 +1,28 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Gateways";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Pasarelas";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Pasarelas";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Passerelles";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gateways";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Gateways";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Brama wyjściowa ";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Шлюзы";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Шлюзи";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Gateways";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Gateways";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Gateways";
|
||||
$apps[$x]['menu'][0]['title']['ar-eg'] = "البوابات";
|
||||
$apps[$x]['menu'][0]['uuid'] = "237a512a-f8fe-1ce4-b5d7-e71c401d7159";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/gateways/gateways.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "البوابات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Pasarelas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Pasarelas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Passerelles";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Brama wyjściowa ";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Шлюзы";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Шлюзи";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "237a512a-f8fe-1ce4-b5d7-e71c401d7159";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/gateways/gateways.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,20 +1,29 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "IVR Menu";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Menú IVR";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Menu SVI";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Menu de IVR";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Menu de IVR";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Zapowiedzi głosowe (IVR)";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Голосовые меню (IVR)";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "IVR Meny";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Automatische Vermittlung";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Automatische Vermittlung";
|
||||
$apps[$x]['menu'][0]['uuid'] = "72259497-a67b-e5aa-cac2-0f2dcef16308";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/ivr_menus/ivr_menus.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "IVR Menu";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Automatische Vermittlung";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Automatische Vermittlung";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Menu SVI";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zapowiedzi głosowe (IVR)";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Menu de IVR";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Menu de IVR";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовые меню (IVR)";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "IVR Meny";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "72259497-a67b-e5aa-cac2-0f2dcef16308";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/ivr_menus/ivr_menus.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,20 +1,28 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Log Viewer";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Visor de eventos";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Voir les Logs";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Visualizar Log";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Visualizar Log";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Podgląd logów";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Просмотр логов";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Log Viewer ";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Логи";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Log Betrachter";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Log Betrachter";
|
||||
$apps[$x]['menu'][0]['uuid'] = "781ebbec-a55a-9d60-f7bb-f54ab2ee4e7e";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/log_viewer/log_viewer.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Log Betrachter";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Log Betrachter";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Visor de eventos";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Voir les Logs";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Podgląd logów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Visualizar Log";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Visualizar Log";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Просмотр логов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Log Viewer ";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логи";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "781ebbec-a55a-9d60-f7bb-f54ab2ee4e7e";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/log_viewer/log_viewer.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,20 +1,28 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Modules";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Módulos";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Modules";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Modulos";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Módulos";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Moduły";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Модули";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Модулі";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Moduler";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Module";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Module";
|
||||
$apps[$x]['menu'][0]['uuid'] = "49fdb4e1-5417-0e7a-84b3-eb77f5263ea7";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/modules/modules.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Module";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Module";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Módulos";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Moduły";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Módulos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Modulos";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Модули";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Moduler";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Модулі";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "49fdb4e1-5417-0e7a-84b3-eb77f5263ea7";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/modules/modules.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,22 +1,29 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Music on Hold";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Música en espera";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Musique d'attente";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Musica em Espera";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Música de espera";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Muzyka na czekanie";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Музыка на удержании";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Väntmusik";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Музика на утриманні";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Wartemusik";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Wartemusik";
|
||||
$apps[$x]['menu'][0]['title']['he'] = "מוסיקה בהמתנה";
|
||||
$apps[$x]['menu'][0]['uuid'] = "1cd1d6cb-912d-db32-56c3-e0d5699feb9d";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/music_on_hold/music_on_hold.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Music on Hold";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Wartemusik";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Wartemusik";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Música en espera";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Musique d'attente";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "מוסיקה בהמתנה";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Muzyka na czekanie";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Música de espera";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Musica em Espera";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Музыка на удержании";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Väntmusik";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Музика на утриманні";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "1cd1d6cb-912d-db32-56c3-e0d5699feb9d";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/music_on_hold/music_on_hold.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,20 +1,29 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Operator Panel";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Panneau Operateur";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Panel operatora";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Painel do operador";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Панель оператора";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Telefonist Panel";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Панель оператора";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Bedienfeld";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Bedienfeld";
|
||||
$apps[$x]['menu'][0]['title']['he'] = "לוח מפעיל";
|
||||
$apps[$x]['menu'][0]['uuid'] = "dd3d173a-5d51-4231-ab22-b18c5b712bb2";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/operator_panel/index.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Operator Panel";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Bedienfeld";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Bedienfeld";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Panneau Operateur";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "לוח מפעיל";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Panel operatora";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Painel do operador";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Панель оператора";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Telefonist Panel";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Панель оператора";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "dd3d173a-5d51-4231-ab22-b18c5b712bb2";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/operator_panel/index.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,21 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Phrases";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Grabaciones";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Guides Vocaux";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gravações";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Gravações";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Zwroty";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Фразы";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Fraser";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Фрази";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Phrasen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Phrasen";
|
||||
$apps[$x]['menu'][0]['uuid'] = "a5caa6dc-a6d7-41c3-a484-e556ffd0d2ff";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/phrases/phrases.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Phrases";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Phrasen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Phrasen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabaciones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides Vocaux";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zwroty";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gravações";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gravações";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Фразы";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Fraser";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Фрази";
|
||||
|
||||
$apps[$x]['menu'][$y]['uuid'] = "a5caa6dc-a6d7-41c3-a484-e556ffd0d2ff";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/phrases/phrases.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,21 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'PIN Numbers';
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][0]['title']['pl'] = '';
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = 'PIN коды';
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = '';
|
||||
$apps[$x]['menu'][0]['title']['uk'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = 'PIN Nummern';
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = 'PIN Nummern';
|
||||
$apps[$x]['menu'][0]['uuid'] = '2e3d8f49-5beb-44a8-9617-0bffc5b418c2';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/pin_numbers/pin_numbers.php';
|
||||
//$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
//$apps[$x]['menu'][0]['groups'][] = 'admin';
|
||||
//$apps[$x]['menu'][0]['groups'][] = 'user';
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = 'PIN Numbers';
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = 'PIN Nummern';
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = 'PIN Nummern';
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = 'PIN коды';
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = '2e3d8f49-5beb-44a8-9617-0bffc5b418c2';
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
|
||||
$apps[$x]['menu'][$y]['category'] = 'internal';
|
||||
$apps[$x]['menu'][$y]['path'] = '/app/pin_numbers/pin_numbers.php';
|
||||
//$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
|
||||
//$apps[$x]['menu'][$y]['groups'][] = 'admin';
|
||||
//$apps[$x]['menu'][$y]['groups'][] = 'user';
|
||||
|
||||
?>
|
||||
|
|
@ -1,21 +1,29 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Recordings";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Grabaciones";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Guides Vocaux";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gravações";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Gravações";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Nagrywanie rozmów";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Записи";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Inspelningar";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Записи";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Aufnahmen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Aufnahmen";
|
||||
$apps[$x]['menu'][0]['uuid'] = "e4290fd2-3ccc-a758-1714-660d38453104";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/recordings/recordings.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aufnahmen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Aufnahmen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabaciones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides Vocaux";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Nagrywanie rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gravações";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gravações";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Записи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Inspelningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Записи";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "e4290fd2-3ccc-a758-1714-660d38453104";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/recordings/recordings.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,21 +1,29 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Registrations";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Registros";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Enregistrements SIP";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Registos";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Registros";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Rejestracje";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Регистрации SIP";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Registreringar";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Реєстрації";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Registrierungen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Registrierungen";
|
||||
$apps[$x]['menu'][0]['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/registrations/status_registrations.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Registrations";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Registrierungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Registrierungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registros";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements SIP";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Rejestracje";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Registros";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Registos";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Регистрации SIP";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Registreringar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Реєстрації";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/registrations/status_registrations.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,22 +1,29 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Ring Groups";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Grupo de llamados";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Groupes de sonnerie";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Grupos de Ring";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Grupos de chamada";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Grupy odbiorców rozmów.";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Группы вызовов";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Ringgrupper";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Групи";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Rufgruppen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Rufgruppen";
|
||||
$apps[$x]['menu'][0]['title']['he'] = "קבוצות חיוג";
|
||||
$apps[$x]['menu'][0]['uuid'] = "b30f085f-3ec6-2819-7e62-53dfba5cb8d5";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/ring_groups/ring_groups.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Ring Groups";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Rufgruppen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Rufgruppen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grupo de llamados";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Groupes de sonnerie";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "קבוצות חיוג";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Grupy odbiorców rozmów.";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Grupos de chamada";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Grupos de Ring";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Группы вызовов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Ringgrupper";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Групи";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "b30f085f-3ec6-2819-7e62-53dfba5cb8d5";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/ring_groups/ring_groups.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,21 +1,28 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Services";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Servicios";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Services";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Serviços";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Serviços";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Serwisy";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Службы";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Tjänster";
|
||||
$apps[$x]['menu'][0]['title']['ro'] = "Servicii";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Служби";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Dienste";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Dienste";
|
||||
$apps[$x]['menu'][0]['uuid'] = "c28f14e9-e5ad-e992-0931-d5f5f0db6a79";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/services/services.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Services";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Dienste";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Dienste";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Servicios";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Services";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Serwisy";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Serviços";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Serviços";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Servicii";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Службы";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Tjänster";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Служби";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "c28f14e9-e5ad-e992-0931-d5f5f0db6a79";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/services/services.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,20 +1,28 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Settings";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Configuraciones";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Configuration";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Definições";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Definições";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Ustawienia";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Конфигурация";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Налаштування";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Inställningar";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Einstellungen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Einstellungen";
|
||||
$apps[$x]['menu'][0]['uuid'] = "148ea42a-3711-3d64-181b-07a6a3c3ed60";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/settings/setting_edit.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Settings";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Configuraciones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Definições";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Definições";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конфигурация";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Налаштування";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "148ea42a-3711-3d64-181b-07a6a3c3ed60";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/settings/setting_edit.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,20 +1,28 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "SIP Profiles";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Perfiles SIP";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Profiles SIP";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Perfis SIP";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Perfis SIP";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Profile SIP";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Профили SIP";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "SIP Profiler";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "SIP профілі";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "SIP Profile";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "SIP Profile";
|
||||
$apps[$x]['menu'][0]['uuid'] = "47014b1d-13ad-921c-313d-ca42c0424b37";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/sip_profiles/sip_profiles.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "SIP Profiles";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "SIP Profile";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "SIP Profile";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Perfiles SIP";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Profiles SIP";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Profile SIP";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Perfis SIP";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Perfis SIP";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Профили SIP";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "SIP Profiler";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "SIP профілі";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "47014b1d-13ad-921c-313d-ca42c0424b37";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/sip_profiles/sip_profiles.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,20 +1,28 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "SIP Status";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Estado de SIP";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Statut SIP";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Estado do SIP";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Estado do SIP";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Status SIP";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Статус SIP";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "SIP Status";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Стан SIP";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "SIP Status";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "SIP Status";
|
||||
$apps[$x]['menu'][0]['uuid'] = "b7aea9f7-d3cf-711f-828e-46e56e2e5328";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/sip_status/sip_status.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de SIP";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Statut SIP";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Status SIP";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do SIP";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do SIP";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статус SIP";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Стан SIP";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "b7aea9f7-d3cf-711f-828e-46e56e2e5328";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/sip_status/sip_status.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,20 +1,29 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "System Status";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Estado de Sistema";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Etat Système";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Estado do Sistema";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Estado do sistema";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Stan systemu";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Состояние cистемы";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "System Status";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Стан системи ";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "System Status";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "System Status";
|
||||
$apps[$x]['menu'][0]['uuid'] = "5243e0d2-0e8b-277a-912e-9d8b5fcdb41d";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/system/system.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de Sistema";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Etat Système";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Stan systemu";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do sistema";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do Sistema";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Состояние cистемы";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Стан системи ";
|
||||
|
||||
$apps[$x]['menu'][$y]['uuid'] = "5243e0d2-0e8b-277a-912e-9d8b5fcdb41d";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/system/system.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,21 +1,29 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Time Conditions";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Condic. de Tiempo";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Conditions Temporelles";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Condições Temporais";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Condições temporarias";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Warunki czasowe";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Условия по времени";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Tidsstyrning";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Часові умови";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Zeitschaltung";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Zeitschaltung";
|
||||
$apps[$x]['menu'][0]['uuid'] = "67aede56-8623-df2d-6338-ecfbde5825f7";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/time_conditions/time_conditions.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Time Conditions";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Zeitschaltung";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Zeitschaltung";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Condic. de Tiempo";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Conditions Temporelles";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Warunki czasowe";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Condições temporarias";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Condições Temporais";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Условия по времени";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Tidsstyrning";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Часові умови";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "67aede56-8623-df2d-6338-ecfbde5825f7";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/time_conditions/time_conditions.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,20 +1,28 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Traffic Graph";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Gráfico de Tráfico";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Traffic Graphe";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Grafico de Trafego";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Gráfico de tráfego";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Wykres przesyłu danych";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "График трафика";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Trafik Graf";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Трафік";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Netzauslastungsdiagramm";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Netzauslastungsdiagramm";
|
||||
$apps[$x]['menu'][0]['uuid'] = "05ac3828-dc2b-c0e2-282c-79920f5349e0";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/traffic_graph/status_graph.php?width=660&height=330";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Traffic Graph";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Netzauslastungsdiagramm";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Netzauslastungsdiagramm";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gráfico de Tráfico";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Traffic Graphe";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Wykres przesyłu danych";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gráfico de tráfego";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Grafico de Trafego";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "График трафика";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Trafik Graf";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Трафік";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "05ac3828-dc2b-c0e2-282c-79920f5349e0";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/traffic_graph/status_graph.php?width=660&height=330";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,20 +1,27 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Variables";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Variables";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Variables";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Variáveis";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Variáveis";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Zmienne";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Параметры FreeSwitch";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Змінні";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Variabler";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Variablen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Variablen";
|
||||
$apps[$x]['menu'][0]['uuid'] = "7a4e9ec5-24b9-7200-89b8-d70bf8afdd8f";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/vars/vars.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Variablen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Variablen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zmienne";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Variáveis";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Variáveis";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Параметры FreeSwitch";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Variabler";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "7a4e9ec5-24b9-7200-89b8-d70bf8afdd8f";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/vars/vars.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,20 +1,29 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Voicemail";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Messagerie Vocale";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Poczta głosowa";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Correio de voz";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Голосовая почта";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Röstbrevlåda";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Голосова пошта";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Sprachnachrichten";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Sprachnachrichten";
|
||||
$apps[$x]['menu'][0]['title']['he'] = "תא קולי";
|
||||
$apps[$x]['menu'][0]['uuid'] = "0347f82a-62a0-49d0-bacd-511d080c46d5";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/voicemails/voicemails.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Sprachnachrichten";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Sprachnachrichten";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Messagerie Vocale";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תא קולי";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Poczta głosowa";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Correio de voz";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовая почта";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Röstbrevlåda";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Голосова пошта";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "0347f82a-62a0-49d0-bacd-511d080c46d5";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/voicemails/voicemails.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,59 +1,80 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Registro de detalle de llamada";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Historiques Appels";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Detalhes das Gravações de Voz";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Detalhes das gravações de voz";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Wykaz rozmów";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Detaljerad Samtalsinformation";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Деталізація дзвінків";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Meine Gespräche";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Meine Gespräche";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Детализация вызовов";
|
||||
$apps[$x]['menu'][0]['uuid'] = "8f80e71a-31a5-6432-47a0-7f5a7b271f05";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/xml_cdr/xml_cdr.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "CDR Statistics";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Statistics CDR";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "Statistiques CDR";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Statistics CDR";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "Estatisticas do CDR";
|
||||
$apps[$x]['menu'][1]['title']['pl'] = "Statystyki wykazu rozmów";
|
||||
$apps[$x]['menu'][1]['title']['ru-ru'] = "Статистика CDR";
|
||||
$apps[$x]['menu'][1]['title']['sv-se'] = "CDR Statistik";
|
||||
$apps[$x]['menu'][1]['title']['uk'] = "Статистика";
|
||||
$apps[$x]['menu'][1]['title']['de-de'] = "Anruf Statistik";
|
||||
$apps[$x]['menu'][1]['title']['de-at'] = "Anruf Statistik";
|
||||
$apps[$x]['menu'][1]['uuid'] = "032887d2-2315-4e10-b3a2-8989f719c80c";
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][1]['category'] = "internal";
|
||||
$apps[$x]['menu'][1]['path'] = "/app/xml_cdr/xml_cdr_statistics.php";
|
||||
$apps[$x]['menu'][1]['groups'][] = "user";
|
||||
$apps[$x]['menu'][1]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][2]['title']['en-us'] = "Extension Summary";
|
||||
$apps[$x]['menu'][2]['title']['es-cl'] = "Extension Summary";
|
||||
$apps[$x]['menu'][2]['title']['fr-fr'] = "Résumé de l'Extension";
|
||||
$apps[$x]['menu'][2]['title']['pt-pt'] = "Extension Summary";
|
||||
$apps[$x]['menu'][2]['title']['pt-br'] = "Extensão do sumário";
|
||||
$apps[$x]['menu'][2]['title']['pl'] = "Podsumowanie numerów wewnętrznych";
|
||||
$apps[$x]['menu'][2]['title']['ru-ru'] = "Общая по внутренним номерам";
|
||||
$apps[$x]['menu'][2]['title']['sv-se'] = "Anknytnings Summering";
|
||||
$apps[$x]['menu'][2]['title']['de-de'] = "Nebenstellen Statistik";
|
||||
$apps[$x]['menu'][2]['title']['de-at'] = "Nebenstellen Statistik";
|
||||
$apps[$x]['menu'][2]['title']['he'] = "סיכום שלוחות";
|
||||
$apps[$x]['menu'][2]['uuid'] = "4e45a3c1-6db5-417f-9abb-1d30a4fd0bf2";
|
||||
$apps[$x]['menu'][2]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][2]['category'] = "internal";
|
||||
$apps[$x]['menu'][2]['path'] = "/app/xml_cdr/xml_cdr_extension_summary.php";
|
||||
$apps[$x]['menu'][2]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][2]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Meine Gespräche";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Meine Gespräche";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registro de detalle de llamada";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Historiques Appels";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Wykaz rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Detalhes das gravações de voz";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Detalhes das Gravações de Voz";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Детализация вызовов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Detaljerad Samtalsinformation";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Деталізація дзвінків";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "8f80e71a-31a5-6432-47a0-7f5a7b271f05";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "CDR Statistics";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Anruf Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Anruf Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Statistics CDR";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Statistiques CDR";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Statystyki wykazu rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estatisticas do CDR";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Statistics CDR";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статистика CDR";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "CDR Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Статистика";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "032887d2-2315-4e10-b3a2-8989f719c80c";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr_statistics.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Nebenstellen Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Résumé de l'Extension";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "סיכום שלוחות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Podsumowanie numerów wewnętrznych";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Extensão do sumário";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Общая по внутренним номерам";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Anknytnings Summering";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "4e45a3c1-6db5-417f-9abb-1d30a4fd0bf2";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr_extension_summary.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,41 +1,55 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Apps";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Aplicaciones";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Apps";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Aplicações";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Aplicações";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Aplikacje";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Приложения";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Appar";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Додатки";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Applikationen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Applikationen";
|
||||
$apps[$x]['menu'][0]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['icon'] = "glyphicon-send";
|
||||
$apps[$x]['menu'][0]['path'] = "";
|
||||
$apps[$x]['menu'][0]['order'] = "20";
|
||||
$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "App Manager";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Administrador de Aplicaciones";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "Gestion App";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Gestor de Aplicações";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "Gerenciador de aplicações";
|
||||
$apps[$x]['menu'][1]['title']['pl'] = "Menedżer aplikacji";
|
||||
$apps[$x]['menu'][1]['title']['ru-ru'] = "Менеджер приложений";
|
||||
$apps[$x]['menu'][1]['title']['sv-se'] = "App Inställningar";
|
||||
$apps[$x]['menu'][1]['title']['uk'] = "Керування додатками";
|
||||
$apps[$x]['menu'][1]['title']['de-de'] = "Applikation Verwalten";
|
||||
$apps[$x]['menu'][1]['title']['de-at'] = "Applikation Verwalten";
|
||||
$apps[$x]['menu'][1]['uuid'] = "ef00f229-7890-00c2-bf23-fed5b8fa9fe7";
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][1]['category'] = "internal";
|
||||
$apps[$x]['menu'][1]['path'] = "/core/apps/apps.php";
|
||||
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Apps";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Applikationen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Applikationen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Aplicaciones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Apps";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aplikacje";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Aplicações";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Aplicações";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Приложения";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Appar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Додатки";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "glyphicon-send";
|
||||
$apps[$x]['menu'][$y]['path'] = "";
|
||||
$apps[$x]['menu'][$y]['order'] = "20";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "App Manager";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Applikation Verwalten";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Applikation Verwalten";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Administrador de Aplicaciones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion App";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Menedżer aplikacji";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciador de aplicações";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestor de Aplicações";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Менеджер приложений";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "App Inställningar";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "ef00f229-7890-00c2-bf23-fed5b8fa9fe7";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/apps/apps.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,21 +1,28 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Databases";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Bases de datos";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "BDD";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Base de Dados";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Base de dados";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Bazy danych";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Базы данных";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Databaser";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Бази даних";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Datenbanken";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Datenbanken";
|
||||
$apps[$x]['menu'][0]['title']['ar-eg'] = "قواعد البيانات";
|
||||
$apps[$x]['menu'][0]['uuid'] = "ebbd754d-ca74-d5b1-a77e-9206ba3ecc3f";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/core/databases/databases.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Databases";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "قواعد البيانات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Datenbanken";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Datenbanken";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Bases de datos";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "BDD";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Bazy danych";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Base de dados";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Base de Dados";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Базы данных";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Databaser";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Бази даних";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "ebbd754d-ca74-d5b1-a77e-9206ba3ecc3f";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/databases/databases.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
The Initial Developer of the Original Code is
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
Portions created by the Initial Developer are Copyright (C) 2008-2016
|
||||
Portions created by the Initial Developer are Copyright (C) 2008-2017
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
|
|
@ -25,495 +25,504 @@
|
|||
*/
|
||||
|
||||
//process this only one time
|
||||
if ($domains_processed == 1) {
|
||||
if ($domains_processed == 1) {
|
||||
|
||||
//set domains with enabled status of empty or null to true
|
||||
$sql = "delete from v_default_settings ";
|
||||
$sql .= "where (default_setting_category is null and default_setting_subcategory is null) ";
|
||||
$sql .= "or (default_setting_category = '' and default_setting_subcategory = '') ";
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
//set domains with enabled status of empty or null to true
|
||||
$sql = "delete from v_default_settings ";
|
||||
$sql .= "where (default_setting_category is null and default_setting_subcategory is null) ";
|
||||
$sql .= "or (default_setting_category = '' and default_setting_subcategory = '') ";
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
|
||||
//move the dynamic provision variables that from v_vars table to v_default_settings
|
||||
/* if (count($_SESSION['provision']) == 0) {
|
||||
$sql = "select * from v_vars ";
|
||||
$sql .= "where var_cat = 'Provision' ";
|
||||
$prep_statement = $db->prepare(check_sql($sql));
|
||||
$prep_statement->execute();
|
||||
$result = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||
foreach ($result as &$row) {
|
||||
//set the variable
|
||||
$var_name = check_str($row['var_name']);
|
||||
//remove the 'v_' prefix from the variable name
|
||||
if (substr($var_name, 0, 2) == "v_") {
|
||||
$var_name = substr($var_name, 2);
|
||||
}
|
||||
//add the provision variable to the default settings table
|
||||
$sql = "insert into v_default_settings ";
|
||||
$sql .= "(";
|
||||
$sql .= "default_setting_uuid, ";
|
||||
$sql .= "default_setting_category, ";
|
||||
$sql .= "default_setting_subcategory, ";
|
||||
$sql .= "default_setting_name, ";
|
||||
$sql .= "default_setting_value, ";
|
||||
$sql .= "default_setting_enabled, ";
|
||||
$sql .= "default_setting_description ";
|
||||
$sql .= ") ";
|
||||
$sql .= "values ";
|
||||
$sql .= "(";
|
||||
$sql .= "'".uuid()."', ";
|
||||
$sql .= "'provision', ";
|
||||
$sql .= "'".$var_name."', ";
|
||||
$sql .= "'var', ";
|
||||
$sql .= "'".check_str($row['var_value'])."', ";
|
||||
$sql .= "'".check_str($row['var_enabled'])."', ";
|
||||
$sql .= "'".check_str($row['var_description'])."' ";
|
||||
$sql .= ")";
|
||||
//move the dynamic provision variables that from v_vars table to v_default_settings
|
||||
/* if (count($_SESSION['provision']) == 0) {
|
||||
$sql = "select * from v_vars ";
|
||||
$sql .= "where var_cat = 'Provision' ";
|
||||
$prep_statement = $db->prepare(check_sql($sql));
|
||||
$prep_statement->execute();
|
||||
$result = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||
foreach ($result as &$row) {
|
||||
//set the variable
|
||||
$var_name = check_str($row['var_name']);
|
||||
//remove the 'v_' prefix from the variable name
|
||||
if (substr($var_name, 0, 2) == "v_") {
|
||||
$var_name = substr($var_name, 2);
|
||||
}
|
||||
//add the provision variable to the default settings table
|
||||
$sql = "insert into v_default_settings ";
|
||||
$sql .= "(";
|
||||
$sql .= "default_setting_uuid, ";
|
||||
$sql .= "default_setting_category, ";
|
||||
$sql .= "default_setting_subcategory, ";
|
||||
$sql .= "default_setting_name, ";
|
||||
$sql .= "default_setting_value, ";
|
||||
$sql .= "default_setting_enabled, ";
|
||||
$sql .= "default_setting_description ";
|
||||
$sql .= ") ";
|
||||
$sql .= "values ";
|
||||
$sql .= "(";
|
||||
$sql .= "'".uuid()."', ";
|
||||
$sql .= "'provision', ";
|
||||
$sql .= "'".$var_name."', ";
|
||||
$sql .= "'var', ";
|
||||
$sql .= "'".check_str($row['var_value'])."', ";
|
||||
$sql .= "'".check_str($row['var_enabled'])."', ";
|
||||
$sql .= "'".check_str($row['var_description'])."' ";
|
||||
$sql .= ")";
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
}
|
||||
unset($prep_statement);
|
||||
//delete the provision variables from system -> variables
|
||||
//$sql = "delete from v_vars ";
|
||||
//$sql .= "where var_cat = 'Provision' ";
|
||||
//echo $sql ."\n";
|
||||
//$db->exec(check_sql($sql));
|
||||
//echo "$var_name $var_value \n";
|
||||
}
|
||||
*/
|
||||
|
||||
//populate the languages table, if necessary
|
||||
$sql = "select count(*) as num_rows from v_languages";
|
||||
$prep_statement = $db->prepare($sql);
|
||||
if ($prep_statement) {
|
||||
$prep_statement->execute();
|
||||
$row = $prep_statement->fetch(PDO::FETCH_ASSOC);
|
||||
if ($row['num_rows'] == 0) {
|
||||
$sql = "insert into v_languages (language_uuid, language, code) values ";
|
||||
$sql .= "('".uuid()."', 'Afrikaans', 'af'), ";
|
||||
$sql .= "('".uuid()."', 'Albanian', 'sq'), ";
|
||||
$sql .= "('".uuid()."', 'Amharic', 'am'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Algeria', 'ar-dz'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Bahrain', 'ar-bh'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Egypt', 'ar-eg'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Iraq', 'ar-iq'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Jordan', 'ar-jo'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Kuwait', 'ar-kw'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Lebanon', 'ar-lb'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Libya', 'ar-ly'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Morocco', 'ar-ma'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Oman', 'ar-om'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Qatar', 'ar-qa'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Saudi Arabia', 'ar-sa'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Syria', 'ar-sy'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Tunisia', 'ar-tn'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - United Arab Emirates', 'ar-ae'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Yemen', 'ar-ye'), ";
|
||||
$sql .= "('".uuid()."', 'Armenian', 'hy'), ";
|
||||
$sql .= "('".uuid()."', 'Assamese', 'as'), ";
|
||||
$sql .= "('".uuid()."', 'Azeri - Cyrillic, Latin', 'az-az'), ";
|
||||
$sql .= "('".uuid()."', 'Basque', 'eu'), ";
|
||||
$sql .= "('".uuid()."', 'Belarusian', 'be'), ";
|
||||
$sql .= "('".uuid()."', 'Bengali - India, Bangladesh', 'bn'), ";
|
||||
$sql .= "('".uuid()."', 'Bosnian', 'bs'), ";
|
||||
$sql .= "('".uuid()."', 'Bulgarian', 'bg'), ";
|
||||
$sql .= "('".uuid()."', 'Burmese', 'my'), ";
|
||||
$sql .= "('".uuid()."', 'Catalan', 'ca'), ";
|
||||
$sql .= "('".uuid()."', 'Chinese - China', 'zh-cn'), ";
|
||||
$sql .= "('".uuid()."', 'Chinese - Hong Kong SAR', 'zh-hk'), ";
|
||||
$sql .= "('".uuid()."', 'Chinese - Macau SAR', 'zh-mo'), ";
|
||||
$sql .= "('".uuid()."', 'Chinese - Singapore', 'zh-sg'), ";
|
||||
$sql .= "('".uuid()."', 'Chinese - Taiwan', 'zh-tw'), ";
|
||||
$sql .= "('".uuid()."', 'Croatian', 'hr'), ";
|
||||
$sql .= "('".uuid()."', 'Czech', 'cs'), ";
|
||||
$sql .= "('".uuid()."', 'Danish', 'da'), ";
|
||||
$sql .= "('".uuid()."', 'Divehi, Dhivehi, Maldivian', 'dv'), ";
|
||||
$sql .= "('".uuid()."', 'Dutch - Belgium', 'nl-be'), ";
|
||||
$sql .= "('".uuid()."', 'Dutch - Netherlands', 'nl-nl'), ";
|
||||
$sql .= "('".uuid()."', 'English - Australia', 'en-au'), ";
|
||||
$sql .= "('".uuid()."', 'English - Belize', 'en-bz'), ";
|
||||
$sql .= "('".uuid()."', 'English - Canada', 'en-ca'), ";
|
||||
$sql .= "('".uuid()."', 'English - Caribbean', 'en-cb'), ";
|
||||
$sql .= "('".uuid()."', 'English - Great Britain', 'en-gb'), ";
|
||||
$sql .= "('".uuid()."', 'English - India', 'en-in'), ";
|
||||
$sql .= "('".uuid()."', 'English - Ireland', 'en-ie'), ";
|
||||
$sql .= "('".uuid()."', 'English - Jamaica', 'en-jm'), ";
|
||||
$sql .= "('".uuid()."', 'English - New Zealand', 'en-nz'), ";
|
||||
$sql .= "('".uuid()."', 'English - Phillippines', 'en-ph'), ";
|
||||
$sql .= "('".uuid()."', 'English - Southern Africa', 'en-za'), ";
|
||||
$sql .= "('".uuid()."', 'English - Trinidad', 'en-tt'), ";
|
||||
$sql .= "('".uuid()."', 'English - United States', 'en-us'), ";
|
||||
$sql .= "('".uuid()."', 'Estonian', 'et'), ";
|
||||
$sql .= "('".uuid()."', 'Faroese', 'fo'), ";
|
||||
$sql .= "('".uuid()."', 'Farsi - Persian', 'fa'), ";
|
||||
$sql .= "('".uuid()."', 'Finnish', 'fi'), ";
|
||||
$sql .= "('".uuid()."', 'French - Belgium', 'fr-be'), ";
|
||||
$sql .= "('".uuid()."', 'French - Canada', 'fr-ca'), ";
|
||||
$sql .= "('".uuid()."', 'French - France', 'fr-fr'), ";
|
||||
$sql .= "('".uuid()."', 'French - Luxembourg', 'fr-lu'), ";
|
||||
$sql .= "('".uuid()."', 'French - Switzerland', 'fr-ch'), ";
|
||||
$sql .= "('".uuid()."', 'FYRO Macedonia', 'mk'), ";
|
||||
$sql .= "('".uuid()."', 'Gaelic - Ireland', 'gd-ie'), ";
|
||||
$sql .= "('".uuid()."', 'Gaelic - Scotland', 'gd'), ";
|
||||
$sql .= "('".uuid()."', 'German - Austria', 'de-at'), ";
|
||||
$sql .= "('".uuid()."', 'German - Germany', 'de-de'), ";
|
||||
$sql .= "('".uuid()."', 'German - Liechtenstein', 'de-li'), ";
|
||||
$sql .= "('".uuid()."', 'German - Luxembourg', 'de-lu'), ";
|
||||
$sql .= "('".uuid()."', 'German - Switzerland', 'de-ch'), ";
|
||||
$sql .= "('".uuid()."', 'Greek', 'el'), ";
|
||||
$sql .= "('".uuid()."', 'Guarani - Paraguay', 'gn'), ";
|
||||
$sql .= "('".uuid()."', 'Gujarati', 'gu'), ";
|
||||
$sql .= "('".uuid()."', 'Hebrew', 'he'), ";
|
||||
$sql .= "('".uuid()."', 'Hindi', 'hi'), ";
|
||||
$sql .= "('".uuid()."', 'Hungarian', 'hu'), ";
|
||||
$sql .= "('".uuid()."', 'Icelandic', 'is'), ";
|
||||
$sql .= "('".uuid()."', 'Indonesian', 'id'), ";
|
||||
$sql .= "('".uuid()."', 'Italian - Italy', 'it-it'), ";
|
||||
$sql .= "('".uuid()."', 'Italian - Switzerland', 'it-ch'), ";
|
||||
$sql .= "('".uuid()."', 'Japanese', 'ja'), ";
|
||||
$sql .= "('".uuid()."', 'Kannada', 'kn'), ";
|
||||
$sql .= "('".uuid()."', 'Kashmiri', 'ks'), ";
|
||||
$sql .= "('".uuid()."', 'Kazakh', 'kk'), ";
|
||||
$sql .= "('".uuid()."', 'Khmer', 'km'), ";
|
||||
$sql .= "('".uuid()."', 'Korean', 'ko'), ";
|
||||
$sql .= "('".uuid()."', 'Lao', 'lo'), ";
|
||||
$sql .= "('".uuid()."', 'Latin', 'la'), ";
|
||||
$sql .= "('".uuid()."', 'Latvian', 'lv'), ";
|
||||
$sql .= "('".uuid()."', 'Lithuanian', 'lt'), ";
|
||||
$sql .= "('".uuid()."', 'Malayalam', 'ml'), ";
|
||||
$sql .= "('".uuid()."', 'Malay - Brunei', 'ms-bn'), ";
|
||||
$sql .= "('".uuid()."', 'Malay - Malaysia', 'ms-my'), ";
|
||||
$sql .= "('".uuid()."', 'Maltese', 'mt'), ";
|
||||
$sql .= "('".uuid()."', 'Maori', 'mi'), ";
|
||||
$sql .= "('".uuid()."', 'Marathi', 'mr'), ";
|
||||
$sql .= "('".uuid()."', 'Nepali', 'ne'), ";
|
||||
$sql .= "('".uuid()."', 'Norwegian - Bokml, Nynorsk', 'no-no'), ";
|
||||
$sql .= "('".uuid()."', 'Oriya', 'or'), ";
|
||||
$sql .= "('".uuid()."', 'Polish', 'pl'), ";
|
||||
$sql .= "('".uuid()."', 'Portuguese - Brazil', 'pt-br'), ";
|
||||
$sql .= "('".uuid()."', 'Portuguese - Portugal', 'pt-pt'), ";
|
||||
$sql .= "('".uuid()."', 'Punjabi', 'pa'), ";
|
||||
$sql .= "('".uuid()."', 'Raeto-Romance', 'rm'), ";
|
||||
$sql .= "('".uuid()."', 'Romanian - Moldova', 'ro-mo'), ";
|
||||
$sql .= "('".uuid()."', 'Romanian - Romania', 'ro'), ";
|
||||
$sql .= "('".uuid()."', 'Russian', 'ru-ru'), ";
|
||||
$sql .= "('".uuid()."', 'Russian - Moldova', 'ru-mo'), ";
|
||||
$sql .= "('".uuid()."', 'Sanskrit', 'sa'), ";
|
||||
$sql .= "('".uuid()."', 'Serbian - Cyrillic, Latin', 'sr-sp'), ";
|
||||
$sql .= "('".uuid()."', 'Setsuana', 'tn'), ";
|
||||
$sql .= "('".uuid()."', 'Sindhi', 'sd'), ";
|
||||
$sql .= "('".uuid()."', 'Sinhala, Sinhalese', 'si'), ";
|
||||
$sql .= "('".uuid()."', 'Slovak', 'sk'), ";
|
||||
$sql .= "('".uuid()."', 'Slovenian', 'sl'), ";
|
||||
$sql .= "('".uuid()."', 'Somali', 'so'), ";
|
||||
$sql .= "('".uuid()."', 'Sorbian', 'sb'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Argentina', 'es-ar'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Bolivia', 'es-bo'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Chile', 'es-cl'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Colombia', 'es-co'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Costa Rica', 'es-cr'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Dominican Republic', 'es-do'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Ecuador', 'es-ec'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - El Salvador', 'es-sv'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Guatemala', 'es-gt'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Honduras', 'es-hn'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Mexico', 'es-mx'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Nicaragua', 'es-ni'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Panama', 'es-pa'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Paraguay', 'es-py'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Peru', 'es-pe'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Puerto Rico', 'es-pr'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Spain (Traditional)', 'es-es'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Uruguay', 'es-uy'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Venezuela', 'es-ve'), ";
|
||||
$sql .= "('".uuid()."', 'Swahili', 'sw'), ";
|
||||
$sql .= "('".uuid()."', 'Swedish - Finland', 'sv-fi'), ";
|
||||
$sql .= "('".uuid()."', 'Swedish - Sweden', 'sv-se'), ";
|
||||
$sql .= "('".uuid()."', 'Tajik', 'tg'), ";
|
||||
$sql .= "('".uuid()."', 'Tamil', 'ta'), ";
|
||||
$sql .= "('".uuid()."', 'Tatar', 'tt'), ";
|
||||
$sql .= "('".uuid()."', 'Telugu', 'te'), ";
|
||||
$sql .= "('".uuid()."', 'Thai', 'th'), ";
|
||||
$sql .= "('".uuid()."', 'Tibetan', 'bo'), ";
|
||||
$sql .= "('".uuid()."', 'Tsonga', 'ts'), ";
|
||||
$sql .= "('".uuid()."', 'Turkish', 'tr'), ";
|
||||
$sql .= "('".uuid()."', 'Turkmen', 'tk'), ";
|
||||
$sql .= "('".uuid()."', 'Ukrainian', 'uk'), ";
|
||||
$sql .= "('".uuid()."', 'Urdu', 'ur'), ";
|
||||
$sql .= "('".uuid()."', 'Uzbek - Cyrillic, Latin', 'uz-uz'), ";
|
||||
$sql .= "('".uuid()."', 'Vietnamese', 'vi'), ";
|
||||
$sql .= "('".uuid()."', 'Welsh', 'cy'), ";
|
||||
$sql .= "('".uuid()."', 'Xhosa', 'xh'), ";
|
||||
$sql .= "('".uuid()."', 'Yiddish', 'yi') ";
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
}
|
||||
unset($prep_statement, $row);
|
||||
}
|
||||
unset($prep_statement);
|
||||
//delete the provision variables from system -> variables
|
||||
//$sql = "delete from v_vars ";
|
||||
//$sql .= "where var_cat = 'Provision' ";
|
||||
//echo $sql ."\n";
|
||||
//$db->exec(check_sql($sql));
|
||||
//echo "$var_name $var_value \n";
|
||||
}
|
||||
*/
|
||||
|
||||
//populate the languages table, if necessary
|
||||
$sql = "select count(*) as num_rows from v_languages";
|
||||
$prep_statement = $db->prepare($sql);
|
||||
if ($prep_statement) {
|
||||
$prep_statement->execute();
|
||||
$row = $prep_statement->fetch(PDO::FETCH_ASSOC);
|
||||
if ($row['num_rows'] == 0) {
|
||||
$sql = "insert into v_languages (language_uuid, language, code) values ";
|
||||
$sql .= "('".uuid()."', 'Afrikaans', 'af'), ";
|
||||
$sql .= "('".uuid()."', 'Albanian', 'sq'), ";
|
||||
$sql .= "('".uuid()."', 'Amharic', 'am'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Algeria', 'ar-dz'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Bahrain', 'ar-bh'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Egypt', 'ar-eg'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Iraq', 'ar-iq'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Jordan', 'ar-jo'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Kuwait', 'ar-kw'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Lebanon', 'ar-lb'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Libya', 'ar-ly'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Morocco', 'ar-ma'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Oman', 'ar-om'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Qatar', 'ar-qa'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Saudi Arabia', 'ar-sa'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Syria', 'ar-sy'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Tunisia', 'ar-tn'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - United Arab Emirates', 'ar-ae'), ";
|
||||
$sql .= "('".uuid()."', 'Arabic - Yemen', 'ar-ye'), ";
|
||||
$sql .= "('".uuid()."', 'Armenian', 'hy'), ";
|
||||
$sql .= "('".uuid()."', 'Assamese', 'as'), ";
|
||||
$sql .= "('".uuid()."', 'Azeri - Cyrillic, Latin', 'az-az'), ";
|
||||
$sql .= "('".uuid()."', 'Basque', 'eu'), ";
|
||||
$sql .= "('".uuid()."', 'Belarusian', 'be'), ";
|
||||
$sql .= "('".uuid()."', 'Bengali - India, Bangladesh', 'bn'), ";
|
||||
$sql .= "('".uuid()."', 'Bosnian', 'bs'), ";
|
||||
$sql .= "('".uuid()."', 'Bulgarian', 'bg'), ";
|
||||
$sql .= "('".uuid()."', 'Burmese', 'my'), ";
|
||||
$sql .= "('".uuid()."', 'Catalan', 'ca'), ";
|
||||
$sql .= "('".uuid()."', 'Chinese - China', 'zh-cn'), ";
|
||||
$sql .= "('".uuid()."', 'Chinese - Hong Kong SAR', 'zh-hk'), ";
|
||||
$sql .= "('".uuid()."', 'Chinese - Macau SAR', 'zh-mo'), ";
|
||||
$sql .= "('".uuid()."', 'Chinese - Singapore', 'zh-sg'), ";
|
||||
$sql .= "('".uuid()."', 'Chinese - Taiwan', 'zh-tw'), ";
|
||||
$sql .= "('".uuid()."', 'Croatian', 'hr'), ";
|
||||
$sql .= "('".uuid()."', 'Czech', 'cs'), ";
|
||||
$sql .= "('".uuid()."', 'Danish', 'da'), ";
|
||||
$sql .= "('".uuid()."', 'Divehi, Dhivehi, Maldivian', 'dv'), ";
|
||||
$sql .= "('".uuid()."', 'Dutch - Belgium', 'nl-be'), ";
|
||||
$sql .= "('".uuid()."', 'Dutch - Netherlands', 'nl-nl'), ";
|
||||
$sql .= "('".uuid()."', 'English - Australia', 'en-au'), ";
|
||||
$sql .= "('".uuid()."', 'English - Belize', 'en-bz'), ";
|
||||
$sql .= "('".uuid()."', 'English - Canada', 'en-ca'), ";
|
||||
$sql .= "('".uuid()."', 'English - Caribbean', 'en-cb'), ";
|
||||
$sql .= "('".uuid()."', 'English - Great Britain', 'en-gb'), ";
|
||||
$sql .= "('".uuid()."', 'English - India', 'en-in'), ";
|
||||
$sql .= "('".uuid()."', 'English - Ireland', 'en-ie'), ";
|
||||
$sql .= "('".uuid()."', 'English - Jamaica', 'en-jm'), ";
|
||||
$sql .= "('".uuid()."', 'English - New Zealand', 'en-nz'), ";
|
||||
$sql .= "('".uuid()."', 'English - Phillippines', 'en-ph'), ";
|
||||
$sql .= "('".uuid()."', 'English - Southern Africa', 'en-za'), ";
|
||||
$sql .= "('".uuid()."', 'English - Trinidad', 'en-tt'), ";
|
||||
$sql .= "('".uuid()."', 'English - United States', 'en-us'), ";
|
||||
$sql .= "('".uuid()."', 'Estonian', 'et'), ";
|
||||
$sql .= "('".uuid()."', 'Faroese', 'fo'), ";
|
||||
$sql .= "('".uuid()."', 'Farsi - Persian', 'fa'), ";
|
||||
$sql .= "('".uuid()."', 'Finnish', 'fi'), ";
|
||||
$sql .= "('".uuid()."', 'French - Belgium', 'fr-be'), ";
|
||||
$sql .= "('".uuid()."', 'French - Canada', 'fr-ca'), ";
|
||||
$sql .= "('".uuid()."', 'French - France', 'fr-fr'), ";
|
||||
$sql .= "('".uuid()."', 'French - Luxembourg', 'fr-lu'), ";
|
||||
$sql .= "('".uuid()."', 'French - Switzerland', 'fr-ch'), ";
|
||||
$sql .= "('".uuid()."', 'FYRO Macedonia', 'mk'), ";
|
||||
$sql .= "('".uuid()."', 'Gaelic - Ireland', 'gd-ie'), ";
|
||||
$sql .= "('".uuid()."', 'Gaelic - Scotland', 'gd'), ";
|
||||
$sql .= "('".uuid()."', 'German - Austria', 'de-at'), ";
|
||||
$sql .= "('".uuid()."', 'German - Germany', 'de-de'), ";
|
||||
$sql .= "('".uuid()."', 'German - Liechtenstein', 'de-li'), ";
|
||||
$sql .= "('".uuid()."', 'German - Luxembourg', 'de-lu'), ";
|
||||
$sql .= "('".uuid()."', 'German - Switzerland', 'de-ch'), ";
|
||||
$sql .= "('".uuid()."', 'Greek', 'el'), ";
|
||||
$sql .= "('".uuid()."', 'Guarani - Paraguay', 'gn'), ";
|
||||
$sql .= "('".uuid()."', 'Gujarati', 'gu'), ";
|
||||
$sql .= "('".uuid()."', 'Hebrew', 'he'), ";
|
||||
$sql .= "('".uuid()."', 'Hindi', 'hi'), ";
|
||||
$sql .= "('".uuid()."', 'Hungarian', 'hu'), ";
|
||||
$sql .= "('".uuid()."', 'Icelandic', 'is'), ";
|
||||
$sql .= "('".uuid()."', 'Indonesian', 'id'), ";
|
||||
$sql .= "('".uuid()."', 'Italian - Italy', 'it-it'), ";
|
||||
$sql .= "('".uuid()."', 'Italian - Switzerland', 'it-ch'), ";
|
||||
$sql .= "('".uuid()."', 'Japanese', 'ja'), ";
|
||||
$sql .= "('".uuid()."', 'Kannada', 'kn'), ";
|
||||
$sql .= "('".uuid()."', 'Kashmiri', 'ks'), ";
|
||||
$sql .= "('".uuid()."', 'Kazakh', 'kk'), ";
|
||||
$sql .= "('".uuid()."', 'Khmer', 'km'), ";
|
||||
$sql .= "('".uuid()."', 'Korean', 'ko'), ";
|
||||
$sql .= "('".uuid()."', 'Lao', 'lo'), ";
|
||||
$sql .= "('".uuid()."', 'Latin', 'la'), ";
|
||||
$sql .= "('".uuid()."', 'Latvian', 'lv'), ";
|
||||
$sql .= "('".uuid()."', 'Lithuanian', 'lt'), ";
|
||||
$sql .= "('".uuid()."', 'Malayalam', 'ml'), ";
|
||||
$sql .= "('".uuid()."', 'Malay - Brunei', 'ms-bn'), ";
|
||||
$sql .= "('".uuid()."', 'Malay - Malaysia', 'ms-my'), ";
|
||||
$sql .= "('".uuid()."', 'Maltese', 'mt'), ";
|
||||
$sql .= "('".uuid()."', 'Maori', 'mi'), ";
|
||||
$sql .= "('".uuid()."', 'Marathi', 'mr'), ";
|
||||
$sql .= "('".uuid()."', 'Nepali', 'ne'), ";
|
||||
$sql .= "('".uuid()."', 'Norwegian - Bokml, Nynorsk', 'no-no'), ";
|
||||
$sql .= "('".uuid()."', 'Oriya', 'or'), ";
|
||||
$sql .= "('".uuid()."', 'Polish', 'pl'), ";
|
||||
$sql .= "('".uuid()."', 'Portuguese - Brazil', 'pt-br'), ";
|
||||
$sql .= "('".uuid()."', 'Portuguese - Portugal', 'pt-pt'), ";
|
||||
$sql .= "('".uuid()."', 'Punjabi', 'pa'), ";
|
||||
$sql .= "('".uuid()."', 'Raeto-Romance', 'rm'), ";
|
||||
$sql .= "('".uuid()."', 'Romanian - Moldova', 'ro-mo'), ";
|
||||
$sql .= "('".uuid()."', 'Romanian - Romania', 'ro'), ";
|
||||
$sql .= "('".uuid()."', 'Russian', 'ru-ru'), ";
|
||||
$sql .= "('".uuid()."', 'Russian - Moldova', 'ru-mo'), ";
|
||||
$sql .= "('".uuid()."', 'Sanskrit', 'sa'), ";
|
||||
$sql .= "('".uuid()."', 'Serbian - Cyrillic, Latin', 'sr-sp'), ";
|
||||
$sql .= "('".uuid()."', 'Setsuana', 'tn'), ";
|
||||
$sql .= "('".uuid()."', 'Sindhi', 'sd'), ";
|
||||
$sql .= "('".uuid()."', 'Sinhala, Sinhalese', 'si'), ";
|
||||
$sql .= "('".uuid()."', 'Slovak', 'sk'), ";
|
||||
$sql .= "('".uuid()."', 'Slovenian', 'sl'), ";
|
||||
$sql .= "('".uuid()."', 'Somali', 'so'), ";
|
||||
$sql .= "('".uuid()."', 'Sorbian', 'sb'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Argentina', 'es-ar'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Bolivia', 'es-bo'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Chile', 'es-cl'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Colombia', 'es-co'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Costa Rica', 'es-cr'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Dominican Republic', 'es-do'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Ecuador', 'es-ec'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - El Salvador', 'es-sv'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Guatemala', 'es-gt'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Honduras', 'es-hn'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Mexico', 'es-mx'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Nicaragua', 'es-ni'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Panama', 'es-pa'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Paraguay', 'es-py'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Peru', 'es-pe'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Puerto Rico', 'es-pr'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Spain (Traditional)', 'es-es'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Uruguay', 'es-uy'), ";
|
||||
$sql .= "('".uuid()."', 'Spanish - Venezuela', 'es-ve'), ";
|
||||
$sql .= "('".uuid()."', 'Swahili', 'sw'), ";
|
||||
$sql .= "('".uuid()."', 'Swedish - Finland', 'sv-fi'), ";
|
||||
$sql .= "('".uuid()."', 'Swedish - Sweden', 'sv-se'), ";
|
||||
$sql .= "('".uuid()."', 'Tajik', 'tg'), ";
|
||||
$sql .= "('".uuid()."', 'Tamil', 'ta'), ";
|
||||
$sql .= "('".uuid()."', 'Tatar', 'tt'), ";
|
||||
$sql .= "('".uuid()."', 'Telugu', 'te'), ";
|
||||
$sql .= "('".uuid()."', 'Thai', 'th'), ";
|
||||
$sql .= "('".uuid()."', 'Tibetan', 'bo'), ";
|
||||
$sql .= "('".uuid()."', 'Tsonga', 'ts'), ";
|
||||
$sql .= "('".uuid()."', 'Turkish', 'tr'), ";
|
||||
$sql .= "('".uuid()."', 'Turkmen', 'tk'), ";
|
||||
$sql .= "('".uuid()."', 'Ukrainian', 'uk'), ";
|
||||
$sql .= "('".uuid()."', 'Urdu', 'ur'), ";
|
||||
$sql .= "('".uuid()."', 'Uzbek - Cyrillic, Latin', 'uz-uz'), ";
|
||||
$sql .= "('".uuid()."', 'Vietnamese', 'vi'), ";
|
||||
$sql .= "('".uuid()."', 'Welsh', 'cy'), ";
|
||||
$sql .= "('".uuid()."', 'Xhosa', 'xh'), ";
|
||||
$sql .= "('".uuid()."', 'Yiddish', 'yi') ";
|
||||
//populate the countries table, if necessary
|
||||
$sql = "select count(*) as num_rows from v_countries";
|
||||
$prep_statement = $db->prepare($sql);
|
||||
if ($prep_statement) {
|
||||
$prep_statement->execute();
|
||||
$row = $prep_statement->fetch(PDO::FETCH_ASSOC);
|
||||
if ($row['num_rows'] == 0) {
|
||||
$sql = "insert into v_countries (country_uuid, country, iso_a2, iso_a3, num, calling_code) values ";
|
||||
$sql .= "('".uuid()."', 'Afghanistan', 'AF', 'AFG', 4, '93'), ";
|
||||
$sql .= "('".uuid()."', 'Albania', 'AL', 'ALB', 8, '355'), ";
|
||||
$sql .= "('".uuid()."', 'Algeria', 'DZ', 'DZA', 12, '213'), ";
|
||||
$sql .= "('".uuid()."', 'American Samoa', 'AS', 'ASM', 16, '1-684'), ";
|
||||
$sql .= "('".uuid()."', 'Andorra', 'AD', 'AND', 20, '376'), ";
|
||||
$sql .= "('".uuid()."', 'Angola', 'AO', 'AGO', 24, '244'), ";
|
||||
$sql .= "('".uuid()."', 'Anguilla', 'AI', 'AIA', 660, '1-264'), ";
|
||||
$sql .= "('".uuid()."', 'Antarctica', 'AQ', 'ATA', 10, '672'), ";
|
||||
$sql .= "('".uuid()."', 'Antigua and Barbuda', 'AG', 'ATG', 28, '1-268'), ";
|
||||
$sql .= "('".uuid()."', 'Argentina', 'AR', 'ARG', 32, '54'), ";
|
||||
$sql .= "('".uuid()."', 'Armenia', 'AM', 'ARM', 51, '374'), ";
|
||||
$sql .= "('".uuid()."', 'Aruba', 'AW', 'ABW', 533, '297'), ";
|
||||
$sql .= "('".uuid()."', 'Australia', 'AU', 'AUS', 36, '61'), ";
|
||||
$sql .= "('".uuid()."', 'Austria', 'AT', 'AUT', 40, '43'), ";
|
||||
$sql .= "('".uuid()."', 'Azerbaijan', 'AZ', 'AZE', 31, '994'), ";
|
||||
$sql .= "('".uuid()."', 'Bahamas', 'BS', 'BHS', 44, '1-242'), ";
|
||||
$sql .= "('".uuid()."', 'Bahrain', 'BH', 'BHR', 48, '973'), ";
|
||||
$sql .= "('".uuid()."', 'Bangladesh', 'BD', 'BGD', 50, '880'), ";
|
||||
$sql .= "('".uuid()."', 'Barbados', 'BB', 'BRB', 52, '1-246'), ";
|
||||
$sql .= "('".uuid()."', 'Belarus', 'BY', 'BLR', 112, '375'), ";
|
||||
$sql .= "('".uuid()."', 'Belgium', 'BE', 'BEL', 56, '32'), ";
|
||||
$sql .= "('".uuid()."', 'Belize', 'BZ', 'BLZ', 84, '501'), ";
|
||||
$sql .= "('".uuid()."', 'Benin', 'BJ', 'BEN', 204, '229'), ";
|
||||
$sql .= "('".uuid()."', 'Bermuda', 'BM', 'BMU', 60, '1-441'), ";
|
||||
$sql .= "('".uuid()."', 'Bhutan', 'BT', 'BTN', 64, '975'), ";
|
||||
$sql .= "('".uuid()."', 'Bolivia', 'BO', 'BOL', 68, '591'), ";
|
||||
$sql .= "('".uuid()."', 'Bonaire', 'BQ', 'BES', 535, '599'), ";
|
||||
$sql .= "('".uuid()."', 'Bosnia and Herzegovina', 'BA', 'BIH', 70, '387'), ";
|
||||
$sql .= "('".uuid()."', 'Botswana', 'BW', 'BWA', 72, '267'), ";
|
||||
$sql .= "('".uuid()."', 'Bouvet Island', 'BV', 'BVT', 74, '47'), ";
|
||||
$sql .= "('".uuid()."', 'Brazil', 'BR', 'BRA', 76, '55'), ";
|
||||
$sql .= "('".uuid()."', 'British Indian Ocean Territory', 'IO', 'IOT', 86, '246'), ";
|
||||
$sql .= "('".uuid()."', 'Brunei Darussalam', 'BN', 'BRN', 96, '673'), ";
|
||||
$sql .= "('".uuid()."', 'Bulgaria', 'BG', 'BGR', 100, '359'), ";
|
||||
$sql .= "('".uuid()."', 'Burkina Faso', 'BF', 'BFA', 854, '226'), ";
|
||||
$sql .= "('".uuid()."', 'Burundi', 'BI', 'BDI', 108, '257'), ";
|
||||
$sql .= "('".uuid()."', 'Cambodia', 'KH', 'KHM', 116, '855'), ";
|
||||
$sql .= "('".uuid()."', 'Cameroon', 'CM', 'CMR', 120, '237'), ";
|
||||
$sql .= "('".uuid()."', 'Canada', 'CA', 'CAN', 124, '1'), ";
|
||||
$sql .= "('".uuid()."', 'Cape Verde', 'CV', 'CPV', 132, '238'), ";
|
||||
$sql .= "('".uuid()."', 'Cayman Islands', 'KY', 'CYM', 136, '1-345'), ";
|
||||
$sql .= "('".uuid()."', 'Central African Republic', 'CF', 'CAF', 140, '236'), ";
|
||||
$sql .= "('".uuid()."', 'Chad', 'TD', 'TCD', 148, '235'), ";
|
||||
$sql .= "('".uuid()."', 'Chile', 'CL', 'CHL', 152, '56'), ";
|
||||
$sql .= "('".uuid()."', 'China', 'CN', 'CHN', 156, '86'), ";
|
||||
$sql .= "('".uuid()."', 'Christmas Island', 'CX', 'CXR', 162, '61'), ";
|
||||
$sql .= "('".uuid()."', 'Cocos (Keeling) Islands', 'CC', 'CCK', 166, '61'), ";
|
||||
$sql .= "('".uuid()."', 'Colombia', 'CO', 'COL', 170, '57'), ";
|
||||
$sql .= "('".uuid()."', 'Comoros', 'KM', 'COM', 174, '269'), ";
|
||||
$sql .= "('".uuid()."', 'Congo', 'CG', 'COG', 178, '242'), ";
|
||||
$sql .= "('".uuid()."', 'Democratic Republic of the Congo', 'CD', 'COD', 180, '243'), ";
|
||||
$sql .= "('".uuid()."', 'Cook Islands', 'CK', 'COK', 184, '682'), ";
|
||||
$sql .= "('".uuid()."', 'Costa Rica', 'CR', 'CRI', 188, '506'), ";
|
||||
$sql .= "('".uuid()."', 'Croatia', 'HR', 'HRV', 191, '385'), ";
|
||||
$sql .= "('".uuid()."', 'Cuba', 'CU', 'CUB', 192, '53'), ";
|
||||
$sql .= "('".uuid()."', 'Curaçao', 'CW', 'CUW', 531, '599'), ";
|
||||
$sql .= "('".uuid()."', 'Cyprus', 'CY', 'CYP', 196, '357'), ";
|
||||
$sql .= "('".uuid()."', 'Czech Republic', 'CZ', 'CZE', 203, '420'), ";
|
||||
$sql .= "('".uuid()."', 'Côte d''Ivoire', 'CI', 'CIV', 384, '225'), ";
|
||||
$sql .= "('".uuid()."', 'Denmark', 'DK', 'DNK', 208, '45'), ";
|
||||
$sql .= "('".uuid()."', 'Djibouti', 'DJ', 'DJI', 262, '253'), ";
|
||||
$sql .= "('".uuid()."', 'Dominica', 'DM', 'DMA', 212, '1-767'), ";
|
||||
$sql .= "('".uuid()."', 'Dominican Republic', 'DO', 'DOM', 214, '1-809,1-829,1-849'), ";
|
||||
$sql .= "('".uuid()."', 'Ecuador', 'EC', 'ECU', 218, '593'), ";
|
||||
$sql .= "('".uuid()."', 'Egypt', 'EG', 'EGY', 818, '20'), ";
|
||||
$sql .= "('".uuid()."', 'El Salvador', 'SV', 'SLV', 222, '503'), ";
|
||||
$sql .= "('".uuid()."', 'Equatorial Guinea', 'GQ', 'GNQ', 226, '240'), ";
|
||||
$sql .= "('".uuid()."', 'Eritrea', 'ER', 'ERI', 232, '291'), ";
|
||||
$sql .= "('".uuid()."', 'Estonia', 'EE', 'EST', 233, '372'), ";
|
||||
$sql .= "('".uuid()."', 'Ethiopia', 'ET', 'ETH', 231, '251'), ";
|
||||
$sql .= "('".uuid()."', 'Falkland Islands (Malvinas)', 'FK', 'FLK', 238, '500'), ";
|
||||
$sql .= "('".uuid()."', 'Faroe Islands', 'FO', 'FRO', 234, '298'), ";
|
||||
$sql .= "('".uuid()."', 'Fiji', 'FJ', 'FJI', 242, '679'), ";
|
||||
$sql .= "('".uuid()."', 'Finland', 'FI', 'FIN', 246, '358'), ";
|
||||
$sql .= "('".uuid()."', 'France', 'FR', 'FRA', 250, '33'), ";
|
||||
$sql .= "('".uuid()."', 'French Guiana', 'GF', 'GUF', 254, '594'), ";
|
||||
$sql .= "('".uuid()."', 'French Polynesia', 'PF', 'PYF', 258, '689'), ";
|
||||
$sql .= "('".uuid()."', 'French Southern Territories', 'TF', 'ATF', 260, '262'), ";
|
||||
$sql .= "('".uuid()."', 'Gabon', 'GA', 'GAB', 266, '241'), ";
|
||||
$sql .= "('".uuid()."', 'Gambia', 'GM', 'GMB', 270, '220'), ";
|
||||
$sql .= "('".uuid()."', 'Georgia', 'GE', 'GEO', 268, '995'), ";
|
||||
$sql .= "('".uuid()."', 'Germany', 'DE', 'DEU', 276, '49'), ";
|
||||
$sql .= "('".uuid()."', 'Ghana', 'GH', 'GHA', 288, '233'), ";
|
||||
$sql .= "('".uuid()."', 'Gibraltar', 'GI', 'GIB', 292, '350'), ";
|
||||
$sql .= "('".uuid()."', 'Greece', 'GR', 'GRC', 300, '30'), ";
|
||||
$sql .= "('".uuid()."', 'Greenland', 'GL', 'GRL', 304, '299'), ";
|
||||
$sql .= "('".uuid()."', 'Grenada', 'GD', 'GRD', 308, '1-473'), ";
|
||||
$sql .= "('".uuid()."', 'Guadeloupe', 'GP', 'GLP', 312, '590'), ";
|
||||
$sql .= "('".uuid()."', 'Guam', 'GU', 'GUM', 316, '1-671'), ";
|
||||
$sql .= "('".uuid()."', 'Guatemala', 'GT', 'GTM', 320, '502'), ";
|
||||
$sql .= "('".uuid()."', 'Guernsey', 'GG', 'GGY', 831, '44'), ";
|
||||
$sql .= "('".uuid()."', 'Guinea', 'GN', 'GIN', 324, '224'), ";
|
||||
$sql .= "('".uuid()."', 'Guinea-Bissau', 'GW', 'GNB', 624, '245'), ";
|
||||
$sql .= "('".uuid()."', 'Guyana', 'GY', 'GUY', 328, '592'), ";
|
||||
$sql .= "('".uuid()."', 'Haiti', 'HT', 'HTI', 332, '509'), ";
|
||||
$sql .= "('".uuid()."', 'Heard Island and McDonald Islands', 'HM', 'HMD', 334, '672'), ";
|
||||
$sql .= "('".uuid()."', 'Holy See (Vatican City State)', 'VA', 'VAT', 336, '379'), ";
|
||||
$sql .= "('".uuid()."', 'Honduras', 'HN', 'HND', 340, '504'), ";
|
||||
$sql .= "('".uuid()."', 'Hong Kong', 'HK', 'HKG', 344, '852'), ";
|
||||
$sql .= "('".uuid()."', 'Hungary', 'HU', 'HUN', 348, '36'), ";
|
||||
$sql .= "('".uuid()."', 'Iceland', 'IS', 'ISL', 352, '354'), ";
|
||||
$sql .= "('".uuid()."', 'India', 'IN', 'IND', 356, '91'), ";
|
||||
$sql .= "('".uuid()."', 'Indonesia', 'ID', 'IDN', 360, '62'), ";
|
||||
$sql .= "('".uuid()."', 'Iran, Islamic Republic of', 'IR', 'IRN', 364, '98'), ";
|
||||
$sql .= "('".uuid()."', 'Iraq', 'IQ', 'IRQ', 368, '964'), ";
|
||||
$sql .= "('".uuid()."', 'Ireland', 'IE', 'IRL', 372, '353'), ";
|
||||
$sql .= "('".uuid()."', 'Isle of Man', 'IM', 'IMN', 833, '44'), ";
|
||||
$sql .= "('".uuid()."', 'Israel', 'IL', 'ISR', 376, '972'), ";
|
||||
$sql .= "('".uuid()."', 'Italy', 'IT', 'ITA', 380, '39'), ";
|
||||
$sql .= "('".uuid()."', 'Jamaica', 'JM', 'JAM', 388, '1-876'), ";
|
||||
$sql .= "('".uuid()."', 'Japan', 'JP', 'JPN', 392, '81'), ";
|
||||
$sql .= "('".uuid()."', 'Jersey', 'JE', 'JEY', 832, '44'), ";
|
||||
$sql .= "('".uuid()."', 'Jordan', 'JO', 'JOR', 400, '962'), ";
|
||||
$sql .= "('".uuid()."', 'Kazakhstan', 'KZ', 'KAZ', 398, '7'), ";
|
||||
$sql .= "('".uuid()."', 'Kenya', 'KE', 'KEN', 404, '254'), ";
|
||||
$sql .= "('".uuid()."', 'Kiribati', 'KI', 'KIR', 296, '686'), ";
|
||||
$sql .= "('".uuid()."', 'Korea, Democratic People''s Republic of', 'KP', 'PRK', 408, '850'), ";
|
||||
$sql .= "('".uuid()."', 'Korea, Republic of', 'KR', 'KOR', 410, '82'), ";
|
||||
$sql .= "('".uuid()."', 'Kuwait', 'KW', 'KWT', 414, '965'), ";
|
||||
$sql .= "('".uuid()."', 'Kyrgyzstan', 'KG', 'KGZ', 417, '996'), ";
|
||||
$sql .= "('".uuid()."', 'Lao People''s Democratic Republic', 'LA', 'LAO', 418, '856'), ";
|
||||
$sql .= "('".uuid()."', 'Latvia', 'LV', 'LVA', 428, '371'), ";
|
||||
$sql .= "('".uuid()."', 'Lebanon', 'LB', 'LBN', 422, '961'), ";
|
||||
$sql .= "('".uuid()."', 'Lesotho', 'LS', 'LSO', 426, '266'), ";
|
||||
$sql .= "('".uuid()."', 'Liberia', 'LR', 'LBR', 430, '231'), ";
|
||||
$sql .= "('".uuid()."', 'Libya', 'LY', 'LBY', 434, '218'), ";
|
||||
$sql .= "('".uuid()."', 'Liechtenstein', 'LI', 'LIE', 438, '423'), ";
|
||||
$sql .= "('".uuid()."', 'Lithuania', 'LT', 'LTU', 440, '370'), ";
|
||||
$sql .= "('".uuid()."', 'Luxembourg', 'LU', 'LUX', 442, '352'), ";
|
||||
$sql .= "('".uuid()."', 'Macao', 'MO', 'MAC', 446, '853'), ";
|
||||
$sql .= "('".uuid()."', 'Macedonia, the Former Yugoslav Republic of', 'MK', 'MKD', 807, '389'), ";
|
||||
$sql .= "('".uuid()."', 'Madagascar', 'MG', 'MDG', 450, '261'), ";
|
||||
$sql .= "('".uuid()."', 'Malawi', 'MW', 'MWI', 454, '265'), ";
|
||||
$sql .= "('".uuid()."', 'Malaysia', 'MY', 'MYS', 458, '60'), ";
|
||||
$sql .= "('".uuid()."', 'Maldives', 'MV', 'MDV', 462, '960'), ";
|
||||
$sql .= "('".uuid()."', 'Mali', 'ML', 'MLI', 466, '223'), ";
|
||||
$sql .= "('".uuid()."', 'Malta', 'MT', 'MLT', 470, '356'), ";
|
||||
$sql .= "('".uuid()."', 'Marshall Islands', 'MH', 'MHL', 584, '692'), ";
|
||||
$sql .= "('".uuid()."', 'Martinique', 'MQ', 'MTQ', 474, '596'), ";
|
||||
$sql .= "('".uuid()."', 'Mauritania', 'MR', 'MRT', 478, '222'), ";
|
||||
$sql .= "('".uuid()."', 'Mauritius', 'MU', 'MUS', 480, '230'), ";
|
||||
$sql .= "('".uuid()."', 'Mayotte', 'YT', 'MYT', 175, '262'), ";
|
||||
$sql .= "('".uuid()."', 'Mexico', 'MX', 'MEX', 484, '52'), ";
|
||||
$sql .= "('".uuid()."', 'Micronesia, Federated States of', 'FM', 'FSM', 583, '691'), ";
|
||||
$sql .= "('".uuid()."', 'Moldova, Republic of', 'MD', 'MDA', 498, '373'), ";
|
||||
$sql .= "('".uuid()."', 'Monaco', 'MC', 'MCO', 492, '377'), ";
|
||||
$sql .= "('".uuid()."', 'Mongolia', 'MN', 'MNG', 496, '976'), ";
|
||||
$sql .= "('".uuid()."', 'Montenegro', 'ME', 'MNE', 499, '382'), ";
|
||||
$sql .= "('".uuid()."', 'Montserrat', 'MS', 'MSR', 500, '1-664'), ";
|
||||
$sql .= "('".uuid()."', 'Morocco', 'MA', 'MAR', 504, '212'), ";
|
||||
$sql .= "('".uuid()."', 'Mozambique', 'MZ', 'MOZ', 508, '258'), ";
|
||||
$sql .= "('".uuid()."', 'Myanmar', 'MM', 'MMR', 104, '95'), ";
|
||||
$sql .= "('".uuid()."', 'Namibia', 'NA', 'NAM', 516, '264'), ";
|
||||
$sql .= "('".uuid()."', 'Nauru', 'NR', 'NRU', 520, '674'), ";
|
||||
$sql .= "('".uuid()."', 'Nepal', 'NP', 'NPL', 524, '977'), ";
|
||||
$sql .= "('".uuid()."', 'Netherlands', 'NL', 'NLD', 528, '31'), ";
|
||||
$sql .= "('".uuid()."', 'New Caledonia', 'NC', 'NCL', 540, '687'), ";
|
||||
$sql .= "('".uuid()."', 'New Zealand', 'NZ', 'NZL', 554, '64'), ";
|
||||
$sql .= "('".uuid()."', 'Nicaragua', 'NI', 'NIC', 558, '505'), ";
|
||||
$sql .= "('".uuid()."', 'Niger', 'NE', 'NER', 562, '227'), ";
|
||||
$sql .= "('".uuid()."', 'Nigeria', 'NG', 'NGA', 566, '234'), ";
|
||||
$sql .= "('".uuid()."', 'Niue', 'NU', 'NIU', 570, '683'), ";
|
||||
$sql .= "('".uuid()."', 'Norfolk Island', 'NF', 'NFK', 574, '672'), ";
|
||||
$sql .= "('".uuid()."', 'Northern Mariana Islands', 'MP', 'MNP', 580, '1-670'), ";
|
||||
$sql .= "('".uuid()."', 'Norway', 'NO', 'NOR', 578, '47'), ";
|
||||
$sql .= "('".uuid()."', 'Oman', 'OM', 'OMN', 512, '968'), ";
|
||||
$sql .= "('".uuid()."', 'Pakistan', 'PK', 'PAK', 586, '92'), ";
|
||||
$sql .= "('".uuid()."', 'Palau', 'PW', 'PLW', 585, '680'), ";
|
||||
$sql .= "('".uuid()."', 'Palestine, State of', 'PS', 'PSE', 275, '970'), ";
|
||||
$sql .= "('".uuid()."', 'Panama', 'PA', 'PAN', 591, '507'), ";
|
||||
$sql .= "('".uuid()."', 'Papua New Guinea', 'PG', 'PNG', 598, '675'), ";
|
||||
$sql .= "('".uuid()."', 'Paraguay', 'PY', 'PRY', 600, '595'), ";
|
||||
$sql .= "('".uuid()."', 'Peru', 'PE', 'PER', 604, '51'), ";
|
||||
$sql .= "('".uuid()."', 'Philippines', 'PH', 'PHL', 608, '63'), ";
|
||||
$sql .= "('".uuid()."', 'Pitcairn', 'PN', 'PCN', 612, '870'), ";
|
||||
$sql .= "('".uuid()."', 'Poland', 'PL', 'POL', 616, '48'), ";
|
||||
$sql .= "('".uuid()."', 'Portugal', 'PT', 'PRT', 620, '351'), ";
|
||||
$sql .= "('".uuid()."', 'Puerto Rico', 'PR', 'PRI', 630, '1'), ";
|
||||
$sql .= "('".uuid()."', 'Qatar', 'QA', 'QAT', 634, '974'), ";
|
||||
$sql .= "('".uuid()."', 'Romania', 'RO', 'ROU', 642, '40'), ";
|
||||
$sql .= "('".uuid()."', 'Russian Federation', 'RU', 'RUS', 643, '7'), ";
|
||||
$sql .= "('".uuid()."', 'Rwanda', 'RW', 'RWA', 646, '250'), ";
|
||||
$sql .= "('".uuid()."', 'Reunion', 'RE', 'REU', 638, '262'), ";
|
||||
$sql .= "('".uuid()."', 'Saint Barthelemy', 'BL', 'BLM', 652, '590'), ";
|
||||
$sql .= "('".uuid()."', 'Saint Helena', 'SH', 'SHN', 654, '290'), ";
|
||||
$sql .= "('".uuid()."', 'Saint Kitts and Nevis', 'KN', 'KNA', 659, '1-869'), ";
|
||||
$sql .= "('".uuid()."', 'Saint Lucia', 'LC', 'LCA', 662, '1-758'), ";
|
||||
$sql .= "('".uuid()."', 'Saint Martin (French part)', 'MF', 'MAF', 663, '590'), ";
|
||||
$sql .= "('".uuid()."', 'Saint Pierre and Miquelon', 'PM', 'SPM', 666, '508'), ";
|
||||
$sql .= "('".uuid()."', 'Saint Vincent and the Grenadines', 'VC', 'VCT', 670, '1-784'), ";
|
||||
$sql .= "('".uuid()."', 'Samoa', 'WS', 'WSM', 882, '685'), ";
|
||||
$sql .= "('".uuid()."', 'San Marino', 'SM', 'SMR', 674, '378'), ";
|
||||
$sql .= "('".uuid()."', 'Sao Tome and Principe', 'ST', 'STP', 678, '239'), ";
|
||||
$sql .= "('".uuid()."', 'Saudi Arabia', 'SA', 'SAU', 682, '966'), ";
|
||||
$sql .= "('".uuid()."', 'Senegal', 'SN', 'SEN', 686, '221'), ";
|
||||
$sql .= "('".uuid()."', 'Serbia', 'RS', 'SRB', 688, '381'), ";
|
||||
$sql .= "('".uuid()."', 'Seychelles', 'SC', 'SYC', 690, '248'), ";
|
||||
$sql .= "('".uuid()."', 'Sierra Leone', 'SL', 'SLE', 694, '232'), ";
|
||||
$sql .= "('".uuid()."', 'Singapore', 'SG', 'SGP', 702, '65'), ";
|
||||
$sql .= "('".uuid()."', 'Sint Maarten (Dutch part)', 'SX', 'SXM', 534, '1-721'), ";
|
||||
$sql .= "('".uuid()."', 'Slovakia', 'SK', 'SVK', 703, '421'), ";
|
||||
$sql .= "('".uuid()."', 'Slovenia', 'SI', 'SVN', 705, '386'), ";
|
||||
$sql .= "('".uuid()."', 'Solomon Islands', 'SB', 'SLB', 90, '677'), ";
|
||||
$sql .= "('".uuid()."', 'Somalia', 'SO', 'SOM', 706, '252'), ";
|
||||
$sql .= "('".uuid()."', 'South Africa', 'ZA', 'ZAF', 710, '27'), ";
|
||||
$sql .= "('".uuid()."', 'South Georgia and the South Sandwich Islands', 'GS', 'SGS', 239, '500'), ";
|
||||
$sql .= "('".uuid()."', 'South Sudan', 'SS', 'SSD', 728, '211'), ";
|
||||
$sql .= "('".uuid()."', 'Spain', 'ES', 'ESP', 724, '34'), ";
|
||||
$sql .= "('".uuid()."', 'Sri Lanka', 'LK', 'LKA', 144, '94'), ";
|
||||
$sql .= "('".uuid()."', 'Sudan', 'SD', 'SDN', 729, '249'), ";
|
||||
$sql .= "('".uuid()."', 'Suriname', 'SR', 'SUR', 740, '597'), ";
|
||||
$sql .= "('".uuid()."', 'Svalbard and Jan Mayen', 'SJ', 'SJM', 744, '47'), ";
|
||||
$sql .= "('".uuid()."', 'Swaziland', 'SZ', 'SWZ', 748, '268'), ";
|
||||
$sql .= "('".uuid()."', 'Sweden', 'SE', 'SWE', 752, '46'), ";
|
||||
$sql .= "('".uuid()."', 'Switzerland', 'CH', 'CHE', 756, '41'), ";
|
||||
$sql .= "('".uuid()."', 'Syrian Arab Republic', 'SY', 'SYR', 760, '963'), ";
|
||||
$sql .= "('".uuid()."', 'Taiwan, Province of China', 'TW', 'TWN', 158, '886'), ";
|
||||
$sql .= "('".uuid()."', 'Tajikistan', 'TJ', 'TJK', 762, '992'), ";
|
||||
$sql .= "('".uuid()."', 'United Republic of Tanzania', 'TZ', 'TZA', 834, '255'), ";
|
||||
$sql .= "('".uuid()."', 'Thailand', 'TH', 'THA', 764, '66'), ";
|
||||
$sql .= "('".uuid()."', 'Timor-Leste', 'TL', 'TLS', 626, '670'), ";
|
||||
$sql .= "('".uuid()."', 'Togo', 'TG', 'TGO', 768, '228'), ";
|
||||
$sql .= "('".uuid()."', 'Tokelau', 'TK', 'TKL', 772, '690'), ";
|
||||
$sql .= "('".uuid()."', 'Tonga', 'TO', 'TON', 776, '676'), ";
|
||||
$sql .= "('".uuid()."', 'Trinidad and Tobago', 'TT', 'TTO', 780, '1-868'), ";
|
||||
$sql .= "('".uuid()."', 'Tunisia', 'TN', 'TUN', 788, '216'), ";
|
||||
$sql .= "('".uuid()."', 'Turkey', 'TR', 'TUR', 792, '90'), ";
|
||||
$sql .= "('".uuid()."', 'Turkmenistan', 'TM', 'TKM', 795, '993'), ";
|
||||
$sql .= "('".uuid()."', 'Turks and Caicos Islands', 'TC', 'TCA', 796, '1-649'), ";
|
||||
$sql .= "('".uuid()."', 'Tuvalu', 'TV', 'TUV', 798, '688'), ";
|
||||
$sql .= "('".uuid()."', 'Uganda', 'UG', 'UGA', 800, '256'), ";
|
||||
$sql .= "('".uuid()."', 'Ukraine', 'UA', 'UKR', 804, '380'), ";
|
||||
$sql .= "('".uuid()."', 'United Arab Emirates', 'AE', 'ARE', 784, '971'), ";
|
||||
$sql .= "('".uuid()."', 'United Kingdom', 'GB', 'GBR', 826, '44'), ";
|
||||
$sql .= "('".uuid()."', 'United States', 'US', 'USA', 840, '1'), ";
|
||||
$sql .= "('".uuid()."', 'United States Minor Outlying Islands', 'UM', 'UMI', 581, '1'), ";
|
||||
$sql .= "('".uuid()."', 'Uruguay', 'UY', 'URY', 858, '598'), ";
|
||||
$sql .= "('".uuid()."', 'Uzbekistan', 'UZ', 'UZB', 860, '998'), ";
|
||||
$sql .= "('".uuid()."', 'Vanuatu', 'VU', 'VUT', 548, '678'), ";
|
||||
$sql .= "('".uuid()."', 'Venezuela', 'VE', 'VEN', 862, '58'), ";
|
||||
$sql .= "('".uuid()."', 'Viet Nam', 'VN', 'VNM', 704, '84'), ";
|
||||
$sql .= "('".uuid()."', 'British Virgin Islands', 'VG', 'VGB', 92, '1-284'), ";
|
||||
$sql .= "('".uuid()."', 'US Virgin Islands', 'VI', 'VIR', 850, '1-340'), ";
|
||||
$sql .= "('".uuid()."', 'Wallis and Futuna', 'WF', 'WLF', 876, '681'), ";
|
||||
$sql .= "('".uuid()."', 'Western Sahara', 'EH', 'ESH', 732, '212'), ";
|
||||
$sql .= "('".uuid()."', 'Yemen', 'YE', 'YEM', 887, '967'), ";
|
||||
$sql .= "('".uuid()."', 'Zambia', 'ZM', 'ZMB', 894, '260'), ";
|
||||
$sql .= "('".uuid()."', 'Zimbabwe', 'ZW', 'ZWE', 716, '263'), ";
|
||||
$sql .= "('".uuid()."', 'Aland Islands', 'AX', 'ALA', 248, '358') ";
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
}
|
||||
unset($prep_statement, $row);
|
||||
}
|
||||
//update any defaults set to legacy languages
|
||||
$language = new text;
|
||||
foreach ($language->legacy_map as $language_code => $legacy_code) {
|
||||
if(strlen($legacy_code) == 5)
|
||||
continue;
|
||||
$sql = "update v_default_settings set default_setting_value = '$language_code' where default_setting_value = '$legacy_code' and deafult_setting_name = 'code' and default_setting_dubcategory = 'language' and default_setting_category = 'domain'";
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
}
|
||||
unset($prep_statement, $row);
|
||||
}
|
||||
|
||||
//populate the countries table, if necessary
|
||||
$sql = "select count(*) as num_rows from v_countries";
|
||||
$prep_statement = $db->prepare($sql);
|
||||
if ($prep_statement) {
|
||||
$prep_statement->execute();
|
||||
$row = $prep_statement->fetch(PDO::FETCH_ASSOC);
|
||||
if ($row['num_rows'] == 0) {
|
||||
$sql = "insert into v_countries (country_uuid, country, iso_a2, iso_a3, num, calling_code) values ";
|
||||
$sql .= "('".uuid()."', 'Afghanistan', 'AF', 'AFG', 4, '93'), ";
|
||||
$sql .= "('".uuid()."', 'Albania', 'AL', 'ALB', 8, '355'), ";
|
||||
$sql .= "('".uuid()."', 'Algeria', 'DZ', 'DZA', 12, '213'), ";
|
||||
$sql .= "('".uuid()."', 'American Samoa', 'AS', 'ASM', 16, '1-684'), ";
|
||||
$sql .= "('".uuid()."', 'Andorra', 'AD', 'AND', 20, '376'), ";
|
||||
$sql .= "('".uuid()."', 'Angola', 'AO', 'AGO', 24, '244'), ";
|
||||
$sql .= "('".uuid()."', 'Anguilla', 'AI', 'AIA', 660, '1-264'), ";
|
||||
$sql .= "('".uuid()."', 'Antarctica', 'AQ', 'ATA', 10, '672'), ";
|
||||
$sql .= "('".uuid()."', 'Antigua and Barbuda', 'AG', 'ATG', 28, '1-268'), ";
|
||||
$sql .= "('".uuid()."', 'Argentina', 'AR', 'ARG', 32, '54'), ";
|
||||
$sql .= "('".uuid()."', 'Armenia', 'AM', 'ARM', 51, '374'), ";
|
||||
$sql .= "('".uuid()."', 'Aruba', 'AW', 'ABW', 533, '297'), ";
|
||||
$sql .= "('".uuid()."', 'Australia', 'AU', 'AUS', 36, '61'), ";
|
||||
$sql .= "('".uuid()."', 'Austria', 'AT', 'AUT', 40, '43'), ";
|
||||
$sql .= "('".uuid()."', 'Azerbaijan', 'AZ', 'AZE', 31, '994'), ";
|
||||
$sql .= "('".uuid()."', 'Bahamas', 'BS', 'BHS', 44, '1-242'), ";
|
||||
$sql .= "('".uuid()."', 'Bahrain', 'BH', 'BHR', 48, '973'), ";
|
||||
$sql .= "('".uuid()."', 'Bangladesh', 'BD', 'BGD', 50, '880'), ";
|
||||
$sql .= "('".uuid()."', 'Barbados', 'BB', 'BRB', 52, '1-246'), ";
|
||||
$sql .= "('".uuid()."', 'Belarus', 'BY', 'BLR', 112, '375'), ";
|
||||
$sql .= "('".uuid()."', 'Belgium', 'BE', 'BEL', 56, '32'), ";
|
||||
$sql .= "('".uuid()."', 'Belize', 'BZ', 'BLZ', 84, '501'), ";
|
||||
$sql .= "('".uuid()."', 'Benin', 'BJ', 'BEN', 204, '229'), ";
|
||||
$sql .= "('".uuid()."', 'Bermuda', 'BM', 'BMU', 60, '1-441'), ";
|
||||
$sql .= "('".uuid()."', 'Bhutan', 'BT', 'BTN', 64, '975'), ";
|
||||
$sql .= "('".uuid()."', 'Bolivia', 'BO', 'BOL', 68, '591'), ";
|
||||
$sql .= "('".uuid()."', 'Bonaire', 'BQ', 'BES', 535, '599'), ";
|
||||
$sql .= "('".uuid()."', 'Bosnia and Herzegovina', 'BA', 'BIH', 70, '387'), ";
|
||||
$sql .= "('".uuid()."', 'Botswana', 'BW', 'BWA', 72, '267'), ";
|
||||
$sql .= "('".uuid()."', 'Bouvet Island', 'BV', 'BVT', 74, '47'), ";
|
||||
$sql .= "('".uuid()."', 'Brazil', 'BR', 'BRA', 76, '55'), ";
|
||||
$sql .= "('".uuid()."', 'British Indian Ocean Territory', 'IO', 'IOT', 86, '246'), ";
|
||||
$sql .= "('".uuid()."', 'Brunei Darussalam', 'BN', 'BRN', 96, '673'), ";
|
||||
$sql .= "('".uuid()."', 'Bulgaria', 'BG', 'BGR', 100, '359'), ";
|
||||
$sql .= "('".uuid()."', 'Burkina Faso', 'BF', 'BFA', 854, '226'), ";
|
||||
$sql .= "('".uuid()."', 'Burundi', 'BI', 'BDI', 108, '257'), ";
|
||||
$sql .= "('".uuid()."', 'Cambodia', 'KH', 'KHM', 116, '855'), ";
|
||||
$sql .= "('".uuid()."', 'Cameroon', 'CM', 'CMR', 120, '237'), ";
|
||||
$sql .= "('".uuid()."', 'Canada', 'CA', 'CAN', 124, '1'), ";
|
||||
$sql .= "('".uuid()."', 'Cape Verde', 'CV', 'CPV', 132, '238'), ";
|
||||
$sql .= "('".uuid()."', 'Cayman Islands', 'KY', 'CYM', 136, '1-345'), ";
|
||||
$sql .= "('".uuid()."', 'Central African Republic', 'CF', 'CAF', 140, '236'), ";
|
||||
$sql .= "('".uuid()."', 'Chad', 'TD', 'TCD', 148, '235'), ";
|
||||
$sql .= "('".uuid()."', 'Chile', 'CL', 'CHL', 152, '56'), ";
|
||||
$sql .= "('".uuid()."', 'China', 'CN', 'CHN', 156, '86'), ";
|
||||
$sql .= "('".uuid()."', 'Christmas Island', 'CX', 'CXR', 162, '61'), ";
|
||||
$sql .= "('".uuid()."', 'Cocos (Keeling) Islands', 'CC', 'CCK', 166, '61'), ";
|
||||
$sql .= "('".uuid()."', 'Colombia', 'CO', 'COL', 170, '57'), ";
|
||||
$sql .= "('".uuid()."', 'Comoros', 'KM', 'COM', 174, '269'), ";
|
||||
$sql .= "('".uuid()."', 'Congo', 'CG', 'COG', 178, '242'), ";
|
||||
$sql .= "('".uuid()."', 'Democratic Republic of the Congo', 'CD', 'COD', 180, '243'), ";
|
||||
$sql .= "('".uuid()."', 'Cook Islands', 'CK', 'COK', 184, '682'), ";
|
||||
$sql .= "('".uuid()."', 'Costa Rica', 'CR', 'CRI', 188, '506'), ";
|
||||
$sql .= "('".uuid()."', 'Croatia', 'HR', 'HRV', 191, '385'), ";
|
||||
$sql .= "('".uuid()."', 'Cuba', 'CU', 'CUB', 192, '53'), ";
|
||||
$sql .= "('".uuid()."', 'Curaçao', 'CW', 'CUW', 531, '599'), ";
|
||||
$sql .= "('".uuid()."', 'Cyprus', 'CY', 'CYP', 196, '357'), ";
|
||||
$sql .= "('".uuid()."', 'Czech Republic', 'CZ', 'CZE', 203, '420'), ";
|
||||
$sql .= "('".uuid()."', 'Côte d''Ivoire', 'CI', 'CIV', 384, '225'), ";
|
||||
$sql .= "('".uuid()."', 'Denmark', 'DK', 'DNK', 208, '45'), ";
|
||||
$sql .= "('".uuid()."', 'Djibouti', 'DJ', 'DJI', 262, '253'), ";
|
||||
$sql .= "('".uuid()."', 'Dominica', 'DM', 'DMA', 212, '1-767'), ";
|
||||
$sql .= "('".uuid()."', 'Dominican Republic', 'DO', 'DOM', 214, '1-809,1-829,1-849'), ";
|
||||
$sql .= "('".uuid()."', 'Ecuador', 'EC', 'ECU', 218, '593'), ";
|
||||
$sql .= "('".uuid()."', 'Egypt', 'EG', 'EGY', 818, '20'), ";
|
||||
$sql .= "('".uuid()."', 'El Salvador', 'SV', 'SLV', 222, '503'), ";
|
||||
$sql .= "('".uuid()."', 'Equatorial Guinea', 'GQ', 'GNQ', 226, '240'), ";
|
||||
$sql .= "('".uuid()."', 'Eritrea', 'ER', 'ERI', 232, '291'), ";
|
||||
$sql .= "('".uuid()."', 'Estonia', 'EE', 'EST', 233, '372'), ";
|
||||
$sql .= "('".uuid()."', 'Ethiopia', 'ET', 'ETH', 231, '251'), ";
|
||||
$sql .= "('".uuid()."', 'Falkland Islands (Malvinas)', 'FK', 'FLK', 238, '500'), ";
|
||||
$sql .= "('".uuid()."', 'Faroe Islands', 'FO', 'FRO', 234, '298'), ";
|
||||
$sql .= "('".uuid()."', 'Fiji', 'FJ', 'FJI', 242, '679'), ";
|
||||
$sql .= "('".uuid()."', 'Finland', 'FI', 'FIN', 246, '358'), ";
|
||||
$sql .= "('".uuid()."', 'France', 'FR', 'FRA', 250, '33'), ";
|
||||
$sql .= "('".uuid()."', 'French Guiana', 'GF', 'GUF', 254, '594'), ";
|
||||
$sql .= "('".uuid()."', 'French Polynesia', 'PF', 'PYF', 258, '689'), ";
|
||||
$sql .= "('".uuid()."', 'French Southern Territories', 'TF', 'ATF', 260, '262'), ";
|
||||
$sql .= "('".uuid()."', 'Gabon', 'GA', 'GAB', 266, '241'), ";
|
||||
$sql .= "('".uuid()."', 'Gambia', 'GM', 'GMB', 270, '220'), ";
|
||||
$sql .= "('".uuid()."', 'Georgia', 'GE', 'GEO', 268, '995'), ";
|
||||
$sql .= "('".uuid()."', 'Germany', 'DE', 'DEU', 276, '49'), ";
|
||||
$sql .= "('".uuid()."', 'Ghana', 'GH', 'GHA', 288, '233'), ";
|
||||
$sql .= "('".uuid()."', 'Gibraltar', 'GI', 'GIB', 292, '350'), ";
|
||||
$sql .= "('".uuid()."', 'Greece', 'GR', 'GRC', 300, '30'), ";
|
||||
$sql .= "('".uuid()."', 'Greenland', 'GL', 'GRL', 304, '299'), ";
|
||||
$sql .= "('".uuid()."', 'Grenada', 'GD', 'GRD', 308, '1-473'), ";
|
||||
$sql .= "('".uuid()."', 'Guadeloupe', 'GP', 'GLP', 312, '590'), ";
|
||||
$sql .= "('".uuid()."', 'Guam', 'GU', 'GUM', 316, '1-671'), ";
|
||||
$sql .= "('".uuid()."', 'Guatemala', 'GT', 'GTM', 320, '502'), ";
|
||||
$sql .= "('".uuid()."', 'Guernsey', 'GG', 'GGY', 831, '44'), ";
|
||||
$sql .= "('".uuid()."', 'Guinea', 'GN', 'GIN', 324, '224'), ";
|
||||
$sql .= "('".uuid()."', 'Guinea-Bissau', 'GW', 'GNB', 624, '245'), ";
|
||||
$sql .= "('".uuid()."', 'Guyana', 'GY', 'GUY', 328, '592'), ";
|
||||
$sql .= "('".uuid()."', 'Haiti', 'HT', 'HTI', 332, '509'), ";
|
||||
$sql .= "('".uuid()."', 'Heard Island and McDonald Islands', 'HM', 'HMD', 334, '672'), ";
|
||||
$sql .= "('".uuid()."', 'Holy See (Vatican City State)', 'VA', 'VAT', 336, '379'), ";
|
||||
$sql .= "('".uuid()."', 'Honduras', 'HN', 'HND', 340, '504'), ";
|
||||
$sql .= "('".uuid()."', 'Hong Kong', 'HK', 'HKG', 344, '852'), ";
|
||||
$sql .= "('".uuid()."', 'Hungary', 'HU', 'HUN', 348, '36'), ";
|
||||
$sql .= "('".uuid()."', 'Iceland', 'IS', 'ISL', 352, '354'), ";
|
||||
$sql .= "('".uuid()."', 'India', 'IN', 'IND', 356, '91'), ";
|
||||
$sql .= "('".uuid()."', 'Indonesia', 'ID', 'IDN', 360, '62'), ";
|
||||
$sql .= "('".uuid()."', 'Iran, Islamic Republic of', 'IR', 'IRN', 364, '98'), ";
|
||||
$sql .= "('".uuid()."', 'Iraq', 'IQ', 'IRQ', 368, '964'), ";
|
||||
$sql .= "('".uuid()."', 'Ireland', 'IE', 'IRL', 372, '353'), ";
|
||||
$sql .= "('".uuid()."', 'Isle of Man', 'IM', 'IMN', 833, '44'), ";
|
||||
$sql .= "('".uuid()."', 'Israel', 'IL', 'ISR', 376, '972'), ";
|
||||
$sql .= "('".uuid()."', 'Italy', 'IT', 'ITA', 380, '39'), ";
|
||||
$sql .= "('".uuid()."', 'Jamaica', 'JM', 'JAM', 388, '1-876'), ";
|
||||
$sql .= "('".uuid()."', 'Japan', 'JP', 'JPN', 392, '81'), ";
|
||||
$sql .= "('".uuid()."', 'Jersey', 'JE', 'JEY', 832, '44'), ";
|
||||
$sql .= "('".uuid()."', 'Jordan', 'JO', 'JOR', 400, '962'), ";
|
||||
$sql .= "('".uuid()."', 'Kazakhstan', 'KZ', 'KAZ', 398, '7'), ";
|
||||
$sql .= "('".uuid()."', 'Kenya', 'KE', 'KEN', 404, '254'), ";
|
||||
$sql .= "('".uuid()."', 'Kiribati', 'KI', 'KIR', 296, '686'), ";
|
||||
$sql .= "('".uuid()."', 'Korea, Democratic People''s Republic of', 'KP', 'PRK', 408, '850'), ";
|
||||
$sql .= "('".uuid()."', 'Korea, Republic of', 'KR', 'KOR', 410, '82'), ";
|
||||
$sql .= "('".uuid()."', 'Kuwait', 'KW', 'KWT', 414, '965'), ";
|
||||
$sql .= "('".uuid()."', 'Kyrgyzstan', 'KG', 'KGZ', 417, '996'), ";
|
||||
$sql .= "('".uuid()."', 'Lao People''s Democratic Republic', 'LA', 'LAO', 418, '856'), ";
|
||||
$sql .= "('".uuid()."', 'Latvia', 'LV', 'LVA', 428, '371'), ";
|
||||
$sql .= "('".uuid()."', 'Lebanon', 'LB', 'LBN', 422, '961'), ";
|
||||
$sql .= "('".uuid()."', 'Lesotho', 'LS', 'LSO', 426, '266'), ";
|
||||
$sql .= "('".uuid()."', 'Liberia', 'LR', 'LBR', 430, '231'), ";
|
||||
$sql .= "('".uuid()."', 'Libya', 'LY', 'LBY', 434, '218'), ";
|
||||
$sql .= "('".uuid()."', 'Liechtenstein', 'LI', 'LIE', 438, '423'), ";
|
||||
$sql .= "('".uuid()."', 'Lithuania', 'LT', 'LTU', 440, '370'), ";
|
||||
$sql .= "('".uuid()."', 'Luxembourg', 'LU', 'LUX', 442, '352'), ";
|
||||
$sql .= "('".uuid()."', 'Macao', 'MO', 'MAC', 446, '853'), ";
|
||||
$sql .= "('".uuid()."', 'Macedonia, the Former Yugoslav Republic of', 'MK', 'MKD', 807, '389'), ";
|
||||
$sql .= "('".uuid()."', 'Madagascar', 'MG', 'MDG', 450, '261'), ";
|
||||
$sql .= "('".uuid()."', 'Malawi', 'MW', 'MWI', 454, '265'), ";
|
||||
$sql .= "('".uuid()."', 'Malaysia', 'MY', 'MYS', 458, '60'), ";
|
||||
$sql .= "('".uuid()."', 'Maldives', 'MV', 'MDV', 462, '960'), ";
|
||||
$sql .= "('".uuid()."', 'Mali', 'ML', 'MLI', 466, '223'), ";
|
||||
$sql .= "('".uuid()."', 'Malta', 'MT', 'MLT', 470, '356'), ";
|
||||
$sql .= "('".uuid()."', 'Marshall Islands', 'MH', 'MHL', 584, '692'), ";
|
||||
$sql .= "('".uuid()."', 'Martinique', 'MQ', 'MTQ', 474, '596'), ";
|
||||
$sql .= "('".uuid()."', 'Mauritania', 'MR', 'MRT', 478, '222'), ";
|
||||
$sql .= "('".uuid()."', 'Mauritius', 'MU', 'MUS', 480, '230'), ";
|
||||
$sql .= "('".uuid()."', 'Mayotte', 'YT', 'MYT', 175, '262'), ";
|
||||
$sql .= "('".uuid()."', 'Mexico', 'MX', 'MEX', 484, '52'), ";
|
||||
$sql .= "('".uuid()."', 'Micronesia, Federated States of', 'FM', 'FSM', 583, '691'), ";
|
||||
$sql .= "('".uuid()."', 'Moldova, Republic of', 'MD', 'MDA', 498, '373'), ";
|
||||
$sql .= "('".uuid()."', 'Monaco', 'MC', 'MCO', 492, '377'), ";
|
||||
$sql .= "('".uuid()."', 'Mongolia', 'MN', 'MNG', 496, '976'), ";
|
||||
$sql .= "('".uuid()."', 'Montenegro', 'ME', 'MNE', 499, '382'), ";
|
||||
$sql .= "('".uuid()."', 'Montserrat', 'MS', 'MSR', 500, '1-664'), ";
|
||||
$sql .= "('".uuid()."', 'Morocco', 'MA', 'MAR', 504, '212'), ";
|
||||
$sql .= "('".uuid()."', 'Mozambique', 'MZ', 'MOZ', 508, '258'), ";
|
||||
$sql .= "('".uuid()."', 'Myanmar', 'MM', 'MMR', 104, '95'), ";
|
||||
$sql .= "('".uuid()."', 'Namibia', 'NA', 'NAM', 516, '264'), ";
|
||||
$sql .= "('".uuid()."', 'Nauru', 'NR', 'NRU', 520, '674'), ";
|
||||
$sql .= "('".uuid()."', 'Nepal', 'NP', 'NPL', 524, '977'), ";
|
||||
$sql .= "('".uuid()."', 'Netherlands', 'NL', 'NLD', 528, '31'), ";
|
||||
$sql .= "('".uuid()."', 'New Caledonia', 'NC', 'NCL', 540, '687'), ";
|
||||
$sql .= "('".uuid()."', 'New Zealand', 'NZ', 'NZL', 554, '64'), ";
|
||||
$sql .= "('".uuid()."', 'Nicaragua', 'NI', 'NIC', 558, '505'), ";
|
||||
$sql .= "('".uuid()."', 'Niger', 'NE', 'NER', 562, '227'), ";
|
||||
$sql .= "('".uuid()."', 'Nigeria', 'NG', 'NGA', 566, '234'), ";
|
||||
$sql .= "('".uuid()."', 'Niue', 'NU', 'NIU', 570, '683'), ";
|
||||
$sql .= "('".uuid()."', 'Norfolk Island', 'NF', 'NFK', 574, '672'), ";
|
||||
$sql .= "('".uuid()."', 'Northern Mariana Islands', 'MP', 'MNP', 580, '1-670'), ";
|
||||
$sql .= "('".uuid()."', 'Norway', 'NO', 'NOR', 578, '47'), ";
|
||||
$sql .= "('".uuid()."', 'Oman', 'OM', 'OMN', 512, '968'), ";
|
||||
$sql .= "('".uuid()."', 'Pakistan', 'PK', 'PAK', 586, '92'), ";
|
||||
$sql .= "('".uuid()."', 'Palau', 'PW', 'PLW', 585, '680'), ";
|
||||
$sql .= "('".uuid()."', 'Palestine, State of', 'PS', 'PSE', 275, '970'), ";
|
||||
$sql .= "('".uuid()."', 'Panama', 'PA', 'PAN', 591, '507'), ";
|
||||
$sql .= "('".uuid()."', 'Papua New Guinea', 'PG', 'PNG', 598, '675'), ";
|
||||
$sql .= "('".uuid()."', 'Paraguay', 'PY', 'PRY', 600, '595'), ";
|
||||
$sql .= "('".uuid()."', 'Peru', 'PE', 'PER', 604, '51'), ";
|
||||
$sql .= "('".uuid()."', 'Philippines', 'PH', 'PHL', 608, '63'), ";
|
||||
$sql .= "('".uuid()."', 'Pitcairn', 'PN', 'PCN', 612, '870'), ";
|
||||
$sql .= "('".uuid()."', 'Poland', 'PL', 'POL', 616, '48'), ";
|
||||
$sql .= "('".uuid()."', 'Portugal', 'PT', 'PRT', 620, '351'), ";
|
||||
$sql .= "('".uuid()."', 'Puerto Rico', 'PR', 'PRI', 630, '1'), ";
|
||||
$sql .= "('".uuid()."', 'Qatar', 'QA', 'QAT', 634, '974'), ";
|
||||
$sql .= "('".uuid()."', 'Romania', 'RO', 'ROU', 642, '40'), ";
|
||||
$sql .= "('".uuid()."', 'Russian Federation', 'RU', 'RUS', 643, '7'), ";
|
||||
$sql .= "('".uuid()."', 'Rwanda', 'RW', 'RWA', 646, '250'), ";
|
||||
$sql .= "('".uuid()."', 'Reunion', 'RE', 'REU', 638, '262'), ";
|
||||
$sql .= "('".uuid()."', 'Saint Barthelemy', 'BL', 'BLM', 652, '590'), ";
|
||||
$sql .= "('".uuid()."', 'Saint Helena', 'SH', 'SHN', 654, '290'), ";
|
||||
$sql .= "('".uuid()."', 'Saint Kitts and Nevis', 'KN', 'KNA', 659, '1-869'), ";
|
||||
$sql .= "('".uuid()."', 'Saint Lucia', 'LC', 'LCA', 662, '1-758'), ";
|
||||
$sql .= "('".uuid()."', 'Saint Martin (French part)', 'MF', 'MAF', 663, '590'), ";
|
||||
$sql .= "('".uuid()."', 'Saint Pierre and Miquelon', 'PM', 'SPM', 666, '508'), ";
|
||||
$sql .= "('".uuid()."', 'Saint Vincent and the Grenadines', 'VC', 'VCT', 670, '1-784'), ";
|
||||
$sql .= "('".uuid()."', 'Samoa', 'WS', 'WSM', 882, '685'), ";
|
||||
$sql .= "('".uuid()."', 'San Marino', 'SM', 'SMR', 674, '378'), ";
|
||||
$sql .= "('".uuid()."', 'Sao Tome and Principe', 'ST', 'STP', 678, '239'), ";
|
||||
$sql .= "('".uuid()."', 'Saudi Arabia', 'SA', 'SAU', 682, '966'), ";
|
||||
$sql .= "('".uuid()."', 'Senegal', 'SN', 'SEN', 686, '221'), ";
|
||||
$sql .= "('".uuid()."', 'Serbia', 'RS', 'SRB', 688, '381'), ";
|
||||
$sql .= "('".uuid()."', 'Seychelles', 'SC', 'SYC', 690, '248'), ";
|
||||
$sql .= "('".uuid()."', 'Sierra Leone', 'SL', 'SLE', 694, '232'), ";
|
||||
$sql .= "('".uuid()."', 'Singapore', 'SG', 'SGP', 702, '65'), ";
|
||||
$sql .= "('".uuid()."', 'Sint Maarten (Dutch part)', 'SX', 'SXM', 534, '1-721'), ";
|
||||
$sql .= "('".uuid()."', 'Slovakia', 'SK', 'SVK', 703, '421'), ";
|
||||
$sql .= "('".uuid()."', 'Slovenia', 'SI', 'SVN', 705, '386'), ";
|
||||
$sql .= "('".uuid()."', 'Solomon Islands', 'SB', 'SLB', 90, '677'), ";
|
||||
$sql .= "('".uuid()."', 'Somalia', 'SO', 'SOM', 706, '252'), ";
|
||||
$sql .= "('".uuid()."', 'South Africa', 'ZA', 'ZAF', 710, '27'), ";
|
||||
$sql .= "('".uuid()."', 'South Georgia and the South Sandwich Islands', 'GS', 'SGS', 239, '500'), ";
|
||||
$sql .= "('".uuid()."', 'South Sudan', 'SS', 'SSD', 728, '211'), ";
|
||||
$sql .= "('".uuid()."', 'Spain', 'ES', 'ESP', 724, '34'), ";
|
||||
$sql .= "('".uuid()."', 'Sri Lanka', 'LK', 'LKA', 144, '94'), ";
|
||||
$sql .= "('".uuid()."', 'Sudan', 'SD', 'SDN', 729, '249'), ";
|
||||
$sql .= "('".uuid()."', 'Suriname', 'SR', 'SUR', 740, '597'), ";
|
||||
$sql .= "('".uuid()."', 'Svalbard and Jan Mayen', 'SJ', 'SJM', 744, '47'), ";
|
||||
$sql .= "('".uuid()."', 'Swaziland', 'SZ', 'SWZ', 748, '268'), ";
|
||||
$sql .= "('".uuid()."', 'Sweden', 'SE', 'SWE', 752, '46'), ";
|
||||
$sql .= "('".uuid()."', 'Switzerland', 'CH', 'CHE', 756, '41'), ";
|
||||
$sql .= "('".uuid()."', 'Syrian Arab Republic', 'SY', 'SYR', 760, '963'), ";
|
||||
$sql .= "('".uuid()."', 'Taiwan, Province of China', 'TW', 'TWN', 158, '886'), ";
|
||||
$sql .= "('".uuid()."', 'Tajikistan', 'TJ', 'TJK', 762, '992'), ";
|
||||
$sql .= "('".uuid()."', 'United Republic of Tanzania', 'TZ', 'TZA', 834, '255'), ";
|
||||
$sql .= "('".uuid()."', 'Thailand', 'TH', 'THA', 764, '66'), ";
|
||||
$sql .= "('".uuid()."', 'Timor-Leste', 'TL', 'TLS', 626, '670'), ";
|
||||
$sql .= "('".uuid()."', 'Togo', 'TG', 'TGO', 768, '228'), ";
|
||||
$sql .= "('".uuid()."', 'Tokelau', 'TK', 'TKL', 772, '690'), ";
|
||||
$sql .= "('".uuid()."', 'Tonga', 'TO', 'TON', 776, '676'), ";
|
||||
$sql .= "('".uuid()."', 'Trinidad and Tobago', 'TT', 'TTO', 780, '1-868'), ";
|
||||
$sql .= "('".uuid()."', 'Tunisia', 'TN', 'TUN', 788, '216'), ";
|
||||
$sql .= "('".uuid()."', 'Turkey', 'TR', 'TUR', 792, '90'), ";
|
||||
$sql .= "('".uuid()."', 'Turkmenistan', 'TM', 'TKM', 795, '993'), ";
|
||||
$sql .= "('".uuid()."', 'Turks and Caicos Islands', 'TC', 'TCA', 796, '1-649'), ";
|
||||
$sql .= "('".uuid()."', 'Tuvalu', 'TV', 'TUV', 798, '688'), ";
|
||||
$sql .= "('".uuid()."', 'Uganda', 'UG', 'UGA', 800, '256'), ";
|
||||
$sql .= "('".uuid()."', 'Ukraine', 'UA', 'UKR', 804, '380'), ";
|
||||
$sql .= "('".uuid()."', 'United Arab Emirates', 'AE', 'ARE', 784, '971'), ";
|
||||
$sql .= "('".uuid()."', 'United Kingdom', 'GB', 'GBR', 826, '44'), ";
|
||||
$sql .= "('".uuid()."', 'United States', 'US', 'USA', 840, '1'), ";
|
||||
$sql .= "('".uuid()."', 'United States Minor Outlying Islands', 'UM', 'UMI', 581, '1'), ";
|
||||
$sql .= "('".uuid()."', 'Uruguay', 'UY', 'URY', 858, '598'), ";
|
||||
$sql .= "('".uuid()."', 'Uzbekistan', 'UZ', 'UZB', 860, '998'), ";
|
||||
$sql .= "('".uuid()."', 'Vanuatu', 'VU', 'VUT', 548, '678'), ";
|
||||
$sql .= "('".uuid()."', 'Venezuela', 'VE', 'VEN', 862, '58'), ";
|
||||
$sql .= "('".uuid()."', 'Viet Nam', 'VN', 'VNM', 704, '84'), ";
|
||||
$sql .= "('".uuid()."', 'British Virgin Islands', 'VG', 'VGB', 92, '1-284'), ";
|
||||
$sql .= "('".uuid()."', 'US Virgin Islands', 'VI', 'VIR', 850, '1-340'), ";
|
||||
$sql .= "('".uuid()."', 'Wallis and Futuna', 'WF', 'WLF', 876, '681'), ";
|
||||
$sql .= "('".uuid()."', 'Western Sahara', 'EH', 'ESH', 732, '212'), ";
|
||||
$sql .= "('".uuid()."', 'Yemen', 'YE', 'YEM', 887, '967'), ";
|
||||
$sql .= "('".uuid()."', 'Zambia', 'ZM', 'ZMB', 894, '260'), ";
|
||||
$sql .= "('".uuid()."', 'Zimbabwe', 'ZW', 'ZWE', 716, '263'), ";
|
||||
$sql .= "('".uuid()."', 'Aland Islands', 'AX', 'ALA', 248, '358') ";
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
}
|
||||
unset($prep_statement, $row);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
@ -1,20 +1,28 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Default Settings";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Conf. Predeterminada";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Confs par Défaut";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Predefinições";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Configurações";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Ustawienia domyślne";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Настройки по умолчанию";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Standard Inställningar";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Налаштування за замовчуванням";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Standardeinstellungen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Standardeinstellungen";
|
||||
$apps[$x]['menu'][0]['uuid'] = "834b2739-9e99-4345-9b0b-7ec3ca332b67";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/core/default_settings/default_settings.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Default Settings";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Standardeinstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Standardeinstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Conf. Predeterminada";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Confs par Défaut";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia domyślne";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Predefinições";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Настройки по умолчанию";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Standard Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Налаштування за замовчуванням";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "834b2739-9e99-4345-9b0b-7ec3ca332b67";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/default_settings/default_settings.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
The Initial Developer of the Original Code is
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
Portions created by the Initial Developer are Copyright (C) 2008-2010
|
||||
Portions created by the Initial Developer are Copyright (C) 2008-2017
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
|
|
@ -30,6 +30,15 @@
|
|||
$sql = "update v_domains set domain_enabled = 'true' where domain_enabled = '' or domain_enabled is null";
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
//update any domains set to legacy languages
|
||||
$language = new text;
|
||||
foreach ($language->legacy_map as $language_code => $legacy_code) {
|
||||
if(strlen($legacy_code) == 5)
|
||||
continue;
|
||||
$sql = "update v_domain_settings set domain_setting_value = '$language_code' where domain_setting_value = '$legacy_code' and deafult_setting_name = 'code' and domain_setting_dubcategory = 'language' and domain_setting_category = 'domain'";
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
@ -1,37 +1,52 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Domains";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Dominios";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "domaines";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Domínios";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Dominios";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Domeny";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Домены";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Domäner";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Домени";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Domänen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Domänen";
|
||||
$apps[$x]['menu'][0]['uuid'] = "4fa7e90b-6d6c-12d4-712f-62857402b801";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/core/domain_settings/domains.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "Domain Settings";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Configuraciones de Dominio";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "Paramètres du Domaine";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Definições do Domínio";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "Configurações do Dominio";
|
||||
$apps[$x]['menu'][1]['title']['pl'] = "Ustawienia Domen";
|
||||
$apps[$x]['menu'][1]['title']['ru-ru'] = "Параметры домена";
|
||||
$apps[$x]['menu'][1]['title']['sv-se'] = "Domän Inställning";
|
||||
$apps[$x]['menu'][1]['title']['uk'] = "Налаштування доменів";
|
||||
$apps[$x]['menu'][1]['title']['de-de'] = "Domänen Einstellungen";
|
||||
$apps[$x]['menu'][1]['title']['de-at'] = "Domänen Einstellungen";
|
||||
$apps[$x]['menu'][1]['uuid'] = "0869ac79-4af3-498f-af65-69662280d74e";
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][1]['category'] = "internal";
|
||||
$apps[$x]['menu'][1]['path'] = "/core/domain_settings/domain_edit.php";
|
||||
$apps[$x]['menu'][1]['groups'][] = "admin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Domains";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Domänen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Domänen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Dominios";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "domaines";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Domeny";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Dominios";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Domínios";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Домены";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Domäner";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Домени";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "4fa7e90b-6d6c-12d4-712f-62857402b801";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/domain_settings/domains.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Domain Settings";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Domänen Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Domänen Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Configuraciones de Dominio";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Paramètres du Domaine";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia Domen";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações do Dominio";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Definições do Domínio";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Параметры домена";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Domän Inställning";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Налаштування доменів";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "0869ac79-4af3-498f-af65-69662280d74e";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/domain_settings/domain_edit.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,143 +1,190 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Menu Manager";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Gestor de Menú";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Gestion des Menus";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gestor de Menus";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Menu Admistrador";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Menedżer menu";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Управление меню";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Менеджер меню";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Meny Inställningar";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Menü Einstellungen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Menü Einstellungen";
|
||||
$apps[$x]['menu'][0]['uuid'] = "da3a9ab4-c28e-ea8d-50cc-e8405ac8e76e";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/core/menu/menu.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "Home";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Casa";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "Maison";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Casa";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "Casa";
|
||||
$apps[$x]['menu'][1]['title']['pl'] = "Dom";
|
||||
$apps[$x]['menu'][1]['title']['ru-ru'] = "Основные";
|
||||
$apps[$x]['menu'][1]['title']['uk'] = "Основне";
|
||||
$apps[$x]['menu'][1]['title']['sv-se'] = "Hem";
|
||||
$apps[$x]['menu'][1]['title']['de-de'] = "Home";
|
||||
$apps[$x]['menu'][1]['title']['de-at'] = "Home";
|
||||
$apps[$x]['menu'][1]['uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][1]['category'] = "internal";
|
||||
$apps[$x]['menu'][1]['icon'] = "glyphicon-home";
|
||||
$apps[$x]['menu'][1]['path'] = "";
|
||||
$apps[$x]['menu'][1]['order'] = "5";
|
||||
$apps[$x]['menu'][1]['groups'][] = "user";
|
||||
$apps[$x]['menu'][1]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][2]['title']['en-us'] = "Accounts";
|
||||
$apps[$x]['menu'][2]['title']['es-cl'] = "Cuentas";
|
||||
$apps[$x]['menu'][2]['title']['fr-fr'] = "Comptes";
|
||||
$apps[$x]['menu'][2]['title']['pt-pt'] = "Contas";
|
||||
$apps[$x]['menu'][2]['title']['pt-br'] = "Contas";
|
||||
$apps[$x]['menu'][2]['title']['pl'] = "Konta";
|
||||
$apps[$x]['menu'][2]['title']['ru-ru'] = "Учетные Записи";
|
||||
$apps[$x]['menu'][2]['title']['uk'] = "Облікові записи";
|
||||
$apps[$x]['menu'][2]['title']['sv-se'] = "Konton";
|
||||
$apps[$x]['menu'][2]['title']['de-de'] = "Konten";
|
||||
$apps[$x]['menu'][2]['title']['de-at'] = "Konten";
|
||||
$apps[$x]['menu'][2]['uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][2]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][2]['category'] = "internal";
|
||||
$apps[$x]['menu'][2]['icon'] = "glyphicon-user";
|
||||
$apps[$x]['menu'][2]['path'] = "";
|
||||
$apps[$x]['menu'][2]['order'] = "10";
|
||||
$apps[$x]['menu'][2]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][2]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][3]['title']['en-us'] = "Status";
|
||||
$apps[$x]['menu'][3]['title']['es-cl'] = "Estado";
|
||||
$apps[$x]['menu'][3]['title']['fr-fr'] = "Etat";
|
||||
$apps[$x]['menu'][3]['title']['pt-pt'] = "Estado";
|
||||
$apps[$x]['menu'][3]['title']['pt-br'] = "Estados";
|
||||
$apps[$x]['menu'][3]['title']['pl'] = "Status ";
|
||||
$apps[$x]['menu'][3]['title']['ru-ru'] = "Статус";
|
||||
$apps[$x]['menu'][3]['title']['uk'] = "Статус";
|
||||
$apps[$x]['menu'][3]['title']['sv-se'] = "Status";
|
||||
$apps[$x]['menu'][3]['title']['de-de'] = "Status";
|
||||
$apps[$x]['menu'][3]['title']['de-at'] = "Status";
|
||||
$apps[$x]['menu'][3]['uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][3]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][3]['category'] = "internal";
|
||||
$apps[$x]['menu'][3]['icon'] = "glyphicon-equalizer";
|
||||
$apps[$x]['menu'][3]['path'] = "";
|
||||
$apps[$x]['menu'][3]['order'] = "25";
|
||||
$apps[$x]['menu'][3]['groups'][] = "user";
|
||||
$apps[$x]['menu'][3]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][3]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][4]['title']['en-us'] = "Advanced";
|
||||
$apps[$x]['menu'][4]['title']['es-cl'] = "Avanzado";
|
||||
$apps[$x]['menu'][4]['title']['fr-fr'] = "Avancé";
|
||||
$apps[$x]['menu'][4]['title']['pt-pt'] = "Avançado";
|
||||
$apps[$x]['menu'][4]['title']['pt-br'] = "Avançado";
|
||||
$apps[$x]['menu'][4]['title']['pl'] = "Zaawansowany";
|
||||
$apps[$x]['menu'][4]['title']['ru-ru'] = "Дополнительные";
|
||||
$apps[$x]['menu'][4]['title']['uk'] = "Розширені";
|
||||
$apps[$x]['menu'][4]['title']['sv-se'] = "Avancerad";
|
||||
$apps[$x]['menu'][4]['title']['de-de'] = "Erweitert";
|
||||
$apps[$x]['menu'][4]['title']['de-at'] = "Erweitert";
|
||||
$apps[$x]['menu'][4]['uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][4]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][4]['category'] = "internal";
|
||||
$apps[$x]['menu'][4]['icon'] = "glyphicon-cog";
|
||||
$apps[$x]['menu'][4]['path'] = "";
|
||||
$apps[$x]['menu'][4]['order'] = "30";
|
||||
$apps[$x]['menu'][4]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][4]['groups'][] = "admin";
|
||||
|
||||
$apps[$x]['menu'][5]['title']['en-us'] = "Login";
|
||||
$apps[$x]['menu'][5]['title']['es-cl'] = "Ingresar";
|
||||
$apps[$x]['menu'][5]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][5]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][5]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][5]['title']['de-de'] = "Anmelden";
|
||||
$apps[$x]['menu'][5]['title']['de-at'] = "Anmelden";
|
||||
$apps[$x]['menu'][5]['title']['fr-fr'] = "Connexion";
|
||||
$apps[$x]['menu'][5]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][5]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][5]['title']['pt-pt'] = "Entrar";
|
||||
$apps[$x]['menu'][5]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][5]['title']['ru-ru'] = "Войти";
|
||||
$apps[$x]['menu'][5]['uuid'] = "c85bf816-b88d-40fa-8634-11b456928afa";
|
||||
$apps[$x]['menu'][5]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][5]['category'] = "internal";
|
||||
$apps[$x]['menu'][5]['icon'] = "glyphicon-log-in";
|
||||
$apps[$x]['menu'][5]['path'] = "/login.php";
|
||||
$apps[$x]['menu'][5]['groups'][] = "public";
|
||||
$apps[$x]['menu'][5]['order'] = "99";
|
||||
|
||||
$apps[$x]['menu'][6]['title']['en-us'] = 'Logout';
|
||||
$apps[$x]['menu'][6]['title']['es-mx'] = 'Salir';
|
||||
$apps[$x]['menu'][6]['title']['pt-pt'] = 'Sair';
|
||||
$apps[$x]['menu'][6]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][6]['title']['de-de'] = 'Abmelden';
|
||||
$apps[$x]['menu'][6]['title']['de-at'] = 'Abmelden';
|
||||
$apps[$x]['menu'][6]['title']['fr-fr'] = 'Déconnexion';
|
||||
$apps[$x]['menu'][6]['title']['pl'] = 'Wyloguj';
|
||||
$apps[$x]['menu'][6]['title']['ru-ru'] = 'Выйти';
|
||||
$apps[$x]['menu'][6]['title']['uk'] = 'вийти';
|
||||
$apps[$x]['menu'][6]['title']['uk'] = 'Logga Ut';
|
||||
$apps[$x]['menu'][6]['uuid'] = '0d29e9f4-0c9b-9d8d-cd2d-454899dc9bc4';
|
||||
$apps[$x]['menu'][6]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
|
||||
$apps[$x]['menu'][6]['category'] = 'internal';
|
||||
$apps[$x]['menu'][6]['icon'] = "glyphicon-log-out";
|
||||
$apps[$x]['menu'][6]['path'] = '/logout.php';
|
||||
$apps[$x]['menu'][6]['groups'][] = 'user';
|
||||
$apps[$x]['menu'][6]['groups'][] = 'admin';
|
||||
$apps[$x]['menu'][6]['groups'][] = 'superadmin';
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Menu Manager";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Menü Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Menü Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gestor de Menú";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des Menus";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Menedżer menu";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Menu Admistrador";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestor de Menus";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление меню";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Meny Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Менеджер меню";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "da3a9ab4-c28e-ea8d-50cc-e8405ac8e76e";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/menu/menu.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Home";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Home";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Home";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Casa";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Maison";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Dom";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Casa";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Casa";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Основные";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Hem";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Основне";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "glyphicon-home";
|
||||
$apps[$x]['menu'][$y]['path'] = "";
|
||||
$apps[$x]['menu'][$y]['order'] = "5";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Accounts";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Konten";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Konten";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Cuentas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Comptes";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Konta";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Contas";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Contas";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Учетные Записи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Konton";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Облікові записи";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "glyphicon-user";
|
||||
$apps[$x]['menu'][$y]['path'] = "";
|
||||
$apps[$x]['menu'][$y]['order'] = "10";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Status";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Status";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Status";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Etat";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Status ";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estados";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статус";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Status";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Статус";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "glyphicon-equalizer";
|
||||
$apps[$x]['menu'][$y]['path'] = "";
|
||||
$apps[$x]['menu'][$y]['order'] = "25";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Advanced";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Erweitert";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Erweitert";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Avanzado";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Avancé";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zaawansowany";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Avançado";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Avançado";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Дополнительные";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Avancerad";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Розширені";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "glyphicon-cog";
|
||||
$apps[$x]['menu'][$y]['path'] = "";
|
||||
$apps[$x]['menu'][$y]['order'] = "30";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Login";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Anmelden";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Anmelden";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Ingresar";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Connexion";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Entrar";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Войти";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "c85bf816-b88d-40fa-8634-11b456928afa";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "glyphicon-log-in";
|
||||
$apps[$x]['menu'][$y]['path'] = "/login.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "public";
|
||||
$apps[$x]['menu'][$y]['order'] = "99";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = 'Logout';
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = 'Abmelden';
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = 'Abmelden';
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = 'Salir';
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = 'Déconnexion';
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = 'Wyloguj';
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = 'Sair';
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = 'Выйти';
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = 'вийти';
|
||||
$apps[$x]['menu'][$y]['uuid'] = '0d29e9f4-0c9b-9d8d-cd2d-454899dc9bc4';
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
|
||||
$apps[$x]['menu'][$y]['category'] = 'internal';
|
||||
$apps[$x]['menu'][$y]['icon'] = "glyphicon-log-out";
|
||||
$apps[$x]['menu'][$y]['path'] = '/logout.php';
|
||||
$apps[$x]['menu'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['menu'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,19 +1,28 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Notifications";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Notificaciones";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Notifications";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "Notifications";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Powiadomienia";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Уведомления";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Сповіщення";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Meddelanden";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Benachrichtigungen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Benachrichtigungen";
|
||||
$apps[$x]['menu'][0]['uuid'] = "f8d65f91-0f4a-405a-b5ac-24cb3c4f10ba";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/core/notifications/notification_edit.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y = 0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Notifications";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Benachrichtigungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Benachrichtigungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Notificaciones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Notifications";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Notifications";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Powiadomienia";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Уведомления";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Meddelanden";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Сповіщення";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "f8d65f91-0f4a-405a-b5ac-24cb3c4f10ba";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/notifications/notification_edit.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,20 +1,28 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Upgrade";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Actualizar";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Mise à jour";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Actualizar BD";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Atualizar banco de dados";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Aktualizacja";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Обновление";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Uppgardera";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Оновлення";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Aktualisierung";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Aktualisierung";
|
||||
$apps[$x]['menu'][0]['uuid'] = "8c826e92-be3c-0944-669a-24e5b915d562";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/core/upgrade/index.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y = 0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Upgrade";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktualisierung";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktualisierung";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Actualizar";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Mise à jour";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktualizacja";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Atualizar banco de dados";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Actualizar BD";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Обновление";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Uppgardera";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Оновлення";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "8c826e92-be3c-0944-669a-24e5b915d562";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/upgrade/index.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -0,0 +1,40 @@
|
|||
<?php
|
||||
/*
|
||||
FusionPBX
|
||||
Version: MPL 1.1
|
||||
|
||||
The contents of this file are subject to the Mozilla Public License Version
|
||||
1.1 (the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
http://www.mozilla.org/MPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
for the specific language governing rights and limitations under the
|
||||
License.
|
||||
|
||||
The Original Code is FusionPBX
|
||||
|
||||
The Initial Developer of the Original Code is
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
Portions created by the Initial Developer are Copyright (C) 2008-2017
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
*/
|
||||
|
||||
//proccess this only one time
|
||||
if ($domains_processed == 1) {
|
||||
//update any users set to legacy languages
|
||||
$language = new text;
|
||||
foreach ($language->legacy_map as $language_code => $legacy_code) {
|
||||
if(strlen($legacy_code) == 5)
|
||||
continue;
|
||||
$sql = "update v_user_settings set user_setting_value = '$language_code' where user_setting_value = '$legacy_code' and deafult_setting_name = 'code' and user_setting_dubcategory = 'language' and user_setting_category = 'domain'";
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
@ -1,25 +1,30 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "Dashboard";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Dashboard Usuario";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "Tableau de bord de l'utilisateur";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Painel de Controle do Usuário";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "Painel de controle do usuário (Dashboard)";
|
||||
$apps[$x]['menu'][1]['title']['pl'] = "Panel użytkowników";
|
||||
$apps[$x]['menu'][1]['title']['ru-ru'] = "Панель пользователя";
|
||||
$apps[$x]['menu'][1]['title']['he'] = "ממשק משתמש";
|
||||
$apps[$x]['menu'][1]['title']['uk'] = "Панель користувача";
|
||||
$apps[$x]['menu'][1]['title']['sv-se'] = "Användarpanel";
|
||||
$apps[$x]['menu'][1]['title']['de-de'] = "Benutzerübersicht";
|
||||
$apps[$x]['menu'][1]['title']['de-at'] = "Benutzerübersicht";
|
||||
$apps[$x]['menu'][1]['title']['ro'] = "Panou control utilizator";
|
||||
$apps[$x]['menu'][1]['title']['ar-eg'] = "الصفحه الرئيسيه للمستخدم";
|
||||
$apps[$x]['menu'][1]['uuid'] = "92c8ffdb-3c82-4f08-aec0-82421ec41bb5";
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][1]['category'] = "internal";
|
||||
$apps[$x]['menu'][1]['path'] = "/core/user_settings/user_dashboard.php";
|
||||
$apps[$x]['menu'][1]['groups'][] = "user";
|
||||
$apps[$x]['menu'][1]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
||||
$y = 0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Dashboard";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الصفحه الرئيسيه للمستخدم";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerübersicht";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerübersicht";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Dashboard Usuario";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Tableau de bord de l'utilisateur";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "ממשק משתמש";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Panel użytkowników";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Painel de controle do usuário (Dashboard)";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Painel de Controle do Usuário";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Panou control utilizator";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Панель пользователя";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användarpanel";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Панель користувача";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "92c8ffdb-3c82-4f08-aec0-82421ec41bb5";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/user_settings/user_dashboard.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -1,44 +1,55 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][2]['title']['en-us'] = "Users";
|
||||
$apps[$x]['menu'][2]['title']['es-cl'] = "Gestor de Usuarios";
|
||||
$apps[$x]['menu'][2]['title']['fr-fr'] = "Gestion des utilisteurs";
|
||||
$apps[$x]['menu'][2]['title']['pt-pt'] = "Gestão de Utilizadores";
|
||||
$apps[$x]['menu'][2]['title']['pt-br'] = "Gerencir utiliários";
|
||||
$apps[$x]['menu'][2]['title']['pl'] = "Menedżer użytkowników";
|
||||
$apps[$x]['menu'][2]['title']['ru-ru'] = "Пользователи";
|
||||
$apps[$x]['menu'][2]['title']['uk'] = "Користувачі";
|
||||
$apps[$x]['menu'][2]['title']['sv-se'] = "Användar Inställningar";
|
||||
$apps[$x]['menu'][2]['title']['de-de'] = "Benutzerverwaltung";
|
||||
$apps[$x]['menu'][2]['title']['de-at'] = "Benutzerverwaltung";
|
||||
$apps[$x]['menu'][2]['title']['he'] = "מנהל משתמש";
|
||||
$apps[$x]['menu'][2]['uuid'] = "0d57cc1e-1874-47b9-7ddd-fe1f57cec99b";
|
||||
$apps[$x]['menu'][2]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][2]['category'] = "internal";
|
||||
$apps[$x]['menu'][2]['path'] = "/core/users/users.php";
|
||||
$apps[$x]['menu'][2]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][2]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Account Settings";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Config de Cuenta";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Configuration du Compte";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Configurações da Conta";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Configurações da conta";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Ustawienia konta";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "Настройка учетной записи";
|
||||
$apps[$x]['menu'][0]['title']['he'] = "הגדרת חשבון";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Обліковий запис";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Kontoinställningar";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Kontoeinstellungen";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Kontoeinstellungen";
|
||||
$apps[$x]['menu'][0]['title']['ro'] = "Setări cont";
|
||||
$apps[$x]['menu'][0]['title']['ar-eg'] = "إعدادات الحساب";
|
||||
$apps[$x]['menu'][0]['uuid'] = "4d532f0b-c206-c39d-ff33-fc67d668fb69";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/core/users/user_edit.php?id=user";
|
||||
$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$y = 0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Users";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerverwaltung";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerverwaltung";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gestor de Usuarios";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des utilisteurs";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "מנהל משתמש";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Menedżer użytkowników";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerencir utiliários";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestão de Utilizadores";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Пользователи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användar Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Користувачі";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "0d57cc1e-1874-47b9-7ddd-fe1f57cec99b";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/users/users.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Account Settings";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "إعدادات الحساب";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Kontoeinstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Config de Cuenta";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration du Compte";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הגדרת חשבון";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia konta";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações da conta";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Configurações da Conta";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Setări cont";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Настройка учетной записи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Kontoinställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Обліковий запис";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "4d532f0b-c206-c39d-ff33-fc67d668fb69";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/users/user_edit.php?id=user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
|
|
@ -404,7 +404,7 @@ if (!class_exists('menu')) {
|
|||
//get the database connnection
|
||||
$db = $this->db;
|
||||
|
||||
//database ojbect does not exist return immediately
|
||||
//database object does not exist return immediately
|
||||
if (!$db) { return Array(); }
|
||||
|
||||
//if there are no groups then set the public group
|
||||
|
|
|
|||
Loading…
Reference in New Issue