mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
update lang
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'index' =>
|
||||
array (
|
||||
'page_title' => 'コメントリスト',
|
||||
),
|
||||
);
|
||||
return [
|
||||
'msg_new_comment' => "新しいコメント",
|
||||
'msg_torrent_receive_comment' => "トレントにコメントを受け取りました ",
|
||||
'msg_offer_receive_comment' => "オファーに関するコメントを受け取りました ",
|
||||
'msg_request_receive_comment' => "リクエストにコメントを受け取りました "
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user