|
@@ -3,16 +3,16 @@
|
|
|
$y = 0;
|
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Users";
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Users";
|
|
|
- $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
|
|
+ $apps[$x]['menu'][$y]['title']['ar-eg'] = "المستخدمون";
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerverwaltung";
|
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerverwaltung";
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gestor de Usuarios";
|
|
|
- $apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
|
|
+ $apps[$x]['menu'][$y]['title']['es-mx'] = "Usuarios";
|
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Utilisteurs";
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des utilisteurs";
|
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "מנהל משתמש";
|
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Utenti";
|
|
|
- $apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
|
|
+ $apps[$x]['menu'][$y]['title']['nl-nl'] = "Gebruik";
|
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Menedżer użytkowników";
|
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciar Usuários";
|
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestão de Utilizadores";
|
|
@@ -26,14 +26,13 @@
|
|
|
$apps[$x]['menu'][$y]['path'] = "/core/users/users.php";
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
|
- $y++;
|
|
|
+ $y++;
|
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Account Settings";
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Account Settings";
|
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "إعدادات الحساب";
|
|
|
- $apps[$x]['menu'][$y]['title']['de-at'] = "";
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Kontoeinstellungen";
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Config de Cuenta";
|
|
|
- $apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
|
|
+ $apps[$x]['menu'][$y]['title']['es-mx'] = "Ajustes de la cuenta";
|
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Paramètre du Compte";
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration du Compte";
|
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "הגדרת חשבון";
|
|
@@ -54,5 +53,6 @@
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "user";
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "agent";
|
|
|
-
|
|
|
+ $y++;
|
|
|
+
|
|
|
?>
|