mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
Fix "The invitation system is closed and cannot purchase invitations" (#170)
* Invite system shutdown Can't buy Invite * Fix the problem that user details cannot be viewed * Revert "Invite system shutdown Can't buy Invite" This reverts commit d013970f4dfc7ede0515cede3bc780cbfb56f0df. * Fix "The invitation system is closed and cannot purchase invitations" * Set ratio to '0' to disable the purchase invite. * Update lang_settings.php
This commit is contained in:
@@ -262,7 +262,7 @@ $lang_settings = array
|
||||
'text_uploaded_amount_above' => "且其上传量大于",
|
||||
'text_ratio_limit_default' => " GB时,他不能交换更多的上传量。默认'6','50'。将分享率设为'0'来禁止此规则。",
|
||||
'row_buy_an_invite' => "购买邀请名额",
|
||||
'text_buy_an_invite_note' => "个魔力值,如果他选择交换一个邀请名额。默认'1000'。",
|
||||
'text_buy_an_invite_note' => "个魔力值,如果他选择交换一个邀请名额。默认'1000'。将魔力值设为'0'来禁止购买。",
|
||||
'row_custom_title' => "自定义头衔",
|
||||
'text_custom_title_note' => "个魔力值,如果他选择自定义一次头衔。默认'5000'。",
|
||||
'row_vip_status' => "贵宾待遇",
|
||||
@@ -800,7 +800,7 @@ $lang_settings = array
|
||||
'text_protected_forum' => '输入开启隐私保护的论坛板块ID,该版块的回复仅楼主作者及管理员以上可见,使用逗号分割(如:1,2,3)',
|
||||
'forum_format_error' => '论坛ID格式错误,请检查输入!',
|
||||
'row_buy_an_tmp_invite' => '购买临时邀请名额',
|
||||
'text_buy_an_tmp_invite_note' => "个魔力值,如果他选择交换一个临时邀请名额。默认'500'。",
|
||||
'text_buy_an_tmp_invite_note' => "个魔力值,如果他选择交换一个临时邀请名额。默认'500'。将魔力值设为'0'来禁止购买。",
|
||||
'row_buy_rainbow_id' => '购买彩虹 ID',
|
||||
'text_buy_rainbow_id_note' => "个魔力值,如果他选择交换一个彩虹 ID,有效期 30 天。默认'5,000'。",
|
||||
'row_buy_change_username_card' => '购买改名卡',
|
||||
|
||||
Reference in New Issue
Block a user