18 lines
783 B
PHP
18 lines
783 B
PHP
<?php
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Emails";
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Los Correos Electrónico";
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Courriels";
|
|
$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]['title']['sv-se'] = "E-post";
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Emails";
|
|
$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";
|
|
|
|
?>
|