20 lines
985 B
PHP
20 lines
985 B
PHP
<?php
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Active Calls";
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Llamadas Activas";
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Appels en cours";
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Chamadas Activas";
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Chamadas ativas";
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Aktywne połączenia";
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Aktiva samtal";
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Активні дзвінки";
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Aktive Gespräche";
|
|
$apps[$x]['menu'][0]['title']['he'] = "שיחות פעילות";
|
|
$apps[$x]['menu'][0]['uuid'] = "eba3d07f-dd5c-6b7b-6880-493b44113ade";
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
$apps[$x]['menu'][0]['path'] = "/app/calls_active/calls_active.php";
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
|
|
|
?>
|