mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
23 lines
906 B
PHP
23 lines
906 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' => 'IPSの数',
|
||
'col_last_access_on' => 'このIPは最近訪問されました',
|
||
'col_added' => '参加時間',
|
||
'col_invited_by' => '招待者',
|
||
'text_not_available' => 'なし',
|
||
);
|