Files
fusionpbx/app/provision/app_menu.php
The-Operator df3f153ebd Add/Update German and Austrian translations (#2542)
Updated remaining app_languages.php files and all app_config.php and app_menu.php files where necessary.
2017-04-26 23:41:55 -06:00

16 lines
589 B
PHP

<?php
//$apps[$x]['menu'][0]['title']['en-us'] = "Provision";
//$apps[$x]['menu'][0]['title']['fr-fr'] = "Provision";
//$apps[$x]['menu'][0]['title']['ru-ru'] = "Обеспечение";
//$apps[$x]['menu'][0]['title']['de-de'] = "Bereitstellung";
//$apps[$x]['menu'][0]['title']['de-at'] = "Bereitstellung";
//$apps[$x]['menu'][0]['uuid'] = "";
//$apps[$x]['menu'][0]['parent_uuid'] = "";
//$apps[$x]['menu'][0]['category'] = "internal";
//$apps[$x]['menu'][0]['path'] = "";
//$apps[$x]['menu'][0]['groups'][] = "admin";
//$apps[$x]['menu'][0]['groups'][] = "superadmin";
?>