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";
|
2023-05-03 20:49:04 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Event Guard";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "حراس الأحداث";
|
2023-06-17 21:28:37 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Ereignisüberwachung";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "Ereignisüberwachung";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Ereignisüberwachung";
|
2023-05-03 20:49:04 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Guardia de eventos";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Guardia de eventos";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Event Guard";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Event Guard";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "משמר אירועים";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Guardia di evento";
|
2024-08-28 17:59:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ka-ge'] = "მოვლენების დამცველი";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Evenementenbewaker";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Strażnik wydarzeń";
|
2023-05-03 20:49:04 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Guarda de Eventos";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Guarda de Eventos";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Garda de evenimente";
|
2023-05-03 20:49:04 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Защитник событий";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Event Guard";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Охорона подій";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['zh-cn'] = "事件守卫";
|
2023-05-03 20:49:04 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ja-jp'] = "イベントガード";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ko-kr'] = "이벤트 가드";
|
2023-05-03 06:05:16 +02:00
|
|
|
$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
|
|
|
|
|
|
|
|
?>
|