BugFix [master] - Convert all menus to 2-2 format (#2627)

convert all app_menu.php files to have all placeholders and languages and use 2-2 format for languages
update app_defaults to convert any items found using legacy values in user_setings, domain_settings and default_settings
This commit is contained in:
Mafoo
2017-06-02 19:17:50 +01:00
committed by FusionPBX
parent b67931a139
commit b4dce6f4f2
64 changed files with 2490 additions and 1851 deletions

View File

@@ -1,44 +1,55 @@
<?php
$apps[$x]['menu'][2]['title']['en-us'] = "Users";
$apps[$x]['menu'][2]['title']['es-cl'] = "Gestor de Usuarios";
$apps[$x]['menu'][2]['title']['fr-fr'] = "Gestion des utilisteurs";
$apps[$x]['menu'][2]['title']['pt-pt'] = "Gestão de Utilizadores";
$apps[$x]['menu'][2]['title']['pt-br'] = "Gerencir utiliários";
$apps[$x]['menu'][2]['title']['pl'] = "Menedżer użytkowników";
$apps[$x]['menu'][2]['title']['ru-ru'] = "Пользователи";
$apps[$x]['menu'][2]['title']['uk'] = "Користувачі";
$apps[$x]['menu'][2]['title']['sv-se'] = "Användar Inställningar";
$apps[$x]['menu'][2]['title']['de-de'] = "Benutzerverwaltung";
$apps[$x]['menu'][2]['title']['de-at'] = "Benutzerverwaltung";
$apps[$x]['menu'][2]['title']['he'] = "מנהל משתמש";
$apps[$x]['menu'][2]['uuid'] = "0d57cc1e-1874-47b9-7ddd-fe1f57cec99b";
$apps[$x]['menu'][2]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][2]['category'] = "internal";
$apps[$x]['menu'][2]['path'] = "/core/users/users.php";
$apps[$x]['menu'][2]['groups'][] = "admin";
$apps[$x]['menu'][2]['groups'][] = "superadmin";
$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']['ru-ru'] = "Настройка учетной записи";
$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-de'] = "Kontoeinstellungen";
$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/users/user_edit.php?id=user";
$apps[$x]['menu'][0]['groups'][] = "user";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$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'] = "";
$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'] = "";
$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'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>