2015-04-08 15:38:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Destinations";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Destinos";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-mx'] = "Destinos";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Destinations";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-ca'] = "Cibler";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Destinos";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Destinos";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Destynacje";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Destinationer";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Номери";
|
2015-06-06 04:37:26 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['ro'] = "Destinații";
|
2015-06-13 07:35:54 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Kopfnummern";
|
2015-04-08 15:38:58 +02:00
|
|
|
$apps[$x]['menu'][0]['uuid'] = "fd2a708a-ff03-c707-c19d-5a4194375eba";
|
|
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
|
|
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][0]['path'] = "/app/destinations/destinations.php";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
|
|
2014-12-26 04:27:54 +01:00
|
|
|
?>
|