Files
nexusphp/lang/ja/lang_iphistory.php

17 lines
444 B
PHP
Raw Permalink Normal View History

2025-04-19 02:06:51 +07:00
<?php
2025-05-05 21:27:48 +07:00
$lang_iphistory = array
(
'std_error' => "エラー",
'std_invalid_id' => "Invalid ID",
'text_user_not_found' => "ユーザーが見つかりません",
'head_ip_history_log_for' => "IP履歴ログ ",
'text_historical_ip_by' => "Historical IP address used by ",
'col_last_access' => "最終アクセス",
'col_ip' => "IP",
'col_hostname' => "Hostname",
'text_not_available' => "該当なし",
'text_duplicate' => "Dupe",
2025-04-19 02:06:51 +07:00
);
2025-05-05 21:27:48 +07:00
?>