20 lines
873 B
PHP
20 lines
873 B
PHP
<?php
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Modules";
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Módulos";
|
|
$apps[$x]['menu'][0]['title']['es-mx'] = "";
|
|
$apps[$x]['menu'][0]['title']['de-de'] = "";
|
|
$apps[$x]['menu'][0]['title']['de-ch'] = "";
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "";
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Modules";
|
|
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
|
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Modulos";
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
|
$apps[$x]['menu'][0]['uuid'] = "49fdb4e1-5417-0e7a-84b3-eb77f5263ea7";
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
$apps[$x]['menu'][0]['path'] = "/app/modules/modules.php";
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
?>
|