mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Updated remaining app_languages.php files and all app_config.php and app_menu.php files where necessary.
21 lines
984 B
PHP
21 lines
984 B
PHP
<?php
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Operator Panel";
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Panneau Operateur";
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Panel operatora";
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Painel do operador";
|
|
$apps[$x]['menu'][0]['title']['ru-ru'] = "Панель оператора";
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Telefonist Panel";
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Панель оператора";
|
|
$apps[$x]['menu'][0]['title']['de-de'] = "Bedienfeld";
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Bedienfeld";
|
|
$apps[$x]['menu'][0]['title']['he'] = "לוח מפעיל";
|
|
$apps[$x]['menu'][0]['uuid'] = "dd3d173a-5d51-4231-ab22-b18c5b712bb2";
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
$apps[$x]['menu'][0]['path'] = "/app/operator_panel/index.php";
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
|
|
|
?>
|