2015-04-08 15:38:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Domains";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Dominios";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "domaines";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Domínios";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Dominios";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Domeny";
|
|
|
|
|
$apps[$x]['menu'][0]['uuid'] = "4fa7e90b-6d6c-12d4-712f-62857402b801";
|
|
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
|
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][0]['path'] = "/core/domain_settings/domains.php";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
|
|
2014-12-26 04:27:54 +01:00
|
|
|
?>
|