Files
nexusphp/lang/ja/lang_takecontact.php
2025-04-19 02:06:51 +07:00

15 lines
626 B
PHP

<?php
$lang_takecontact = array (
'std_error' => '間違い',
'std_method' => '方法',
'std_please_enter_something' => 'コンテンツに記入してください!',
'std_please_define_subject' => 'タイトルを入力する必要があります!',
'std_message_flooding' => '無差別にテキストメッセージを送信してください',
'std_second' => '2番',
'std_s' => '',
'std_before_sending_pm' => 'その後もう一度やり直してください。',
'std_succeeded' => '成功',
'std_message_succesfully_sent' => 'テキストメッセージは正常に送信されました!',
);