27 lines
798 B
PHP
27 lines
798 B
PHP
<?php
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Contacts";
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Contatos";
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Kontakty";
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Контакти";
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Kontakter";
|
|
|
|
$apps[$x]['menu'][1]['title']['es-cl'] = "Contactos";
|
|
|
|
$apps[$x]['menu'][2]['title']['fr-fr'] = "Contacts";
|
|
|
|
$apps[$x]['menu'][3]['title']['pt-pt'] = "Contactos";
|
|
|
|
$apps[$x]['menu'][4]['uuid'] = "f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6";
|
|
|
|
$apps[$x]['menu'][5]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
|
|
|
$apps[$x]['menu'][6]['category'] = "internal";
|
|
|
|
$apps[$x]['menu'][7]['path'] = "/app/contacts/contacts.php";
|
|
|
|
$apps[$x]['menu'][8]['groups'][] = "admin";
|
|
|
|
$apps[$x]['menu'][9]['groups'][] = "superadmin";
|
|
|
|
?>
|