mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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:
@@ -1,44 +1,58 @@
|
||||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Dialplan";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Plan de Marcado";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Plan de Marcado";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Dialplan";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Dialplan";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Dialplan";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Dialplan";
|
||||
$apps[$x]['menu'][0]['title']['ru-ru'] = "План нумерации";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Маршрутизація";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Nummerplan";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "Wählplan";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Wählplan";
|
||||
$apps[$x]['menu'][0]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['icon'] = "glyphicon-transfer";
|
||||
$apps[$x]['menu'][0]['path'] = "";
|
||||
$apps[$x]['menu'][0]['order'] = "15";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "Dialplan Manager";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Gest. de Plan de Marcado";
|
||||
$apps[$x]['menu'][1]['title']['es-mx'] = "Administrador de Planes de Marcado";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "Gestion du Plan de Numérotation";
|
||||
$apps[$x]['menu'][1]['title']['fr-ca'] = "Administrateur de Dialplan";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Gestor de Dialplan";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "Gerenciador de Dialplan";
|
||||
$apps[$x]['menu'][1]['title']['pl'] = "Menadżer dialplanu";
|
||||
$apps[$x]['menu'][1]['title']['ru-ru'] = "Управление планом нумерации";
|
||||
$apps[$x]['menu'][1]['title']['uk'] = "Керування маршрутизацією";
|
||||
$apps[$x]['menu'][1]['title']['sv-se'] = "Nummerplan Inställningar";
|
||||
$apps[$x]['menu'][1]['title']['de-de'] = "Wählplan Einstellungen";
|
||||
$apps[$x]['menu'][1]['title']['de-at'] = "Wählplan Einstellungen";
|
||||
$apps[$x]['menu'][1]['uuid'] = "52929fee-81d3-4d94-50b7-64842d9393c2";
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][1]['category'] = "internal";
|
||||
$apps[$x]['menu'][1]['path'] = "/app/dialplan/dialplans.php";
|
||||
$apps[$x]['menu'][1]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Wählplan";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Plan de Marcado";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Plan de Marcado";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Dialplan";
|
||||
$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'] = "Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "План нумерации";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Nummerplan";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Маршрутизація";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['icon'] = "glyphicon-transfer";
|
||||
$apps[$x]['menu'][$y]['path'] = "";
|
||||
$apps[$x]['menu'][$y]['order'] = "15";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan Manager";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Wählplan Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gest. de Plan de Marcado";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Administrador de Planes de Marcado";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Administrateur de Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion du Plan de Numérotation";
|
||||
$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'] = "Menadżer dialplanu";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciador de Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestor de Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление планом нумерации";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Nummerplan Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Керування маршрутизацією";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "52929fee-81d3-4d94-50b7-64842d9393c2";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/dialplan/dialplans.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user