update lang

This commit is contained in:
xiaomlove
2025-05-05 21:27:48 +07:00
parent fb88455323
commit 6814e3ca4d
664 changed files with 28724 additions and 6738 deletions
+14 -11
View File
@@ -1,14 +1,17 @@
<?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' => 'このユーザーを確認してください',
$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&nbsp;date",
'row_gender' => "性別",
'row_email' => "メール",
'row_ip' => "IP",
'submit_confirm_this_user' => "Confirm&nbsp;this&nbsp;user"
);
?>