mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add lang: ja
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
$lang_aboutnexus = array
|
||||
(
|
||||
'text_version' => "Version",
|
||||
'text_version_note' => "This tracker ".$SITENAME." is powered by ".PROJECTNAME.". The following is version detail.",
|
||||
'text_version_note' => "This tracker %s is powered by %s. The following is version detail.",
|
||||
'text_main_version' => "Main Version",
|
||||
'text_sub_version' => "Sub Version",
|
||||
'text_release_date' => "Release Date",
|
||||
@@ -13,16 +13,16 @@ $lang_aboutnexus = array
|
||||
'text_free' => "Free",
|
||||
'text_nexus' => "About ",
|
||||
'text_nexus_note' => " is initiated by a bunch of guys in Zhejiang University, China who call themselves 'Nexus Team'. It is dedicated to be the replacement of TBSource project and present a complete solution to create a resource sharing community with members of credit, order and knowledge.<br /><br />
|
||||
The first stage of ".PROJECTNAME." forks from TBSource. We offer an extensive feature set that does not exist in or far superior to the original TBSource code with greatly improved code efficiency. Besides TBSource, we also borrow some ideas or code from other private trackers, e.g. Bit-HDTV, What.cd, SceneTorrents.",
|
||||
The first stage of %s forks from TBSource. We offer an extensive feature set that does not exist in or far superior to the original TBSource code with greatly improved code efficiency. Besides TBSource, we also borrow some ideas or code from other private trackers, e.g. Bit-HDTV, What.cd, SceneTorrents.",
|
||||
'text_authorization' => "About Authorization",
|
||||
'text_authorization_note' => "If you like to use ".PROJECTNAME." to power your tracker, feel free to <a href=\"#contact\" class=\"faqlink\">contact us</a>.",
|
||||
'text_authorization_note' => "If you like to use %s to power your tracker, feel free to <a href=\"#contact\" class=\"faqlink\">contact us</a>.",
|
||||
'text_translation' => "About Translation",
|
||||
'text_translation_note' => " supports user-side site language switch. The master language is English.<br /><br />If your language is not (yet) available and you are interested in translating it, please read the <a href=\"faq.php#id71\" class=\"faqlink\">translation HOWTO</a> and <a href=\"#contact\" class=\"faqlink\">contact us</a>. We always welcome new translations. Also, the available translations can always use a helping hand, especially those marked as outdate, incomplete or in need of new translators.",
|
||||
'text_flag' => "Flag",
|
||||
'text_language' => "Language",
|
||||
'text_state' => "State",
|
||||
'text_stylesheet' => "About Stylesheet",
|
||||
'text_stylesheet_note' => "The layout of ".PROJECTNAME." is fully CSS-based designed, which allows maximum user interface customization and makes adding new stylesheets easy.<br /><br />The following is a list of currently available stylesheets at this tracker ".$SITENAME.". If you want more stylesheets or feel like to design your own one, <a href=\"#contact\" class=\"faqlink\">contact us</a>.",
|
||||
'text_stylesheet_note' => "The layout of %s is fully CSS-based designed, which allows maximum user interface customization and makes adding new stylesheets easy.<br /><br />The following is a list of currently available stylesheets at this tracker %s. If you want more stylesheets or feel like to design your own one, <a href=\"#contact\" class=\"faqlink\">contact us</a>.",
|
||||
'text_name' => "Name",
|
||||
'text_designer' => "Designer",
|
||||
'text_comment' => "Comment",
|
||||
|
||||
@@ -76,18 +76,18 @@ $lang_admanage = array
|
||||
'text_order_note' => "The priority of ads. Value '0' gets the top priority. <br />When several ads are available for a position, the one with the highest priority will show if the position allows only one ad, and those with higher priorities will show on top if the position allows several ads. When several available ads have the same priority value, the most recently added one has the highest priority. ",
|
||||
'text_enabled_note' => "Only enabled ads will show. ",
|
||||
'text_type_note' => "Choose the display method of ads. ",
|
||||
'text_image_url_note' => "The URL of the image file. <br />Both relative path (e.g. 'pic/ad.jpg') or absolute path (e.g. 'http://www.nexusphp.com/ad.jpg') are Okay. ",
|
||||
'text_image_link_note' => "The link of the ad, e.g. 'http://www.nexusphp.com/ad.html'. ",
|
||||
'text_image_url_note' => "The URL of the image file. <br />Both relative path (e.g. 'pic/ad.jpg') or absolute path (e.g. 'https://nexusphp.org/ad.jpg') are Okay. ",
|
||||
'text_image_link_note' => "The link of the ad, e.g. 'https://nexusphp.org/ad.html'. ",
|
||||
'text_image_width_note' => "In pixels. The width at which the image is shown. ",
|
||||
'text_image_height_note' => "In pixels. The height at which the image is shown. ",
|
||||
'text_image_tooltip_note' => "The text shown on tooltip of the link. ",
|
||||
'text_text_content_note' => "The content of text ad. ",
|
||||
'text_text_link_note' => "The link of the ad, e.g. 'http://www.nexusphp.com/ad.html'. ",
|
||||
'text_text_link_note' => "The link of the ad, e.g. 'https://nexusphp.org/ad.html'. ",
|
||||
'text_text_size_note' => "The font size of the text ad. Could be in pt, px or em, e.g. '30pt'. If none is defined, '30pt' is assumed.",
|
||||
'text_bbcodes_code_note' => "What is BB codes? See ",
|
||||
'text_here' => "here",
|
||||
'text_xhmtl_code_note' => "You should avoid using XHTML not only because incorrect XHTML code could easily mess up the whole page, but also because it's <b>INSECURE</b>. If you have to, make sure the XHTML code is secure and correct. <br /><b>NOTE</b>: Please follow the XHTML 1.0 Transitional specification, not HTML 4.01.",
|
||||
'text_flash_url_note' => "The URL of the Flash file. <br />Both relative path (e.g. 'pic/flash.demo.swf') or absolute path (e.g. 'http://www.nexusphp.com/flash.demo.swf') are Okay.",
|
||||
'text_flash_url_note' => "The URL of the Flash file. <br />Both relative path (e.g. 'pic/flash.demo.swf') or absolute path (e.g. 'https://nexusphp.org/flash.demo.swf') are Okay.",
|
||||
'text_flash_width_note' => "In pixels. The width at which the Flash is shown. ",
|
||||
'text_flash_height_note' => "In pixels. The height at which the Flash is shown. ",
|
||||
'std_missing_form_data' => "Missing form data.",
|
||||
|
||||
@@ -13,7 +13,7 @@ $lang_confirm_resend = array
|
||||
'std_password_equals_username' => "Sorry, password cannot be same as user name.",
|
||||
'std_error' => "Error",
|
||||
'std_database_error' => "Database error. Please contact an administrator about this.",
|
||||
'text_resend_confirmation_mail_note' => "<h1>Send confirmation mail again </h1><p>Use the form below to have your confirmation mail send to you again.</p><p>You must be registered within 1 day and haven't confirmed,<br />otherwise your pending account might be deleted and you should register again.</p><p><b>Note:</b> ".$maxloginattempts." failed attempts in a row will result in banning your ip!</p>",
|
||||
'text_resend_confirmation_mail_note' => "<h1>Send confirmation mail again </h1><p>Use the form below to have your confirmation mail send to you again.</p><p>You must be registered within 1 day and haven't confirmed,<br />otherwise your pending account might be deleted and you should register again.</p><p><b>Note:</b> %s failed attempts in a row will result in banning your ip!</p>",
|
||||
'row_registered_email' => "Registered email: ",
|
||||
'row_new_password' => "New password: ",
|
||||
'text_password_note' => "Minimum is 6 characters",
|
||||
@@ -21,16 +21,16 @@ $lang_confirm_resend = array
|
||||
'submit_send_it' => "Send It!",
|
||||
'text_you_have' => "You have ",
|
||||
'text_remaining_tries' => " remaining tries.",
|
||||
|
||||
|
||||
'mail_title' => " User Registration Confirmation(Re-Send)",
|
||||
'mail_this_link' => "THIS LINK",
|
||||
'mail_here' => "HERE",
|
||||
'mail_one' => "Hi ",
|
||||
'mail_two' => ",<br /><br />You have requested a new confirmation email on ".$SITENAME." and you have <br />specified this address ",
|
||||
'mail_two' => ",<br /><br />You have requested a new confirmation email on %s and you have <br />specified this address ",
|
||||
'mail_three' => " as user contact.<br /><br />If you did not do this, please ignore this email. The person who entered your <br />email address had the IP address ",
|
||||
'mail_four' => ". Please do not reply.<br /><br />To confirm your user registration, you have to follow ",
|
||||
'mail_four_1' => "<br /><br />If the Link above is broken or expired, try to send a new confirmation email again from ",
|
||||
'mail_five' => "<br /><br />After you do this, you will be able to use your new account. If you fail to <br />do this, your account will be deleted within 24 hours. We urge you to read <br />the RULES and FAQ before you start using ".$SITENAME.".<br /><br />Please Note: If you did not register for ".$SITENAME.", please report this email to ".$REPORTMAIL."<br /><br />------<br />Yours,<br />The ".$SITENAME." Team.",
|
||||
'mail_five' => "<br /><br />After you do this, you will be able to use your new account. If you fail to <br />do this, your account will be deleted within 24 hours. We urge you to read <br />the RULES and FAQ before you start using %s.<br /><br />Please Note: If you did not register for %s, please report this email to %s<br /><br />------<br />Yours,<br />The %s Team.",
|
||||
'text_select_lang' => "Select Site Language: ",
|
||||
'std_need_admin_verification' => "Account needs manual verification from administrators."
|
||||
);
|
||||
|
||||
@@ -84,7 +84,7 @@ $lang_details = array
|
||||
'row_last_seeder' => "Last Action: ",
|
||||
'text_ago' => " ago",
|
||||
'text_size' => "Size: ",
|
||||
'text_none_yet' => "none yet (needs at least ".$TORRENT['minvotes']." votes and has got ",
|
||||
'text_none_yet' => "none yet (needs at least %s votes and has got ",
|
||||
'text_only' => "only ",
|
||||
'text_none' => "none",
|
||||
'text_no_votes_yet' => "No votes yet",
|
||||
|
||||
@@ -4,7 +4,7 @@ $lang_edit = array
|
||||
(
|
||||
'head_edit_torrent' => "Edit torrent - ",
|
||||
'text_cannot_edit_torrent' => "Can't edit this torrent",
|
||||
'text_cannot_edit_torrent_note' => "You're not the rightful owner, or you're not <a href=\"login.php?returnto=" . rawurlencode($_SERVER["REQUEST_URI"]) . "&nowarn=1\">logged in</a> properly.\n",
|
||||
'text_cannot_edit_torrent_note' => "You're not the rightful owner, or you're not <a href=\"login.php?returnto=%s&nowarn=1\">logged in</a> properly.\n",
|
||||
'row_torrent_name' => "Torrent name",
|
||||
'row_small_description' => "Small description",
|
||||
'row_nfo_file' => "NFO file",
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang_faq = array
|
||||
'head_faq' => "FAQ",
|
||||
'text_welcome_to' => "Welcome to ",
|
||||
'text_welcome_content_one' => "The goal is to provide the absolutely high quality stuff. Therefore, only specially authorised users have permission to upload torrents. If you have access to 0-day stuff do not hesitate to <a class=\"faqlink\" href=\"contactstaff.php\">contact</a> us!<br /><br />This is a private tracker, and you have to register before you can get full access to the site.",
|
||||
'text_welcome_content_two' =>" Before you do anything here at ".$SITENAME.", we suggest you read the <a class=\"faqlink\" href=\"rules.php\">rules</a>! There are only a few rules to abide by, but we do enforce them!<br /><br />Before you go any further you should read the ".$SITENAME." <a class=\"faqlink\" href=\"useragreement.php\">user agreement</a>.",
|
||||
'text_welcome_content_two' =>" Before you do anything here at %s, we suggest you read the <a class=\"faqlink\" href=\"rules.php\">rules</a>! There are only a few rules to abide by, but we do enforce them!<br /><br />Before you go any further you should read the %s <a class=\"faqlink\" href=\"useragreement.php\">user agreement</a>.",
|
||||
'text_contents' => "Contents",
|
||||
);
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ $lang_functions = array
|
||||
'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_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 %s 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 ",
|
||||
@@ -29,7 +29,7 @@ $lang_functions = array
|
||||
'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_used_many_times' => " is already being used on too many account.... No more accounts allowed at <b>%s</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',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$lang_increment_bulk = array
|
||||
$lang_incrementbulk = array
|
||||
(
|
||||
'page_title' => 'Batch add bonus/attendance card/invite/uploaded/temporary invite',
|
||||
'sent_success' => ' has been added and inform message has been sent',
|
||||
|
||||
@@ -68,7 +68,7 @@ $lang_index = array
|
||||
'text_users_browsing_now' => " users are browsing the site in last 15 mins. ",
|
||||
'text_peers_active_now' => " users are seeding or leeching. ",
|
||||
'text_disclaimer' => "Disclaimer",
|
||||
'text_disclaimer_content' => "None of the files shown here are actually hosted on this server. The tracker only manages connections, it does not have any knowledge of the contents of the files being distributed. The links are provided solely by this site's users. The administrator of this site ".$SITENAME." cannot be held responsible for what its users post, or any other actions of its users. You may not use this site ".$SITENAME." to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms.",
|
||||
'text_disclaimer_content' => "None of the files shown here are actually hosted on this server. The tracker only manages connections, it does not have any knowledge of the contents of the files being distributed. The links are provided solely by this site's users. The administrator of this site %s cannot be held responsible for what its users post, or any other actions of its users. You may not use this site %s to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms.",
|
||||
'text_browser_note' => "This site is best viewed with <a href=\"https://www.google.com/chrome/\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/chrome-logo.svg\" alt=\"Google Chrome\" title=\"Get Google Chrome\" /></a>or<a href=\"https://www.mozilla.org/en-US/firefox/new/\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/firefox-logo.svg\" alt=\"Firefox\" title=\"Get Firefox\" border=\"0\" /></a> and with resolution above 1024*768. Recommended BitTorrent clients: <a href=\"https://www.qbittorrent.org/download.php\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/qBittorrent.ico\" alt=\"qBittorrent\" title=\"Get qBittorrent\" /></a>or<a href=\"https://transmissionbt.com/download/\" target=\"_blank\"><img class=\"img-browser\" src=\"/pic/misc/transmission.png\" alt=\"Transmission\" title=\"Get Transmission\" /></a>",
|
||||
'title_show_or_hide' => "Show/Hide",
|
||||
'text_links' => "Links",
|
||||
|
||||
@@ -39,7 +39,7 @@ $lang_invite = array
|
||||
'text_invitation_body' => "
|
||||
Hi Buddy,
|
||||
|
||||
I am inviting you to join $SITENAME which is a private community that have the finest
|
||||
I am inviting you to join %s which is a private community that have the finest
|
||||
and most abundant stuff. If you are interested in joining us please read over
|
||||
the rules and confirm the invite. Finally, please make sure you keep a nice ratio and
|
||||
only upload content that follows rules of the site.
|
||||
|
||||
@@ -5,17 +5,17 @@ $lang_linksmanage = array
|
||||
'head_apply_for_links' => "Apply for Links",
|
||||
'text_apply_for_links' => "Apply for Links",
|
||||
'text_rules' => "Rules for Link Exchange:",
|
||||
'text_rule_one' => "1.Please make our link <a href=\"".get_protocol_prefix().$BASEURL."\" title=\"$SLOGAN\" target=\"_blank\">$SITENAME</a> at your site before asking us to do the same.",
|
||||
'text_rule_two' => "2.Your site <strong>MUST NOT</strong> be involed in any illegal things. The administrators of this site $SITENAME take absolutely no responsibily for anything of your site.",
|
||||
'text_rule_three' => "3.All links we make here at our site $SITENAME are text-only.",
|
||||
'text_rule_one' => "1.Please make our link <a href=\"%s\" title=\"%s\" target=\"_blank\">%s</a> at your site before asking us to do the same.",
|
||||
'text_rule_two' => "2.Your site <strong>MUST NOT</strong> be involed in any illegal things. The administrators of this site %s take absolutely no responsibily for anything of your site.",
|
||||
'text_rule_three' => "3.All links we make here at our site %s are text-only.",
|
||||
'text_rule_four' => "4.Your site should has at least 200 registered users or 50 daily-visiting people.",
|
||||
'text_rule_five' => "5.We reserve the rights to <strong>MODIFY OR DELETE ANY LINKS</strong> at our site $SITENAME without notification.",
|
||||
'text_rule_six' => "6.If conformed to rules above, feel free to apply for links of your site at $SITENAME. However, we give no guarantee to accept all application.",
|
||||
'text_rule_five' => "5.We reserve the rights to <strong>MODIFY OR DELETE ANY LINKS</strong> at our site %s without notification.",
|
||||
'text_rule_six' => "6.If conformed to rules above, feel free to apply for links of your site at %s. However, we give no guarantee to accept all application.",
|
||||
'text_red_star_required' => "Fields marked with a red star(<font color='red'>*</font>) are required.",
|
||||
'text_site_name' => "Site Name",
|
||||
'text_url' => "URL",
|
||||
'text_title' => "Title",
|
||||
'text_title_note' => "Title is used to show tooltip at a link. e.g. <a href='http://www.nexusphp.com' title='The Ultimate File Sharing Solution' target='_blank'><b>NexusPHP</b></a>",
|
||||
'text_title_note' => "Title is used to show tooltip at a link. e.g. <a href='https://nexusphp.org' title='The Ultimate File Sharing Solution' target='_blank'><b>NexusPHP</b></a>",
|
||||
'text_administrator' => "Administrator",
|
||||
'text_administrator_note' => "We required administrator's <b>TRUE NAME</b>.",
|
||||
'text_email' => "Email",
|
||||
@@ -33,7 +33,7 @@ $lang_linksmanage = array
|
||||
'std_success' => "Success",
|
||||
'std_success_note' => "Your application has been successfully sent. Please wait for our reply.",
|
||||
'text_sitename_note' => "The name of your site. e.g. <i>NexusPHP</i>",
|
||||
'text_url_note' => "e.g. <i>http://www.nexusphp.com</i>",
|
||||
'text_url_note' => "e.g. <i>https://nexusphp.org</i>",
|
||||
'text_email_note' => "The administrator's contact email address",
|
||||
'std_missing_form_data' => "Missing form data.",
|
||||
'std_unable_creating_new_link' => "Unable to create new link.",
|
||||
|
||||
@@ -4,7 +4,7 @@ $lang_log = array
|
||||
(
|
||||
'std_sorry' => "Sorry...",
|
||||
'std_permission_denied_only' => "Permission denied. Only ",
|
||||
'std_or_above_can_view' => " or above could view LOG. <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_or_above_can_view' => " or above could view LOG. <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 %s Staff</b>",
|
||||
'head_site_log' => "Daily Log",
|
||||
'text_search_log' => "Search Daily Log",
|
||||
'submit_search' => "Search",
|
||||
|
||||
@@ -11,7 +11,7 @@ $lang_mybonus = array
|
||||
'text_success_vip' => "Congratulations! You have got yourself ",
|
||||
'text_success_vip_two' => " status for one month!",
|
||||
'text_no_permission' => "<b>ERROR!</b> You have no permission.",
|
||||
'text_success_custom_title' => "Congradulations! You are now known as <b>".$CURUSER['title']."</b>!",
|
||||
'text_success_custom_title' => "Congradulations! You are now known as <b>%s</b>!",
|
||||
'text_success_gift' => " You have spread the <b>Karma</b> well.",
|
||||
'head_karma_page' => "'s Karma Bonus Page",
|
||||
'text_karma_system' => " Karma Bonus Point System",
|
||||
|
||||
@@ -18,7 +18,7 @@ $lang_ok = array
|
||||
'std_already_confirmed_note' => "<p>This user account has already been confirmed. You can proceed to <a class=altlink href=\"login.php\">log in</a> with it.</p>\n",
|
||||
'head_signup_confirmation' => "Signup confirmation",
|
||||
'std_account_confirmed' => "<h1>Account successfully confirmed!</h1>\n",
|
||||
'std_read_rules_faq' => "<p>Before you start using ".$SITENAME." we urge you to read the <a class=altlink href=\"rules.php\"><b>RULES</b></a> and the <a class=altlink href=\"faq.php\"><b>FAQ</b></a>.</p>\n"
|
||||
'std_read_rules_faq' => "<p>Before you start using %s we urge you to read the <a class=altlink href=\"rules.php\"><b>RULES</b></a> and the <a class=altlink href=\"faq.php\"><b>FAQ</b></a>.</p>\n"
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -18,21 +18,21 @@ $lang_recover = array
|
||||
'submit_recover_it' => "Recover It!",
|
||||
'text_you_have' => "You have ",
|
||||
'text_remaining_tries' => " remaining tries.",
|
||||
|
||||
|
||||
'mail_this_link' => "THIS LINK",
|
||||
'mail_here' => "HERE",
|
||||
|
||||
|
||||
'mail_title' => " password reset confirmation",
|
||||
'mail_one' => "Hi,<br /><br />Someone, hopefully you, requested that the password for the account<br />associated with this email address ",
|
||||
'mail_two' => " be reset.<br /><br />The request originated from ",
|
||||
'mail_three' => ".<br /><br />If you did not do this ignore this email. Please do not reply.<br /><br />Should you wish to confirm this request, please follow ",
|
||||
'mail_four' => "<br />After you do this, your password will be reset and emailed back to you.<br /><br />------<br />Yours,<br />The ".$SITENAME." Team.",
|
||||
|
||||
'mail_four' => "<br />After you do this, your password will be reset and emailed back to you.<br /><br />------<br />Yours,<br />The %s Team.",
|
||||
|
||||
'mail_two_title' => " account details",
|
||||
'mail_two_one' => "Hi,<br /><br />As per your request we have generated a new password for your account.<br /><br />Here is the information we now have on file for this account:<br /><br />User name: ",
|
||||
'mail_two_two' => "<br />Password: ",
|
||||
'mail_two_three' => "<br /><br />You may login from ",
|
||||
'mail_two_four' => "<br /><br />You may change your password in User CP - Security Settings after logging in.<br />------<br />Yours,<br />The ".$SITENAME." Team.",
|
||||
'mail_two_four' => "<br /><br />You may change your password in User CP - Security Settings after logging in.<br />------<br />Yours,<br />The %s Team.",
|
||||
'text_select_lang' => "Select Site Language: ",
|
||||
'std_user_account_unconfirmed' => "The account has not been verified yet. If you didn't receive the confirmation email, try to <a href='confirm_resend.php'><b>reseed it</b></a>.",
|
||||
);
|
||||
|
||||
@@ -227,7 +227,6 @@ $lang_settings = array
|
||||
'text_bonus_formula_twelve' => ". Default '300'",
|
||||
'text_misc_ways_get_bonus' => "Miscellaneous ways to get bonus",
|
||||
'row_uploading_torrent' => "Uploading torrent",
|
||||
'text_user_would_get' => "User would get ",
|
||||
'text_uploading_torrent_note' => " bonus points for uploading a new torrent. Default '15'.",
|
||||
'row_uploading_subtitle' => "Uploading subtitle",
|
||||
'text_uploading_subtitle_note' => " bonus points for uploading a new subtitle. Default '5'.",
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
$lang_special = [
|
||||
'std_sorry' => "Sorry...",
|
||||
'std_permission_denied_only' => "Permission denied. Only ",
|
||||
'std_or_above_can_view' => " or above could view Special section. <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_or_above_can_view' => " or above could view Special section. <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 %s Staff</b>",
|
||||
];
|
||||
@@ -22,7 +22,7 @@ $lang_staff = array
|
||||
'title_offline' => "Offline",
|
||||
'title_send_pm' => "Send PM",
|
||||
'text_vip' => "VIP",
|
||||
'text_vip_note' => "VIP status is only granted to those who have made special contribution to ".$SITENAME.", e.g. former staff members.",
|
||||
'text_vip_note' => "VIP status is only granted to those who have made special contribution to %s, e.g. former staff members.",
|
||||
'text_reason' => "Reason",
|
||||
'text_apply_for_it' => "Apply to join",
|
||||
'text_forum_moderators' => "Forum Moderators",
|
||||
@@ -30,7 +30,7 @@ $lang_staff = array
|
||||
'text_forums' => "Forums",
|
||||
'std_sorry' => "Sorry...",
|
||||
'std_permission_denied_only' => "Permission denied. Only ",
|
||||
'std_or_above_can_view' => " or above could view Staff. <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_or_above_can_view' => " or above could view Staff. <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 %s Staff</b>",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -30,7 +30,7 @@ $lang_subtitles = array
|
||||
'row_file' => "File",
|
||||
'text_maximum_file_size' => "Maximum file size: ",
|
||||
'row_torrent_id' => "Torrent ID",
|
||||
'text_torrent_id_note' => "(The number in the address bar when you go to the details page of the torrent.<br />e.g.  <b>http://".$BASEURL."/details.php?id=16</b>  the number <b>16</b> is the torrent ID)",
|
||||
'text_torrent_id_note' => "(The number in the address bar when you go to the details page of the torrent.<br />e.g.  <b>http://%s/details.php?id=16</b>  the number <b>16</b> is the torrent ID)",
|
||||
'row_title' => "Title",
|
||||
'text_title_note' => "(Optional, taken from file name if not specified.)",
|
||||
'row_language' => "Language",
|
||||
|
||||
@@ -2,14 +2,13 @@
|
||||
|
||||
$lang_tags = array
|
||||
(
|
||||
'text_description' => "Description:",
|
||||
'text_syntax' => "Syntax:",
|
||||
'text_example' => "Example:",
|
||||
'text_result' => "Result:",
|
||||
'text_remarks' => "Remarks:",
|
||||
'head_tags' => "Tags",
|
||||
'text_tags' => "Tags",
|
||||
'text_bb_tags_note' => "The <b>".$SITENAME."</b> forums supports a number of <i>BB tags</i> which you can embed to modify how your posts are displayed.",
|
||||
'text_bb_tags_note' => "The <b>%s</b> forums supports a number of <i>BB tags</i> which you can embed to modify how your posts are displayed.",
|
||||
'submit_test_this_code' => "Test this code!",
|
||||
'text_bold' => "Bold",
|
||||
'text_bold_description' => "Makes the enclosed text bold.",
|
||||
@@ -46,31 +45,31 @@ $lang_tags = array
|
||||
'text_hyperlink_one' => "Hyperlink (alt. 1)",
|
||||
'text_hyperlink_one_description' => "Inserts a hyperlink.",
|
||||
'text_hyperlink_one_syntax' => "[url]<i>URL</i>[/url]",
|
||||
'text_hyperlink_one_example' => "[url]http://".$BASEURL."[/url]",
|
||||
'text_hyperlink_one_example' => "[url]http://%s[/url]",
|
||||
'text_hyperlink_one_remarks' => "This tag is superfluous; all URLs are automatically hyperlinked.",
|
||||
'text_hyperlink_two' => "Hyperlink (alt. 2)",
|
||||
'text_hyperlink_two_description' => "Inserts a hyperlink.",
|
||||
'text_hyperlink_two_syntax' => "[url=<i>URL</i>]<i>Link text</i>[/url]",
|
||||
'text_hyperlink_two_example' => "[url=http://".$BASEURL."]".$SITENAME."[/url]",
|
||||
'text_hyperlink_two_example' => "[url=http://%s]%s[/url]",
|
||||
'text_hyperlink_two_remarks' => "You do not have to use this tag unless you want to set the link text; all URLs are automatically hyperlinked.",
|
||||
'text_image_one' => "Image (alt. 1)",
|
||||
'text_image_one_description' => "Inserts a picture.",
|
||||
'text_image_one_syntax' => "[img=<i>URL</i>]",
|
||||
'text_image_one_example' => "[img=http://$BASEURL/pic/nexus.png]",
|
||||
'text_image_one_example' => "[img=http://%s/pic/nexus.png]",
|
||||
'text_image_one_remarks' => "The URL must end with <b>.gif</b>, <b>.jpg</b>, <b>.jpeg or <b>.png</b>.",
|
||||
'text_image_two' => "Image (alt. 2)",
|
||||
'text_image_two_description' => "Inserts a picture.",
|
||||
'text_image_two_syntax' => "[img]<i>URL</i>[/img]",
|
||||
'text_image_two_example' => "[img]http://$BASEURL/pic/nexus.png[/img]",
|
||||
'text_image_two_example' => "[img]http://%s/pic/nexus.png[/img]",
|
||||
'text_image_two_remarks' => "The URL must end with <b>.gif</b>, <b>.jpg</b>, <b>.jpeg or <b>.png</b>.",
|
||||
'text_quote_one' => "Quote (alt. 1)",
|
||||
'text_quote_one_description' => "Inserts a quote.",
|
||||
'text_quote_one_syntax' => "[quote]<i>Quoted text</i>[/quote]",
|
||||
'text_quote_one_example' => "[quote]I love ".$SITENAME.".[/quote]",
|
||||
'text_quote_one_example' => "[quote]I love %s.[/quote]",
|
||||
'text_quote_two' => "Quote (alt. 2)",
|
||||
'text_quote_two_description' => "Inserts a quote.",
|
||||
'text_quote_two_syntax' => "[quote=<i>Author</i>]<i>Quoted text</i>[/quote]",
|
||||
'text_quote_two_example' => "[quote=".$CURUSER['username']."]I love ".$SITENAME.".[/quote]",
|
||||
'text_quote_two_example' => "[quote=%s]I love %s.[/quote]",
|
||||
'text_list' => "List",
|
||||
'text_description' => "Inserts a list item.",
|
||||
'text_list_syntax' => "[*]<i>Text</i>",
|
||||
@@ -99,19 +98,19 @@ $lang_tags = array
|
||||
'text_flash' => "Flash (alt. 1)",
|
||||
'text_flash_description' => "Insert flash in webpages at defined width and height",
|
||||
'text_flash_syntax' => "[flash,width,height]Flash URL[/flash]",
|
||||
'text_flash_example' => "[flash,500,300]http://$BASEURL/flash.demo.swf[/flash]",
|
||||
'text_flash_example' => "[flash,500,300]http://%s/flash.demo.swf[/flash]",
|
||||
'text_flash_two' => "Flash (alt. 2)",
|
||||
'text_flash_two_description' => "Insert flash in webpages at default width and height (500 * 300)",
|
||||
'text_flash_two_syntax' => "[flash]Flash URL[/flash]",
|
||||
'text_flash_two_example' => "[flash]http://$BASEURL/flash.demo.swf[/flash]",
|
||||
'text_flash_two_example' => "[flash]http://%s/flash.demo.swf[/flash]",
|
||||
'text_flv_one' => "Flash video (alt.1)",
|
||||
'text_flv_one_description' => "Insert flash video in webpages at defined width and height",
|
||||
'text_flv_one_syntax' => "[flv,width,height]Flash video URL[/flv]",
|
||||
'text_flv_one_example' => "[flv,320,240]http://$BASEURL/flash.video.demo.flv[/flv]",
|
||||
'text_flv_one_example' => "[flv,320,240]http://%s/flash.video.demo.flv[/flv]",
|
||||
'text_flv_two' => "Flash video (alt.2)",
|
||||
'text_flv_two_description' => "Insert flash video in webpages at default width and height (320 * 240)",
|
||||
'text_flv_two_syntax' => "[flv]Flash video URL[/flv]",
|
||||
'text_flv_two_example' => "[flv]http://$BASEURL/flash.video.demo.flv[/flv]",
|
||||
'text_flv_two_example' => "[flv]http://%s/flash.video.demo.flv[/flv]",
|
||||
'text_youtube' => "YouTube",
|
||||
'text_youtube_description' => "Insert YouTube online video in webpages",
|
||||
'text_youtube_syntax' => "[youtube,width,height]Video URL on YouTube[/youtube]",
|
||||
|
||||
@@ -11,12 +11,12 @@ $lang_takeinvite = array
|
||||
'std_is_in_use' => " is already in use.",
|
||||
'mail_here' => "HERE",
|
||||
'mail_tilte' => " Invitation",
|
||||
'mail_one' => "Hi,<br /><br />You have been invited to join the ".$SITENAME." community by ",
|
||||
'mail_one' => "Hi,<br /><br />You have been invited to join the %s community by ",
|
||||
'mail_two' => ".<br />This is a private community which has very knowledgeable members. <br />If you are interested in joining the community please read over <br />the rules and confirm the invite.<br /><br />If you want to accept this invitation, you'll need to click this link:",
|
||||
'mail_three' => "You'll need to accept the invitation within ",
|
||||
'mail_four' => " days, or else the link will become inactive.<br />We on ".$SITENAME." hope that you'll accept the invitation and join our great community!<br /><br />Personal message from ",
|
||||
'mail_four' => " days, or else the link will become inactive.<br />We on %s hope that you'll accept the invitation and join our great community!<br /><br />Personal message from ",
|
||||
'mail_five' => ":",
|
||||
'mail_six' => "If you do not know the person who has invited you, please forward this email to ".$REPORTMAIL."<br /><br />------<br />Yours,<br />The ".$SITENAME." Team.",
|
||||
'mail_six' => "If you do not know the person who has invited you, please forward this email to %s<br /><br />------<br />Yours,<br />The %s Team.",
|
||||
'std_error' => "Error",
|
||||
'std_invite_denied' => "Users of your class are not allowed to send invitation. How do you get here?",
|
||||
'std_email_address_banned' => "This email address is banned!",
|
||||
|
||||
@@ -27,16 +27,15 @@ $lang_takesignup = array
|
||||
'std_to_finish_signup' => " to finish signup, thanks!",
|
||||
'msg_subject' => "Welcome to ",
|
||||
'msg_congratulations' => "Congratulations ",
|
||||
'msg_you_are_a_member' => ",\n\nYou are now a member of ".$SITENAME.",\nWe would like to take this opportunity to say hello and welcome to ".$SITENAME."!\n\nPlease be sure to read the [url=rules.php][b]Rules[/b][/url] and the [url=faq.php][b]Faq[/b][/url].\n And be sure to stop by the [url=forums.php][b]Forums[/b][/url]: and say Hello!\n\nEnjoy your Stay.\nThe Staff of ".$SITENAME." ",
|
||||
'msg_you_are_a_member' => ",\n\nYou are now a member of %s,\nWe would like to take this opportunity to say hello and welcome to %s!\n\nPlease be sure to read the [url=rules.php][b]Rules[/b][/url] and the [url=faq.php][b]Faq[/b][/url].\n And be sure to stop by the [url=forums.php][b]Forums[/b][/url]: and say Hello!\n\nEnjoy your Stay.\nThe Staff of %s ",
|
||||
'mail_this_link' => "THIS LINK",
|
||||
'mail_here' => "HERE",
|
||||
'mail_title' => " User Registration Confirmation",
|
||||
'mail_one' => "Hi ",
|
||||
'mail_two' => ",<br /><br />You have requested a new user account on ".$SITENAME." and you have <br />specified this address ",
|
||||
'mail_two' => ",<br /><br />You have requested a new user account on %s and you have <br />specified this address ",
|
||||
'mail_three' => " as user contact.<br /><br />If you did not do this, please ignore this email. The person who entered your <br />email address had the IP address ",
|
||||
'mail_four' => ". Please do not reply.<br /><br />To confirm your user registration, you have to follow ",
|
||||
'mail_four_1' => "<br /><br />If the Link above is broken or expired, try to send a new confirmation email again from ",
|
||||
'mail_five' => "<br /><br />After you do this, you will be able to use your new account. If you fail to <br />do this, your account will be deleted within 24 hours. We urge you to read <br />the RULES and FAQ before you start using ".$SITENAME.".<br /><br />Please Note: If you did not register for ".$SITENAME.", please report this email to ".$REPORTMAIL."<br /><br />------<br />Yours,<br />The ".$SITENAME." Team.",
|
||||
'std_invalid_gender' => "Invalid Gender!",
|
||||
'mail_five' => "<br /><br />After you do this, you will be able to use your new account. If you fail to <br />do this, your account will be deleted within 24 hours. We urge you to read <br />the RULES and FAQ before you start using %s.<br /><br />Please Note: If you did not register for %s, please report this email to %s<br /><br />------<br />Yours,<br />The %s Team.",
|
||||
);
|
||||
?>
|
||||
|
||||
@@ -5,7 +5,7 @@ $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>",
|
||||
'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 %s Staff</b>",
|
||||
'col_rank' => "Rank",
|
||||
'col_user' => "User",
|
||||
'col_donated' => "Donated",
|
||||
@@ -50,39 +50,39 @@ $lang_topten = array
|
||||
'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",
|
||||
@@ -90,7 +90,7 @@ $lang_topten = array
|
||||
'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",
|
||||
|
||||
@@ -117,7 +117,7 @@ $lang_usercp = array
|
||||
'text_ago' => " ago",
|
||||
'mail_here' => "HERE",
|
||||
'mail_change_email_one' => "You have requested that your user profile (username ",
|
||||
'mail_change_email_two' => ") on ".$SITENAME." should be updated with this email address ",
|
||||
'mail_change_email_two' => ") on %s should be updated with this email address ",
|
||||
'mail_change_email_three' => " as user contact.",
|
||||
'mail_change_email_four' => "If you did not do this, please ignore this email. The person who entered your email address had the IP address ",
|
||||
'mail_change_email_five' => ". Please do not reply.",
|
||||
@@ -125,7 +125,7 @@ $lang_usercp = array
|
||||
'mail_change_email_six_1' => " to confirm",
|
||||
'mail_change_email_seven' => "Your new email address will appear in your profile after you do this. Otherwise your profile will remain unchanged.",
|
||||
'mail_change_email_eight' => "<br />Yours,",
|
||||
'mail_change_email_nine' => "The ".$SITENAME." Team.",
|
||||
'mail_change_email_nine' => "The %s Team.",
|
||||
'mail_profile_change_confirmation' => " profile change confirmation",
|
||||
'text_go_back' => "go back",
|
||||
'text_category' => "Category",
|
||||
|
||||
Reference in New Issue
Block a user