37 lines
1.8 KiB
PHP
37 lines
1.8 KiB
PHP
<?php
|
|
|
|
$y=0;
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "User Logs";
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "User Logs";
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "المستعمل";
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerprotokolle";
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "Benutzerprotokolle";
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerprotokolle";
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "User Logs";
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "User Logs";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Connexions utilisateur";
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Connexions utilisateur";
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "User Logs";
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Log utente";
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gebruiker logs";
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Logos";
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Logs de usuário";
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Logs de usuário";
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Журналы пользователей";
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användarloggar";
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логи користувачів";
|
|
$apps[$x]['menu'][$y]['title']['zh-cn'] = "用户";
|
|
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ユーザーログ";
|
|
$apps[$x]['menu'][$y]['title']['ko-kr'] = "사용자 로그인";
|
|
$apps[$x]['menu'][$y]['uuid'] = "88e5773a-2e33-43dc-9a6e-07d46d200e9c";
|
|
$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'] = "/core/user_logs/user_logs.php";
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
$y++;
|
|
|
|
?>
|