mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
17 lines
601 B
PHP
17 lines
601 B
PHP
<?php
|
|
|
|
$lang_takecontact = array
|
|
(
|
|
'std_error' => "エラー",
|
|
'std_method' => "方法",
|
|
'std_please_enter_something' => "何か入力してください!",
|
|
'std_please_define_subject' => "件名を定義する必要があります!",
|
|
'std_message_flooding' => "メッセージの洪水は許可されていません。お待ちください。 ",
|
|
'std_second' => " 秒",
|
|
'std_s' => "s",
|
|
'std_before_sending_pm' => " PMをSTAFFに送信する前に。",
|
|
'std_succeeded' => "成功しました",
|
|
'std_message_succesfully_sent' => "メッセージは正常に送信されました!"
|
|
);
|
|
|
|
?>
|