mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: ja
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
$lang_checkuser = array (
|
||||
'std_error' => '間違い',
|
||||
'std_no_user_id' => 'このIDのないユーザー!',
|
||||
'std_no_permission' => '許可はありません',
|
||||
'head_detail_for' => 'ユーザーの詳細 - ',
|
||||
'text_account_disabled' => '<p> <b>このアカウントは無効です! </b> </p>',
|
||||
'row_join_date' => '参加日',
|
||||
'row_gender' => '性別',
|
||||
'row_email' => '郵便',
|
||||
'row_ip' => 'IP',
|
||||
'submit_confirm_this_user' => 'このユーザーを確認してください',
|
||||
);
|
||||
Reference in New Issue
Block a user