2016-04-26 03:30:23 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Account Settings";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Config de Cuenta";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Configuration du Compte";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Configurações da Conta";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Configurações da Conta";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Ustawienia konta";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['he'] = "הגדרת חשבון";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Обліковий запис";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Kontoinställningar";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Kontoeinstellungen";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['ro'] = "Setări cont";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['ar-eg'] = "إعدادات الحساب";
|
|
|
|
|
$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'] = "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";
|
|
|
|
|
$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";
|
|
|
|
|
|
2014-12-26 04:27:54 +01:00
|
|
|
?>
|