2022-07-28 17:29:28 +02:00
|
|
|
<?php
|
|
|
|
|
|
2023-05-03 06:05:16 +02:00
|
|
|
$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]['title']['zh-cn'] = "警卫";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ja-jp'] = "イベントガード";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ko-kr'] = "이벤트 Guard";
|
|
|
|
|
$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]['icon'] = "";
|
|
|
|
|
$apps[$x]['menu'][$y]['path'] = "/app/event_guard/event_guard_logs.php";
|
|
|
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$y++;
|
2022-07-28 17:29:28 +02:00
|
|
|
|
|
|
|
|
?>
|