mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-04-01 14:09:53 +00:00
62 lines
2.9 KiB
PHP
62 lines
2.9 KiB
PHP
<?php
|
|
|
|
/*
|
|
FusionPBX
|
|
Version: MPL 1.1
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version
|
|
1.1 (the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
http://www.mozilla.org/MPL/
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis,
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
for the specific language governing rights and limitations under the
|
|
License.
|
|
|
|
The Original Code is FusionPBX
|
|
|
|
The Initial Developer of the Original Code is
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
Portions created by the Initial Developer are Copyright (C) 2008-2025
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
Contributor(s):
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
Tim Fry <tim@fusionpbx.com>
|
|
*/
|
|
|
|
// $y = 0;
|
|
// $apps[$x]['menu'][$y]['title']['en-us'] = "Operator Panel";
|
|
// $apps[$x]['menu'][$y]['title']['en-gb'] = "Operator Panel";
|
|
// $apps[$x]['menu'][$y]['title']['ar-eg'] = "لوحة المشغل";
|
|
// $apps[$x]['menu'][$y]['title']['de-at'] = "Bedienfeld";
|
|
// $apps[$x]['menu'][$y]['title']['de-ch'] = "Bedienfeld";
|
|
// $apps[$x]['menu'][$y]['title']['de-de'] = "Bedienfeld";
|
|
// $apps[$x]['menu'][$y]['title']['es-cl'] = "Panel del operador";
|
|
// $apps[$x]['menu'][$y]['title']['es-mx'] = "Panel del operador";
|
|
// $apps[$x]['menu'][$y]['title']['fr-ca'] = "Panneau de commande";
|
|
// $apps[$x]['menu'][$y]['title']['fr-fr'] = "Panneau Operateur";
|
|
// $apps[$x]['menu'][$y]['title']['he-il'] = "לוח מפעיל";
|
|
// $apps[$x]['menu'][$y]['title']['it-it'] = "Pannello Operatore";
|
|
// $apps[$x]['menu'][$y]['title']['ka-ge'] = "ოპერატორის პანელი";
|
|
// $apps[$x]['menu'][$y]['title']['nl-nl'] = "Bedienings paneel";
|
|
// $apps[$x]['menu'][$y]['title']['pl-pl'] = "Panel operatora";
|
|
// $apps[$x]['menu'][$y]['title']['pt-br'] = "Painel do operador";
|
|
// $apps[$x]['menu'][$y]['title']['pt-pt'] = "Painel operador";
|
|
// $apps[$x]['menu'][$y]['title']['ro-ro'] = "Panoul operator";
|
|
// $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'] = "8493ad5d-9240-426c-b330-774ed0bd7ede";
|
|
// $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/operator_panel/index.php";
|
|
// $apps[$x]['menu'][$y]['order'] = "";
|
|
// $apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
// $apps[$x]['menu'][$y]['groups'][] = "admin";
|