Fork of FusionPBX but with LDAP kinda working
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

32 lines
1.7 KiB

<?php
$y = 0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Dashboard";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Dashboard";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الصفحه الرئيسيه للمستخدم";
$apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerübersicht";
$apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerübersicht";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Dashboard Usuario";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Tableau de bord de l'utilisateur";
$apps[$x]['menu'][$y]['title']['he-il'] = "ממשק משתמש";
$apps[$x]['menu'][$y]['title']['it-it'] = "Pannello di Controllo";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Panel użytkowników";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Painel de Controle";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Painel de Controle do Usuário";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Panou control utilizator";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Панель пользователя";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användarpanel";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Панель користувача";
$apps[$x]['menu'][$y]['uuid'] = "92c8ffdb-3c82-4f08-aec0-82421ec41bb5";
$apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/core/dashboard/";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "agent";
?>