2014-12-26 04:27:54 +01:00
|
|
|
<?php
|
2014-12-25 20:32:57 +01:00
|
|
|
|
2014-12-26 04:27:54 +01:00
|
|
|
$apps[$x]['menu'][2]['title']['en-us'] = "User Manager";
|
|
|
|
|
$apps[$x]['menu'][2]['title']['es-cl'] = "Gestor de Usuarios";
|
|
|
|
|
$apps[$x]['menu'][2]['title']['de-de'] = "";
|
|
|
|
|
$apps[$x]['menu'][2]['title']['de-ch'] = "";
|
|
|
|
|
$apps[$x]['menu'][2]['title']['de-at'] = "";
|
|
|
|
|
$apps[$x]['menu'][2]['title']['fr-fr'] = "Gestion Usagers";
|
|
|
|
|
$apps[$x]['menu'][2]['title']['fr-ca'] = "";
|
|
|
|
|
$apps[$x]['menu'][2]['title']['fr-ch'] = "";
|
|
|
|
|
$apps[$x]['menu'][2]['title']['pt-pt'] = "Gestão de Utilizadores";
|
|
|
|
|
$apps[$x]['menu'][2]['title']['pt-br'] = "";
|
|
|
|
|
$apps[$x]['menu'][2]['uuid'] = "0d57cc1e-1874-47b9-7ddd-fe1f57cec99b";
|
|
|
|
|
$apps[$x]['menu'][2]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
|
|
|
|
$apps[$x]['menu'][2]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][2]['path'] = "/core/users/index.php";
|
|
|
|
|
$apps[$x]['menu'][2]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['menu'][2]['groups'][] = "superadmin";
|
|
|
|
|
|
|
|
|
|
$apps[$x]['menu'][3]['title']['en-us'] = "Group Manager";
|
|
|
|
|
$apps[$x]['menu'][3]['title']['es-cl'] = "Administración de Grupos";
|
|
|
|
|
$apps[$x]['menu'][3]['title']['de-de'] = "";
|
|
|
|
|
$apps[$x]['menu'][3]['title']['de-ch'] = "";
|
|
|
|
|
$apps[$x]['menu'][3]['title']['de-at'] = "";
|
|
|
|
|
$apps[$x]['menu'][3]['title']['fr-fr'] = "Gestion Groupes";
|
|
|
|
|
$apps[$x]['menu'][3]['title']['fr-ca'] = "";
|
|
|
|
|
$apps[$x]['menu'][3]['title']['fr-ch'] = "";
|
|
|
|
|
$apps[$x]['menu'][3]['title']['pt-pt'] ="'Gestão de Grupos";
|
|
|
|
|
$apps[$x]['menu'][3]['title']['pt-br'] = "";
|
|
|
|
|
$apps[$x]['menu'][3]['uuid'] = "3b4acc6d-827b-f537-bf21-0093d94ffec7";
|
|
|
|
|
$apps[$x]['menu'][3]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
|
|
|
$apps[$x]['menu'][3]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][3]['path'] = "/core/users/groups.php";
|
|
|
|
|
$apps[$x]['menu'][3]['groups'][] = "superadmin";
|
|
|
|
|
|
|
|
|
|
?>
|