Files
nexusphp/lang/ja/lang_iphistory.php
2025-04-19 02:06:51 +07:00

15 lines
459 B
PHP

<?php
$lang_iphistory = array (
'std_error' => '間違い',
'std_invalid_id' => '無効なID',
'text_user_not_found' => 'ユーザーはいません',
'head_ip_history_log_for' => 'ユーザーIP履歴 - ',
'text_historical_ip_by' => 'ユーザーIPアドレス履歴 - ',
'col_last_access' => '最近の訪問',
'col_ip' => 'IP',
'col_hostname' => 'ホスト名',
'text_not_available' => 'なし',
'text_duplicate' => '繰り返す',
);