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

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 "
];