add contents

This commit is contained in:
Trevor Batley
2025-10-09 15:04:29 +11:00
parent 170362eec1
commit bce7dd054a
2537 changed files with 301282 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
====== 주간 사용자 로그인/로그아웃 ======
이 화면은 지난 7일 동안 모든 사용자의 로그인과 로그아웃을 표시합니다. 이전 주를 표시하려면 하면의 아래에 있는 둘러보기 버튼을 사용할 수 있습니다.

View File

@@ -0,0 +1,17 @@
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Myeongjin <aranet100@gmail.com>
*/
$lang['menu'] = '주간 사용자 로그인/로그아웃';
$lang['date'] = '날짜';
$lang['ip'] = 'IP 주소';
$lang['action'] = '동작';
$lang['range'] = '표시할 날짜 범위:';
$lang['off'] = '로그아웃됨';
$lang['autologoff'] = '사용자가 자동으로 로그아웃되었습니다';
$lang['in'] = '영구적으로 로그인됨';
$lang['tin'] = '일시적으로 로그인됨';
$lang['fail'] = '실패한 로그인 시도';