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

9 lines
332 B
PHP
Raw Normal View History

2025-04-22 02:55:12 +07:00
<?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 "
];