mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
15 lines
507 B
PHP
15 lines
507 B
PHP
<?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' => 'このユーザーを確認してください',
|
||
);
|