mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: ja
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?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' => 'テキストメッセージは正常に送信されました!',
|
||||
);
|
||||
Reference in New Issue
Block a user