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,13 @@
|
||||
<?php
|
||||
|
||||
$lang_shoutbox = array (
|
||||
'text_del' => '消去',
|
||||
'std_access_denied' => 'アクセスが拒否されました',
|
||||
'std_access_denied_note' => '訪問者はこのページを表示することはできません。',
|
||||
'text_to_guest' => '<b>観光客に言ってください</b>',
|
||||
'text_guest' => '<b>観光客</b>',
|
||||
'text_ago' => 'フォワード',
|
||||
'text_helpbox_disabled' => '現在、ヘルプエリアは閉鎖されています。一体何をしているの?',
|
||||
'text_no_permission_to_shoutbox' => 'グループチャットエリアで話す権利はありません。一体何をしているの?',
|
||||
'speaking_too_often' => '画面を泳ぎないでください!',
|
||||
);
|
||||
Reference in New Issue
Block a user