mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
25 lines
873 B
PHP
25 lines
873 B
PHP
<?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' => "該当なし",
|
||
);
|
||
?>
|