Files
nexusphp/resources/lang/en/comment.php

9 lines
309 B
PHP
Raw Normal View History

2021-06-05 16:02:01 +08:00
<?php
return [
2025-04-21 02:53:56 +07:00
'msg_new_comment' => "New comment",
'msg_torrent_receive_comment' => "You have received a comment on your torrent ",
'msg_offer_receive_comment' => "You have received a comment on your offer ",
'msg_request_receive_comment' => "You have received a comment on your request "
2021-06-05 16:02:01 +08:00
];