mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 04:52:18 +08:00
16 lines
617 B
PHP
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.",
|
|
];
|