Files
fusionpbx/app/login/app_config.php
2014-12-26 03:27:54 +00:00

23 lines
929 B
PHP

<?php
//application details
$apps[$x]['name'] = "Login";
$apps[$x]['uuid'] = "c9715076-dfdb-4f41-ab9f-a93f01bd6403";
$apps[$x]['category'] = "Core";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Used to login to a user account";
$apps[$x]['description']['es-cl'] = "Utilizado para iniciar sesión";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "";
$apps[$x]['description']['fr-fr'] = "Pour connecter un compte usager";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Utilizado para iniciar a sessão de um utilizador";
$apps[$x]['description']['pt-br'] = "";
?>