16 lines
713 B
PHP
16 lines
713 B
PHP
<?php
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Registrations";
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Registros";
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Enregistrements SIP";
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Registos";
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Registros";
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Rejestracje";
|
|
$apps[$x]['menu'][0]['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a";
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
$apps[$x]['menu'][0]['path'] = "/app/registrations/status_registrations.php";
|
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
?>
|