mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-25 04:27:22 +08:00
update lang
This commit is contained in:
+13
-11
@@ -1,14 +1,16 @@
|
||||
<?php
|
||||
|
||||
$lang_iphistory = array (
|
||||
'std_error' => '間違い',
|
||||
'std_invalid_id' => '無効なID',
|
||||
'text_user_not_found' => 'ユーザーはいません',
|
||||
'head_ip_history_log_for' => 'ユーザーIP履歴 - ',
|
||||
'text_historical_ip_by' => 'ユーザーIPアドレス履歴 - ',
|
||||
'col_last_access' => '最近の訪問',
|
||||
'col_ip' => 'IP',
|
||||
'col_hostname' => 'ホスト名',
|
||||
'text_not_available' => 'なし',
|
||||
'text_duplicate' => '繰り返す',
|
||||
$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",
|
||||
);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user