2015-04-08 15:38:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Extensions";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Extensiones";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-mx'] = "Extensiones";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Extensions";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-ca'] = "Post téléphonique";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Extensões";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Extensões";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Numery wewnętrzne";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Розширення";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Anknytningar";
|
|
|
|
|
$apps[$x]['menu'][0]['uuid'] = "d3036a99-9a9f-2ad6-a82a-1fe7bebbe2d3";
|
|
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
|
|
|
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][0]['path'] = "/app/extensions/extensions.php";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
|
|
2014-12-26 04:27:54 +01:00
|
|
|
?>
|