23 lines
1.2 KiB
PHP
23 lines
1.2 KiB
PHP
<?php
|
|
|
|
$apps[$x]['menu'][1]['title']['en-us'] = "Dashboard";
|
|
$apps[$x]['menu'][1]['title']['es-cl'] = "Dashboard Usuario";
|
|
$apps[$x]['menu'][1]['title']['fr-fr'] = "Tableau de bord de l'utilisateur";
|
|
$apps[$x]['menu'][1]['title']['pt-pt'] = "Painel de Controle do Usuário";
|
|
$apps[$x]['menu'][1]['title']['pt-br'] = "Painel de controle do usuário (Dashboard)";
|
|
$apps[$x]['menu'][1]['title']['pl'] = "Panel użytkowników";
|
|
$apps[$x]['menu'][1]['title']['he'] = "ממשק משתמש";
|
|
$apps[$x]['menu'][1]['title']['uk'] = "Панель користувача";
|
|
$apps[$x]['menu'][1]['title']['sv-se'] = "Användarpanel";
|
|
$apps[$x]['menu'][1]['title']['de-at'] = "Benutzerübersicht";
|
|
$apps[$x]['menu'][1]['title']['ro'] = "Panou control utilizator";
|
|
$apps[$x]['menu'][1]['title']['ar-eg'] = "الصفحه الرئيسيه للمستخدم";
|
|
$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'][1]['groups'][] = "user";
|
|
$apps[$x]['menu'][1]['groups'][] = "admin";
|
|
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
|
|
|
?>
|