18 lines
803 B
PHP
18 lines
803 B
PHP
<?php
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Gateways";
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Pasarelas";
|
|
$apps[$x]['menu'][0]['title']['es-mx'] = "Pasarelas";
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Passerelles";
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gateways";
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Gateways";
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Brama wyjściowa ";
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Шлюзи";
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Gateways";
|
|
$apps[$x]['menu'][0]['uuid'] = "237a512a-f8fe-1ce4-b5d7-e71c401d7159";
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
$apps[$x]['menu'][0]['path'] = "/app/gateways/gateways.php";
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
?>
|