mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Menu change System to Home.
This commit is contained in:
@@ -14,14 +14,14 @@ $apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/core/menu/menu.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "System";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Sistema";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "Système";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Sistema";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "Sistema";
|
||||
$apps[$x]['menu'][1]['title']['pl'] = "System";
|
||||
$apps[$x]['menu'][1]['title']['uk'] = "Система";
|
||||
$apps[$x]['menu'][1]['title']['sv-se'] = "System";
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "Home";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Casa";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "Maison";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Casa";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "Casa";
|
||||
$apps[$x]['menu'][1]['title']['pl'] = "Dom";
|
||||
$apps[$x]['menu'][1]['title']['uk'] = "Домой";
|
||||
$apps[$x]['menu'][1]['title']['sv-se'] = "Hem";
|
||||
$apps[$x]['menu'][1]['uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][1]['category'] = "internal";
|
||||
|
||||
Reference in New Issue
Block a user