2015-04-08 15:38:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
2023-05-03 06:05:16 +02:00
|
|
|
$y=0;
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Log Viewer";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Log Viewer";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "سجل المشاهد";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Log Betrachter";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "Log Betrachter";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Log Betrachter";
|
2024-01-31 00:17:24 +01:00
|
|
|
$apps[$x]['menu'][$y]['title']['el-gr'] = "Προβολή καταγραφής";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Visor de eventos";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Log Viewer";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Log Viewer";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Voir les Logs";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "הצופה יומן";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Log Viewer";
|
2024-08-28 17:59:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ka-ge'] = "ჟურნალის დათვალიერება";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bekijk logs";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Podgląd logów";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Visualizar Log";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Visualizar Log";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Vizualizator de jurnal";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Просмотр логов";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Loggvisare";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Переглядач журналу";
|
2024-01-31 00:17:24 +01:00
|
|
|
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Günlük Görüntüleyici";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['zh-cn'] = "日志查看器";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ログビューア";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ko-kr'] = "로그 뷰어";
|
|
|
|
|
$apps[$x]['menu'][$y]['uuid'] = "781ebbec-a55a-9d60-f7bb-f54ab2ee4e7e";
|
|
|
|
|
$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/log_viewer/log_viewer.php";
|
|
|
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$y++;
|
2015-04-08 15:38:58 +02:00
|
|
|
|
2023-05-03 04:30:13 +02:00
|
|
|
?>
|