mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-04 06:30:53 +08:00
9 lines
323 B
PHP
9 lines
323 B
PHP
<?php
|
|
|
|
return [
|
|
'msg_new_comment' => "Ny kommentar",
|
|
'msg_torrent_receive_comment' => "Du har mottatt en kommentar på torrenten din ",
|
|
'msg_offer_receive_comment' => "Du har mottatt en kommentar på tilbudet ditt ",
|
|
'msg_request_receive_comment' => "Du har mottatt en kommentar på forespørselen din "
|
|
];
|