Files
nexusphp/lang/ja/lang_ipsearch.php
2025-05-05 21:27:48 +07:00

25 lines
873 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' => "IP Nums",
'col_last_access_on' => "このIPへの最終アクセス",
'col_added' => "追加しました",
'col_invited_by' => "招待者",
'text_not_available' => "該当なし",
);
?>