Files
nexusphp/resources/lang/en/comment.php
2025-04-21 02:53:56 +07:00

9 lines
309 B
PHP

<?php
return [
'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 "
];