mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
new feature: claim
This commit is contained in:
@@ -230,6 +230,12 @@ $lang_details = array
|
||||
'magic_show_all_description' => 'View details of a single',
|
||||
'magic_haveGotBonus' => 'Publisher now has been got Number Bonus of award.',
|
||||
'magic_have_no_enough_bonus_value' => 'more points needed',
|
||||
'claim_already' => 'Claimed',
|
||||
'claim_now' => 'Claim',
|
||||
'claim_info' => 'Already claimed by <b>%s</b> users, <b>%s</b> place left.',
|
||||
'claim_detail' => 'Claim detail',
|
||||
'claim_label' => 'Claim torrent',
|
||||
'claim_confirm' => 'Are you sure to claim this torrent?',
|
||||
|
||||
);
|
||||
|
||||
|
||||
@@ -297,8 +297,8 @@ $lang_functions = array
|
||||
'text_thirty_percent_down' => "30%",
|
||||
'text_please_download_something_within' => "Please download something within ",
|
||||
'text_inactive_account_be_deleted' => ". Inactive accounts (with no transfer amount) will be deleted.",
|
||||
'text_attendance' => 'Attend get bouns',
|
||||
'text_attended' => '(Attend got bouns %u, card:%d)',
|
||||
'text_attendance' => '[Attend get bouns]',
|
||||
'text_attended' => '[Attend got bouns %u, card:%d]',
|
||||
'row_pt_gen_douban_url' => "PT-Gen douban link",
|
||||
'text_pt_gen_douban_url_note' => "(URL taken from <strong><a href=\"https://www.douban.com/\">douban</a></strong>. e.g. for movie <b>Transformers</b> the URL is <b> https://movie.douban.com/subject/1794171//</b>)",
|
||||
'row_pt_gen_imdb_url' => "PT-Gen imdb link",
|
||||
@@ -324,6 +324,7 @@ $lang_functions = array
|
||||
'text_seed_points' => 'Seed points',
|
||||
'spoiler_expand_collapse' => 'Click to expand/collapse',
|
||||
'spoiler_default_title' => 'Collapse content',
|
||||
'menu_claim' => 'Claim: ',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -738,6 +738,19 @@ $lang_settings = array
|
||||
'row_site_language_enabled' => 'Site enabled language',
|
||||
'text_site_language_enabled_note' => 'Select site enabled language',
|
||||
'keep_at_least_one' => 'Keep at least one',
|
||||
'text_alias' => 'Class alias: ',
|
||||
'row_default_user_one' => 'Default is',
|
||||
'row_default_user_two' => '',
|
||||
'row_show_top_uploader' => 'Show top uploaded(Torrent count)',
|
||||
'text_show_top_uploader_note' => "Default 'No'. Show top upload user(Torrent count) at homepage.",
|
||||
'claim_label' => 'Torrent claim',
|
||||
'claim_torrent_ttl' => 'Torrent can be claimed after %s of days of release.',
|
||||
'claim_torrent_user_counts_up_limit' => 'A Torrent can be claimed by up to %s of users.',
|
||||
'claim_user_torrent_counts_up_limit' => 'A user can claim up to %s of torrents.',
|
||||
'claim_remove_deduct_user_bonus' => "Claimed torrent will be deleted and %s of the user's bonus will be deducted if they do not meet the standard (not the first month of claiming).",
|
||||
'claim_give_up_deduct_user_bonus' => 'User actively gives up claiming deduct user %s bonus.',
|
||||
'claim_reach_standard' => 'Standard: Monthly seeding time greater than or equal to %s of hours, or uploaded greater than or equal to %s times its size.',
|
||||
'claim_bonus_multiplier' => 'Calculate %s times the normal bonus value of the attained seed bonus.',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user