| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?php
- $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']['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'] = "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']['ka-ge'] = "მომხმარებლები";
- $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";
- $apps[$x]['menu'][$y]['title']['ro-ro'] = "Utilizatori";
- $apps[$x]['menu'][$y]['title']['ru-ru'] = "Пользователи";
- $apps[$x]['menu'][$y]['title']['sv-se'] = "Användar Inställningar";
- $apps[$x]['menu'][$y]['title']['uk-ua'] = "Користувачі";
- $apps[$x]['menu'][$y]['title']['zh-cn'] = "用户";
- $apps[$x]['menu'][$y]['title']['ja-jp'] = "ユーザ名";
- $apps[$x]['menu'][$y]['title']['ko-kr'] = "이름 *";
- $apps[$x]['menu'][$y]['uuid'] = "0d57cc1e-1874-47b9-7ddd-fe1f57cec99b";
- $apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
- $apps[$x]['menu'][$y]['category'] = "internal";
- $apps[$x]['menu'][$y]['icon'] = "";
- $apps[$x]['menu'][$y]['path'] = "/core/users/users.php";
- $apps[$x]['menu'][$y]['order'] = "";
- $apps[$x]['menu'][$y]['groups'][] = "admin";
- $apps[$x]['menu'][$y]['groups'][] = "superadmin";
- $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'] = "Kontoeinstellungen";
- $apps[$x]['menu'][$y]['title']['es-cl'] = "Config de Cuenta";
- $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'] = "הגדרת חשבון";
- $apps[$x]['menu'][$y]['title']['it-it'] = "Impostazioni Utente";
- $apps[$x]['menu'][$y]['title']['ka-ge'] = "ანგარიში პარამეტრები";
- $apps[$x]['menu'][$y]['title']['nl-nl'] = "Accountinstellingen";
- $apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia konta";
- $apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações da conta";
- $apps[$x]['menu'][$y]['title']['pt-pt'] = "Configurações da Conta";
- $apps[$x]['menu'][$y]['title']['ro-ro'] = "Setări cont";
- $apps[$x]['menu'][$y]['title']['ru-ru'] = "Настройка учетной записи";
- $apps[$x]['menu'][$y]['title']['sv-se'] = "Kontoinställningar";
- $apps[$x]['menu'][$y]['title']['uk-ua'] = "Обліковий запис";
- $apps[$x]['menu'][$y]['title']['zh-cn'] = "账户设置";
- $apps[$x]['menu'][$y]['title']['ja-jp'] = "アカウント設定";
- $apps[$x]['menu'][$y]['title']['ko-kr'] = "계정 설정";
- $apps[$x]['menu'][$y]['uuid'] = "4d532f0b-c206-c39d-ff33-fc67d668fb69";
- $apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
- $apps[$x]['menu'][$y]['category'] = "internal";
- $apps[$x]['menu'][$y]['icon'] = "";
- $apps[$x]['menu'][$y]['path'] = "/core/users/user_edit.php?id=user";
- $apps[$x]['menu'][$y]['order'] = "";
- $apps[$x]['menu'][$y]['groups'][] = "superadmin";
- $apps[$x]['menu'][$y]['groups'][] = "admin";
- $apps[$x]['menu'][$y]['groups'][] = "user";
- $apps[$x]['menu'][$y]['groups'][] = "agent";
- $y++;
- ?>
|