Files
fusionpbx/app/event_guard/app_menu.php
2023-05-02 20:30:13 -06:00

20 lines
811 B
PHP

<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Guardia de eventos";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['pl'] = "Gwardia";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['uk'] = "Охорона подій";
$apps[$x]['menu'][$y]['title']['de-at'] = "Eventgarde";
$apps[$x]['menu'][$y]['uuid'] = "e80a81ae-7894-4003-9c0a-6df56c8148eb";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/event_guard/event_guard_logs.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?>