Files
nexusphp/lang/en/lang_topten.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

117 lines
4.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_topten = array
(
'std_error' => "Error!",
'std_sorry' => "Sorry...",
'std_permission_denied_only' => "Permission denied. Only ",
'std_or_above_can_view' => " or above could view Top 10. <br /><br /> Please see the "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The " .$SITENAME." Staff</b>",
'col_rank' => "Rank",
'col_user' => "User",
'col_donated' => "Donated",
'col_ul_speed' => "UL speed",
'col_downloaded' => "Downloaded",
'col_dl_speed' => "DL speed",
'col_ratio' => "Ratio",
'col_joined' => "Joined",
'col_name' => "Name",
'title_sna' => "Number of Snatched",
'col_data' => "Data",
'title_se' => "Number of Seeders",
'col_le' => "Number of Leechers",
'col_to' => "To.",
'col_country' => "Country",
'col_username' => "Username",
'col_upload_rate' => "Upload rate",
'col_download_rate' => "Download rate",
'text_users' => "Users",
'text_torrents' => "Torrents" ,
'text_countries' => "Countries",
'text_peers' => "Peers",
'text_community' => "Community",
'text_search' => "Search",
'text_other' => "Other",
'text_this_page_last_updated' => "This page last updated ",
'text_started_recording_date' => "Started recording account xfer stats on ",
'text_update_interval' => ", and statistics are updated every 60 minutes",
'text_uploaders' => "Uploaders",
'text_downloaders' => "Downloaders",
'text_fastest_uploaders' => "Fastest Uploaders",
'text_fastest_up_note' => "(average, includes inactive time, with minimum 50 GB uploaded)",
'text_fastest_note' => "(average, includes inactive time)",
'text_fastest_downloaders' => "Fastest Downloaders",
'text_best_sharers' => "Best Sharers",
'text_sharers_note' => "(with minimum 50 GB downloaded)",
'text_worst_sharers' => "Worst Sharers",
'text_most_active_torrents' => "Most Active Torrents",
'text_most_snatched_torrents' => "Most Snatched Torrents" ,
'text_most_data_transferred_torrents' => "Most Data Transferred Torrents",
'text_best_seeded_torrents' => "Best Seeded Torrents ",
'text_best_seeded_torrents_note' => "(with minimum 5 seeders)",
'text_worst_seeded_torrents' => "Worst Seeded Torrents",
'text_worst_seeded_torrents_note' => "(with minimum 1 leecher, excluding unsnatched torrents)",
'text_most_donated_USD' => "Donors in US dollar",
'text_most_donated_CNY' => "Donors in Chinese yuan",
'col_donated_usd' => "Donated()",
'col_donated_cny' => "Donated(¥)",
'text_most_supplied' => " Biggest Resource Supplier<font class=\"small\">(Do not include deleted torrents)</font>",
'text_most_snatched' => " Biggest Resource Snatcher<font class=\"small\">(Do not include deleted torrents)</font>",
'col_torrent_uploaded' => "# Upped",
'col_torrent_downloaded' => "# Snatched",
'text_most_topic' => " Forum Topic Starters <font class=\"small\">(Do not include deleted topics)</font>",
'text_most_post' => " Forum Posters <font class=\"small\">(Do not include deleted posts)</font>",
'col_topics' => "Topics",
'col_posts' => "Posts",
'text_biggest_topics' => "Biggest Topics <font class=\"small\">(Topics in Privileged Forums are not calculated)</font>",
'col_subject' => "Subject",
'col_number' => "Number",
'text_most_browser' => "Browsers",
'text_most_client' => "Torrent Clients <font class=\"small\">(Last one that accessed the tracker)</font>",
'col_comments' => "Comments",
'text_most_commenter' => "Torrent Commenter <font class=\"small\">(Do not include deleted comments)</font>",
'col_reviews' => "Reviews",
'text_most_reviewer' => "Film Reviewer <font class=\"small\">(Do not include deleted reviews)</font>",
'col_location' => "Location",
'text_most_locations' => "Peer Locations",
'col_keyword' => "Keywords",
'col_times' => "Times",
'col_datetime' => "Time",
'text_latest_search' => "Latest Searches",
'text_current_month_search' => "Searches of This Month",
'text_last_month_search' => "Searches of Last Month",
'text_current_year_search' => "Searches of This Year",
'text_most_bonuses' => "Bonuses",
'col_bonus' => "Bonus",
'text_countries_users' => "Users",
'col_users' => "Users",
'text_countries_uploaded' => "Total Uploaded",
'col_uploaded' => "Uploaded",
'text_countries_per_user' => "Average Total Uploaded Per User<font class=\"small\"> (with minimum 1TB uploaded and 100 users)</font>",
'col_average' => "Average",
'text_countries_ratio' => "Ratio<font class=\"small\"> (with minimum 1TB uploaded, 1TB downloaded and 100 users)</font>",
'text_ago' => " ago",
'text_inf' => "Inf.",
'head_top_ten' => "Top 10",
'text_most_stylesheet' => "Stylesheets",
'text_most_language' => "User Languages",
'text_top' => "Top ",
'text_one_hundred' => "Top 100",
'text_top_250' => "Top 250",
'col_clicks' => "Clicks",
'text_most_clicks' => "Promotion Link Owners",
'text_charity_giver' => "Charity Givers"
);
?>