36 lines
1.9 KiB
PHP
36 lines
1.9 KiB
PHP
<?php
|
|
|
|
$apps[$x]['menu'][2]['title']['en-us'] = "Users";
|
|
$apps[$x]['menu'][2]['title']['es-cl'] = "Gestor de Usuarios";
|
|
$apps[$x]['menu'][2]['title']['fr-fr'] = "Gestion des utilisteurs";
|
|
$apps[$x]['menu'][2]['title']['pt-pt'] = "Gestão de Utilizadores";
|
|
$apps[$x]['menu'][2]['title']['pt-br'] = "Gerencir utiliários";
|
|
$apps[$x]['menu'][2]['title']['pl'] = "Menedżer użytkowników";
|
|
$apps[$x]['menu'][2]['title']['uk'] = "Користувачі";
|
|
$apps[$x]['menu'][2]['title']['sv-se'] = "Användar Inställningar";
|
|
$apps[$x]['menu'][2]['title']['de-at'] = "Benutzerverwaltung";
|
|
$apps[$x]['menu'][2]['title']['he'] = "מנהל משתמש";
|
|
$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']['fr-fr'] = "Gestion des groupes";
|
|
$apps[$x]['menu'][3]['title']['pt-pt'] = "'Gestão de Grupos";
|
|
$apps[$x]['menu'][3]['title']['pt-br'] = "Gerenciar grupos";
|
|
$apps[$x]['menu'][3]['title']['pl'] = "Menedżer grup";
|
|
$apps[$x]['menu'][3]['title']['uk'] = "Групи";
|
|
$apps[$x]['menu'][3]['title']['sv-se'] = "Grupp Inställningar";
|
|
$apps[$x]['menu'][3]['title']['de-at'] = "Gruppenverwaltung";
|
|
$apps[$x]['menu'][3]['title']['he'] = "מנהל קבוצה";
|
|
$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";
|
|
|
|
?>
|