16 lines
678 B
PHP
16 lines
678 B
PHP
<?php
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Emails";
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Los Correos Electrónicos";
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Emails";
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Emails";
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Emails";
|
|
$apps[$x]['menu'][0]['title']['pl'] = "E-maile";
|
|
$apps[$x]['menu'][0]['uuid'] = "1c2b9569-975f-4b82-9378-f3c5b63991e2";
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
$apps[$x]['menu'][0]['path'] = "/app/emails/emails.php";
|
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
?>
|