2015-04-08 13:38:58 +00: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";
|
2015-05-01 11:13:39 +00:00
|
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Domäner";
|
2015-06-06 02:37:26 +00:00
|
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Домени";
|
2015-06-29 22:30:02 +00:00
|
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Domains";
|
2015-04-08 13:38:58 +00:00
|
|
|
$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 03:27:54 +00:00
|
|
|
?>
|