bonus can buy: tmp invite + rainbow ID + change username card

This commit is contained in:
xiaomlove
2023-01-05 18:29:31 +08:00
parent 3b69425a97
commit 8d8e3b7768
19 changed files with 279 additions and 33 deletions
+10
View File
@@ -156,6 +156,16 @@ where<ul><li><b>A</b> is an intermediate variable</li><li><b>Ti</b> is the <b>i<
'col_count' => 'Counts',
'col_size' => 'Size',
'col_a' => 'A Value',
'text_buy_tmp_invite' => '1 Temporary Invite',
'text_buy_tmp_invite_note' => "With enough bonus points acquired, you are able to exchange them for a few temporary invites, valid for 7 days. The points are then removed from your Bonus Bank and the temporary invitations are added to your temporary invites amount.",
'text_success_tmp_invites' => "Congratulations! You have got yourself <b>1</b> new temporary invite!",
'text_buy_rainbow_id' => "Buy Rainbow ID",
'text_buy_rainbow_id_note' => 'Adds a rainbow-like shimmering effect to usernames, valid for 30 days and cumulative over time with repeat purchases.',
'text_success_buy_rainbow_id' => "Congratulations, Rainbow ID added <b>30</b> days!",
'text_buy_change_username_card' => "Buy change username card",
'text_buy_change_username_card_note' => 'Change your username once and it will be valid forever.',
'text_success_buy_change_username_card' => "Congratulations on your successful purchase of a <b>change username card</b>!",
'text_change_username_card_already_has' => 'Already have a change username card',
);
?>
+8
View File
@@ -799,6 +799,14 @@ $lang_settings = array
'row_protected_forum' => 'Privacy Protection Forums',
'text_protected_forum' => 'The IDs of forums\' which enables privacy protection , seperated by commas(e.g. 1,2,3)',
'forum_format_error' => 'The format of forums is wrong, please check it again!',
'row_buy_an_tmp_invite' => 'Buy an temporary invite',
'text_buy_an_tmp_invite_note' => " bonus points to get a temporary invite. Default '500'.",
'row_buy_rainbow_id' => 'Buy Rainbow ID',
'text_buy_rainbow_id_note' => " bonus points to get a rainbow ID, valid for 30 days. Default '5,000'.",
'row_buy_change_username_card' => 'Buy Change username card',
'text_buy_change_username_card_note' => " bonus points to get a Change username card, valid forever. Default '100,000'.",
'row_initial_tmp_invites' => "Initial Number of Temporary Invites",
'text_initial_tmp_invites_note' => "How many temporary invites should each user be given upon registration? Default '0'.",
);
?>