Add Chinese, Korean, and Japanese translations
This commit is contained in:
parent
381b3bdd9f
commit
28fe89066e
|
|
@ -21,10 +21,16 @@
|
|||
$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]['title']['zh-cn'] = "出入控制";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アクセス制御";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "오시는 길";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/access_controls/access_controls.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -20,11 +20,17 @@
|
|||
$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]['title']['zh-cn'] = "操作员小组";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "オペレータ パネル";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "회사연혁";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/basic_operator_panel/index.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,21 +1,26 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Bridges";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Bridges";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Bridges";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Ponts";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Ponts";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bridges";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Mostkowania";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Broar";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Міста";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Brücken";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "345f0aad-8321-4a8b-9f08-c4730297660c";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/bridges/bridges.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Bridges";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Bridges";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Bridges";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Ponts";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Ponts";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bridges";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Mostkowania";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Broar";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Міста";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Brücken";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "桥梁";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ブリッジ";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "오시는 길";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "345f0aad-8321-4a8b-9f08-c4730297660c";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/bridges/bridges.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -22,10 +22,15 @@
|
|||
$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]['title']['zh-cn'] = "电话区";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コールブロック";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "통화 블록";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_block/call_block.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$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]['title']['zh-cn'] = "电话广播";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コールブロードキャスト";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "연락처";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_broadcast/call_broadcast.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$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]['title']['zh-cn'] = "积极的传道中心";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アクティブコールセンター";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "연락처";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_center_active/call_center_queue.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$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]['title']['zh-cn'] = "服务中心";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コールセンター";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "연락처";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_centers/call_center_queues.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
|
|
@ -48,10 +53,15 @@
|
|||
$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]['title']['zh-cn'] = "危急情况";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "エージェントステータス";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "에이전트 상태";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_centers/call_center_agent_status.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$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]['title']['zh-cn'] = "流动";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コールフロー";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "통화 흐름";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_flows/call_flows.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Переадресация";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Vidarekoppling";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Переадресація";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "前进";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コールフォワード";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "연락처";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_forward/call_forward.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
|
|
|||
|
|
@ -1,21 +1,26 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabación de llamadas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements d'appels";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Enregistrements d'appels";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreksopnamen";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Nagrania Rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Call Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Запис дзвінків";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Anrufaufnahmen";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "d5b7bd0e-5e56-4d87-b2d5-7d7b2f7307ef";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_recordings/call_recordings.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabación de llamadas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements d'appels";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Enregistrements d'appels";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreksopnamen";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Nagrania Rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Call Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Запис дзвінків";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Anrufaufnahmen";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "记录";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コール録音";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "통화 녹음";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "d5b7bd0e-5e56-4d87-b2d5-7d7b2f7307ef";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_recordings/call_recordings.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$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]['title']['zh-cn'] = "积极呼吁";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アクティブコール";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "연락처";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/calls_active/calls_active.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Вызов по клику";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Klicka för att ringa";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Натисніть, щоб викликати";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "点击通话";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コールをクリック";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "자주 묻는 질문";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/click_to_call/click_to_call.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$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]['title']['zh-cn'] = "会议中心";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "会議センター";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "컨퍼런스 센터";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/conference_centers/conference_centers.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
|
|
@ -47,10 +52,15 @@
|
|||
$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]['title']['zh-cn'] = "会议中心";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "会議センター";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "컨퍼런스 센터";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "b99cb768-ca19-4374-a954-02e344313d84";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/conference_centers/conference_rooms.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференции Управление";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Konferenskontroller";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Контроль конференції";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "会议控制";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "会議の制御";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "컨퍼런스";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/conference_controls/conference_controls.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференции Профили";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Konferensprofiler";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Профілі конференції";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "会议概况";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "会議プロフィール";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "컨퍼런스";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/conference_profiles/conference_profiles.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференции";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Konferenser";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Конференції";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "会议";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "カンファレンス";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "컨퍼런스";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/conferences/conferences.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$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]['title']['zh-cn'] = "积极会议";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "積極的な会議";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "활동 회의";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/conferences_active/conferences_active.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$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]['title']['zh-cn'] = "联系";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コンタクト";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "제품정보";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/contacts/contacts.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
|
|
|||
|
|
@ -1,23 +1,28 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Transactions";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Transactions";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Transacciones";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Transactions";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Transactions";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Transacties";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Transakcje";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Изменения в БД";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Transaktioner";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Твитнуть";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Datenbank Transaktionen";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Datenbank Transaktionen";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "ffc57bea-df1d-4099-b7e5-835d68f09006";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/database_transactions/database_transactions.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Transactions";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Transactions";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Transacciones";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Transactions";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Transactions";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Transacties";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Transakcje";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Изменения в БД";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Transaktioner";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Твитнуть";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Datenbank Transaktionen";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Datenbank Transaktionen";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "交易";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "トランザクション";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "계정 관리";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "ffc57bea-df1d-4099-b7e5-835d68f09006";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/database_transactions/database_transactions.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$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]['title']['zh-cn'] = "目的地";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "デザート";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "오시는 길";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/destinations/destinations.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$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]['title']['zh-cn'] = "装置";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "デバイス";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "제품정보";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/devices/devices.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Маршрутизация входящих";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Inbound Routes";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Вхідні маршрути";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "A. 限制路线";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "インバウンドルート";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "Inbound 노선";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/dialplans/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Маршрутизация исходящих";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Outbound Routes";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Вихідні маршрути";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "外围路线";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アウトバウンドルート";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "아웃바운드 루트";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/dialplans/dialplans.php?app_uuid=8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$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]['title']['zh-cn'] = "理由陈述";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ダイアルプラン";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "디알플랜";
|
||||
$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'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
|
@ -48,10 +53,15 @@
|
|||
$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]['title']['zh-cn'] = "Dialplan Manager";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ダイアルプランマネージャー";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "Dialplan 관리자";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/dialplans/dialplans.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
|
|
|||
|
|
@ -1,32 +1,37 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "E-Mail-Logs";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Los Correos Electrónico";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Registros de correo electrónico";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Courriels";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הודעות דואר אלקטרוני";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Email log";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "E-maile";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Электронная почта";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "E-post";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Журнали електронної пошти";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "1c2b9569-975f-4b82-9378-f3c5b63991e2";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/email_logs/email_logs.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "E-Mail-Logs";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Los Correos Electrónico";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Registros de correo electrónico";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Courriels";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הודעות דואר אלקטרוני";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Email log";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "E-maile";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Электронная почта";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "E-post";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Журнали електронної пошти";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "电子邮箱:logs";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "メールログ";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "이메일 로그";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/email_logs/email_logs.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,25 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Correo electrónico";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Електронна пошта";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Zurück zur Übersicht";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Email Wachtrij";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "dfa6a878-e2b0-4051-acaf-f6ffc13b9abf";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/email_queue/email_queue.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Correo electrónico";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Електронна пошта";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Zurück zur Übersicht";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Email Wachtrij";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "Email Queue";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "メールキュー";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "이메일:";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "dfa6a878-e2b0-4051-acaf-f6ffc13b9abf";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/email_queue/email_queue.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,25 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Email Templates";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Email Templates";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Plantillas de correo electrónico";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Modèles de courriel";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Modèles de courriel";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Szablony Email";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "E-postmallar";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Шаблони електронної пошти";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "E-Mail-Vorlagen";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "5e548de3-ff1a-44e4-a2e6-f3917dac85a3";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/email_templates/email_templates.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Email Templates";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Email Templates";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Plantillas de correo electrónico";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Modèles de courriel";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Modèles de courriel";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Szablony Email";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "E-postmallar";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Шаблони електронної пошти";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "E-Mail-Vorlagen";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "电子邮箱: Template";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "メールテンプレート";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "이메일 템플릿";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "5e548de3-ff1a-44e4-a2e6-f3917dac85a3";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/email_templates/email_templates.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,19 +1,24 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Event Guard";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Guardia de eventos";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Event Guard";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Event Guard";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Gwardia";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Event Guard";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Охорона подій";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Eventgarde";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "e80a81ae-7894-4003-9c0a-6df56c8148eb";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/event_guard/event_guard_logs.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Event Guard";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Guardia de eventos";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Event Guard";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Event Guard";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Gwardia";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Event Guard";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Охорона подій";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Eventgarde";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "警卫";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "イベントガード";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "이벤트 Guard";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "e80a81ae-7894-4003-9c0a-6df56c8148eb";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/event_guard/event_guard_logs.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,32 +1,37 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Extensions";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Extensions";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الأرقام الداخلية";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Erweiterungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Nebenstellen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Extensiones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Extensiones";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Post téléphonique";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Extensions";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "שלוחות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Interni";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Extensies";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Numery wewnętrzne";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Ramais";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Extensões";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Extensii";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Внутренние номера";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Anknytningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Розширення";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "d3036a99-9a9f-2ad6-a82a-1fe7bebbe2d3";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/extensions/extensions.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Extensions";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Extensions";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الأرقام الداخلية";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Erweiterungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Nebenstellen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Extensiones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Extensiones";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Post téléphonique";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Extensions";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "שלוחות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Interni";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Extensies";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Numery wewnętrzne";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Ramais";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Extensões";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Extensii";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Внутренние номера";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Anknytningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Розширення";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "延期";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "エクステンション";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "제품정보";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/extensions/extensions.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,33 +1,38 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Faxserver";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Faxserver";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Faxserver";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Serveur du fax";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Serveur Fax";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "שרת פקסים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Serwer faksowy";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Server Fax";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Сервер факсов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Статус на сервери";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "9c9642e4-2b9b-2785-18d0-6c0a4ede2b2f";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/fax/fax.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Faxserver";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Faxserver";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Faxserver";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Serveur du fax";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Serveur Fax";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "שרת פקסים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Serwer faksowy";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Servidor de Fax";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Server Fax";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Сервер факсов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Статус на сервери";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "传真服务器";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ファックスサーバー";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "팩스 서버";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/fax/fax.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,25 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "ФАС Клей";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "FAX Frage";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Fax wachtrij";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "88fd4b3e-30b2-4514-be1d-6870aa97d652";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/fax_queue/fax_queue.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "FAX Queue";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "ФАС Клей";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "FAX Frage";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Fax wachtrij";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "几内亚 Queue";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "郵便番号 キュー";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "· 이름 *";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "88fd4b3e-30b2-4514-be1d-6870aa97d652";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/fax_queue/fax_queue.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,32 +1,37 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Colas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Colas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Code";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Wachtrijen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Kolejki";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Filas";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Очереди";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Клей";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "c535ac0b-1da1-0f9c-4653-7934c6f4732c";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/dialplans/dialplans.php?app_uuid=16589224-c876-aeb3-f59f-523a1c0801f7";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Colas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Colas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Code";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Wachtrijen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Kolejki";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Filas";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Очереди";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Клей";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "询问";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "キュー";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "한국어";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/dialplans/dialplans.php?app_uuid=16589224-c876-aeb3-f59f-523a1c0801f7";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,32 +1,37 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Queues";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Active Queues";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "النشيطة";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Aktive Queues";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Colas activas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Colas activas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Queues actives";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues Actives";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "המונחים: Active Queues";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Code Attive";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Aktieve wachtrijen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne kolejki";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Filas ativas";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Filas Activas";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные Очереди";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva Köer";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні черги";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "450f1225-9187-49ac-a119-87bc26025f7d";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/fifo_list/fifo_list.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Queues";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Active Queues";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "النشيطة";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Aktive Queues";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Colas activas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Colas activas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Queues actives";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues Actives";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "המונחים: Active Queues";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Code Attive";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Aktieve wachtrijen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne kolejki";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Filas ativas";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Filas Activas";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные Очереди";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva Köer";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні черги";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "主动询问";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アクティブキュー";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "활동 Queues";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/fifo_list/fifo_list.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,34 +1,39 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "اتبعني";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Sígueme";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Sígueme";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Suis-moi.";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "עקבו אחרי me";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Seguimi";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Volg me";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "mi się mi mi mi mi mi mi mi mi";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Siga-me";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Siga-me";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Следуй за мной";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Följ mig";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Про нас";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "a1144e12-873e-4722-9818-02da1adb6ba3";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_forward/call_forward.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "agent";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "اتبعني";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Sígueme";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Sígueme";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Suis-moi.";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "עקבו אחרי me";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Seguimi";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Volg me";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "mi się mi mi mi mi mi mi mi mi";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Siga-me";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Siga-me";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Следуй за мной";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Följ mig";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Про нас";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "后续行动";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "フォローする";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "내 계정";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/call_forward/call_forward.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "agent";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,35 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "البوابات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Pasarelas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Pasarelas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Passerelles";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Passerelles";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "שערות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Brama wyjściowa ";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Troncos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Шлюзы";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Шлюзи";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "237a512a-f8fe-1ce4-b5d7-e71c401d7159";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/gateways/gateways.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "البوابات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Pasarelas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Pasarelas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Passerelles";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Passerelles";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "שערות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Brama wyjściowa ";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Troncos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Шлюзы";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Шлюзи";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "门户";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ゲートウェイ";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "오시는 길";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/gateways/gateways.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,35 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "خ ع م";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "GS-Welle";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "GS-Welle";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "גל GS";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "GS Wave (ang.).";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Onda de GS";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Onda de GS";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "GS Хвиля";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "4c737fd8-145e-4e1d-9662-20a5ba1e82e0";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/gswave/index.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "خ ع م";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "GS-Welle";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "GS-Welle";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "גל GS";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "GS Wave (ang.).";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Onda de GS";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Onda de GS";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "GS Wave";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "GS Хвиля";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "GS(OL)";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "GSの波";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "GS 웨이브";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "4c737fd8-145e-4e1d-9662-20a5ba1e82e0";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/gswave/index.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,35 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Automatische Vermittlung";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Automatische Vermittlung";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "IVR Menús";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "IVR תפריטים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Menu IVR";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "IVR menu";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zapowiedzi głosowe (IVR)";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Menu de IVR";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Menu de IVR";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовые меню (IVR)";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "IVR Meny";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Відео Кошик";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "72259497-a67b-e5aa-cac2-0f2dcef16308";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/ivr_menus/ivr_menus.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Automatische Vermittlung";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Automatische Vermittlung";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "IVR Menús";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "IVR Menus";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "IVR תפריטים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Menu IVR";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "IVR menu";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zapowiedzi głosowe (IVR)";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Menu de IVR";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Menu de IVR";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовые меню (IVR)";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "IVR Meny";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Відео Кошик";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "页: 1 男性";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "IVRについて メニュー";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "아이VR 메뉴보기";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/ivr_menus/ivr_menus.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,35 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Log Betrachter";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Log Betrachter";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Visor de eventos";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Voir les Logs";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תגית: Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bekijk logs";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Podgląd logów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Visualizar Log";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Visualizar Log";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Просмотр логов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Log Viewer ";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логи";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "781ebbec-a55a-9d60-f7bb-f54ab2ee4e7e";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/log_viewer/log_viewer.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Log Betrachter";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Log Betrachter";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Visor de eventos";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Voir les Logs";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תגית: Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bekijk logs";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Podgląd logów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Visualizar Log";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Visualizar Log";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Просмотр логов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Log Viewer ";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логи";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ログビューア";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "로그 뷰어";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/log_viewer/log_viewer.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,31 +1,36 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Module";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Module";
|
||||
$apps[$x]['menu'][$y]['title']['el-gr'] = "Πρόσθετα";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Módulos";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Módulos";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "מודולים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Moduli";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Modulen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Moduły";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Módulos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Modulos";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Модули";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Moduler";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Модулі";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "49fdb4e1-5417-0e7a-84b3-eb77f5263ea7";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/modules/modules.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Module";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Module";
|
||||
$apps[$x]['menu'][$y]['title']['el-gr'] = "Πρόσθετα";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Módulos";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Módulos";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Modules";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "מודולים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Moduli";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Modulen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Moduły";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Módulos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Modulos";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Модули";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Moduler";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Модулі";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "模块";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "モジュール";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "모듈";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/modules/modules.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,35 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Music on Hold";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Music on Hold";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الموسيقى متوقفة";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Wartemusik";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Wartemusik";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Música en espera";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Música en Hold";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Musique sur Hold";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Musique d'attente";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "מוסיקה בהמתנה";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Musica d'attesa";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Wachtmuziek";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Muzyka na czekanie";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Música de espera";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Musica em Espera";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Музыка на удержании";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Väntmusik";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Музика на утриманні";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "1cd1d6cb-912d-db32-56c3-e0d5699feb9d";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/music_on_hold/music_on_hold.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Music on Hold";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Music on Hold";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الموسيقى متوقفة";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Wartemusik";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Wartemusik";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Música en espera";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Música en Hold";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Musique sur Hold";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Musique d'attente";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "מוסיקה בהמתנה";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Musica d'attesa";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Wachtmuziek";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Muzyka na czekanie";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Música de espera";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Musica em Espera";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Музыка на удержании";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Väntmusik";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Музика на утриманні";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "音乐家";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ホールドでの音楽";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "공지사항";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/music_on_hold/music_on_hold.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -3,28 +3,34 @@
|
|||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Number Translations";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Number Translations";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "عدد الترجمة"; //Google translate
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "عدد الترجمة";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Nummer Übersetzung";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Nummer Übersetzung";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Nummer Übersetzung";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Traducción de números"; //Google translate
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Traducción de números"; //Google translate
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Traduction de numéros"; //Google translate
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Traduction de numéros"; //Google translate
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תרגום מספר"; //Google translate
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Traduzione numero"; //Google translate
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Nummer Vertaling"; //Google translate
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Tłumaczenie liczbowe"; //Google translate
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Tradução numérica"; //Google translate
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Tradução numérica"; //Google translate
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Traducerea numerelor"; //Google translate
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Traducción de números";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Traducción de números";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Traduction de numéros";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Traduction de numéros";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תרגום מספר";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Traduzione numero";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Nummer Vertaling";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Tłumaczenie liczbowe";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Tradução numérica";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Tradução numérica";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Traducerea numerelor";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Преобразование номера";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Antal översättning"; //Google translate
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "кількість перекладів"; //Google translate
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Antal översättning";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "кількість перекладів";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "翻译";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "数値翻訳";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "번호 번역";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "6ad5505c-4909-11e7-a919-92ebcb67fe33";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/number_translations/number_translations.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,31 +1,36 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Phrases";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Phrases";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الصيغة";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Phrasen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Phrasen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabaciones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Frases";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Phrases";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides Vocaux";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "Phrases";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Frasi";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Uitspraken";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zwroty";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gravações";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gravações";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Фразы";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Fraser";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Фрази";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "a5caa6dc-a6d7-41c3-a484-e556ffd0d2ff";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/phrases/phrases.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Phrases";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Phrases";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الصيغة";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Phrasen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Phrasen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabaciones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Frases";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Phrases";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides Vocaux";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "Phrases";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Frasi";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Uitspraken";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zwroty";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gravações";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gravações";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Фразы";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Fraser";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Фрази";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "文学";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "フレーズ";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "한국어";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/phrases/phrases.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,29 +1,34 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "PIN Numbers";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "PIN Numbers";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "أرقام PIN";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "PIN Nummern";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "PIN Nummern";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Números de PIN";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Números de PIN";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Numéros PIN";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Numéros PIN";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "מספרים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Numeri PIN";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "PIN codes";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Numer PIN";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Números de PIN";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Números de PIN";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "PIN коды";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "PIN-nummer";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "PIN Кількість";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "2e3d8f49-5beb-44a8-9617-0bffc5b418c2";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/pin_numbers/pin_numbers.php";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "PIN Numbers";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "PIN Numbers";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "أرقام PIN";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "PIN Nummern";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "PIN Nummern";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Números de PIN";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Números de PIN";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Numéros PIN";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Numéros PIN";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "מספרים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Numeri PIN";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "PIN codes";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Numer PIN";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Números de PIN";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Números de PIN";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "PIN коды";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "PIN-nummer";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "PIN Кількість";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "PIN 人数";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "PIN番号";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "PIN 번호";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "2e3d8f49-5beb-44a8-9617-0bffc5b418c2";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/pin_numbers/pin_numbers.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,31 +1,36 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "السجلات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aufnahmen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Aufnahmen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabaciones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Grabaciones";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Guides vocaux";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides vocaux";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הקלטות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni Audio";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Opnamen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Nagrywanie rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gravações";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gravações";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Записи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Inspelningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Записи";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "e4290fd2-3ccc-a758-1714-660d38453104";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/recordings/recordings.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Recordings";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "السجلات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aufnahmen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Aufnahmen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabaciones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Grabaciones";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Guides vocaux";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides vocaux";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הקלטות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni Audio";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Opnamen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Nagrywanie rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gravações";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gravações";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Записи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Inspelningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Записи";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "记录";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "レコーディング";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "관련 기사";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/recordings/recordings.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,31 +1,36 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Registrations";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Registrations";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "التسجيلات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Registrierungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Registrierungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registros";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Registros";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Inscriptions";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements SIP";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "רישום";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni SIP";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Registraties";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Rejestracje";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Registros";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Registos";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Регистрации SIP";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Registreringar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Реєстрації";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/registrations/registrations.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Registrations";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Registrations";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "التسجيلات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Registrierungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Registrierungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registros";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Registros";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Inscriptions";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements SIP";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "רישום";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni SIP";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Registraties";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Rejestracje";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Registros";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Registos";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Регистрации SIP";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Registreringar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Реєстрації";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "登记";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "参加登録";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "이름 *";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/registrations/registrations.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,31 +1,36 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Ring Groups";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Ring Groups";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "مجموعات حصص الإعاشة";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Rufgruppen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Rufgruppen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grupo de llamados";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Ring Groups";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Groupes Ring";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Groupes de sonnerie";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "קבוצות חיוג";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Gruppi di Squillo";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bel groepen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Grupy odbiorców rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Grupos de chamada";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Grupos de Ring";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Группы вызовов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Ringgrupper";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Групи";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "b30f085f-3ec6-2819-7e62-53dfba5cb8d5";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/ring_groups/ring_groups.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Ring Groups";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Ring Groups";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "مجموعات حصص الإعاشة";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Rufgruppen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Rufgruppen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grupo de llamados";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Ring Groups";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Groupes Ring";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Groupes de sonnerie";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "קבוצות חיוג";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Gruppi di Squillo";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bel groepen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Grupy odbiorców rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Grupos de chamada";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Grupos de Ring";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Группы вызовов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Ringgrupper";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Групи";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "区域集团";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "リンググループ";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "링 그룹";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/ring_groups/ring_groups.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,35 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Settings";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Settings";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الترتيبات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Configuraciones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Ajustes";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Réglages";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הגדרות הגדרות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Parametri";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Instellingen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Definições";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Definições";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конфигурация";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Налаштування";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "148ea42a-3711-3d64-181b-07a6a3c3ed60";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/settings/setting_edit.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Settings";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Settings";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الترتيبات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Configuraciones";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Ajustes";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Réglages";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הגדרות הגדרות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Parametri";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Instellingen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Definições";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Definições";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конфигурация";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Налаштування";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "背景";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コンテンツ";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "계정 설정";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/settings/setting_edit.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,35 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "SIP Profiles";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "SIP Profiles";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "SIP Profiles";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "SIP Profile";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "SIP Profile";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Perfiles SIP";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Perfiles SIP";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Profils SIP";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Profiles SIP";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "פרופילים SIP";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Profili SIP";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "SIP Profielen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Profile SIP";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Perfis SIP";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Perfis SIP";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Профили SIP";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "SIP Profiler";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "SIP профілі";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "47014b1d-13ad-921c-313d-ca42c0424b37";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/sip_profiles/sip_profiles.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "SIP Profiles";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "SIP Profiles";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "SIP Profiles";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "SIP Profile";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "SIP Profile";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Perfiles SIP";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Perfiles SIP";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Profils SIP";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Profiles SIP";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "פרופילים SIP";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Profili SIP";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "SIP Profielen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Profile SIP";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Perfis SIP";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Perfis SIP";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Профили SIP";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "SIP Profiler";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "SIP профілі";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "SIP Profiles";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "SIPプロフィール";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/sip_profiles/sip_profiles.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,35 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "SIP الحالة";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de SIP";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "SIP Situación";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "SIP État";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Statut SIP";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "SIP סטטוס";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Stato SIP";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Status SIP";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do SIP";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do SIP";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статус SIP";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Стан SIP";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "b7aea9f7-d3cf-711f-828e-46e56e2e5328";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/sip_status/sip_status.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "SIP الحالة";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de SIP";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "SIP Situación";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "SIP État";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Statut SIP";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "SIP סטטוס";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Stato SIP";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Status SIP";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do SIP";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do SIP";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статус SIP";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "SIP Status";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Стан SIP";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "SIP 现况";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ログイン ステータス";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "사이트맵 주요연혁";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/sip_status/sip_status.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,25 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Corrientes";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Streams (ang.).";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Потоки";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "c9762b7a-a809-444c-96db-f80f0c2bb36f";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/streams/streams.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Corrientes";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Streams (ang.).";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Потоки";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "精简";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ストリーム";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "스트림";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "c9762b7a-a809-444c-96db-f80f0c2bb36f";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/streams/streams.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,35 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "النظام";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de Sistema";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Situación del sistema";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "État du système";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Etat Système";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "מצב מערכת";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Stato Sistema";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Systeem Status";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Stan systemu";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do sistema";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do Sistema";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Состояние cистемы";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Стан системи ";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "5243e0d2-0e8b-277a-912e-9d8b5fcdb41d";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/system/system.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "النظام";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de Sistema";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Situación del sistema";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "État du système";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Etat Système";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "מצב מערכת";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Stato Sistema";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Systeem Status";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Stan systemu";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do sistema";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do Sistema";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Состояние cистемы";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "System Status";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Стан системи ";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "现况";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "システムステータス";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "시스템 상태";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/system/system.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,31 +1,36 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Time Conditions";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Time Conditions";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الظروف الزمنية";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Zeitschaltung";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Zeitschaltung";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Condic. de Tiempo";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Condiciones del tiempo";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Heures";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Conditions Temporelles";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תנאי זמן";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Condizioni Temporali";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Tijdcondities";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Warunki czasowe";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Condições temporarias";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Condições Temporais";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Условия по времени";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Tidsstyrning";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Часові умови";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "67aede56-8623-df2d-6338-ecfbde5825f7";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/time_conditions/time_conditions.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Time Conditions";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Time Conditions";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الظروف الزمنية";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Zeitschaltung";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Zeitschaltung";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Condic. de Tiempo";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Condiciones del tiempo";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Heures";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Conditions Temporelles";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תנאי זמן";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Condizioni Temporali";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Tijdcondities";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Warunki czasowe";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Condições temporarias";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Condições Temporais";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Условия по времени";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Tidsstyrning";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Часові умови";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "时间条件";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "時間条件";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "시간 조건";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/time_conditions/time_conditions.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,29 +1,34 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الفروق";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Variablen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Variablen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "משתנים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Variabili";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Variabelen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zmienne";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Variáveis";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Variáveis";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Параметры FreeSwitch";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Variabler";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "7a4e9ec5-24b9-7200-89b8-d70bf8afdd8f";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/vars/vars.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الفروق";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Variablen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Variablen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Variables";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "משתנים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Variabili";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Variabelen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zmienne";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Variáveis";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Variáveis";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Параметры FreeSwitch";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Variabler";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "变式";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "変数";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "변수";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/vars/vars.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,56 +1,66 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "البريد الصوتي";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Sprachnachrichten";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Sprachnachrichten";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Messagerie Vocale";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תא קולי";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Caselle Vocali";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Antwoordapparaat";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Poczta głosowa";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Correio de voz";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Correio de voz";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовая почта";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Röstbrevlåda";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Голосова пошта";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "0347f82a-62a0-49d0-bacd-511d080c46d5";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/voicemails/voicemails.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "البريد الصوتي";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Sprachnachrichten";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Sprachnachrichten";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Messagerie Vocale";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תא קולי";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Caselle Vocali";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Antwoordapparaat";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Poczta głosowa";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Correio de voz";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Correio de voz";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовая почта";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Röstbrevlåda";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Голосова пошта";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "b8277aba-8697-41e2-aeae-48979b4d4d24";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/voicemails/voicemail_messages.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "البريد الصوتي";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Sprachnachrichten";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Sprachnachrichten";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Messagerie Vocale";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תא קולי";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Caselle Vocali";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Antwoordapparaat";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Poczta głosowa";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Correio de voz";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Correio de voz";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовая почта";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Röstbrevlåda";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Голосова пошта";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "电话";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ボイスメール";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "연락처";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/voicemails/voicemails.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "البريد الصوتي";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Sprachnachrichten";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Sprachnachrichten";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Voicemail";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Messagerie Vocale";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תא קולי";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Caselle Vocali";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Antwoordapparaat";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Poczta głosowa";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Correio de voz";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Correio de voz";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовая почта";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Röstbrevlåda";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Голосова пошта";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "电话";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ボイスメール";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "연락처";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "b8277aba-8697-41e2-aeae-48979b4d4d24";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/voicemails/voicemail_messages.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,84 +1,99 @@
|
|||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Meine Gespräche";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Meine Gespräche";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registro de detalle de llamada";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Historiques Appels";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "קרא רשומות מפורטות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Dettaglio Chiamate";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreks data (CDR)";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Wykaz rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Detalhes das gravações de voz";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Detalhes das Gravações de Voz";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Детализация вызовов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Detaljerad Samtalsinformation";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Деталізація дзвінків";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "8f80e71a-31a5-6432-47a0-7f5a7b271f05";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "CDR Statistics";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "CDR Statistics";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "CDR الإحصاءات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Anruf Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Anruf Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Statistics CDR";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "CDR Estadísticas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "CDR Statistiques";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Statistiques CDR";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "CDR סטטיסטיקות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Statistiche Chiamate";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreks statistiek";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Statystyki wykazu rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estatisticas do CDR";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Statistics CDR";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статистика CDR";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "CDR Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Статистика";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "032887d2-2315-4e10-b3a2-8989f719c80c";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr_statistics.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "موجز";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Nebenstellen Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Resumen";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Résumé";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Résumé de l'Extension";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "סיכום שלוחות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Riassunto Interni";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Toestel samenvatting";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Podsumowanie numerów wewnętrznych";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Extensão do sumário";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Общая по внутренним номерам";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Anknytnings Summering";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Розширення резюме";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "4e45a3c1-6db5-417f-9abb-1d30a4fd0bf2";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr_extension_summary.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Meine Gespräche";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Meine Gespräche";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registro de detalle de llamada";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Historiques Appels";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "קרא רשומות מפורטות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Dettaglio Chiamate";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreks data (CDR)";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Wykaz rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Detalhes das gravações de voz";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Detalhes das Gravações de Voz";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Детализация вызовов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Detaljerad Samtalsinformation";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Деталізація дзвінків";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "通话详情记录";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コール詳細レコード";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "연락처";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "CDR Statistics";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "CDR Statistics";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "CDR الإحصاءات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Anruf Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Anruf Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Statistics CDR";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "CDR Estadísticas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "CDR Statistiques";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Statistiques CDR";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "CDR סטטיסטיקות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Statistiche Chiamate";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreks statistiek";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Statystyki wykazu rozmów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estatisticas do CDR";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Statistics CDR";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статистика CDR";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "CDR Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Статистика";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "CDR 统计";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ログイン 統計データ";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "사이트맵 관련 기사";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr_statistics.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "موجز";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Nebenstellen Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Resumen";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Résumé";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Résumé de l'Extension";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "סיכום שלוחות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Riassunto Interni";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Toestel samenvatting";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Podsumowanie numerów wewnętrznych";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Extensão do sumário";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Общая по внутренним номерам";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Anknytnings Summering";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Розширення резюме";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "延期摘要";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "拡張機能の概要";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "회사연혁";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr_extension_summary.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
$y = 0;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Dashboard";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Dashboard";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الصفحه الرئيسيه للمستخدم";
|
||||
|
|
@ -20,10 +20,15 @@
|
|||
$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]['title']['zh-cn'] = "仪表板";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ダッシュボード";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "대시보드";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/dashboard/";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
|
|
|
|||
|
|
@ -21,10 +21,16 @@
|
|||
$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]['title']['zh-cn'] = "数据库";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "データベース";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "관련 기사";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/databases/databases.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -20,10 +20,15 @@
|
|||
$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]['title']['zh-cn'] = "违约情况";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "デフォルト設定";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "기본 설정";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/default_settings/default_settings.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
|
|
|
|||
|
|
@ -20,10 +20,15 @@
|
|||
$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]['title']['zh-cn'] = "领域";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ドメイン";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "이름 *";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/domains/domains.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,22 +1,28 @@
|
|||
<?php
|
||||
|
||||
$y = 0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Group Manager";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Group Manager";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Administración de Grupos";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des groupes";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "'Gestão de Grupos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciar grupos";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Menedżer grup";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление группами";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Групи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Grupp Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Gruppenverwaltung";
|
||||
$apps[$x]['menu'][$y]['title']['he'] = "מנהל קבוצה";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "3b4acc6d-827b-f537-bf21-0093d94ffec7";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/groups/groups.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Group Manager";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Group Manager";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Administración de Grupos";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des groupes";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "'Gestão de Grupos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciar grupos";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Menedżer grup";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление группами";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Групи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Grupp Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Gruppenverwaltung";
|
||||
$apps[$x]['menu'][$y]['title']['he'] = "מנהל קבוצה";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "一般事务/其他职等";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "グループマネージャー";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "그룹 관리자";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "3b4acc6d-827b-f537-bf21-0093d94ffec7";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/groups/groups.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -21,10 +21,15 @@
|
|||
$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]['title']['zh-cn'] = "菜单管理器";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "メニューマネージャー";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "메뉴 관리자";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/menu/menu.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Home";
|
||||
|
|
@ -47,6 +52,9 @@
|
|||
$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]['title']['zh-cn'] = "家庭";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ホーム";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "(주)";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
|
|
@ -78,6 +86,9 @@
|
|||
$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]['title']['zh-cn'] = "账户";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アカウント";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "계좌정보";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
|
|
@ -106,6 +117,9 @@
|
|||
$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]['title']['zh-cn'] = "申请";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アプリケーション";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "제품정보";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
|
|
@ -137,6 +151,9 @@
|
|||
$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]['title']['zh-cn'] = "现况";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ステータス";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "주요연혁";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
|
|
@ -166,6 +183,9 @@
|
|||
$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]['title']['zh-cn'] = "专 员";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アドバンス";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "지원하다";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
|
|
@ -194,13 +214,16 @@
|
|||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Войти";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Login";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логін";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "伐木";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ログイン";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "로그인";
|
||||
$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'] = "fa-sign-in-alt";
|
||||
$apps[$x]['menu'][$y]['path'] = "/login.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "public";
|
||||
$apps[$x]['menu'][$y]['order'] = "99";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "public";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Logout";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Logout";
|
||||
|
|
@ -222,11 +245,15 @@
|
|||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Выйти";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Logout";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "вийти";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "后勤";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ログアウト";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "로그아웃";
|
||||
$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'] = "fa-sign-out-alt";
|
||||
$apps[$x]['menu'][$y]['path'] = "/logout.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
$y = 0;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Notifications";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Notifications";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الإخطارات";
|
||||
|
|
@ -21,10 +21,15 @@
|
|||
$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]['title']['zh-cn'] = "通知";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "お知らせ";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "공지사항";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/notifications/notification_edit.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
$y = 0;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Upgrade";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Upgrade";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "أعلى";
|
||||
|
|
@ -20,10 +20,15 @@
|
|||
$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]['title']['zh-cn'] = "升级";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アップグレード";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "지원하다";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/upgrade/index.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,31 +1,36 @@
|
|||
<?php
|
||||
|
||||
$y = 0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "المستعمل";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Connexions utilisateur";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Connexions utilisateur";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Log utente";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gebruiker logs";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Logos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Logs de usuário";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Logs de usuário";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Журналы пользователей";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användarloggar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логи користувачів";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "88e5773a-2e33-43dc-9a6e-07d46d200e9c";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/user_logs/user_logs.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "المستعمل";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Connexions utilisateur";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Connexions utilisateur";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Log utente";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gebruiker logs";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Logos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Logs de usuário";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Logs de usuário";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Журналы пользователей";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användarloggar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логи користувачів";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "用户";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ユーザーログ";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "사용자 로그인";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "88e5773a-2e33-43dc-9a6e-07d46d200e9c";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/user_logs/user_logs.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
$y = 0;
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Users";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Users";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "المستخدمون";
|
||||
|
|
@ -20,10 +20,15 @@
|
|||
$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]['title']['zh-cn'] = "用户";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ユーザ名";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "이름 *";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/users/users.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
|
@ -45,10 +50,15 @@
|
|||
$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]['title']['zh-cn'] = "账户设置";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アカウント設定";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "계정 설정";
|
||||
$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]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/core/users/user_edit.php?id=user";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
|
|
|
|||
Loading…
Reference in New Issue