2015-04-08 15:38:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Operator Panel";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Panel operatora";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Painel do operador";
|
2015-05-01 13:13:39 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Telefonist Panel";
|
2015-06-06 04:37:26 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Панель оператора";
|
2015-06-13 07:35:54 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Operator Panel";
|
2015-08-03 01:42:11 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['he'] = "לוח מפעיל";
|
2015-04-08 15:38:58 +02:00
|
|
|
$apps[$x]['menu'][0]['uuid'] = "dd3d173a-5d51-4231-ab22-b18c5b712bb2";
|
|
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
|
|
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][0]['path'] = "/app/operator_panel/index.php";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
|
|
|
|
|
2014-12-26 04:27:54 +01:00
|
|
|
?>
|