mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 17:13:49 +00:00
Mark, we resolved the account settings issue not pulling the user data correctly few weeks ago if you recall but it looks like it was forgotten on adding to code base.
57 lines
3.0 KiB
PHP
57 lines
3.0 KiB
PHP
<?php
|
|
|
|
$y = 0;
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "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'] = "";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
|
$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']['pl-pl'] = "Menedżer użytkowników";
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerencir utiliários";
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestão de Utilizadores";
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
|
$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]['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]['path'] = "/core/users/users.php";
|
|
$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']['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']['fr-ca'] = "";
|
|
$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']['nl-nl'] = "";
|
|
$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]['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]['path'] = "/core/users/user_edit.php?id=user";
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
|
$apps[$x]['menu'][$y]['groups'][] = "user";
|
|
$apps[$x]['menu'][$y]['groups'][] = "agent";
|
|
|
|
?>
|