fusionpbx/app/dialplans/app_menu.php

72 lines
4.0 KiB
PHP

<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "خطة الطعام";
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['de-de'] = "Wählplan";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Plan de Marcado";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Plan de Marcado";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Plan de numérotation";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Plan de numérotation";
$apps[$x]['menu'][$y]['title']['he-il'] = "תוכנית חיוג";
$apps[$x]['menu'][$y]['title']['it-it'] = "Piano Numerazioni";
$apps[$x]['menu'][$y]['title']['ka-ge'] = "დარეკვის გეგმა";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Belplan";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Plan wybierania";
$apps[$x]['menu'][$y]['title']['pt-br'] = "plano de discagem";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "plano de discagem";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "План нумерации";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Nummerplan";
$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'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "fa-solid fa-right-left";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "15";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan Manager";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Dialplan Manager";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "مدير Dialplan";
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan Einstellungen";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Dialplan Manager";
$apps[$x]['menu'][$y]['title']['de-de'] = "Wählplan Einstellungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gest. de Plan de Marcado";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Administrador de Planes de Marcado";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Administrateur de Dialplan";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion du Plan de Numérotation";
$apps[$x]['menu'][$y]['title']['he-il'] = "מנהל Dialplan";
$apps[$x]['menu'][$y]['title']['it-it'] = "Manager di Dialplan";
$apps[$x]['menu'][$y]['title']['ka-ge'] = "დარეკვის გეგმის მმართველი";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Belplan beheer";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Menadżer dialplanu";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciador de Dialplan";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestor de Dialplan";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Manager Dialplan";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление планом нумерации";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Nummerplan Inställningar";
$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'] = "52929fee-81d3-4d94-50b7-64842d9393c2";
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/dialplans/dialplans.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?>