mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-08 17:20:51 +08:00
9 lines
308 B
PHP
9 lines
308 B
PHP
<?php
|
|
|
|
return [
|
|
'msg_new_comment' => "Uusi kommentti",
|
|
'msg_torrent_receive_comment' => "Olet saanut kommentin torrenttisi käytöstä ",
|
|
'msg_offer_receive_comment' => "Olet saanut kommentin tarjouksestasi ",
|
|
'msg_request_receive_comment' => "Olet saanut kommentin pyyntöösi liittyen "
|
|
];
|