add contents
This commit is contained in:
4
lib/plugins/loglog/lang/ja/intro.txt
Normal file
4
lib/plugins/loglog/lang/ja/intro.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
====== 週間ユーザーログイン/ログアウト ======
|
||||
|
||||
この画面は、直近7日間の全ユーザーのログイン・ログアウトを表示します。
|
||||
画面下部の移動ボタンを使用して、前の週を表示できます。
|
17
lib/plugins/loglog/lang/ja/lang.php
Normal file
17
lib/plugins/loglog/lang/ja/lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Hideaki SAWADA <chuno@live.jp>
|
||||
*/
|
||||
$lang['menu'] = '週間ユーザーログイン/ログアウト';
|
||||
$lang['date'] = '日付';
|
||||
$lang['ip'] = 'IPアドレス';
|
||||
$lang['action'] = '動作';
|
||||
$lang['range'] = '表示中の日付範囲:';
|
||||
$lang['off'] = 'ログアウト';
|
||||
$lang['autologoff'] = '自動的なログアウト';
|
||||
$lang['in'] = '恒久的なログイン';
|
||||
$lang['tin'] = '一時的なログイン';
|
||||
$lang['fail'] = 'ログイン失敗';
|
Reference in New Issue
Block a user