mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
15
resources/lang/en/fun.php
Normal file
15
resources/lang/en/fun.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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.",
|
||||
];
|
||||
Reference in New Issue
Block a user