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'][0]['title']['en-us'] = "Account Settings";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Config de Cuenta";
|
|
|
|
|
$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'] = "Confs du Compte";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Configurações da Conta";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
|
|
|
|
$apps[$x]['menu'][0]['uuid'] = "4d532f0b-c206-c39d-ff33-fc67d668fb69";
|
|
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
|
|
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][0]['path'] = "/core/user_settings/user_edit.php";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "user";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
|
|
|
|
|
|
$apps[$x]['menu'][1]['title']['en-us'] = "User Dashboard";
|
|
|
|
|
$apps[$x]['menu'][1]['title']['es-cl'] = "Dashboard Usuario";
|
|
|
|
|
$apps[$x]['menu'][1]['title']['de-de'] = "";
|
|
|
|
|
$apps[$x]['menu'][1]['title']['de-ch'] = "";
|
|
|
|
|
$apps[$x]['menu'][1]['title']['de-at'] = "";
|
|
|
|
|
$apps[$x]['menu'][1]['title']['fr-fr'] = "Tableau de bord de l'utilisateur";
|
|
|
|
|
$apps[$x]['menu'][1]['title']['fr-ca'] = "";
|
|
|
|
|
$apps[$x]['menu'][1]['title']['fr-ch'] = "";
|
|
|
|
|
$apps[$x]['menu'][1]['title']['pt-pt'] = "Painel de Controle do Usuário";
|
|
|
|
|
$apps[$x]['menu'][1]['title']['pt-br'] = "";
|
|
|
|
|
$apps[$x]['menu'][1]['uuid'] = "92c8ffdb-3c82-4f08-aec0-82421ec41bb5";
|
|
|
|
|
$apps[$x]['menu'][1]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
|
|
|
|
$apps[$x]['menu'][1]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][1]['path'] = "/core/user_settings/user_dashboard.php";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "user";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
|
|
|
|
|
|
|
|
|
?>
|