mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
9 lines
311 B
PHP
9 lines
311 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'msg_new_comment' => "Nuovo commento",
|
||
|
|
'msg_torrent_receive_comment' => "Hai ricevuto un commento sul tuo torrent ",
|
||
|
|
'msg_offer_receive_comment' => "Hai ricevuto un commento sulla tua offerta ",
|
||
|
|
'msg_request_receive_comment' => "Hai ricevuto un commento sulla tua richiesta "
|
||
|
|
];
|