2015-04-08 13:38:58 +00:00
|
|
|
<?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";
|
2015-04-14 03:54:01 +00:00
|
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Contactos";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Contacts";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Contactos";
|
|
|
|
|
$apps[$x]['menu'][0]['uuid'] = "f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6";
|
|
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
|
|
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][0]['path'] = "/app/contacts/contacts.php";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
2015-04-08 13:38:58 +00:00
|
|
|
|
2014-12-26 03:27:54 +00:00
|
|
|
?>
|