2015-04-08 15:38:58 +02:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Emails";
|
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Los Correos Electr<74>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";
|
|
|
|
|
|
|
2015-02-26 05:18:16 +01:00
|
|
|
|
?>
|