mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add bonus exchange downloaded
This commit is contained in:
@@ -6,6 +6,7 @@ $lang_mybonus = array
|
||||
'std_karma_system_disabled' => "Karma Bonus Point System is currently disabled. ",
|
||||
'std_points_active' => "However your points is still active.",
|
||||
'text_success_upload' => "Congratulations! You have just increased your <b>Uploaded Amount</b>!",
|
||||
'text_success_download' => "Congratulations! You have just increased your <b>Downloaded Amount</b>!",
|
||||
'text_success_invites' => "Congratulations! You have got yourself <b>1</b> new invite!",
|
||||
'text_success_vip' => "Congratulations! You have got yourself ",
|
||||
'text_success_vip_two' => " status for one month!",
|
||||
@@ -74,8 +75,12 @@ $lang_mybonus = array
|
||||
'text_not_enough_bonus' => "Sorry, you do not have enough bonus. BTW, how dou you get here?",
|
||||
'text_uploaded_one' => "1.0 GB Uploaded",
|
||||
'text_uploaded_note' => "With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.",
|
||||
'text_download_note' => "With enough bonus points acquired, you are able to exchange them for an <font color='#ff4500'>Download</font> Credit. The points are then removed from your Bonus Bank and the credit is added to your total <font color='#ff4500'>downloaded</font> amount.",
|
||||
'text_uploaded_two' => "5.0 GB Uploaded",
|
||||
'text_uploaded_three' => "10.0 GB Uploaded",
|
||||
'text_uploaded_four' => "100.0 GB Uploaded",
|
||||
'text_downloaded_ten_gb' => "10.0 GB <font color='#ff4500'>Downloaded</font>",
|
||||
'text_downloaded_hundred_gb' => "100.0 GB <font color='#ff4500'>Downloaded</font>",
|
||||
'text_buy_invite' => "1 Invite",
|
||||
'text_buy_invite_note' => "With enough bonus points acquired, you are able to exchange them for a few invites. The points are then removed from your Bonus Bank and the invitations are added to your invites amount.",
|
||||
'text_custom_title' => "Custom Title!",
|
||||
|
||||
@@ -773,6 +773,12 @@ $lang_settings = array
|
||||
'text_offer_skip_approved_count_note' => 'When the number of approved offer is greater than or equal to this value, you can upload directly without submitting offers.',
|
||||
'row_torrent_delete' => 'Delete torrent',
|
||||
'text_torrent_delete_note' => '.Delete torrent',
|
||||
'row_hundred_gb_credit' => "100.0 GB uploading credit",
|
||||
'text_hundred_gb_credit_note' => " bonus points to exchange for 100.0 GB uploading credit. Default '10000'.",
|
||||
'row_ten_gb_download_credit' => "10.0 GB downloading credit",
|
||||
'text_ten_gb_download_credit_note' => " bonus points to exchange for 10.0 GB downloading credit. Default '1000'.",
|
||||
'row_hundred_gb_download_credit' => "100.0 GB downloading credit",
|
||||
'text_hundred_gb_download_credit_note' => " bonus points to exchange for 100.0 GB downloading credit. Default '8000'.",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user