mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-22 08:28:30 +00:00
40 lines
2.5 KiB
PHP
40 lines
2.5 KiB
PHP
<?php
|
||
|
||
$y=0;
|
||
$apps[$x]['menu'][$y]['title']['en-us'] = "Feature Codes";
|
||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Feature Codes";
|
||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "تقرير رموز الميزات";
|
||
$apps[$x]['menu'][$y]['title']['de-at'] = "Funktionscodes Bericht";
|
||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Funktionscodes Bericht";
|
||
$apps[$x]['menu'][$y]['title']['de-de'] = "Funktionscodes Bericht";
|
||
$apps[$x]['menu'][$y]['title']['el-gr'] = "Αναφορά Κωδικών Λειτουργιών";
|
||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Informe de Códigos de Funciones";
|
||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Informe de Códigos de Funciones";
|
||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Rapport des Codes de Fonctionnalités";
|
||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Rapport des Codes de Fonctionnalités";
|
||
$apps[$x]['menu'][$y]['title']['he-il'] = "דוח קודי תכונות";
|
||
$apps[$x]['menu'][$y]['title']['it-it'] = "Rapporto Codici Funzione";
|
||
$apps[$x]['menu'][$y]['title']['ka-ge'] = "ფუნქციების კოდების ანგარიში";
|
||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Functiecodes Rapport";
|
||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Raport Kodów Funkcji";
|
||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Relatório de Códigos de Recursos";
|
||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Relatório de Códigos de Funcionalidades";
|
||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Raport Coduri de Funcții";
|
||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Отчет о кодах функций";
|
||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Funktionskoder Rapport";
|
||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Звіт про коди функцій";
|
||
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Özellik Kodları Raporu";
|
||
$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'] = "249d45a0-d414-4fe7-b652-d3f8834024b1";
|
||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||
$apps[$x]['menu'][$y]['icon'] = "";
|
||
$apps[$x]['menu'][$y]['path'] = "/app/feature_codes/feature_codes.php";
|
||
$apps[$x]['menu'][$y]['order'] = "";
|
||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||
$apps[$x]['menu'][$y]['groups'][] = "manager";
|
||
$apps[$x]['menu'][$y]['groups'][] = "user";
|