mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
22 lines
860 B
PHP
22 lines
860 B
PHP
<?php
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Login";
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Ingresar";
|
|
$apps[$x]['menu'][0]['title']['es-mx'] = "";
|
|
$apps[$x]['menu'][0]['title']['de-de'] = "";
|
|
$apps[$x]['menu'][0]['title']['de-ch'] = "";
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "";
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Connexion";
|
|
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
|
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Entrar";
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
|
$apps[$x]['menu'][0]['uuid'] = "c85bf816-b88d-40fa-8634-11b456928afa";
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "";
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
$apps[$x]['menu'][0]['path'] = "/login.php";
|
|
$apps[$x]['menu'][0]['groups'][] = "public";
|
|
$apps[$x]['menu'][0]['order'] = "99";
|
|
|
|
?>
|