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.
 
 
 
 
 

30 lines
1.4 KiB

<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Registrations";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Registrations";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Registrierungen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Registrierungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registros";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements SIP";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni SIP";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Registraties";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Rejestracje";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Registros";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Registos";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Регистрации SIP";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Registreringar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Реєстрації";
$apps[$x]['menu'][$y]['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/registrations/registrations.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>