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

View File

@@ -1,9 +1,12 @@
<?php
$lang_contactstaff = array (
'head_contact_staff' => '管理グループに連絡してください',
'text_message_to_staff' => '管理チームにテキストメッセージを送信します',
'row_subject' => 'タイトル',
'row_body' => '文章',
'submit_send_it' => '送信',
$lang_contactstaff = array
(
'head_contact_staff' => "スタッフにお問い合わせ",
'text_message_to_staff' => "スタッフにメッセージを送信",
'row_subject' => "件名",
'row_body' => "本文",
'submit_send_it' => "Send&nbsp;It!"
);
?>