2017-06-02 20:17:50 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$y = 0;
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Dashboard";
|
2020-03-20 21:47:13 +01:00
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Dashboard";
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الصفحه الرئيسيه للمستخدم";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerübersicht";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerübersicht";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Dashboard Usuario";
|
2023-05-02 04:48:35 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Dashboard";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Tableau de bord";
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Tableau de bord de l'utilisateur";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "ממשק משתמש";
|
2017-09-21 17:06:26 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Pannello di Controllo";
|
2023-05-02 04:48:35 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Dashboard";
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Panel użytkowników";
|
2019-11-28 01:53:28 +01:00
|
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Painel de Controle";
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Painel de Controle do Usuário";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Panou control utilizator";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Панель пользователя";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användarpanel";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Панель користувача";
|
|
|
|
|
$apps[$x]['menu'][$y]['uuid'] = "92c8ffdb-3c82-4f08-aec0-82421ec41bb5";
|
|
|
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
|
|
|
|
$apps[$x]['menu'][$y]['category'] = "internal";
|
2021-11-10 16:39:50 +01:00
|
|
|
$apps[$x]['menu'][$y]['path'] = "/core/dashboard/";
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
2019-01-02 23:41:31 +01:00
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "user";
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "agent";
|
2023-05-02 04:48:35 +02:00
|
|
|
$y++;
|
2017-06-02 20:17:50 +02:00
|
|
|
|
2019-01-02 23:41:31 +01:00
|
|
|
?>
|