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