2015-04-08 15:38:58 +02:00
|
|
|
<?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";
|
2015-05-01 13:13:39 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Registreringar";
|
|
|
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Реєстрації";
|
2015-06-15 21:30:00 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Registrierungen";
|
2015-04-08 15:38:58 +02:00
|
|
|
$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";
|
|
|
|
|
|
2014-12-26 04:27:54 +01:00
|
|
|
?>
|