mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
15 lines
626 B
PHP
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' => 'テキストメッセージは正常に送信されました!',
|
|
);
|