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

23 lines
906 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_ipsearch = array (
'std_error' => '間違い',
'std_invalid_ip' => '無効なIPアドレス。',
'std_invalid_subnet_mask' => '無効なサブネットマスク。',
'head_search_ip_history' => 'IP履歴を検索します',
'text_search_ip_history' => 'IP履歴を検索します',
'row_ip' => 'IP',
'row_subnet_mask' => 'サブネットマスク',
'submit_search' => '私を探してください',
'text_no_users_found' => 'ユーザーは見つかりませんでした',
'text_users_used_the_ip' => 'ユーザーがこのIPを使用しました',
'col_username' => 'ユーザー名',
'col_last_ip' => '最近のIP',
'col_last_access' => '最近の訪問',
'col_ip_num' => 'IPSの数',
'col_last_access_on' => 'このIPは最近訪問されました',
'col_added' => '参加時間',
'col_invited_by' => '招待者',
'text_not_available' => 'なし',
);