20 lines
999 B
PHP
20 lines
999 B
PHP
<?php
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Conference Center";
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Cent. de Conferencias";
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Centre de Conférences";
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Conferencias";
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Centro de Conferência";
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Centrum Konferencyjne";
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Konferenscenter";
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Конференц-центр";
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Konferenz Zentrale";
|
|
$apps[$x]['menu'][0]['uuid'] = "95f88726-4706-43f0-b52b-9504a0b8046f";
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
$apps[$x]['menu'][0]['path'] = "/app/conference_centers/conference_centers.php";
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
|
$apps[$x]['menu'][0]['groups'][] = "user";
|
|
|
|
?>
|