Files
nexusphp/resources/lang/en/fun.php
2025-04-21 02:53:56 +07:00

16 lines
617 B
PHP

<?php
return [
'msg_fun_item_banned' => "Fun item banned",
'msg_your_fun_item' => "Your fun item '",
'msg_is_ban_by' => "' is banned by ",
'msg_reason' => ". Reason: ",
'msg_fun_item_reward' => "Fun item reward",
'msg_out_of' => " out of ",
'msg_people_think' => " think the fun item you posted ",
'msg_is_fun' => " is fun. So, here is ",
'msg_bonus_as_reward' => " karma points as reward.",
'msg_fun_item_dull' => "Fun item dull",
'msg_is_dull' => " is actually dull :thumbsdown: . So it's been removed from home page. Maybe you need to improve your sense of humor.",
];