mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
18 lines
498 B
PHP
18 lines
498 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' => "Join date",
|
||
'row_gender' => "性別",
|
||
'row_email' => "メール",
|
||
'row_ip' => "IP",
|
||
'submit_confirm_this_user' => "Confirm this user"
|
||
);
|
||
|
||
?>
|