Files
nexusphp/resources/lang/fr/comment.php
2025-04-22 02:55:12 +07:00

9 lines
332 B
PHP

<?php
return [
'msg_new_comment' => "Nouveau commentaire",
'msg_torrent_receive_comment' => "Vous avez reçu un commentaire sur votre torrent ",
'msg_offer_receive_comment' => "Vous avez reçu un commentaire sur votre offre ",
'msg_request_receive_comment' => "Vous avez reçu un commentaire sur votre demande "
];