mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
345 lines
17 KiB
PHP
345 lines
17 KiB
PHP
<?php
|
||
|
||
$lang_functions = array
|
||
(
|
||
'std_access_denied' => "Access Denied!",
|
||
'std_fake_account' => "We come to believe you are using a fake account, therefore we've logged this action!",
|
||
'std_permission_denied' => "Permission denied!",
|
||
'std_permission_denied_only' => "Permission denied. Only ",
|
||
'std_or_above_can_view' => " or above could view. <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>",
|
||
'std_target_not_exists' => 'Target not exists',
|
||
'std_already_logged_in' => "You have already logged in!",
|
||
'text_page_last_updated' => "This page last updated ",
|
||
'text_browser_cookies_note' => "If you enable cookies and are still unable to log in, perhaps something happened to cause a problem with your login cookie. We suggest delete your cookies and trying again. To delete cookies in Internet Explorer, go to Tools > Internet Options... and click on the Delete Cookies button. Note that this will delete all cookies stored on your system for other sites as well.",
|
||
'std_error' => "Error",
|
||
'text_unable_to_send_mail' => "Unable to send mail. Please contact an administrator about this error.",
|
||
'std_success' => "Success",
|
||
'std_confirmation_email_sent' => "A confirmation email has been mailed to ",
|
||
'std_please_wait' => "Please allow a few minutes for the mail to arrive.",
|
||
'std_account_details_sent' => "The new account details have been mailed to ",
|
||
'std_locked' => " Locked! (the maximum number of failed ",
|
||
'std_attempts_reached' => " attempts is reached during reauthentication)",
|
||
'std_your_ip_banned' => "We come to believe you are trying to cheat our system, therefore we've banned your ip!",
|
||
'std_login_failed' => "Login failed!",
|
||
'std_login_failed_note' => "<b>Error</b>: Username or password incorrect! Or you are not confirmed yet<br /><br />Don't remember your password? <b><a href=\"recover.php\">Recover</a></b> your password!",
|
||
'std_failed' => "Failed",
|
||
'std_oops' => "Oops!",
|
||
'std_sorry' => "Sorry",
|
||
'std_invite_system_disabled' => "The invite system is currently disabled...",
|
||
'std_open_registration_disabled' => "Open registration is currently disabled. Invites only. If you are lucky you might have a friend who wants to invite you :) We just wanna see how much cheaters will start respecting their accounts after they realize they can't just come back in and get another one :). Keep this in mind, if you are already a member and you invite a known cheater, and you knew about it in the first place, both yours and the person you invited are disabled. You will have to come talk to us to get your account reenstated. If you want an invite and you know someone who have one it's up to them to give you an invite.",
|
||
'std_account_limit_reached' => "The current user account limit has been reached. Inactive accounts are pruned all the time, please check back again later...",
|
||
'std_the_ip' => "The IP ",
|
||
'std_used_many_times' => " is already being used on too many account.... No more accounts allowed at <b>".$SITENAME."</b>.",
|
||
'std_invalid_image_code' => "Invalid Image Code! <br /><b>Do not go back, The image code has been cleared!</b> <br /><br />Please click ",
|
||
'std_here_to_request_new' => "<b>here</b></a> to request a new image code.",
|
||
'std_action' => 'Action',
|
||
'std_report' => 'Report',
|
||
'std_desc' => 'Description',
|
||
'std_comment' => 'Comment',
|
||
'std_quick_comment' => 'Quick comment',
|
||
'std_click_here_to_goback' => 'Click here to goback',
|
||
'std_you_will_get' => 'You will get',
|
||
'std_by' => 'By',
|
||
'row_security_image' => "Security Image:",
|
||
'row_security_code' => "Security Code:",
|
||
'text_slots' => "Slots:",
|
||
'text_unlimited' => "Unlimited",
|
||
'std_server_load_very_high' => "The server load is very high at the moment. Retrying, please wait...",
|
||
'std_too_many_users' => "Too many users. Please press the Refresh button in your browser to retry.",
|
||
'text_unauthorized_ip' => "<h1>403 Forbidden</h1>Unauthorized IP address.",
|
||
'text_home' => "Home",
|
||
'text_forums' => "Forums",
|
||
'text_torrents' => "Torrents",
|
||
'text_offers' => "Offers",
|
||
'text_request' => "Requests",
|
||
'text_upload' => "Upload",
|
||
'text_subtitles' => "Subtitles",
|
||
'text_user_cp' => "User CP",
|
||
'text_top_ten' => "Top 10",
|
||
'text_log' => "LOG",
|
||
'text_rules' => "Rules",
|
||
'text_faq' => "FAQ",
|
||
'text_staff' => "Staff",
|
||
'std_site_down_for_maintenance' => "Site is down for maintenance, please check back again later... thanks",
|
||
'text_click_view_full_image' => "Click this bar to view the full image.",
|
||
'text_image_resized' => "This image has been resized. Click this bar to view the full image.",
|
||
'text_click_view_small_image' => "Click this bar to view the small image.",
|
||
'text_login' => "Login",
|
||
'text_signup' => "Signup",
|
||
'text_inf' => "Inf.",
|
||
'title_donor' => "donor",
|
||
'title_warned' => "warned",
|
||
'title_inbox_new_messages' => "inbox (new messages)",
|
||
'title_inbox_no_new_messages' => "inbox (no new messages)",
|
||
'text_yes' => "Yes",
|
||
'text_no' => "No",
|
||
'text_unknown' => "Unknown",
|
||
'text_welcome_back' => "Welcome",
|
||
'text_staff_panel' => "Staff Panel",
|
||
'text_site_settings' => "Site Settings",
|
||
'text_logout' => "logout",
|
||
'text_bonus' => "Bonus ",
|
||
'text_use' => "Use",
|
||
'text_ratio' => "Ratio:",
|
||
'text_uploaded' => "Uploaded:",
|
||
'text_downloaded' => "Downloaded:",
|
||
'text_active_torrents' => "Active:",
|
||
'title_torrents_seeding' => "Torrents Seeding",
|
||
'title_torrents_leeching' => "Torrents Leeching",
|
||
'text_connectable' => "Connectable: ",
|
||
'text_the_time_is_now' => "Time: ",
|
||
'text_message_new' => " New",
|
||
'title_sentbox' => "sentbox",
|
||
'title_inbox' => "inbox",
|
||
'title_buddylist' => "Buddylist",
|
||
'text_you_have' => "You have ",
|
||
'text_new_message' => " new message",
|
||
'text_s' => "s",
|
||
'text_click_here_to_read' => "! Click here to read.",
|
||
'text_your_friends' => "Your friend",
|
||
'text_awaiting_confirmation' => " awaiting confirmation from you!",
|
||
'text_website_offline_warning' => "<b>WARNING</b>: The website is currently offline! Click <a href=\"settings.php\">here</a> to change settings.",
|
||
'text_there_is' => "There",
|
||
'text_new_report' => " new report",
|
||
'text_new_staff_message' => " new staff message",
|
||
'text_search' => "Search",
|
||
'text_profile' => "Profile",
|
||
'text_chat' => "Chat",
|
||
'text_dox' => "DOX",
|
||
'text_links' => "Links",
|
||
'text_username' => "Username: ",
|
||
'text_password' => "Password: ",
|
||
'submit_log_in' => "Log in!",
|
||
'text_register' => "Register",
|
||
'text_rules_link' => "Rules",
|
||
'text_faq_link' => "FAQ",
|
||
'text_useragreement' => "Useragreement",
|
||
'text_prev' => "Prev",
|
||
'text_next' => "Next",
|
||
'text_by' => " by ",
|
||
'text_orphaned' => "(orphaned)",
|
||
'text_at' => " at ",
|
||
'text_edit' => "Edit",
|
||
'text_delete' => "Delete",
|
||
'text_view_original' => "View original",
|
||
'text_last_edited_by' => "Last edited by ",
|
||
'text_edited_at' => " at ",
|
||
'col_type' => "Type",
|
||
'col_name' => "Name",
|
||
'col_dl' => "DL",
|
||
'col_wait' => "Wait",
|
||
'col_edit' => "Edit",
|
||
'col_visible' => "Visible",
|
||
'title_number_of_comments' => "Number of Comments",
|
||
'title_time_added' => "Time Added",
|
||
'title_size' => "Size",
|
||
'title_number_of_seeders' => "Number of Seeders",
|
||
'title_number_of_leechers' => "Number of Leechers",
|
||
'title_number_of_snatched' => "Number of Snatched",
|
||
'col_uploader' => "Uploader",
|
||
'col_action' => "Act",
|
||
'text_normal' => "Normal",
|
||
'text_free' => "Free",
|
||
'text_two_times_up' => "2X",
|
||
'text_free_two_times_up' => "2X Free",
|
||
'text_half_down' => "50%",
|
||
'text_half_down_two_up' => "2X 50%",
|
||
'text_new_uppercase' => "NEW",
|
||
'text_sticky' => "Sticky",
|
||
'title_download_torrent' => "Download Torrent",
|
||
'text_h' => " h",
|
||
'text_none' => "None",
|
||
'text_anonymous' => "Anonymous",
|
||
'text_promoted_torrents_note' => "<b>Those highlighted are: </b> <a href=\"?spstate=2\" target=\"_self\" title=\"Show free torrents\"><font class='free'><b>Free</b></font></a> | <a href=\"?spstate=3\" target=\"_self\" title=\"Show 2x up torrents\"><font class='twoup'><b>2x up</b></font></a> | <a href=\"?spstate=4\" target=\"_self\" title=\"Show 2x up and free torrents\"><font class='twoupfree'><b>2x up and free</b></font></a> | <a href=\"?spstate=5\" target=\"_self\" title=\"Show 50% down torrents\"><font class='halfdown'><b>50% down</b></font></a> | <a href=\"?spstate=6\" target=\"_self\" title=\"Show 2x up and 50% down torrents\"><font class='twouphalfdown'><b>2x up and 50% down</b></font></a> | <a href=\"?spstate=7\" target=\"_self\" title=\"Show 30% down torrents\"><font class='thirtypercent'><b>30% down</b></font></a><b> torrents</b><br />Leeching them is the best way to fix your ratio!",
|
||
'std_file' => "File ",
|
||
'std_does_not_exist' => " doesn't exist",
|
||
'std_access_permission_note' => "!<br /><font color=\"blue\">Before the setup starts, please ensure that you have properly configured file and directory access permissions. Please see below.</font><br /><br />chmod -R 777 config (config directory).",
|
||
'std_cannot_read_file' => "Cannot read file ",
|
||
'std_cannot_serialize_file' => "Cannot serialize file ",
|
||
'std_cannot_open_file' => "Cannot open file ",
|
||
'std_to_save_info' => " to save info",
|
||
'text_cannot_save_info_in' => "Cannot save info in file (error in serialisation) ",
|
||
'std_your_account_parked' => "Your account is parked.",
|
||
'title_online' => "Online",
|
||
'title_offline' => "Offline",
|
||
'title_send_message_to' => "Send message to ",
|
||
'title_report_this_comment' => "Report this comment",
|
||
'text_bookmarks' => "Bookmarks",
|
||
'title_bookmark_torrent' => "Bookmark",
|
||
'title_delbookmark_torrent' => "Unbookmark",
|
||
'text_mark' => "Mark",
|
||
'text_unmark' => "Unmark",
|
||
'text_award' => "Bonus Award: ",
|
||
'text_additional_notes' => "Additional Notes: ",
|
||
'title_view_reviews' => "Click to view reviews",
|
||
'title_has_new_comment' => "Has new comment",
|
||
'title_no_new_comment' => "No new comment",
|
||
'row_external_info' => "External Info",
|
||
'row_imdb_url' => "IMDb URL",
|
||
'text_imdb_url_note' => "(URL taken from <strong><a href=\"http://www.imdb.com\">IMDb</a></strong>. e.g. for movie <b>The Dark Knight</b> the URL is <b>http://www.imdb.com/title/tt0468569/</b>)",
|
||
'text_artist' => " Artist: ",
|
||
'text_album' => "Album: ",
|
||
'title_get_rss' => "Get RSS",
|
||
'text_hot' => "Hot",
|
||
'text_classic' => "Classic",
|
||
'text_recommended' => "Good",
|
||
'title_view_nfo' => "View NFO file",
|
||
'title_edit_torrent' => "Edit or delete torrent",
|
||
'title_time_alive' => "Time Alive",
|
||
'title_add_comments' => "Add comment",
|
||
'text_at_time' => " at ",
|
||
'text_blank' => " ",
|
||
'text_ago' => " ago",
|
||
'text_last_commented_by' => "Last commented by ",
|
||
'text_imdb' => "IMDb",
|
||
'text_votes' => " votes",
|
||
'text_country' => "Country",
|
||
'text_genres' => "Genres",
|
||
'text_director' => "Director",
|
||
'text_starring' => "Starring",
|
||
'text_runtime' => "Runtime",
|
||
'text_language' => "Language",
|
||
'text_douban' => "Douban",
|
||
'text_region' => "Region",
|
||
'text_creator' => "Creator",
|
||
'text_awaiting_five_votes' => "<i>awaiting 5 votes</i>",
|
||
'text_invite' => "Invite ",
|
||
'text_send' => "Send",
|
||
'text_tracks' => "Tracks",
|
||
'text_label' => "Label",
|
||
'text_tags' => "Tags",
|
||
'text_user_ip' => "User IP",
|
||
'text_location_main' => "Location Main",
|
||
'text_location_sub' => "Location Sub",
|
||
'text_ip_range' => "IP Range",
|
||
'text_min' => " min",
|
||
'text_music' => "Music",
|
||
'text_special' => "Special",
|
||
'title_reply_with_quote' => "Quote",
|
||
'title_add_reply' => "Add Reply",
|
||
'title_delete' => "Delete",
|
||
'title_edit' => "Edit",
|
||
'title_reportbox' => "reportbox",
|
||
'title_staffbox' => "staffbox",
|
||
'title_sticky' => "Sticky",
|
||
'text_new_news' => " unread important news",
|
||
'std_no_user_named' => "There is no user named ",
|
||
'text_banned' => "Banned",
|
||
'text_are' => " are ",
|
||
'text_is' => " is ",
|
||
'select_choose_one' => "choose one",
|
||
'text_space' => " ",
|
||
'text_day' => "d ",
|
||
'text_new_suspected_cheater' => " new suspected cheater",
|
||
'title_cheaterbox' => "cheaterbox",
|
||
'text_will_end_in' => " will end in ",
|
||
'text_alt_pageup_shortcut' => "Alt+Pageup",
|
||
'text_alt_pagedown_shortcut' => "Alt+Pagedown",
|
||
'text_shift_pageup_shortcut' => "Shift+Pageup",
|
||
'text_shift_pagedown_shortcut' => "Shift+Pagedown",
|
||
'text_quote' => "Quote",
|
||
'text_code' => "CODE",
|
||
'std_invalid_id' => "Invalid ID! For security reason, we have logged this action.",
|
||
'text_smilies' => "Smilies",
|
||
'col_type_something' => "Type...",
|
||
'col_to_make_a' => "To make a...",
|
||
'text_year' => " year",
|
||
'text_month' => " month",
|
||
'text_day' => " day",
|
||
'text_hour' => " hour",
|
||
'text_min' => " min",
|
||
'select_color' => "Color",
|
||
'select_font' => "Font",
|
||
'select_size' => "Size",
|
||
'text_subject' => "Subject:",
|
||
'text_more_smilies' => "More Smilies",
|
||
'js_prompt_enter_url' => "You must enter a URL",
|
||
'js_prompt_enter_title' => "You must enter a title",
|
||
'js_prompt_error' => "Error!",
|
||
'js_prompt_enter_item' =>"Enter item of the list. For end of the list, press 'cancel' or leave the next field empty ",
|
||
'js_prompt_enter_image_url' => "You must enter a full image URL",
|
||
'js_prompt_enter_email' => "You must enter a E-mail",
|
||
'text_new' => "New",
|
||
'text_reply' => "Reply",
|
||
'submit_submit' => "Submit",
|
||
'submit_preview' => "Preview",
|
||
'row_subject' => "Subject",
|
||
'row_body' => "Body",
|
||
'text_peasant' => "Peasant",
|
||
'text_user' => "User",
|
||
'text_power_user' => "Power User",
|
||
'text_elite_user' => "Elite User",
|
||
'text_crazy_user' => "Crazy User",
|
||
'text_insane_user' => "Insane User",
|
||
'text_veteran_user' => "Veteran User",
|
||
'text_extreme_user' => "Extreme User",
|
||
'text_ultimate_user' => "Ultimate User",
|
||
'text_nexus_master' => "Nexus Master",
|
||
'text_vip' => "VIP",
|
||
'text_uploader' => "Uploader",
|
||
'text_retiree' => "Retiree",
|
||
'text_forum_moderator' => "Forum Moderator",
|
||
'text_moderators' => "Moderator",
|
||
'text_administrators' => "Administrator",
|
||
'text_sysops' => "SysOp",
|
||
'text_staff_leader' => "Staff Leader",
|
||
'text_short_year'=> "Y",
|
||
'text_short_month' => "MON",
|
||
'text_short_day' => "D",
|
||
'text_short_hour' => "H",
|
||
'text_short_min' => "M",
|
||
'submit_edit' => "Edit",
|
||
'text_banned_client_warning' => "You were using a banned BitTorrent client the last time connecting the tracker! Click here.",
|
||
'text_please_improve_ratio_within' => "Please improve your ratio within ",
|
||
'text_or_you_will_be_banned' =>", or your account will be banned! Click here.",
|
||
'text_size' => "Size",
|
||
'text_downloads' => "Downloads",
|
||
'text_attachment_key' => "Attachment for key ",
|
||
'text_not_found' => " not found",
|
||
'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: %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",
|
||
'text_pt_gen_imdb_url_note' => "(URL taken from <strong><a href=\"https://www.imdb.com/\">imdb</a></strong>. e.g. for movie <b>Transformers</b> the URL is <b> https://www.imdb.com/title/tt0418279/</b>)",
|
||
'row_pt_gen_bangumi_url' => "PT-Gen bangumi link",
|
||
'text_pt_gen_bangumi_url_note' => "(URL taken from <strong><a href=\"https://bangumi.tv/\">bangumi</a></strong>. e.g. for animation <b>Cowboy Bebop</b> the URL is <b>https://bangumi.tv/subject/253/</b>)",
|
||
'imdb_cache_dir_can_not_create' => 'imdb cache dir can not create',
|
||
'imdb_cache_dir_is_not_writeable' => 'imdb cache dir is not writeable',
|
||
'imdb_photo_dir_can_not_create' => 'imdb photo dir can not create',
|
||
'imdb_photo_dir_is_not_writeable' => 'imdb photo dir is not writeable',
|
||
'text_tag_no_release_to_any_other' => 'No release to any other',
|
||
'text_tag_first_release' => 'First release',
|
||
'text_tag_official' => 'Official',
|
||
'text_tag_diy' => 'DIY',
|
||
'text_tag_mother_language' => 'Mother language',
|
||
'text_tag_mother_language_subtitle' => 'Mother language subtitle',
|
||
'text_tag_hdr' => 'HDR',
|
||
'text_required' => 'Required',
|
||
'text_invalid' => 'Invalid',
|
||
'text_technical_info' => 'MediaInfo',
|
||
'text_technical_info_help_text' => 'MediaInfo comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,open file, click the view menu > text > right click in the box > select all > copy > past into this box.',
|
||
'text_management_system' => 'Management',
|
||
'text_seed_points' => 'Seed points',
|
||
'spoiler_expand_collapse' => 'Click to expand/collapse',
|
||
'spoiler_default_title' => 'Collapse content',
|
||
'menu_claim' => 'Claim: ',
|
||
'text_complains' => 'There %s %u pending complaint%s.',
|
||
'text_contactstaff' => 'Contact staff',
|
||
'full_site_promotion_in_effect' => 'Full site [%s] in effect!',
|
||
'full_site_promotion_time_range' => 'Time range: %s ~ %s',
|
||
'text_torrent_to_approval' => 'There %s%u not approval torrent%s.',
|
||
'std_confirm_remove' => 'Are you sure you want to delete it?',
|
||
'select_an_user_class' => 'Select an user class',
|
||
'input_check_all' => "Check All",
|
||
'input_uncheck_all' => "Uncheck All",
|
||
'select_at_least_one_record' => 'Select at least one record!',
|
||
'text_seed_box_record_to_approval' => 'There %s%u not approval seed box record%s.',
|
||
'approval_deny_reach_upper_limit' => 'The number of torrents whose current approval was denied: %s reached the upper limit and is not allowed to be upload.',
|
||
);
|
||
|
||
?>
|