Files
nexusphp/_db/dbstructure_v1.6.sql
xiaomlove dcdc0dd654 install
2021-01-25 20:02:27 +08:00

2403 lines
1.8 MiB
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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.
-- MySQL dump 10.13 Distrib 5.7.19, for Linux (x86_64)
--
-- Host: localhost Database: A@?88xE?qn3h
-- ------------------------------------------------------
-- Server version 5.7.19-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
-- MySQL dump 10.13 Distrib 5.7.19, for Linux (x86_64)
--
-- Host: localhost Database: nexus_php_php8
-- ------------------------------------------------------
-- Server version 5.7.19-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Current Database: `nexus_php_php8`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `nexus_php_php8` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `nexus_php_php8`;
--
-- Table structure for table `adclicks`
--
DROP TABLE IF EXISTS `adclicks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adclicks` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`adid` int(11) unsigned DEFAULT NULL,
`userid` int(11) unsigned DEFAULT NULL,
`added` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `adclicks`
--
LOCK TABLES `adclicks` WRITE;
/*!40000 ALTER TABLE `adclicks` DISABLE KEYS */;
INSERT INTO `adclicks` VALUES (1,1,2,'2021-01-07 09:21:25'),(2,1,2,'2021-01-20 17:13:47');
/*!40000 ALTER TABLE `adclicks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `adminpanel`
--
DROP TABLE IF EXISTS `adminpanel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adminpanel` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(128) NOT NULL DEFAULT '',
`url` varchar(255) NOT NULL DEFAULT '',
`info` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `adminpanel`
--
LOCK TABLES `adminpanel` WRITE;
/*!40000 ALTER TABLE `adminpanel` DISABLE KEYS */;
INSERT INTO `adminpanel` VALUES (1,'Add user','adduser.php','Create new user account'),(3,'Reset Users Password','reset.php','Rest lost Passwords'),(4,'Mass PM','staffmess.php','Send PM to all users'),(6,'Poll overview','polloverview.php','View poll votes'),(7,'Warned users','warned.php','See all warned users on tracker'),(8,'FreeLeech','freeleech.php','Set ALL Torrents At Special State.'),(9,'FAQ Management','faqmanage.php','Edit/Add/Delete FAQ Page'),(10,'Rules Management','modrules.php','Edit/Add/Delete RULES Page'),(11,'Category Manage','catmanage.php','Manage torrents categories at your site');
/*!40000 ALTER TABLE `adminpanel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `advertisements`
--
DROP TABLE IF EXISTS `advertisements`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `advertisements` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`enabled` tinyint(1) NOT NULL DEFAULT '0',
`type` enum('bbcodes','xhtml','text','image','flash') NOT NULL,
`position` enum('header','footer','belownav','belowsearchbox','torrentdetail','comment','interoverforums','forumpost','popup') NOT NULL,
`displayorder` tinyint(3) NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL DEFAULT '',
`parameters` text NOT NULL,
`code` text NOT NULL,
`starttime` datetime NOT NULL,
`endtime` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `advertisements`
--
LOCK TABLES `advertisements` WRITE;
/*!40000 ALTER TABLE `advertisements` DISABLE KEYS */;
INSERT INTO `advertisements` VALUES (1,1,'text','torrentdetail',0,'测试广告','a:3:{s:7:\"content\";s:30:\"这是一个广告,快点我\";s:4:\"link\";s:19:\"http://nexusphp.cn/\";s:4:\"size\";s:4:\"40pt\";}','<a href=\"adredir.php?id=1&amp;url=http%3A%2F%2Fnexusphp.cn%2F\" target=\"_blank\"><span style=\"font-size: 40pt\">这是一个广告,快点我</span></a>','2020-12-20 00:00:00','2021-12-20 00:00:00');
/*!40000 ALTER TABLE `advertisements` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `agent_allowed_exception`
--
DROP TABLE IF EXISTS `agent_allowed_exception`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `agent_allowed_exception` (
`family_id` tinyint(3) unsigned NOT NULL,
`name` varchar(100) NOT NULL DEFAULT '',
`peer_id` varchar(20) NOT NULL,
`agent` varchar(100) NOT NULL,
`comment` varchar(200) NOT NULL DEFAULT '',
KEY `family_id` (`family_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `agent_allowed_exception`
--
LOCK TABLES `agent_allowed_exception` WRITE;
/*!40000 ALTER TABLE `agent_allowed_exception` DISABLE KEYS */;
INSERT INTO `agent_allowed_exception` VALUES (16,'uTorrent 1.80B (Build 6838)','-UT180B-','uTorrent/180B(6838)','buggy build that always seeding bad request');
/*!40000 ALTER TABLE `agent_allowed_exception` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `agent_allowed_family`
--
DROP TABLE IF EXISTS `agent_allowed_family`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `agent_allowed_family` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`family` varchar(50) NOT NULL DEFAULT '',
`start_name` varchar(100) NOT NULL DEFAULT '',
`peer_id_pattern` varchar(200) NOT NULL,
`peer_id_match_num` tinyint(3) unsigned NOT NULL,
`peer_id_matchtype` enum('dec','hex') NOT NULL DEFAULT 'dec',
`peer_id_start` varchar(20) NOT NULL,
`agent_pattern` varchar(200) NOT NULL,
`agent_match_num` tinyint(3) unsigned NOT NULL,
`agent_matchtype` enum('dec','hex') NOT NULL DEFAULT 'dec',
`agent_start` varchar(100) NOT NULL,
`exception` enum('yes','no') NOT NULL DEFAULT 'no',
`allowhttps` enum('yes','no') NOT NULL DEFAULT 'no',
`comment` varchar(200) NOT NULL DEFAULT '',
`hits` mediumint(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `agent_allowed_family`
--
LOCK TABLES `agent_allowed_family` WRITE;
/*!40000 ALTER TABLE `agent_allowed_family` DISABLE KEYS */;
INSERT INTO `agent_allowed_family` VALUES (1,'Azureus 2.5.0.4','Azureus 2.5.0.4','/^-AZ2504-/',0,'dec','-AZ2504-','/^Azureus 2.5.0.4/',0,'dec','Azureus 2.5.0.4','no','yes','',0),(2,'uTorrent 1.6.1','uTorrent 1.6.1','/^-UT1610-/',0,'dec','-UT1610-','/^uTorrent\\/1610/',0,'dec','uTorrent/1610','no','no','',0),(3,'Bittorrent 6.x','Bittorrent 6.0.1','/^M6-([0-9])-([0-9])--/',2,'dec','M6-0-1--','/^BitTorrent\\/6([0-9])([0-9])([0-9])/',3,'dec','BitTorrent/6010','no','yes','',0),(4,'Deluge 0.x','Deluge 0.5.8.9','/^-DE0([0-9])([0-9])([0-9])-/',3,'dec','-DE0589-','/^Deluge 0\\.([0-9])\\.([0-9])\\.([0-9])/',3,'dec','Deluge 0.5.8.9','no','yes','',0),(5,'Transmission1.x','Transmission 1.06 (build 5136)','/^-TR1([0-9])([0-9])([0-9])-/',3,'dec','-TR1060-','/^Transmission\\/1\\.([0-9])([0-9])/',3,'dec','Transmission/1.06','no','yes','',0),(6,'RTorrent 0.x(with libtorrent 0.x)','rTorrent 0.8.0 (with libtorrent 0.12.0)','/^-lt([0-9A-E])([0-9A-E])([0-9A-E])([0-9A-E])-/',4,'hex','-lt0C00-','/^rtorrent\\/0\\.([0-9])\\.([0-9])\\/0\\.([1-9][0-9]*)\\.(0|[1-9][0-9]*)/',4,'dec','rtorrent/0.8.0/0.12.0','no','no','',0),(7,'Rufus 0.x','Rufus 0.6.9','',0,'dec','','/^Rufus\\/0\\.([0-9])\\.([0-9])/',2,'dec','Rufus/0.6.9','no','no','',0),(8,'Azureus 3.x','Azureus 3.0.5.0','/^-AZ3([0-9])([0-9])([0-9])-/',3,'dec','-AZ3050-','/^Azureus 3\\.([0-9])\\.([0-9])\\.([0-9])/',3,'dec','Azureus 3.0.5.0','no','yes','',0),(9,'uTorrent 1.7.x','uTorrent 1.7.5','/^-UT17([0-9])([0-9])-/',2,'dec','-UT1750-','/^uTorrent\\/17([0-9])([0-9])/',2,'dec','uTorrent/1750','no','yes','',0),(10,'BitRocket 0.x','BitRocket 0.3.3(32)','/^-BR0([0-9])([1-9][0-9]*)-/',2,'dec','-BR0332-','/^BitRocket\\/0\\.([0-9])\\.([0-9])\\(([1-9][0-9]*)\\) libtorrent\\/0\\.([1-9][0-9]*)\\.(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)/',6,'dec','BitRocket/0.3.3(32) libtorrent/0.13.0.0','no','yes','',0),(11,'MLDonkey 2.9.x','MLDonkey 2.9.2','/^-ML2\\.9\\.([0-9])-/',1,'dec','-ML2.9.2-','/^MLDonkey\\/2\\.9\\.([0-9])/',1,'dec','MLDonkey/2.9.2','no','yes','',0),(12,'uTorrent 1.8.x','uTorrent 1.8.0','/^-UT18([0-9])([0-9])-/',2,'dec','-UT1800-','/^uTorrent\\/18([0-9])([0-9])/',2,'dec','uTorrent/1800','no','yes','',0),(13,'Azureus 4.x','Vuze 4.0.0.2','/^-AZ4([0-9])([0-9])([0-9])-/',3,'dec','-AZ4002-','/^Azureus 4\\.([0-9])\\.([0-9])\\.([0-9])/',3,'dec','Azureus 4.0.0.2','no','yes','',0),(14,'SymTorrent','','',0,'dec','','/^SymTorrent/',0,'dec','SymTorrent','no','no','',0),(15,'Deluge 1.x','Deluge 1.1.6','/^-DE1([0-9])([0-9])([0-9])-/',3,'dec','-DE1160-','/^Deluge 1\\.([0-9])\\.([0-9])/',2,'dec','Deluge 1.1.6','no','yes','',0),(16,'uTorrent 1.8xB','uTorrent 1.80 Beta (build 9137)','/^-UT18([0-9])B-/',1,'dec','-UT180B-','/^uTorrent\\/18([0-9])B\\(([1-9][0-9]*)\\)/',2,'dec','uTorrent/180B(9137)','no','yes','',0),(17,'uTorrent 2.x.x','uTorrent 2.0(build 17624)','/^-UT2([0-9])([0-9])([0-9])-/',3,'dec','-UT2000-','/^uTorrent\\/2([0-9])([0-9])([0-9])/',3,'dec','uTorrent/2000','no','yes','',0),(18,'Transmission2.x','Transmission 2.0','/^-TR2([0-9])([0-9])([0-9])-/',3,'dec','-TR2000-','/^Transmission\\/2\\.([0-9])([0-9])/',3,'dec','Transmission/2.00','no','yes','',0),(19,'uTorrent 3.x','uTorrent/3000','/^-UT3([0-9])([0-9])([0-9])-/',3,'dec','-UT3000-','/^uTorrent\\/3([0-9])([0-9])([0-9])/',3,'dec','uTorrent/3000','no','yes','',0),(20,'uTorrent 3.x','uTorrent','',0,'dec','-UT355W-','/^uTorrent/',0,'dec','uTorrent','no','yes','',1);
/*!40000 ALTER TABLE `agent_allowed_family` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `allowedemails`
--
DROP TABLE IF EXISTS `allowedemails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `allowedemails` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`value` mediumtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `allowedemails`
--
LOCK TABLES `allowedemails` WRITE;
/*!40000 ALTER TABLE `allowedemails` DISABLE KEYS */;
INSERT INTO `allowedemails` VALUES (1,'@st.zju.edu.cn @gstu.zju.edu.cn @fa.zju.edu.cn @zuaa.zju.edu.cn');
/*!40000 ALTER TABLE `allowedemails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `attachments`
--
DROP TABLE IF EXISTS `attachments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `attachments` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`width` smallint(6) unsigned NOT NULL DEFAULT '0',
`added` datetime DEFAULT NULL,
`filename` varchar(255) NOT NULL DEFAULT '',
`dlkey` char(32) NOT NULL,
`filetype` varchar(50) NOT NULL DEFAULT '',
`filesize` bigint(20) unsigned NOT NULL DEFAULT '0',
`location` varchar(255) NOT NULL,
`downloads` mediumint(8) NOT NULL DEFAULT '0',
`isimage` tinyint(1) unsigned NOT NULL DEFAULT '0',
`thumb` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `pid` (`userid`,`id`),
KEY `dateline` (`added`,`isimage`,`downloads`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `attachments`
--
LOCK TABLES `attachments` WRITE;
/*!40000 ALTER TABLE `attachments` DISABLE KEYS */;
INSERT INTO `attachments` VALUES (1,2,140,'2020-12-29 17:46:28','QQ图片20190414191742.jpg','a1d98328417f4bb9580bfe9d069b9fa7','image/jpeg',5012,'202012/20201229174628eba8aa985c03b98b032b952c46b955bb.jpg',0,1,0),(2,2,140,'2020-12-29 17:47:40','333.jpg','f137ad8525c0eac3985668dac1e61822','image/jpeg',5012,'202012/20201229174740eba8aa985c03b98b032b952c46b955bb.jpg',0,1,0),(3,3,1018,'2021-01-19 12:30:39','the-reckoning-trailer-1_h1080p.mov.jpg','58a46965d131e51e861ddd202bfe9d6d','image/jpeg',91403,'202101/202101191230394c2601a09a9fff5672c52015090167de.jpg',0,1,1),(4,3,980,'2021-01-19 13:15:00','background.jpg','52e4d1182c9ad1dc8da10eba334a0732','image/jpeg',108579,'202101/202101191315007841c80fa760a8d774027179127b3a18.jpg',0,1,1),(5,3,140,'2021-01-19 13:16:41','QQ图片20200815114049.jpg','cc448425377adb284dae52c8167f58af','image/jpeg',5007,'202101/2021011913164187b1853495807fdc46f043de222e10df.jpg',0,1,0),(6,3,980,'2021-01-19 13:18:21','background.jpg','1bf6b330056673e85c4658bc8c0f536c','image/jpeg',108579,'202101/202101191318217841c80fa760a8d774027179127b3a18.jpg',0,1,1),(7,3,1018,'2021-01-19 13:19:43','the-reckoning-trailer-1_h1080p.mov.jpg','91163d3bf1b6dd898a571895e2bd14f3','image/jpeg',91403,'202101/202101191319434c2601a09a9fff5672c52015090167de.jpg',0,1,1);
/*!40000 ALTER TABLE `attachments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `audiocodecs`
--
DROP TABLE IF EXISTS `audiocodecs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `audiocodecs` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(30) NOT NULL,
`image` varchar(255) NOT NULL,
`sort_index` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `audiocodecs`
--
LOCK TABLES `audiocodecs` WRITE;
/*!40000 ALTER TABLE `audiocodecs` DISABLE KEYS */;
INSERT INTO `audiocodecs` VALUES (1,'FLAC','',0),(2,'APE','',0),(3,'DTS','',0),(4,'MP3','',0),(5,'OGG','',0),(6,'AAC','',0),(7,'Other','',0);
/*!40000 ALTER TABLE `audiocodecs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `avps`
--
DROP TABLE IF EXISTS `avps`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `avps` (
`arg` varchar(20) NOT NULL DEFAULT '',
`value_s` text NOT NULL,
`value_i` int(11) NOT NULL DEFAULT '0',
`value_u` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`arg`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `avps`
--
LOCK TABLES `avps` WRITE;
/*!40000 ALTER TABLE `avps` DISABLE KEYS */;
INSERT INTO `avps` VALUES ('lastcleantime','',0,1610106230),('last24','',947,1211708476),('lastcleantime2','',0,1610106230),('lastcleantime3','',0,1610106230),('lastcleantime4','',0,1610070016),('lastcleantime5','',0,1609823589);
/*!40000 ALTER TABLE `avps` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bannedemails`
--
DROP TABLE IF EXISTS `bannedemails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bannedemails` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`value` mediumtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bannedemails`
--
LOCK TABLES `bannedemails` WRITE;
/*!40000 ALTER TABLE `bannedemails` DISABLE KEYS */;
INSERT INTO `bannedemails` VALUES (1,'@test.com');
/*!40000 ALTER TABLE `bannedemails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bans`
--
DROP TABLE IF EXISTS `bans`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bans` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`added` datetime DEFAULT NULL,
`addedby` mediumint(8) unsigned NOT NULL DEFAULT '0',
`comment` varchar(255) NOT NULL DEFAULT '',
`first` bigint(20) NOT NULL,
`last` bigint(20) NOT NULL,
PRIMARY KEY (`id`),
KEY `first_last` (`first`,`last`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bans`
--
LOCK TABLES `bans` WRITE;
/*!40000 ALTER TABLE `bans` DISABLE KEYS */;
/*!40000 ALTER TABLE `bans` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bitbucket`
--
DROP TABLE IF EXISTS `bitbucket`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bitbucket` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`owner` mediumint(8) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL,
`added` datetime DEFAULT NULL,
`public` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bitbucket`
--
LOCK TABLES `bitbucket` WRITE;
/*!40000 ALTER TABLE `bitbucket` DISABLE KEYS */;
/*!40000 ALTER TABLE `bitbucket` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `blocks`
--
DROP TABLE IF EXISTS `blocks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `blocks` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`blockid` mediumint(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `userfriend` (`userid`,`blockid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `blocks`
--
LOCK TABLES `blocks` WRITE;
/*!40000 ALTER TABLE `blocks` DISABLE KEYS */;
/*!40000 ALTER TABLE `blocks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bookmarks`
--
DROP TABLE IF EXISTS `bookmarks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bookmarks` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`torrentid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `userid_torrentid` (`userid`,`torrentid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bookmarks`
--
LOCK TABLES `bookmarks` WRITE;
/*!40000 ALTER TABLE `bookmarks` DISABLE KEYS */;
/*!40000 ALTER TABLE `bookmarks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `categories`
--
DROP TABLE IF EXISTS `categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `categories` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`mode` tinyint(3) unsigned NOT NULL DEFAULT '1',
`class_name` varchar(255) NOT NULL DEFAULT '',
`name` varchar(30) NOT NULL,
`image` varchar(255) NOT NULL,
`sort_index` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `mode_sort` (`mode`,`sort_index`)
) ENGINE=MyISAM AUTO_INCREMENT=410 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `categories`
--
LOCK TABLES `categories` WRITE;
/*!40000 ALTER TABLE `categories` DISABLE KEYS */;
INSERT INTO `categories` VALUES (401,4,'c_movies','Movies','catsprites.png',0),(402,4,'c_tvseries','TV Series','catsprites.png',3),(403,4,'c_tvshows','TV Shows','catsprites.png',4),(404,4,'c_doc','Documentaries','catsprites.png',1),(405,4,'c_anime','Animations','catsprites.png',2),(406,4,'c_mv','Music Videos','catsprites.png',5),(407,4,'c_sports','Sports','catsprites.png',6),(408,4,'c_hqaudio','HQ Audio','catsprites.png',8),(409,4,'c_misc','Misc','catsprites.png',7);
/*!40000 ALTER TABLE `categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `caticons`
--
DROP TABLE IF EXISTS `caticons`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `caticons` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(64) NOT NULL DEFAULT '',
`folder` varchar(255) NOT NULL,
`cssfile` varchar(255) NOT NULL DEFAULT '',
`multilang` enum('yes','no') NOT NULL DEFAULT 'no',
`secondicon` enum('yes','no') NOT NULL DEFAULT 'no',
`designer` varchar(50) NOT NULL DEFAULT '',
`comment` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `caticons`
--
LOCK TABLES `caticons` WRITE;
/*!40000 ALTER TABLE `caticons` DISABLE KEYS */;
INSERT INTO `caticons` VALUES (1,'SceneTorrents mod','scenetorrents/','pic/category/chd/scenetorrents/catsprites.css','yes','no','NexusPHP','Modified from SceneTorrents');
/*!40000 ALTER TABLE `caticons` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cheaters`
--
DROP TABLE IF EXISTS `cheaters`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cheaters` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`added` datetime DEFAULT NULL,
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`torrentid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`uploaded` bigint(20) unsigned NOT NULL DEFAULT '0',
`downloaded` bigint(20) unsigned NOT NULL DEFAULT '0',
`anctime` mediumint(8) unsigned NOT NULL DEFAULT '0',
`seeders` mediumint(5) unsigned NOT NULL DEFAULT '0',
`leechers` mediumint(8) unsigned NOT NULL DEFAULT '0',
`hit` tinyint(3) unsigned NOT NULL DEFAULT '0',
`dealtby` mediumint(8) unsigned NOT NULL DEFAULT '0',
`dealtwith` tinyint(1) NOT NULL DEFAULT '0',
`comment` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cheaters`
--
LOCK TABLES `cheaters` WRITE;
/*!40000 ALTER TABLE `cheaters` DISABLE KEYS */;
/*!40000 ALTER TABLE `cheaters` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chronicle`
--
DROP TABLE IF EXISTS `chronicle`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chronicle` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`added` datetime DEFAULT NULL,
`txt` text,
PRIMARY KEY (`id`),
KEY `added` (`added`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chronicle`
--
LOCK TABLES `chronicle` WRITE;
/*!40000 ALTER TABLE `chronicle` DISABLE KEYS */;
/*!40000 ALTER TABLE `chronicle` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `codecs`
--
DROP TABLE IF EXISTS `codecs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `codecs` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(30) NOT NULL,
`sort_index` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `codecs`
--
LOCK TABLES `codecs` WRITE;
/*!40000 ALTER TABLE `codecs` DISABLE KEYS */;
INSERT INTO `codecs` VALUES (1,'H.264',0),(2,'VC-1',0),(3,'Xvid',0),(4,'MPEG-2',0),(5,'Other',0);
/*!40000 ALTER TABLE `codecs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `comments`
--
DROP TABLE IF EXISTS `comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `comments` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user` mediumint(8) unsigned NOT NULL DEFAULT '0',
`torrent` mediumint(8) unsigned NOT NULL DEFAULT '0',
`added` datetime DEFAULT NULL,
`text` text,
`ori_text` text,
`editedby` mediumint(8) unsigned NOT NULL DEFAULT '0',
`editdate` datetime DEFAULT NULL,
`offer` mediumint(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `user` (`user`),
KEY `torrent_id` (`torrent`,`id`),
KEY `offer_id` (`offer`,`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `comments`
--
LOCK TABLES `comments` WRITE;
/*!40000 ALTER TABLE `comments` DISABLE KEYS */;
INSERT INTO `comments` VALUES (1,2,1,'2020-12-29 04:39:23','hellow world','hellow world',0,'0000-00-00 00:00:00',0),(2,2,1,'2020-12-29 05:48:39','hellow world@@ [em9] ','hellow world',2,'2020-12-29 05:51:52',0),(3,2,1,'2020-12-29 17:47:44','[attach]f137ad8525c0eac3985668dac1e61822[/attach]\r\n\r\n [em6]','[attach]f137ad8525c0eac3985668dac1e61822[/attach]\r\n\r\n [em6]',0,'0000-00-00 00:00:00',0),(4,2,1,'2021-01-05 05:13:51','[em15]','[em15]',2,'2021-01-05 05:14:21',0),(5,2,1,'2021-01-05 05:14:05','咋加速?','咋加速?',0,'0000-00-00 00:00:00',0),(6,3,4,'2021-01-19 13:18:23','[attach]1bf6b330056673e85c4658bc8c0f536c[/attach]','[attach]1bf6b330056673e85c4658bc8c0f536c[/attach]',0,NULL,0);
/*!40000 ALTER TABLE `comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `countries`
--
DROP TABLE IF EXISTS `countries`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `countries` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL,
`flagpic` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=108 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `countries`
--
LOCK TABLES `countries` WRITE;
/*!40000 ALTER TABLE `countries` DISABLE KEYS */;
INSERT INTO `countries` VALUES (1,'Sweden','sweden.gif'),(2,'United States of America','usa.gif'),(3,'Russia','russia.gif'),(4,'Finland','finland.gif'),(5,'Canada','canada.gif'),(6,'France','france.gif'),(7,'Germany','germany.gif'),(8,'中国','china.gif'),(9,'Italy','italy.gif'),(10,'Denmark','denmark.gif'),(11,'Norway','norway.gif'),(12,'United Kingdom','uk.gif'),(13,'Ireland','ireland.gif'),(14,'Poland','poland.gif'),(15,'Netherlands','netherlands.gif'),(16,'Belgium','belgium.gif'),(17,'Japan','japan.gif'),(18,'Brazil','brazil.gif'),(19,'Argentina','argentina.gif'),(20,'Australia','australia.gif'),(21,'New Zealand','newzealand.gif'),(23,'Spain','spain.gif'),(24,'Portugal','portugal.gif'),(25,'Mexico','mexico.gif'),(26,'Singapore','singapore.gif'),(70,'India','india.gif'),(65,'Albania','albania.gif'),(29,'South Africa','southafrica.gif'),(30,'South Korea','southkorea.gif'),(31,'Jamaica','jamaica.gif'),(32,'Luxembourg','luxembourg.gif'),(34,'Belize','belize.gif'),(35,'Algeria','algeria.gif'),(36,'Angola','angola.gif'),(37,'Austria','austria.gif'),(38,'Yugoslavia','yugoslavia.gif'),(39,'Western Samoa','westernsamoa.gif'),(40,'Malaysia','malaysia.gif'),(41,'Dominican Republic','dominicanrep.gif'),(42,'Greece','greece.gif'),(43,'Guatemala','guatemala.gif'),(44,'Israel','israel.gif'),(45,'Pakistan','pakistan.gif'),(46,'Czech Republic','czechrep.gif'),(47,'Serbia','serbia.gif'),(48,'Seychelles','seychelles.gif'),(50,'Puerto Rico','puertorico.gif'),(51,'Chile','chile.gif'),(52,'Cuba','cuba.gif'),(53,'Congo','congo.gif'),(54,'Afghanistan','afghanistan.gif'),(55,'Turkey','turkey.gif'),(56,'Uzbekistan','uzbekistan.gif'),(57,'Switzerland','switzerland.gif'),(58,'Kiribati','kiribati.gif'),(59,'Philippines','philippines.gif'),(60,'Burkina Faso','burkinafaso.gif'),(61,'Nigeria','nigeria.gif'),(62,'Iceland','iceland.gif'),(63,'Nauru','nauru.gif'),(64,'Slovenia','slovenia.gif'),(66,'Turkmenistan','turkmenistan.gif'),(67,'Bosnia Herzegovina','bosniaherzegovina.gif'),(68,'Andorra','andorra.gif'),(69,'Lithuania','lithuania.gif'),(71,'Netherlands Antilles','nethantilles.gif'),(72,'Ukraine','ukraine.gif'),(73,'Venezuela','venezuela.gif'),(74,'Hungary','hungary.gif'),(75,'Romania','romania.gif'),(76,'Vanuatu','vanuatu.gif'),(77,'Vietnam','vietnam.gif'),(78,'Trinidad & Tobago','trinidadandtobago.gif'),(79,'Honduras','honduras.gif'),(80,'Kyrgyzstan','kyrgyzstan.gif'),(81,'Ecuador','ecuador.gif'),(82,'Bahamas','bahamas.gif'),(83,'Peru','peru.gif'),(84,'Cambodia','cambodia.gif'),(85,'Barbados','barbados.gif'),(86,'Bangladesh','bangladesh.gif'),(87,'Laos','laos.gif'),(88,'Uruguay','uruguay.gif'),(89,'Antigua Barbuda','antiguabarbuda.gif'),(90,'Paraguay','paraguay.gif'),(93,'Thailand','thailand.gif'),(92,'Union of Soviet Socialist Republics','ussr.gif'),(94,'Senegal','senegal.gif'),(95,'Togo','togo.gif'),(96,'North Korea','northkorea.gif'),(97,'Croatia','croatia.gif'),(98,'Estonia','estonia.gif'),(99,'Colombia','colombia.gif'),(100,'Lebanon','lebanon.gif'),(101,'Latvia','latvia.gif'),(102,'Costa Rica','costarica.gif'),(103,'Egypt','egypt.gif'),(104,'Bulgaria','bulgaria.gif'),(105,'Isla de Muerte','jollyroger.gif'),(107,'Pirates','jollyroger.gif');
/*!40000 ALTER TABLE `countries` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `downloadspeed`
--
DROP TABLE IF EXISTS `downloadspeed`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `downloadspeed` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadspeed`
--
LOCK TABLES `downloadspeed` WRITE;
/*!40000 ALTER TABLE `downloadspeed` DISABLE KEYS */;
INSERT INTO `downloadspeed` VALUES (1,'64kbps'),(2,'128kbps'),(3,'256kbps'),(4,'512kbps'),(5,'768kbps'),(6,'1Mbps'),(7,'1.5Mbps'),(8,'2Mbps'),(9,'3Mbps'),(10,'4Mbps'),(11,'5Mbps'),(12,'6Mbps'),(13,'7Mbps'),(14,'8Mbps'),(15,'9Mbps'),(16,'10Mbps'),(17,'48Mbps'),(18,'100Mbit');
/*!40000 ALTER TABLE `downloadspeed` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `faq`
--
DROP TABLE IF EXISTS `faq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `faq` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`link_id` smallint(5) unsigned NOT NULL,
`lang_id` smallint(5) unsigned NOT NULL DEFAULT '6',
`type` enum('categ','item') NOT NULL DEFAULT 'item',
`question` text NOT NULL,
`answer` text NOT NULL,
`flag` tinyint(3) unsigned NOT NULL DEFAULT '1',
`categ` smallint(5) unsigned NOT NULL DEFAULT '0',
`order` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=476 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `faq`
--
LOCK TABLES `faq` WRITE;
/*!40000 ALTER TABLE `faq` DISABLE KEYS */;
INSERT INTO `faq` VALUES (1,1,25,'categ','站点信息','',1,0,1),(2,2,25,'categ','用户信息','',1,0,2),(3,3,25,'categ','数据统计','',1,0,3),(4,4,25,'categ','发布','',1,0,4),(5,5,25,'categ','下载','',1,0,5),(6,6,25,'categ','我该怎样提升下载速度?','',1,0,6),(7,7,25,'categ','我的网络提供商ISP使用了透明代理。我应该怎么做','',1,0,7),(8,8,25,'categ','为什么我连不上?难道我被网站屏蔽了?','',1,0,8),(9,9,25,'categ','如果从这里找不到我的问题的解答,我该怎么办?','',1,0,9),(10,10,25,'item','到底什么是BTBittorrent我要如何才能弄到这类程序','参看<a class=\"faqlink\" href=\"http://www.btfaq.com/\">Brian的BitTorrent FAQ及指导</a>。',1,1,1),(11,11,25,'item','我们捐出来的钱上哪儿去了?','所有捐助的钱用于维护服务器的费用。',1,1,2),(12,12,25,'item','我从哪里可以搞到源代码的拷贝?','这个Tracker使用的是NexusPHP的代码。代码获取事宜请看<a class=\"faqlink\" href=\"aboutnexus.php\">这里</a>。<br />\r\nNexusPHP的代码是根据TBSource的源码改写的。TBDev网站Tracker源代码以及社区论坛都在这里<a class=\"faqlink\" href=\"http://www.tbdev.net/\">TBDev.net</a>。',1,1,3),(13,13,25,'item','我注册了一个账号但是却没有收到验证邮件!','这很有可能是Tracker所在的服务器网络出现了问题。你可以填写<a href=\"confirm_resend.php\" class=\"faqlink\">这个表格</a>让服务器重发验证邮件。<br />\r\n通常没有得到确认的注册帐户会在24小时后被删除所以你可以在第二天重试。需要注意的是如果你第一次没有收到确认信第二次有很大的可能仍然无法收到确认信所以换一个E-mail地址是一个不错的主意。',1,2,1),(14,14,25,'item','我忘记了我的用户名/密码了,能帮我找回来么?','请填写<a class=\"faqlink\" href=\"recover.php\">这个表单</a>,我们将把登录详情发还给你。',1,2,2),(15,15,25,'item','我可以给我的账号改个名字么?','我们并不支持给账号改名。',1,2,3),(16,16,25,'item','你可以删除一个(已确认的)账号么?','我们一般不提供该类服务,所以不要请求删除任何一个被你邀请的帐号。',1,2,4),(17,17,25,'item','那么什么是我的分享率Ratio','就在页面功能分区的下面。<br />\r\n<br />\r\n<img src=\"pic/ratio.png\" alt=\"ratio\" />\r\n<br />\r\n<br />\r\n区分你的整体分享率和独立分享率是很重要的。整体分享率关注的是自从你加入站点以来账号的整体上传与下载量。而独立分享率则针对每一个你正在下载或做种的文件。\r\n<br />\r\n<br />\r\n你可能看到两种符号来代替数字\"Inf.\"这个是无限Infinity的缩写意思是你的下载量为0字节而上传量则是任意一个非零的值(上传量/下载量=无穷大)\"---\"应该被视为“不可用”这说明了你的下载量和上传量都是0字节。(上传量/下载量=0/0 这是一个不确定的量)。\r\n',1,2,5),(18,18,25,'item','为什么我的IP地址显示在我的个人信息页面上','只有你自己和网站Moderator及以上的管理员可以看到你的IP地址和Email。普通用户是看不到这些信息的。',1,2,6),(21,21,25,'item','为什么我的“可连接”是“否”?(以及为什么我需要关注这个问题?)','Tracker服务器认为你在防火墙后或者在NAT桥接后并且无法接收其他Peer的连接请求。\r\n<br />\r\n<br />\r\n这意味着其它的大批Peer无法连接到你只能由你连接到他们。更糟糕的情况是如果两个Peer都处于这样的状态他们将完全无法连接到对方。这对于整体速度有着非常不利的影响。\r\n<br />\r\n<br />\r\n对于这个问题有以下解决方式对于防火墙打开用于接收连接的端口即你在BT客户端中定义的端口对于NAT你需要配置NAT服务器使用Basic NAT方式而不是NAPT不同的路由有着不同的运行方式。翻阅你的路由文档或客服论坛。你也可以在<a class=\"faqlink\" href=\"http://portforward.com/\">PortForward</a>找到关于此问题的大量信息)。\r\n\r\n\r\n\r\n\r\n\r\n',1,2,9),(22,22,25,'item','不同的用户等级代表了什么含义?','<table cellspacing=\"3\" cellpadding=\"0\">\r\n<tr>\r\n<td class=\"embedded\" width=\"200\" valign=\"top\">&nbsp; <b class=\"Peasant_Name\">Peasant</b></td>\r\n<td class=\"embedded\" width=\"5\">&nbsp;</td>\r\n<td class=\"embedded\"> 被降级的用户他们有30天时间来提升分享率否则他们会被踢。不能发表趣味盒内容不能申请友情链接不能上传字幕。\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"User_Name\">User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">新用户的默认级别。只能在每周六中午12点至每周日晚上11点59分发布种子。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"PowerUser_Name\">Power User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">得到一个邀请名额可以直接发布种子可以查看NFO文档可以查看用户列表可以请求续种 可以发送邀请; 可以查看排行榜;可以查看其它用户的种子历史(如果用户隐私等级未设置为\"强\") 可以删除自己上传的字幕。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"EliteUser_Name\">Elite User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\"><b class=\"EliteUser_Name\">Elite User</b>及以上用户封存账号后不会被删除。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"CrazyUser_Name\">Crazy User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">得到两个邀请名额;可以在做种/下载/发布的时候选择匿名模式。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"InsaneUser_Name\">Insane User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">可以查看普通日志。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"VeteranUser_Name\">Veteran User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">得到三个邀请名额;可以查看其它用户的评论、帖子历史。<b class=\"VeteranUser_Name\">Veteran User</b>及以上用户会永远保留账号。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"ExtremeUser_Name\">Extreme User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">可以更新过期的外部信息可以查看Extreme User论坛。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"UltimateUser_Name\">Ultimate User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">得到五个邀请名额。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"NexusMaster_Name\">Nexus Master</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">得到十个邀请名额。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <img class=\"star\" src=\"pic/trans.gif\" alt=\"Star\" /></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">为网站捐款的主。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"VIP_Name\">贵宾(VIP)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">和<b class=\"NexusMaster_Name\">Nexus Master</b>拥有相同权限并被认为是精英成员。免除自动降级。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"User_Name\">其它</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">自定义等级。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Retiree_Name\">养老族(Retiree)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">退休后的管理组成员。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Uploader_Name\">发布员(Uploader)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">专注的发布者。免除自动降级;可以查看匿名用户的真实身份。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Moderator_Name\">总版主(Moderator)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">可以查看管理组信箱、举报信箱;管理趣味盒内容、投票内容;可以编辑或删除任何发布的种子;可以管理候选;可以管理论坛帖子、用户评论;可以查看机密日志;可以删除任何字幕;可以管理日志中的代码、史册;可以查看用户的邀请记录;可以管理用户帐号的一般信息。<b>不能</b>管理友情链接、最近消息、论坛版块;<b>不能</b>将种子设为置顶或促销;<b>不能</b>查看用户IP或Email等机密信息不能删除账号。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Administrator_Name\">管理员(Administrator)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">除了不能改变站点设定、管理捐赠外,可以做任何事。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"SysOp_Name\">维护开发员(Sysop)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">网站开发/维护人员,可以改变站点设定,不能管理捐赠。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"StaffLeader_Name\">主管(Staff Leader)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">网站主管,可以做任何事。</td>\r\n</tr>\r\n</table>',1,2,10),(23,23,25,'item','提升和降级又是怎样被执行的呢?','<table cellspacing=\"3\" cellpadding=\"0\">\r\n<tr>\r\n<td class=\"embedded\" width=\"200\" valign=\"top\">&nbsp; <b class=\"Peasant_Name\">Peasant</b></td>\r\n<td class=\"embedded\" width=\"5\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">当以下情况时将被自动降至本级:<br />\r\n1.如果你已经下载了超过50GB你应该有大于0.4的分享率。<br />\r\n2.如果你已经下载了超过100GB你应该有大于0.5的分享率。<br />\r\n3.如果你已经下载了超过200GB你应该有大于0.6的分享率。<br />\r\n4.如果你已经下载了超过400GB你应该有大于0.7的分享率。<br />\r\n5.如果你已经下载了超过800GB你应该有大于0.8的分享率。</td>\r\n</tr>\r\n\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"PowerUser_Name\">Power User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必须注册至少4周并且下载至少50G分享率大于1.05。<br />\r\n当条件符合时将被自动提升。注意无论何时如果你的分享率低于0.95,你将自动降级。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"EliteUser_Name\">Elite User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必须注册至少8周并且下载至少120G分享率大于1.55。\r\n<br />\r\n当条件符合时将被自动提升。注意无论何时如果你的分享率低于1.45,你将自动降级。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"CrazyUser_Name\">Crazy User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必须注册至少15周并且下载至少300G分享率大于2.05。\r\n<br />\r\n当条件符合时将被自动提升。注意无论何时如果你的分享率低于1.95,你将自动降级。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"InsaneUser_Name\">Insane User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必须注册至少25周并且下载至少500G分享率大于2.55。<br />\r\n当条件符合时将被自动提升。注意无论何时如果你的分享率低于2.45,你将自动降级。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"VeteranUser_Name\">Veteran User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必须注册至少40周并且下载至少750G分享率大于3.05。<br />\r\n当条件符合时将被自动提升。注意无论何时如果你的分享率低于2.95,你将自动降级。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"ExtremeUser_Name\">Extreme User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必须注册至少60周并且下载至少1TB分享率大于3.55。<br />\r\n当条件符合时将被自动提升。注意无论何时如果你的分享率低于3.45,你将自动降级。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"UltimateUser_Name\">Ultimate User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必须注册至少80周并且下载至少1.5TB分享率大于4.05。<br />\r\n当条件符合时将被自动提升。注意无论何时如果你的分享率低于3.95,你将自动降级。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"NexusMaster_Name\">Nexus Master</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必须注册至少100周并且下载至少3TB分享率大于4.55。<br />\r\n当条件符合时将被自动提升。注意无论何时如果你的分享率低于4.45,你将自动降级。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <img class=\"star\" src=\"pic/trans.gif\" alt=\"Star\" /></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">只需捐款,详见<a class=\"faqlink\" href=\"donate.php\">这里</a>。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"VIP_Name\">贵宾(VIP)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">由管理员仔细斟酌后分配给他们认为对于站点某方面有特殊贡献的用户。<br />\r\n任何索取贵宾等级的要求将被自动无视</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"User_Name\">其它</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">用户使用魔力值兑换,或由管理员仔细斟酌后授权。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Retiree_Name\">养老族(Retiree)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">由管理员授予。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Uploader_Name\">发布员(Uploader)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">由管理员分配(参见\'发布\'部分以了解详情)。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Moderator_Name\">总版主(Moderator)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">无需多问,我们会找到你的!</td>\r\n</tr>\r\n</table>',1,2,11),(25,25,25,'item','为什么我的朋友不能加入?','用户数目有所限制(你可以查看“首页-&gt;站点数据-&gt;上限”)。当达到那个数目时,我们会停止接受新成员。<br />\r\n由于非活跃用户(长期不使用账号的用户)引起账号资源浪费,因此我们将清理该部分用户,为其他想加入用户腾出空间。<br />\r\n关于非活跃用户清理规则参考<a class=\"faqlink\" href=\"rules.php\">规则</a>。',1,2,13),(26,26,25,'item','怎样自定义头像?','首先,找一个你喜欢的图片,当然了它不能违反我们的<a class=\"faqlink\" href=\"rules.php\">规则</a>。然后你要找一个存放它的地方,比方说我们自己的<a class=\"faqlink\" href=\"bitbucket-upload.php\">上传器</a>。出于服务器负载的考虑我们更希望你将图片上传到别的网站然后将其URL粘贴到你的<a class=\"faqlink\" href=\"usercp.php?action=personal\">控制面板</a>的头像URL部分。 <br />\r\n<br />\r\n请不要为了仅仅测试头像而发帖。如果一切顺利你将在你的详情页面看到它。',1,2,14),(27,27,25,'item','最常见的数据未能得到更新的原因','<ul>\r\n<li>服务器过载/未响应。只要尝试着保持会话直到服务器恢复响应(不推荐连续手动刷新,这样会加重服务器负载)。</li>\r\n<li>你正在使用不稳定的客户端。如果你想要使用测试版或者CVS版本你需要自己承担由此带来的风险。</li>\r\n</ul>',1,3,1),(28,28,25,'item','最佳的尝试','<ul>\r\n<li>如果你当前正下载/上传的种子并不在你的用户详情页面中,你可以等一会或者强制进行手动更新。</li>\r\n<li>确保你正确地关闭了客户端软件否则Tracker服务器无法收到\"event=completed\"的信号。</li>\r\n<li>如果Tracker服务器挂了不要停止上传。只要在你退出客户端之前服务器恢复工作所有的数据都会得到正确地更新。</li>\r\n</ul>',1,3,2),(29,29,25,'item','我可以任意选择Bittorrent客户端软件么','根据<a class=\"faqlink\" href=\"aboutnexus.php\">NexusPHP</a>对常见BitTorrent客户端的测试目前本站Tracker<b>只允许</b>使用以下的BitTorrent客户端软件。<br />\r\n<a class=\"faqlink\" href=\"aboutnexus.php\">NexusPHP</a>的测试报告可<a class=\"faqlink\" href=\"http://www.nexusphp.com/wiki/%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%B5%8B%E8%AF%95%E6%8A%A5%E5%91%8A\">在此查看</a>。\r\n<br />\r\n<b>Windows:</b>\r\n<ul>\r\n<li><a class=\"faqlink\" href=\"http://azureus.sourceforge.net\">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2及后续版本</li>\r\n<li><a class=\"faqlink\" href=\"http://www.utorrent.com\">uTorrent</a>: 1.6.1, 1.7.5, 1.7.6, 1.7.7, 1.8Beta(Build 10364), 2.0(Build 17624)及后续版本</li>\r\n<li><a class=\"faqlink\" href=\"http://www.bittorrent.com\">BitTorrent</a>: 6.0.1, 6.0.2, 6.0.3及后续版本</li>\r\n<li><a class=\"faqlink\" href=\"http://deluge-torrent.org\">Deluge</a>: 0.5.9.1, 1.1.6及后续版本</li>\r\n<li><a class=\"faqlink\" href=\"http://rufus.sourceforge.net\">Rufus</a>: 0.6.9, 0.7.0及后续版本</li>\r\n</ul>\r\n<b>Linux:</b>\r\n<ul>\r\n<li><a class=\"faqlink\" href=\"http://azureus.sourceforge.net\">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2及后续版本</li>\r\n<li><a class=\"faqlink\" href=\"http://deluge-torrent.org\">Deluge</a>: 0.5.9.1, 1.1.6及后续版本</li>\r\n<li><a class=\"faqlink\" href=\"http://rufus.sourceforge.net\">Rufus</a>: 0.6.9, 0.7.0及后续版本</li>\r\n<li><a class=\"faqlink\" href=\"http://www.transmissionbt.com\">Transmission</a>: 1.21及后续版本</li>\r\n<li><a class=\"faqlink\" href=\"http://libtorrent.rakshasa.no\">rTorrent</a>: 0.8.0配合libtorrent 0.12.0或后续版本)及后续版本</li>\r\n<li><a class=\"faqlink\" href=\"http://www.rahul.net/dholmes/ctorrent/\">Enhanced CTorrent</a>: 3.3.2及后续版本</li>\r\n</ul>\r\n<b>MacOS X:</b>\r\n<ul>\r\n<li><a class=\"faqlink\" href=\"http://azureus.sourceforge.net\">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2及后续版本</li>\r\n<li><a class=\"faqlink\" href=\"http://www.transmissionbt.com\">Transmission</a>: 1.21及后续版本</li>\r\n<li><a class=\"faqlink\" href=\"http://sourceforge.net/projects/bitrocket/\">BitRocket</a>: 0.3.3(32)及后续版本</li>\r\n</ul>\r\n<b>Symbian (仅供测试):</b>\r\n<ul>\r\n<li><a class=\"faqlink\" href=\"http://amorg.aut.bme.hu/projects/symtorrent\">SymTorrent</a>: 1.41及后续版本</li>\r\n</ul>\r\n<br />\r\n\r\n<b>以上客户端在https支持方面</b>\r\n<ul>\r\n<li>uTorrent 1.61: 无法准确解析https的tracker, 同时在使用会将自己标识为uTorrent 1.5</li>\r\n<li>Rufus: 没有https支持, 并且已经几年没有继续开发</li>\r\n<li>rtorrent: 需要手工设置SSL证书, 详细信息请自行查阅其官方网站说明</li>\r\n</ul>\r\n\r\n<br />\r\n\r\n同时请尽量避免使用处于测试期的客户端软件, 如uTorrent 1.8.0B。\r\n\r\n为了从本站得到最好的下载体验,我们高度推荐<a class=\"faqlink\" href=\"http://www.utorrent.com/download.php\">uTorrent</a> 以及<a class=\"faqlink\" href=\"http://azureus.sourceforge.net/download.php\">Azureus</a>这两个软件的最新稳定版。',1,5,3),(30,30,25,'item','为什么我正在下载/做种的一个种子会在我的详情页面中被列出多次?','如果因为某些原因(比方说死机,客户端失去响应)你的客户端非正常退出并且你又重新打开它它会被分配到一个全新的Peer ID, 这样它显示为一个全新的种子。而旧的种子将永远不会收到“event=completed”或“event=stopped”的信号因此将一直被列出直到Tracker清理超时的Peer。 无视了它就可以了,它最后会消失的。',1,3,4),(31,31,25,'item','为什么我已经完成/取消的种子仍然在我的详情页面里?','有一些客户端比如说TorrentStorm和Nova Torrent在取消或者完成一个任务的时候不能向Tracker服务器正确发送信号。在那样的情况下Tracker服务器将一直保持等待信号的状态因此会一直列出种子的状态为做种/下载的状态直到Tracker清理超时的Peer。无视了它就可以了它最后会消失的。',1,3,5),(33,33,25,'item','多IP我可以从不同的电脑登录/下载吗?)','是的目前Tracker服务器支持单个用户从任意个数的IP地址同时访问/下载。<br />\r\n然而对于单种是有限制的。对于每个种子最多允许3个做种的连接最多只允许1个下载的连接这意味着对于某个种子你一次只能在一个地方下载。',1,3,7),(36,36,25,'item','为什么我不能发布种子?','请看<a class=\"faqlink\" href=\"rules.php\">规则</a>。',1,4,1),(37,37,25,'item','我需要满足哪些条件才能加入发布小组呢?','你所必须满足的条件:\r\n<ul>\r\n<li>具有稳定的资源来源</li>\r\n<li>平均每周资源发布数量不少于5个</li>\r\n</ul>\r\n你必须确保发布的文件符合以下特征:\r\n<ul>\r\n<li>不超过7天之前</li>\r\n<li>你必须要有做种的能力或者可以确保至少有效供种24小时。</li>\r\n<li>你需要有至少达到2MBit的上传带宽。</li>\r\n</ul>\r\n如果你认为你符合以上条件那么不要犹豫<a class=\"faqlink\" href=\"contactstaff.php\">联系管理组</a>吧。<br />\r\n<b>记住!</b> 仔细填写你的申请!确保申请中包含你的上传速度以及你计划发布的内容的类型。<br />\r\n只有仔细填写并且经过慎重考虑的申请才会纳入我们的视野。',1,4,2),(38,38,25,'item','我可以发布你们这里的种子到别的Tracker服务器么','不能。我们是一个封闭的、限制用户数的社区。只有注册用户才能够使用我们的Tracker。将我们的种子文件发布到其他Tracker服务器是徒劳的因为绝大多数试图下载这些文件的人将无法连接到我们的服务器。将我们的种子发布到其他Tracker只让那里的用户恼怒因为无法下载并且对我们产生敌对情绪所以这种行为是我们是不能容忍的。<br />\r\n<br />\r\n如果其他网站的管理员向我们举报我们的种子被发布在他们的站点上对此负责的用户将因此被移出我们的社区。<br />\r\n<br />\r\n但是对于从我们这里下载得到的文件你可以随意操控它们发布者明确说明为<b>独占</b>的资源除外。你可以制作另一个种子写入其他Tracker的地址并发布到你喜欢的站点上。',1,4,3),(39,39,25,'item','下载来的文件该怎么打开?','在这份<a class=\"faqlink\" href=\"formats.php\">指引</a>里面找找看吧。',1,5,1),(40,40,25,'item','我下载了一部电影但是不明白CAM/TS/TC/SCR是什么意思?','在这份<a class=\"faqlink\" href=\"videoformats.php\">指引</a>里面找找看吧。',1,5,2),(41,41,25,'item','为什么一个可用的种子忽然就消失了?','以下原因都会导致这个现象的出现:<br />\r\n(<b>1</b>) 按照<a class=\"faqlink\" href=\"rules.php\">网站规则</a>,这个种子不符合规则已被删除。\r\n<br />\r\n(<b>2</b>) 发布者因为文件存在问题而删除了它。一般来说,发布者会发布一个替代的版本的。<br />\r\n(<b>3</b>) 在长时间断种后种子被自动删除了。',1,5,3),(42,42,25,'item','我该怎样续传文件或者给一个文件续种呢?','打开扩展名为.torrent的文件当你的客户端软件询问保存的目录时选择已经存在的文件存放的目录它就能够开始续传/续种了。',1,5,4),(43,43,25,'item','为什么我的下载有时候停在99%?','你所下载到的片段越多,寻找拥有你所缺少的片段的同伴就将变得越困难。这就是为什么有时候在下载即将完成的时候,速度会变得非常慢,甚至完全停止了。只要耐心等候,或早或晚剩下的部分一定能够下载到的。',1,5,5),(44,44,25,'item','\"部分哈希验证出错\"这条信息是什么意思?','BT的客户端会检查它所收到的数据的完整性。如果某一个片段在验证中出错那么这个片段将被重新下载。偶尔的哈希验证错误是非常常见的现象不用担心。<br />\r\n<br />\r\n有些客户端有屏蔽向你发送错误数据的其他客户端的功能。如果有这个选项最好打开它。因为这样可以保证如果某个同伴经常向你发送错误的数据时它将会被屏蔽。',1,5,6),(45,45,25,'item','100MB大小的种子我怎么下了120MB的东西回来?','参见哈希验证失败的那个问题。如果你的客户端收到了错误的数据,那么它将会重新下载这一部分,因此总下载量有可能比种子大小略微大一些。确保“屏蔽发送错误数据的客户端”的那个选项被打开了,这样可以减少额外的下载。',1,5,7),(46,46,25,'item','为什么我的客户端的Tracker服务器状态出现\"Your ratio is too low! You need to wait xx h to start\"的错误?','在<b>新</b>种子被上传到Tracker服务器之后有一些用户必须等一些时间才能开始下载。<br>\r\n这个延迟只会影响那些分享率较低且下载量大于10G的用户。<br />\r\n<br />\r\n<table cellspacing=\"3\" cellpadding=\"0\">\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.4</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">延迟</td>\r\n <td class=\"embedded\" width=\"100\">24小时</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.5</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">延迟</td>\r\n <td class=\"embedded\" width=\"100\">12小时</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.6</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">延迟</td>\r\n <td class=\"embedded\" width=\"100\">6小时</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.8</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">延迟</td>\r\n <td class=\"embedded\" width=\"100\">3小时</td>\r\n</tr>\r\n</table>',0,5,8),(47,47,25,'item','为什么发生了这个错误? \"Port xxxx is blacklisted\"?','你的客户端向Tracker服务器报告它正在使用某个默认的BT协议端口(6881-6889)或是任何其他常见P2P端口来作为连接端口。<br />\r\n<br />\r\n本站不允许这些通常被P2P协议默认使用的端口。原因是目前ISP常常对这些端口进行限速。<br />\r\n<br />\r\n被屏蔽的端口如下<br />\r\n<br />\r\n<table cellspacing=\"3\" cellpadding=\"0\">\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">Direct Connect</td>\r\n <td class=\"embedded\" width=\"100\">411 - 413</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">BitTorrent</td>\r\n <td class=\"embedded\" width=\"100\">6881 - 6889</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">Kazza</td>\r\n <td class=\"embedded\" width=\"100\">1214</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">Gnutella</td>\r\n <td class=\"embedded\" width=\"100\">6346 - 6347</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">Emule</td>\r\n <td class=\"embedded\" width=\"100\">4662</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">WinMX</td>\r\n <td class=\"embedded\" width=\"100\">6699</td>\r\n </tr>\r\n</table>\r\n<br />\r\n要使用我们的Tracker服务器你必须配置你的客户端使用未在上面列出的端口范围(从49152到65535都是不错的选择参看<a class=\"faqlink\" href=\"http://www.iana.org/assignments/port-numbers\">IANA</a>)。注意某些客户端如Azureus 2.0.7.0或更高版本对所有的种子都使用同一端口。而其他大多数客户端为每一个种子开放一个端口你在选择端口范围应考虑到这个问题一般来说端口范围小于10。设置一个过大的范围并不一定有好处而且可能有安全隐患)。 <br />\r\n<br />\r\n这些端口是用于同伴间通信的而非用于客户端连接到Tracker服务器。因此这个改动并不会影响你使用其他Tracker服务器事实上它甚至可能<i>加快</i>所有Tracker服务器上种子的速度。你的客户端也仍然能够连接到那些使用默认端口的同伴。如果你的客户端不支持自己自定义端口那么换一个吧。<br />\r\n<br />\r\n不要向我们询问或者在论坛里面提问究竟应该选择什么端口。我们的用户选择的端口越随机ISP就越难以捉摸清楚我们使用的端口从而无法对我们的端口进行限速。如果我们只是简单地规定一个范围那么ISP又会很快对那个范围内的端口进行限速的。<br />\r\n<br />\r\n最后还要说的是记得在你的路由和/或防火墙上打开你选择的端口,如果你有这些东西的话。',1,5,9),(48,48,25,'item','那么这个呢? “IO错误 - [错误号13] 许可被拒绝”?','如果你只是想要解决这个问题的话,重新启动你的电脑应该就可以了。否则的话,继续读下去。<br />\r\n<br />\r\nIO错误指的是输入-输出错误这是一个文件系统错误而非来自我们的Tracker服务器。当你的客户端由于某些原因不能打开种子中未下载完成的文件时这个错误就会发生。 通常原因是客户端的两个实例同时在运行:当上一次关闭客户端时因为某种原因它没有被真正关闭,从而始终在后台运行。因此文件被锁定,使得新的实例不能打开这个文件。<br />\r\n<br />\r\n另外一个不常出现的原因是因为老旧的FAT文件系统。某些系统崩溃可能导致未下载完成的文件损坏接着就出现了这个错误。运行一次scandisk应该可以解决这个问题。注意只有当你使用Windows 9X操作系统只支持FAT文件系统或者在Windows NT/2000/XP中使用FAT文件系统的时候才比较可能出现这个问题。NTFS文件系统要健壮许多不太可能出现这样的问题。',1,5,10),(50,50,25,'item','不要马上下载新发布的种子','下载速度主要取决于上传者/下载者比(SLR)。如果是种子是新发布的且非常受欢迎而SLR又很低的种子下载速度低是常见的问题。<br />\r\n<br />\r\n请牢记你不喜欢低速下载。所以多<b>上传</b>让别人不用忍耐同样的困扰。\r\n<br />\r\n<br />由其是当你的带宽较窄时不要马上下载新发布的种子。最好的下载速度通常在一个种子生命周期的一半时出现此时SLR达到最大值不过这时下载的缺点是你的上传量不会很多。究竟如何平衡优点与缺点取决于你自己)。',1,6,1),(51,51,25,'item','限制上传速度','上传速度将从以下两种方式显著影响下载速度:\r\n<ul>\r\n <li>Bittorrent的同伴倾向于回馈那些给它们提上传的同伴。这就意味着如果A和B正在同时下载一个文件而A又在高速向B传送数据那么B将会尝试着回报A。因此高速上传将导致高速下载。</li>\r\n\r\n <li>由于TCP协议的工作方式当A正从B下载某些东西的时候A必须不停地向B发送成功收到B所发送来的数据的信号被称为确认──ACK ── 某种“已收到”的信息)。如果A没有发送ACK信号那么B将暂停向A发送数据并且进入等候状态。如果A正在全速上传很有可能没有用来发送ACK信号的带宽因此ACK信号被耽搁。在这种情况下过高速度的上传导致了低速的下载。</li>\r\n</ul>\r\n实际的效果是以上两个原因的结合。上传速度应该在保证ACK能正常传输的前提下被设得尽量高。 <b>一个很好的实践理论是保持上传速度在理论上限的80%。</b>你也可以细细研究什么是最适合你的速度(同时也请记住高速上传对于你的分享率很有帮助)。<br />\r\n<br />\r\n如果你正在运行一个以上的种子任务你应该考虑的是全局上传速度。某些客户端能限制了全局上传速度其他的则能对每一个种子分别进行设置。了解你的客户端。如果你正在使用你的电脑做别的某些应用比方说上网或者从FTP拖东西也需考虑一下它们对于全局上传的影响。',1,6,2),(52,52,25,'item','限制同时连接数','某些操作系统例如Windows 9X对于大量连接数支持不完善甚至有可能因此而崩溃。也有一些家用路由尤其当运行着NAT以及/或者打开防火墙状态检查服务时会因大量连接数而变得很慢或者崩溃。对于连接数没有固定的最佳值你可以试试看60或者100。记住这些连接数是累加的所以如果你的客户端运行了两个会话这两个数字要加在一起。',1,6,3),(53,53,25,'item','限制同时上传数','上传数难道和连接数有什么不一样吗?是的,两者是不同的。连接数限制了你的客户端所能对话以及/或者下载的同伴数。上传数则限制了你的客户端实际能上传的同伴数。理想的数值一般要比连接数低许多,并且与你的物理带宽高度相关。',1,6,4),(54,54,25,'item','那怎么办?等待一会吧','如我们在上面所解释的在BT下载过程中一个同伴更加倾向于回报那些上传给它的同伴。当你开始一个新的下载任务时你没有文件片断提高给其他同伴因此他们通常会无视你。这使得开始阶段的下载非常缓慢由其是当你所连接到的同伴只有很少是或者没有做种者。一旦你获得了一些能用于共享的文件片断下载速度会有所改观。',1,6,5),(55,55,25,'item','为什么在我下载的时候浏览网页速度如此之慢?','你的下载带宽是有限的。如果你正在下载一个速度很快的种子它几乎肯定将占满你的下载带宽。这是浏览网页显然就会变慢。很多BT客户端允许你限制下载速度你可以试试。<br />\r\n<br />\r\n浏览网页只是作为举例之一同样的问题也会出现在游戏即时通信软件上......',1,6,6),(56,56,25,'item','什么是代理?','基本上说,代理就是中间人。当你通过代理访问某个站点的时候,你的请求将首先被发送到代理处,然后由代理转发到你所请求的站点,而不是你直接连通到网站。下面是几种典型的代理分类(术语不是那么的规范):<br />\r\n<br />\r\n<table cellspacing=\"3\" cellpadding=\"0\">\r\n <tr>\r\n <td class=\"embedded\" valign=\"top\" width=\"100\">&nbsp;透明代理</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">透明代理在客户端无需配置。他将自动把80端口的信息重定向到代理(有时候也作为非匿名代理的同义词)</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" valign=\"top\">&nbsp;显式代理</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">浏览器必须经过配置才能使用代理;</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" valign=\"top\">&nbsp;匿名代理</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">代理将不会把客户标记发送至服务器端 (HTTP_X_FORWARDED_FOR头标志将不被发送。服务器也因此看不到你的IP)</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" valign=\"top\">&nbsp;高度匿名代理</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">代理将不会把客户标记或代理标记发送至服务器端 (HTTP_X_FORWARDED_FOR和HTTP_VIA and HTTP_PROXY_CONNECTION头标志将不被发送。服务器看不到你的IP甚至不知道你正在使用代理)</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" valign=\"top\">&nbsp;公用</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">(不言自明了)。</td>\r\n </tr>\r\n</table>\r\n<br />\r\n透明代理可能是匿名的也可能是非匿名的且匿名也有相应的等级。',1,7,1),(57,57,25,'item','我该怎样发现自己正处于一个(透明的/匿名的)代理后面?','试试看<a href=\"http://proxyjudge.org\" class=\"faqlink\">ProxyJudge</a>。它列出了服务器端从你这里所收到的HTTP的头标志。相关的几个标志是HTTP_CLIENT_IPHTTP_X_FORWARDED_FOR和REMOTE_ADDR。',1,7,2),(75,75,25,'item','我的“可连接”是“否”尽管我并没有NAT或者防火墙','Tracker服务器在寻找你的真实IP方面非常有天赋。但是这需要代理发送HTTP头标志HTTP_X_FORWARDED_FOR。如果你的ISP的代理没有这么做的话Tracker服务器将把代理的IP当作你的客户端的IP。所以当你登录之后Tracker服务器尝试连接你的客户端来确信你没有使用NAT/防火墙服务器实际上将试图连接代理的IP使用你的BT客户端报告的接收连接端口。很自然地代理服务器并没有监听那个端口。如此连接会失败而Tracker服务器也因此认为你使用了NAT/防火墙。',1,7,3),(62,62,25,'item','也许是因为我的IP地址被列入黑名单了','这个网站有屏蔽被禁用户或攻击者的IP地址的功能。该功能在Apache/PHP层面上起作用且只能屏蔽从这些地址<i>登录</i>网站。这不会阻止你<i>连接</i>到网站更无法从底层的协议层面进行屏蔽。即便你的地址已经被列入了黑名单你应该仍能够通过ping/traceroute命令连同服务器。如果你不能连通服务器那么问题的原因在别处。<br />\r\n<br />\r\n如果你的IP地址因某种原因错误地被我们屏蔽了请联系我们。',1,8,1),(63,63,25,'item','你的ISP屏蔽了本站的地址','首先这一般不像你的ISP的所作所为。DNS域名解析以及/或者网络问题是常见的真凶。\r\n<br />\r\n对此我们无能为力。你应该联系你的ISP或者换一个。记住你仍然可以通过代理访问本站参看此常见问题关于代理的部分。在这种情况下代理是否匿名或者使用哪个监听端口都不重要了。<br />\r\n<br />\r\n注意你的“可连接状态”将因此一直被列为“否”因为此时Tracker服务器无法检查你的BT客户端接收连接的状态。',1,8,2),(65,65,25,'item','不妨试试这个','用任何手段在<a class=\"faqlink\" href=\"forums.php\">论坛</a>发帖。通常情况下你能得到友善而有用的帮助。这里给你一些基本的指导:<ul>\r\n<li>确保你的问题的确不在这篇FAQ中。这样的发帖导致的结果就是返回这篇FAQ。</li>\r\n<li>在发帖之前看看置顶。很多时候还没有被我们的FAQ所收录的最新的信息都可以在那里被找到。</li>\r\n<li>帮助我们也就是帮助你自己。不要仅仅说“嘿我这里出问题了!!”提供一些详情,这样我们就不用猜测或者浪费时间来询问了。你使用的是什么客户端?什么操作系统?怎样的网络设置?如果发生了错误,是什么样的具体错误信息?有问题的种子文件是哪个?你所提供的信息越多,对你的帮助也就越容易,你的帖子也就更加容易得到回复。</li>\r\n<li>不需要说的是:保持礼貌。趾高气扬得命令别人帮助你很少会有用。</li></ul>',1,9,1),(66,66,25,'item','什么是\"Your slot limit is reached! You may at most download xx torrents at the same time\"错误?','这是“最大连接数系统”。最大连接数系统用于限制那些分享率较低且下载量大于10GB的用户的最大同时下载数。<br /><br />\r\n规则如下: <br /><br />\r\n<table cellspacing=\"3\" cellpadding=\"0\">\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.5</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">最大连接数</td>\r\n <td class=\"embedded\" width=\"40\">1</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.65</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">最大连接数</td>\r\n <td class=\"embedded\" width=\"40\">2</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.8</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">最大连接数</td>\r\n <td class=\"embedded\" width=\"40\">3</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.95</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">最大连接数</td>\r\n <td class=\"embedded\" width=\"40\">4</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率大于</td>\r\n <td class=\"embedded\" width=\"40\">0.95</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">最大连接数</td>\r\n <td class=\"embedded\" width=\"40\">无限制</td>\r\n</tr>\r\n</table>\r\n<br />\r\n无论何时同时的上传数不设限。但是如果你当前的下载数已达到了你的最大连接数这时开启新的做种任务你也会收到同样的错误提示。在这种情况下你必须先关闭一个下载任务然后开启所有的上传任务然后继续刚才关闭的下载任务。因为当你的连接数被占满系统将不加验证直接拒绝任何下载或上传的请求。 <br />\r\n<br /><br />\r\n你可以在任意时间察看自己的连接数该信息在页面顶端信息栏中被列出。',0,5,12),(67,67,25,'item','什么是密钥系统?它是怎么工作的?','密钥系统在BT客户端连接Tracker服务器时起到验证身份的作用。每一个用户都有一个系统随机生成的密钥。当用户下载某个种子文件时他的私人密钥被添加到种子文件的Tracker服务器URL中。通过这种方式你可以在家中或者办公室使用不同的IP来做种某个文件。\r\n\r\n',1,5,13),(68,68,25,'item','“Unknown passkey”这错误是咋回事','首先,如果你不是我们的注册用户,将会发生这个错误。其次,有可能你没有在登录状态下从我们的网页里下载种子文件。如果是这两种情况,只要注册一个帐号或者登录后下载种子文件就可以了。<br />\r\n另外当你注册了一个新用户并且开始第一次下载的时候或者你刚刚重置了你的密钥时也可能出现这个错误。原因是系统并非实时检查密钥的改变。如果是因为这个原因那么就让种子任务等一会儿最后一定能收到Tracker服务器发回的成功信息。',1,5,14),(69,69,25,'item','什么时候我需要重置我的密钥?','<ul><li> 如果你的密钥被泄漏,且别的用户正在使用这个密钥(即使用你的帐户)下载文件。在这种情况下,你能在你的详情页面看到你并未下载或上传的种子。</li>\r\n<li>当你的客户端崩溃,或者你的连接并没有正常被终止。在这样的情况下,就算你已经关闭了你的客户端,你仍然在你的详情页面看到正在上传/下载的记录。通常情况下这些“冗余种子”将在30分钟之内被自动清除但是如果你马上继续你的下载而服务器又提示“You already are downloading the same torrent”的错误那么你需要重置你的密钥然后重新下载种子文件之后继续下载过程。 </li></ul>',1,5,15),(70,70,25,'item','DHT是什么为什么一定要关闭这个功能','DHT必须从你的客户端被禁止。DHT可能导致你的数据被错误地记录可以视为一种作弊行为。任何使用DHT的用户将因作弊而被系统禁止。<br />\r\n幸运的是目前Tracker服务器会自动分析用户上传的种子文件强制去除DHT的支持。这也是为什么种子发布者必须重新下载种子才能正常做种的原因之一。',1,5,16),(71,71,25,'categ','How can I help translate the site language into my native language?','',1,0,8),(72,72,25,'item','What skills do I need to do the translation?','Translate the site into another language is quite easy. You needn\'t be skilled in PHP or dynamic website design. In fact, all you need is proficient understanding of English (the default site language) and the language you plan to translate into. Maybe some basic knowledge in HTML would help.<br /><br />\r\nMoreover, we give a detailed tutorial on how to do the translation <a href=\"#73\" class=\"faqlink\"><b>HERE</b></a>. And our coders would be more than pleased to answer the questions you may encounter.<br /><br />\r\nTranslate the whole site into another language would take estimated 10 hours. And extra time is needed to maintain the translation when site code is updated.<br /><br />\r\nSo, if you think you could help, feel free to <a class=\"faqlink\" href=\"contactstaff.php\"><b>CONTACT US</b></a>. Needless to say, you would be rewarded.',1,71,1),(73,73,25,'item','The translation tutorial','<ul>\r\n<li>How does multi-language work?<br />\r\nCurrently we use language files to store all the static words that a user can see on web pages. <br />\r\nEvery php code file has a corresponding language file for a certain language. And we named the language file \'lang_\' plus the filename of the php code file. i.e. the language file of the php code file \'details.php\' would be \'lang_details.php\'. <br />\r\nWe has some mechanism in php codes to read the exact language files of user\'s preferred language, and you shouldn\'t worry about that.<br /></li>\r\n<li>What\'s in language files?<br />\r\nIn a language file is an array of strings. These strings contain all the static words that a user can see on web pages. When we need to say some words on a php code file, we call for a string in the array. And the output of the php code file, that is what users see on the web pages, would show the value of the string.<br />\r\nSounds dizzying? Well, you need not care about all these. All you gotta do is translate the values of the strings in the language files into another language. <b>Let\'s see an example</b>:<br /><br />\r\nThe following is the content of the English language file \'lang_users.php\', which works for the php code file \'users.php\'. <br /><br />\r\n<img src=\"pic/langfileeng.png\" alt=\"langfileeng\" /><br />\r\nIf you wanna translate it into Simplified Chinese, all you need is edit the file into this:<br />\r\n<img src=\"pic/langfilechs.png\" alt=\"langfilechs\" /><br />\r\nSee, in every line, the left part, that is before <i>=&gt;</i>, is the name of a string, which you shouldn\'t touch. All you need to is translate the right part, after <i>=&gt;</i>, which is the value of the string, into another language.<br />\r\nSometimes you need to look at the corresponding web pages to get the context meaning of some words.<br /></li>\r\n<li>Sounds easy? See what do you need to do.<br />\r\nIf you feel like to help us, <a class=\"faqlink\" href=\"aboutnexus.php#contact\"><b>CONTACT US</b></a> and we will send you a pack of the English language files (or any other available language if you prefer). Received it, you can start translating the value of strings (which is in English), into another language. It should take you several hours to do the whole work. After this, send back the translated language files to us.<br />\r\nIf no bugs or hacking codes are found in testing, we would put the new language into work.<br />\r\nSometimes the language files need to be updated, typically adding new strings, when site codes are updated. If you feel like it, you can help maintain the language files.<br /></li>\r\n<li><font color=\"red\"><b>IMPORTANT</b></font><br />\r\nThe text of language files must be encoded in UTF-8. When saving files, be sure to set the character encoding to UTF-8. Otherwise mojibake may happen.</li></ul>',1,71,2),(74,74,25,'item','为什么我的磁盘还有充足的空间,客户端却提示磁盘剩余空间不足?','很可能是因为你的磁盘分区的文件系统为FAT32该文件系统不支持大于4GB的单个文件。如果你使用的是Windows系统你可以在磁盘的属性中查看其文件系统信息。你可以将磁盘文件系统转换成更高级的NTFS来解决该问题。<br />\r\n你可以在命令行窗口使用convert命令将FAT32无损转成NTFS文件系统格式。<br /><br />\r\n<b>命令说明</b>\r\nCONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X]<br />\r\nvolume 指定驱动器号(后面跟一个冒号)、装载点或卷名。<br />\r\n/FS:NTFS 指定要被转换成 NTFS 的卷。<br />\r\n/V 指定 Convert 应该用详述模式运行。<br />\r\n/CvtArea:filename 将根目录中的一个接续文件指定为NTFS 系统文件的占位符。<br />\r\n/NoSecurity 指定每个人都可以访问转换的文件和目录的安全设置。<br />\r\n/X 如果必要,先强行卸载卷。该卷的所有打开的句柄则无效。 <br /><br />\r\n<b>简单说</b><br />\r\n打开 命令提示符窗口。<br />\r\n在命令提示符窗口请键入<br />\r\nconvert drive_letter:/fs:ntfs<br />\r\n例如转换D盘为NTFS可输入convert D:/fs:ntfs',1,5,17),(374,74,28,'item','為什么我的磁碟還有充足的空間,用戶端卻輔助說明磁碟剩餘空間不足?','很可能是因為你的磁碟割區的檔案系統為FAT32該檔案系統不支援大于4GB的單個檔案。如果你使用的是Windows系統你可以在磁碟的屬性中檢視其檔案系統資訊。你可以將磁碟檔案系統轉換成更進階的NTFS來解決該問題。<br />\r\n你可以在指令行視窗使用convert指令將FAT32無損轉成NTFS檔案系統格式。<br /><br />\r\n<b>指令說明</b>\r\nCONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X]<br />\r\nvolume 指定磁碟機號(后面跟一個冒號)、裝載點或卷名。<br />\r\n/FS:NTFS 指定要被轉換成 NTFS 的卷。<br />\r\n/V 指定 Convert 應該用詳述型態執行。<br />\r\n/CvtArea:filename 將根目錄中的一個接續檔案指定為NTFS 系統檔案的占位符。<br />\r\n/NoSecurity 指定每個人都可以存取轉換的檔案和目錄的安全設定。<br />\r\n/X 如果必要,先強行卸載卷。該卷的所有開啟的控點則無效。 <br /><br />\r\n<b>簡單說</b><br />\r\n開啟 指令輔助說明符視窗。<br />\r\n在指令輔助說明符視窗請鍵入<br />\r\nconvert drive_letter:/fs:ntfs<br />\r\n例如轉換D槃為NTFS可匯入convert D:/fs:ntfs',1,5,17),(368,68,28,'item','“Unknown passkey”這錯誤是咋回事','首先,如果你不是我們的註冊用戶,將會發生這個錯誤。其次,有可能你沒有在登入狀態下從我們的網頁裡下載種子檔案。如果是這兩種情況,只要註冊一個帳號或者登入后下載種子檔案就可以了。<br />\r\n另外當你註冊了一個新用戶并且開始第一次下載的時候或者你剛剛重置了你的加密鍵時也可能出現這個錯誤。原因是系統并非實時檢查加密鍵的改變。如果是因為這個原因那么就讓種子工作等一會兒最后一定能收到Tracker伺服器發回的成功資訊。',1,5,14),(369,69,28,'item','什么時候我需要重置我的加密鍵?','<ul><li> 如果你的加密鍵被泄漏,且別的用戶正在使用這個加密鍵(即使用你的帳戶)下載檔案。在這種情況下,你能在你的詳情頁面看到你并未下載或上傳的種子。</li>\r\n<li>當你的用戶端崩潰,或者你的連線并沒有正常被終止。在這樣的情況下,就算你已經關閉了你的用戶端,你仍然在你的詳情頁面看到正在上傳/下載的記錄。通常情況下這些“多餘種子”將在30分鐘之內被自動清除但是如果你馬上繼續你的下載而伺服器又輔助說明“You already are downloading the same torrent”的錯誤那么你需要重置你的加密鍵然后重新下載種子檔案之后繼續下載過程。 </li></ul>',1,5,15),(370,70,28,'item','DHT是什么為什么一定要關閉這個功能','DHT必須從你的用戶端被禁止。DHT可能導致你的資料被錯誤地記錄可以視為一種作弊行為。任何使用DHT的用戶將因作弊而被系統禁止。<br />\r\n幸運的是目前Tracker伺服器會自動解析用戶上傳的種子檔案強制去除DHT的支援。這也是為什么種子發布者必須重新下載種子才能正常做種的原因之一。',1,5,16),(371,71,28,'categ','How can I help translate the site language into my native language?','',1,0,8),(372,72,28,'item','What skills do I need to do the translation?','Translate the site into another language is quite easy. You needn\'t be skilled in PHP or dynamic website design. In fact, all you need is proficient understanding of English (the default site language) and the language you plan to translate into. Maybe some basic knowledge in HTML would help.<br /><br />\r\nMoreover, we give a detailed tutorial on how to do the translation <a href=\"#73\" class=\"faqlink\"><b>HERE</b></a>. And our coders would be more than pleased to answer the questions you may encounter.<br /><br />\r\nTranslate the whole site into another language would take estimated 10 hours. And extra time is needed to maintain the translation when site code is updated.<br /><br />\r\nSo, if you think you could help, feel free to <a class=\"faqlink\" href=\"contactstaff.php\"><b>CONTACT US</b></a>. Needless to say, you would be rewarded.',1,71,1),(373,73,28,'item','The translation tutorial','<ul>\r\n<li>How does multi-language work?<br />\r\nCurrently we use language files to store all the static words that a user can see on web pages. <br />\r\nEvery php code file has a corresponding language file for a certain language. And we named the language file \'lang_\' plus the filename of the php code file. i.e. the language file of the php code file \'details.php\' would be \'lang_details.php\'. <br />\r\nWe has some mechanism in php codes to read the exact language files of user\'s preferred language, and you shouldn\'t worry about that.<br /></li>\r\n<li>What\'s in language files?<br />\r\nIn a language file is an array of strings. These strings contain all the static words that a user can see on web pages. When we need to say some words on a php code file, we call for a string in the array. And the output of the php code file, that is what users see on the web pages, would show the value of the string.<br />\r\nSounds dizzying? Well, you need not care about all these. All you gotta do is translate the values of the strings in the language files into another language. <b>Let\'s see an example</b>:<br /><br />\r\nThe following is the content of the English language file \'lang_users.php\', which works for the php code file \'users.php\'. <br /><br />\r\n<img src=\"pic/langfileeng.png\" alt=\"langfileeng\" /><br />\r\nIf you wanna translate it into Simplified Chinese, all you need is edit the file into this:<br />\r\n<img src=\"pic/langfilechs.png\" alt=\"langfilechs\" /><br />\r\nSee, in every line, the left part, that is before <i>=&gt;</i>, is the name of a string, which you shouldn\'t touch. All you need to is translate the right part, after <i>=&gt;</i>, which is the value of the string, into another language.<br />\r\nSometimes you need to look at the corresponding web pages to get the context meaning of some words.<br /></li>\r\n<li>Sounds easy? See what do you need to do.<br />\r\nIf you feel like to help us, <a class=\"faqlink\" href=\"aboutnexus.php#contact\"><b>CONTACT US</b></a> and we will send you a pack of the English language files (or any other available language if you prefer). Received it, you can start translating the value of strings (which is in English), into another language. It should take you several hours to do the whole work. After this, send back the translated language files to us.<br />\r\nIf no bugs or hacking codes are found in testing, we would put the new language into work.<br />\r\nSometimes the language files need to be updated, typically adding new strings, when site codes are updated. If you feel like it, you can help maintain the language files.<br /></li>\r\n<li><font color=\"red\"><b>IMPORTANT</b></font><br />\r\nThe text of language files must be encoded in UTF-8. When saving files, be sure to set the character encoding to UTF-8. Otherwise mojibake may happen.</li></ul>',1,71,2),(362,62,28,'item','也許是因為我的IP位址被列入黑名單了','這個網站有屏蔽被禁用戶或攻擊者的IP位址的功能。該功能在Apache/PHP層面上起作用且只能屏蔽從這些位址<i>登入</i>網站。這不會阻止你<i>連線</i>到網站更無法從底層的協定層面進行屏蔽。即便你的位址已經被列入了黑名單你應該仍能夠通過ping/traceroute指令連同伺服器。如果你無法連通伺服器那么問題的原因在別處。<br />\r\n<br />\r\n如果你的IP位址因某種原因錯誤地被我們屏蔽了請聯繫我們。',1,8,1),(363,63,28,'item','你的ISP屏蔽了本站的位址','首先這一般不像你的ISP的所作所為。DNS域名解析以及/或者網路問題是常見的真凶。\r\n<br />\r\n對此我們無能為力。你應該聯繫你的ISP或者換一個。記住你仍然可以通過代理存取本站參看此常見問題關于代理的部分。在這種情況下代理是否匿名或者使用哪個監聽通訊埠都不重要了。<br />\r\n<br />\r\n注意你的“可連線狀態”將因此一直被列為“否”因為此時Tracker伺服器無法檢查你的BT用戶端接收連線的狀態。',1,8,2),(365,65,28,'item','不妨試試這個','用任何手段在<a class=\"faqlink\" href=\"forums.php\">論壇</a>發帖。通常情況下你能得到友善而有用的輔助說明。這裡給你一些基本的指導:<ul>\r\n<li>確保你的問題的確不在這篇FAQ中。這樣的發帖導致的結果就是傳回這篇FAQ。</li>\r\n<li>在發帖之前看看置頂。很多時候還沒有被我們的FAQ所收錄的最新的資訊都可以在那裡被找到。</li>\r\n<li>輔助說明我們也就是輔助說明你自己。不要僅僅說“嘿我這裡出問題了!!”提供一些詳情,這樣我們就不用猜測或者浪費時間來詢問了。你使用的是什么用戶端?什么作業系統?怎樣的網路設定?如果發生了錯誤,是什么樣的具體錯誤資訊?有問題的種子檔案是哪個?你所提供的資訊越多,對你的輔助說明也就越容易,你的帖子也就更加容易得到回覆。</li>\r\n<li>不需要說的是:保持禮貌。趾高氣揚得指令別人輔助說明你很少會有用。</li></ul>',1,9,1),(366,66,28,'item','什么是\"Your slot limit is reached! You may at most download xx torrents at the same time\"錯誤?','這是“最大連線數系統”。最大連線數系統用于限制那些分享率較低且下載量大于10GB的用戶的最大同時下載數。<br /><br />\r\n規則如下: <br /><br />\r\n<table cellspacing=\"3\" cellpadding=\"0\">\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.5</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">最大連線數</td>\r\n <td class=\"embedded\" width=\"40\">1</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.65</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">最大連線數</td>\r\n <td class=\"embedded\" width=\"40\">2</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.8</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">最大連線數</td>\r\n <td class=\"embedded\" width=\"40\">3</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.95</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">最大連線數</td>\r\n <td class=\"embedded\" width=\"40\">4</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率大于</td>\r\n <td class=\"embedded\" width=\"40\">0.95</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">最大連線數</td>\r\n <td class=\"embedded\" width=\"40\">無限制</td>\r\n</tr>\r\n</table>\r\n<br />\r\n無論何時同時的上傳數不設限。但是如果你目前的下載數已達到了你的最大連線數這時開啟新的做種工作你也會收到同樣的錯誤輔助說明。在這種情況下你必須先關閉一個下載工作然后開啟所有的上傳工作然后繼續剛才關閉的下載工作。因為當你的連線數被占滿系統將不加驗證直接拒絕任何下載或上傳的要求。 <br />\r\n<br /><br />\r\n你可以在任意時間察看自己的連線數該資訊在頁面頂端資訊欄中被列出。',0,5,12),(367,67,28,'item','什么是加密鍵系統?它是怎么工作的?','加密鍵系統在BT用戶端連線Tracker伺服器時起到驗證身份的作用。每一個用戶都有一個系統隨機生成的加密鍵。當用戶下載某個種子檔案時他的私人加密鍵被添加到種子檔案的Tracker伺服器URL中。通過這種方式你可以在家中或者辦公室使用不同的IP來做種某個檔案。\r\n\r\n',1,5,13),(301,1,28,'categ','網站資訊','',1,0,1),(302,2,28,'categ','用戶資訊','',1,0,2),(303,3,28,'categ','資料統計','',1,0,3),(304,4,28,'categ','發布','',1,0,4),(305,5,28,'categ','下載','',1,0,5),(306,6,28,'categ','我該怎樣提升下載速度?','',1,0,6),(307,7,28,'categ','我的網路提供商ISP使用了透通代理。我應該怎么做','',1,0,7),(308,8,28,'categ','為什么我連不上?難道我被網站屏蔽了?','',1,0,8),(309,9,28,'categ','如果從這裡找不到我的問題的解答,我該怎么辦?','',1,0,9),(310,10,28,'item','到底什么是BTBittorrent我要如何才能弄到這類程式','參看<a class=\"faqlink\" href=\"http://www.btfaq.com/\">Brian的BitTorrent FAQ及指導</a>。',1,1,1),(311,11,28,'item','我們捐出來的錢上哪兒去了?','所有捐助的錢用于維護伺服器的費用。',1,1,2),(312,12,28,'item','我從哪裡可以搞到來源碼的拷貝?','這個Tracker使用的是NexusPHP的程式碼。程式碼抓取事宜請看<a class=\"faqlink\" href=\"aboutnexus.php\">這裡</a>。<br />\r\nNexusPHP的程式碼是根據TBSource的源碼改寫的。TBDev網站Tracker來源碼以及社區論壇都在這裡<a class=\"faqlink\" href=\"http://www.tbdev.net/\">TBDev.net</a>。',1,1,3),(313,13,28,'item','我註冊了一個賬號但是卻沒有收到驗證郵件!','這很有可能是Tracker所在的伺服器網路出現了問題。你可以填寫<a href=\"confirm_resend.php\" class=\"faqlink\">這個表格</a>讓伺服器重發驗證郵件。<br />\r\n通常沒有得到確認的註冊帳戶會在24小時后被移除所以你可以在第二天重試。需要注意的是如果你第一次沒有收到確認信第二次有很大的可能仍然無法收到確認信所以換一個E-mail位址是一個不錯的主意。',1,2,1),(314,14,28,'item','我忘記了我的用戶名/密碼了,能幫我找回來么?','請填寫<a class=\"faqlink\" href=\"recover.php\">這個表單</a>,我們將把登入詳情發還給你。',1,2,2),(315,15,28,'item','我可以給我的賬號改個名字么?','我們并不支援給賬號改名。',1,2,3),(316,16,28,'item','你可以移除一個(已確認的)賬號么?','我們一般不提供該類服務,所以不要要求移除任何一個被你邀請的帳號。',1,2,4),(317,17,28,'item','那么什么是我的分享率Ratio','就在頁面功能割區的下面。<br />\r\n<br />\r\n<img src=\"pic/ratio.png\" alt=\"ratio\" />\r\n<br />\r\n<br />\r\n區分你的整體分享率和獨立分享率是很重要的。整體分享率關注的是自從你加入網站以來賬號的整體上傳與下載量。而獨立分享率則針對每一個你正在下載或做種的檔案。\r\n<br />\r\n<br />\r\n你可能看到兩種象徵式來代替數字\"Inf.\"這個是無限Infinity的縮寫意思是你的下載量為0位元組而上傳量則是任意一個非零的值(上傳量/下載量=無窮大)\"---\"應該被視為“不可用”這說明了你的下載量和上傳量都是0位元組。(上傳量/下載量=0/0 這是一個不確定的量)。\r\n',1,2,5),(318,18,28,'item','為什么我的IP位址察看在我的個人資訊頁面上','只有你自己和網站Moderator及以上的管理員可以看到你的IP位址和Email。普通用戶是看不到這些資訊的。',1,2,6),(321,21,28,'item','為什么我的“可連線”是“否”?(以及為什么我需要關注這個問題?)','Tracker伺服器認為你在防火牆后或者在NAT橋接后并且無法接收其他Peer的連線要求。\r\n<br />\r\n<br />\r\n這意味着其他的大批Peer無法連線到你只能由你連線到他們。更糟糕的情況是如果兩個Peer都處于這樣的狀態他們將完全無法連線到對方。這對于整體速度有着非常不利的影響。\r\n<br />\r\n<br />\r\n對于這個問題有以下解決方式對于防火牆開啟用于接收連線的通訊埠即你在BT用戶端中定義的通訊埠對于NAT你需要配置NAT伺服器使用Basic NAT方式而不是NAPT不同的路線有着不同的執行方式。翻閱你的路線文件或客服論壇。你也可以在<a class=\"faqlink\" href=\"http://portforward.com/\">PortForward</a>找到關于此問題的大量資訊)。\r\n\r\n\r\n\r\n\r\n\r\n',1,2,9),(322,22,28,'item','不同的用戶等級代表了什么含義?','<table cellspacing=\"3\" cellpadding=\"0\">\r\n<tr>\r\n<td class=\"embedded\" width=\"200\" valign=\"top\">&nbsp; <b class=\"Peasant_Name\">Peasant</b></td>\r\n<td class=\"embedded\" width=\"5\">&nbsp;</td>\r\n<td class=\"embedded\"> 被降級的用戶他們有30天時間來提升分享率否則他們會被踢。無法發表趣味盒內容無法申請友情鏈結無法上傳字幕。\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"User_Name\">User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">新用戶的預設級別。只能在每周六中午12點至每周日晚上11點59分發布種子。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"PowerUser_Name\">Power User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">得到一個邀請名額可以直接發布種子可以檢視NFO文件可以檢視用戶清單可以要求續種 可以傳送邀請; 可以檢視排行榜;可以檢視其他用戶的種子曆史(如果用戶隱私等級未設定為\"強\") 可以移除自己上傳的字幕。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"EliteUser_Name\">Elite User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\"><b class=\"EliteUser_Name\">Elite User</b>及以上用戶封存賬號后不會被移除。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"CrazyUser_Name\">Crazy User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">得到兩個邀請名額;可以在做種/下載/發布的時候選取匿名型態。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"InsaneUser_Name\">Insane User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">可以檢視普通日誌。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"VeteranUser_Name\">Veteran User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">得到三個邀請名額;可以檢視其他用戶的評論、帖子曆史。<b class=\"VeteranUser_Name\">Veteran User</b>及以上用戶會永遠保留賬號。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"ExtremeUser_Name\">Extreme User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">可以更新過期的外部資訊可以檢視Extreme User論壇。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"UltimateUser_Name\">Ultimate User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">得到五個邀請名額。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"NexusMaster_Name\">Nexus Master</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">得到十個邀請名額。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <img class=\"star\" src=\"pic/trans.gif\" alt=\"Star\" /></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">為網站捐款的主。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"VIP_Name\">貴賓(VIP)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">和<b class=\"NexusMaster_Name\">Nexus Master</b>擁有相同許可權并被認為是精英成員。免除自動降級。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"User_Name\">其他</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">自訂等級。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Retiree_Name\">養老族(Retiree)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">退休后的管理組成員。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Uploader_Name\">發布員(Uploader)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">專注的發布者。免除自動降級;可以檢視匿名用戶的真實身份。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Moderator_Name\">總版主(Moderator)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">可以檢視管理組郵箱、舉報郵箱;管理趣味盒內容、投票內容;可以編輯或移除任何發布的種子;可以管理候選;可以管理論壇帖子、用戶評論;可以檢視機密日誌;可以移除任何字幕;可以管理日誌中的程式碼、史冊;可以檢視用戶的邀請記錄;可以管理用戶帳號的一般資訊。<b>無法</b>管理友情鏈結、最近訊息、論壇版塊;<b>無法</b>將種子設為置頂或促銷;<b>無法</b>檢視用戶IP或Email等機密資訊無法移除賬號。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Administrator_Name\">管理員(Administrator)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">除了無法改變網站設定、管理捐贈外,可以做任何事。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"SysOp_Name\">維護開發員(Sysop)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">網站開發/維護人員,可以改變網站設定,無法管理捐贈。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"StaffLeader_Name\">主管(Staff Leader)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">網站主管,可以做任何事。</td>\r\n</tr>\r\n</table>',1,2,10),(323,23,28,'item','提升和降級又是怎樣被執行的呢?','<table cellspacing=\"3\" cellpadding=\"0\">\r\n<tr>\r\n<td class=\"embedded\" width=\"200\" valign=\"top\">&nbsp; <b class=\"Peasant_Name\">Peasant</b></td>\r\n<td class=\"embedded\" width=\"5\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">當以下情況時將被自動降至本級:<br />\r\n1.如果你已經下載了超過50GB你應該有大于0.4的分享率。<br />\r\n2.如果你已經下載了超過100GB你應該有大于0.5的分享率。<br />\r\n3.如果你已經下載了超過200GB你應該有大于0.6的分享率。<br />\r\n4.如果你已經下載了超過400GB你應該有大于0.7的分享率。<br />\r\n5.如果你已經下載了超過800GB你應該有大于0.8的分享率。</td>\r\n</tr>\r\n\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"PowerUser_Name\">Power User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必須註冊至少4周并且下載至少50G分享率大于1.05。<br />\r\n當條件符合時將被自動提升。注意無論何時如果你的分享率低于0.95,你將自動降級。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"EliteUser_Name\">Elite User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必須註冊至少8周并且下載至少120G分享率大于1.55。\r\n<br />\r\n當條件符合時將被自動提升。注意無論何時如果你的分享率低于1.45,你將自動降級。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"CrazyUser_Name\">Crazy User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必須註冊至少15周并且下載至少300G分享率大于2.05。\r\n<br />\r\n當條件符合時將被自動提升。注意無論何時如果你的分享率低于1.95,你將自動降級。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"InsaneUser_Name\">Insane User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必須註冊至少25周并且下載至少500G分享率大于2.55。<br />\r\n當條件符合時將被自動提升。注意無論何時如果你的分享率低于2.45,你將自動降級。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"VeteranUser_Name\">Veteran User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必須註冊至少40周并且下載至少750G分享率大于3.05。<br />\r\n當條件符合時將被自動提升。注意無論何時如果你的分享率低于2.95,你將自動降級。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"ExtremeUser_Name\">Extreme User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必須註冊至少60周并且下載至少1TB分享率大于3.55。<br />\r\n當條件符合時將被自動提升。注意無論何時如果你的分享率低于3.45,你將自動降級。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"UltimateUser_Name\">Ultimate User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必須註冊至少80周并且下載至少1.5TB分享率大于4.05。<br />\r\n當條件符合時將被自動提升。注意無論何時如果你的分享率低于3.95,你將自動降級。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"NexusMaster_Name\">Nexus Master</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">必須註冊至少100周并且下載至少3TB分享率大于4.55。<br />\r\n當條件符合時將被自動提升。注意無論何時如果你的分享率低于4.45,你將自動降級。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <img class=\"star\" src=\"pic/trans.gif\" alt=\"Star\" /></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">只需捐款,詳見<a class=\"faqlink\" href=\"donate.php\">這裡</a>。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"VIP_Name\">貴賓(VIP)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">由管理員仔細斟酌后配置給他們認為對于網站某方面有特殊貢獻的用戶。<br />\r\n任何索取貴賓等級的要求將被自動無視</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"User_Name\">其他</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">用戶使用魔力值兌換,或由管理員仔細斟酌后授權。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Retiree_Name\">養老族(Retiree)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">由管理員授予。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Uploader_Name\">發布員(Uploader)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">由管理員配置(參見\'發布\'部分以了解詳情)。</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Moderator_Name\">總版主(Moderator)</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">無需多問,我們會找到你的!</td>\r\n</tr>\r\n</table>',1,2,11),(325,25,28,'item','為什么我的朋友無法加入?','用戶數目有所限制(你可以檢視“首頁-&gt;網站資料-&gt;上限”)。當達到那個數目時,我們會停止接受新成員。<br />\r\n由于非活躍用戶(長期不使用賬號的用戶)引起賬號資源浪費,因此我們將清理該部分用戶,為其他想加入用戶騰出空間。<br />\r\n關于非活躍用戶清理規則參照<a class=\"faqlink\" href=\"rules.php\">規則</a>。',1,2,13),(326,26,28,'item','怎樣自訂頭像?','首先,找一個你喜歡的圖片,當然了它無法違反我們的<a class=\"faqlink\" href=\"rules.php\">規則</a>。然后你要找一個存放它的地方,比方說我們自己的<a class=\"faqlink\" href=\"bitbucket-upload.php\">上傳器</a>。出于伺服器負載的考慮我們更希望你將圖片上傳到別的網站然后將其URL黏貼到你的<a class=\"faqlink\" href=\"usercp.php?action=personal\">控制面板</a>的頭像URL部分。 <br />\r\n<br />\r\n請不要為了僅僅測試頭像而發帖。如果一切順利你將在你的詳情頁面看到它。',1,2,14),(327,27,28,'item','最常見的資料未能得到更新的原因','<ul>\r\n<li>伺服器超載/未回應。只要嘗試着保持階段作業直到伺服器回復回應(不建議連續手動清除,這樣會加重伺服器負載)。</li>\r\n<li>你正在使用不穩定的用戶端。如果你想要使用測試版或者CVS版本你需要自己承擔由此帶來的風險。</li>\r\n</ul>',1,3,1),(328,28,28,'item','最佳的嘗試','<ul>\r\n<li>如果你目前正下載/上傳的種子并不在你的用戶詳情頁面中,你可以等一會或者強制進行手動更新。</li>\r\n<li>確保你正確地關閉了用戶端軟體否則Tracker伺服器無法收到\"event=completed\"的訊號。</li>\r\n<li>如果Tracker伺服器掛了不要停止上傳。只要在你結束用戶端之前伺服器回復工作所有的資料都會得到正確地更新。</li>\r\n</ul>',1,3,2),(329,29,28,'item','我可以任意選取Bittorrent用戶端軟體么','根據<a class=\"faqlink\" href=\"aboutnexus.php\">NexusPHP</a>對常見BitTorrent用戶端的測試目前本站Tracker<b>只允許</b>使用以下的BitTorrent用戶端軟體。<br />\r\n<a class=\"faqlink\" href=\"aboutnexus.php\">NexusPHP</a>的測試報告可<a class=\"faqlink\" href=\"http://www.nexusphp.com/wiki/%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%B5%8B%E8%AF%95%E6%8A%A5%E5%91%8A\">在此檢視</a>。\r\n<br />\r\n<b>Windows:</b>\r\n<ul>\r\n<li><a class=\"faqlink\" href=\"http://azureus.sourceforge.net\">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2及后續版本</li>\r\n<li><a class=\"faqlink\" href=\"http://www.utorrent.com\">uTorrent</a>: 1.6.1, 1.7.5, 1.7.6, 1.7.7, 1.8Beta(Build 10364), 2.0(Build 17624)及后續版本</li>\r\n<li><a class=\"faqlink\" href=\"http://www.bittorrent.com\">BitTorrent</a>: 6.0.1, 6.0.2, 6.0.3及后續版本</li>\r\n<li><a class=\"faqlink\" href=\"http://deluge-torrent.org\">Deluge</a>: 0.5.9.1, 1.1.6及后續版本</li>\r\n<li><a class=\"faqlink\" href=\"http://rufus.sourceforge.net\">Rufus</a>: 0.6.9, 0.7.0及后續版本</li>\r\n</ul>\r\n<b>Linux:</b>\r\n<ul>\r\n<li><a class=\"faqlink\" href=\"http://azureus.sourceforge.net\">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2及后續版本</li>\r\n<li><a class=\"faqlink\" href=\"http://deluge-torrent.org\">Deluge</a>: 0.5.9.1, 1.1.6及后續版本</li>\r\n<li><a class=\"faqlink\" href=\"http://rufus.sourceforge.net\">Rufus</a>: 0.6.9, 0.7.0及后續版本</li>\r\n<li><a class=\"faqlink\" href=\"http://www.transmissionbt.com\">Transmission</a>: 1.21及后續版本</li>\r\n<li><a class=\"faqlink\" href=\"http://libtorrent.rakshasa.no\">rTorrent</a>: 0.8.0配合libtorrent 0.12.0或后續版本)及后續版本</li>\r\n<li><a class=\"faqlink\" href=\"http://www.rahul.net/dholmes/ctorrent/\">Enhanced CTorrent</a>: 3.3.2及后續版本</li>\r\n</ul>\r\n<b>MacOS X:</b>\r\n<ul>\r\n<li><a class=\"faqlink\" href=\"http://azureus.sourceforge.net\">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2及后續版本</li>\r\n<li><a class=\"faqlink\" href=\"http://www.transmissionbt.com\">Transmission</a>: 1.21及后續版本</li>\r\n<li><a class=\"faqlink\" href=\"http://sourceforge.net/projects/bitrocket/\">BitRocket</a>: 0.3.3(32)及后續版本</li>\r\n</ul>\r\n<b>Symbian (僅供測試):</b>\r\n<ul>\r\n<li><a class=\"faqlink\" href=\"http://amorg.aut.bme.hu/projects/symtorrent\">SymTorrent</a>: 1.41及后續版本</li>\r\n</ul>\r\n<br />\r\n\r\n<b>以上用戶端在https支援方面</b>\r\n<ul>\r\n<li>uTorrent 1.61: 無法准確解析https的tracker, 同時在使用會將自己識別為uTorrent 1.5</li>\r\n<li>Rufus: 沒有https支援, 并且已經几年沒有繼續開發</li>\r\n<li>rtorrent: 需要手工設定SSL證書, 詳細資訊請自行查閱其官方網站說明</li>\r\n</ul>\r\n\r\n<br />\r\n\r\n同時請儘量避免使用處于測試期的用戶端軟體, 如uTorrent 1.8.0B。\r\n\r\n為了從本站得到最好的下載體驗,我們高度建議<a class=\"faqlink\" href=\"http://www.utorrent.com/download.php\">uTorrent</a> 以及<a class=\"faqlink\" href=\"http://azureus.sourceforge.net/download.php\">Azureus</a>這兩個軟體的最新穩定版。',1,5,3),(330,30,28,'item','為什么我正在下載/做種的一個種子會在我的詳情頁面中被列出多次?','如果因為某些原因(比方說死機,用戶端失去回應)你的用戶端非正常結束并且你又重新開啟它它會被配置到一個全新的Peer ID, 這樣它察看為一個全新的種子。而舊的種子將永遠不會收到“event=completed”或“event=stopped”的訊號因此將一直被列出直到Tracker清理逾時的Peer。 無視了它就可以了,它最后會消失的。',1,3,4),(331,31,28,'item','為什么我已經完成/取消的種子仍然在我的詳情頁面裡?','有一些用戶端比如說TorrentStorm和Nova Torrent在取消或者完成一個工作的時候無法向Tracker伺服器正確傳送訊號。在那樣的情況下Tracker伺服器將一直保持等待訊號的狀態因此會一直列出種子的狀態為做種/下載的狀態直到Tracker清理逾時的Peer。無視了它就可以了它最后會消失的。',1,3,5),(333,33,28,'item','多IP我可以從不同的電腦登入/下載嗎?)','是的目前Tracker伺服器支援單個用戶從任意個數的IP位址同時存取/下載。<br />\r\n然而對于單種是有限制的。對于每個種子最多允許3個做種的連線最多只允許1個下載的連線這意味着對于某個種子你一次只能在一個地方下載。',1,3,7),(336,36,28,'item','為什么我無法發布種子?','請看<a class=\"faqlink\" href=\"rules.php\">規則</a>。',1,4,1),(337,37,28,'item','我需要滿足哪些條件才能加入發布小組呢?','你所必須滿足的條件:\r\n<ul>\r\n<li>具有穩定的資源來源</li>\r\n<li>平均每周資源發布數量不少于5個</li>\r\n</ul>\r\n你必須確保發布的檔案符合以下特征:\r\n<ul>\r\n<li>不超過7天之前</li>\r\n<li>你必須要有做種的能力或者可以確保至少有效供種24小時。</li>\r\n<li>你需要有至少達到2MBit的上傳頻寬。</li>\r\n</ul>\r\n如果你認為你符合以上條件那么不要猶豫<a class=\"faqlink\" href=\"contactstaff.php\">聯繫管理組</a>吧。<br />\r\n<b>記住!</b> 仔細填寫你的申請!確保申請中包含你的上傳速度以及你計划發布的內容的類別。<br />\r\n只有仔細填寫并且經過慎重考慮的申請才會納入我們的視野。',1,4,2),(338,38,28,'item','我可以發布你們這裡的種子到別的Tracker伺服器么','無法。我們是一個封閉的、限制用戶數的社區。只有註冊用戶才能夠使用我們的Tracker。將我們的種子檔案發布到其他Tracker伺服器是徒勞的因為絕大多數嘗試下載這些檔案的人將無法連線到我們的伺服器。將我們的種子發布到其他Tracker只讓那裡的用戶惱怒因為無法下載并且對我們產生敵對情緒所以這種行為是我們是無法容忍的。<br />\r\n<br />\r\n如果其他網站的管理員向我們舉報我們的種子被發布在他們的網站上對此負責的用戶將因此被移出我們的社區。<br />\r\n<br />\r\n但是對于從我們這裡下載得到的檔案你可以隨意操控它們發布者明確說明為<b>獨占</b>的資源除外。你可以制作另一個種子寫入其他Tracker的位址并發布到你喜歡的網站上。',1,4,3),(339,39,28,'item','下載來的檔案該怎么開啟?','在這份<a class=\"faqlink\" href=\"formats.php\">指引</a>裡面找找看吧。',1,5,1),(340,40,28,'item','我下載了一部電影但是不明白CAM/TS/TC/SCR是什么意思?','在這份<a class=\"faqlink\" href=\"videoformats.php\">指引</a>裡面找找看吧。',1,5,2),(341,41,28,'item','為什么一個可用的種子忽然就消失了?','以下原因都會導致這個現象的出現:<br />\r\n(<b>1</b>) 按照<a class=\"faqlink\" href=\"rules.php\">網站規則</a>,這個種子不符合規則已被移除。\r\n<br />\r\n(<b>2</b>) 發布者因為檔案存在問題而移除了它。一般來說,發布者會發布一個交替的版本的。<br />\r\n(<b>3</b>) 在長時間斷種后種子被自動移除了。',1,5,3),(342,42,28,'item','我該怎樣續傳檔案或者給一個檔案續種呢?','開啟副檔名為.torrent的檔案當你的用戶端軟體詢問儲存的目錄時選取已經存在的檔案存放的目錄它就能夠開始續傳/續種了。',1,5,4),(343,43,28,'item','為什么我的下載有時候停在99%?','你所下載到的片段越多,搜尋擁有你所缺少的片段的同伴就將變得越困難。這就是為什么有時候在下載即將完成的時候,速度會變得非常慢,甚至完全停止了。只要耐心等候,或早或晚剩餘的部分一定能夠下載到的。',1,5,5),(344,44,28,'item','\"部分哈希驗證出錯\"這條資訊是什么意思?','BT的用戶端會檢查它所收到的資料的完整性。如果某一個片段在驗證中出錯那么這個片段將被重新下載。偶爾的哈希驗證錯誤是非常常見的現象不用擔心。<br />\r\n<br />\r\n有些用戶端有屏蔽向你傳送錯誤資料的其他用戶端的功能。如果有這個選項最好開啟它。因為這樣可以保證如果某個同伴經常向你傳送錯誤的資料時它將會被屏蔽。',1,5,6),(345,45,28,'item','100MB大小的種子我怎么下了120MB的東西回來?','參見哈希驗證失敗的那個問題。如果你的用戶端收到了錯誤的資料,那么它將會重新下載這一部分,因此總下載量有可能比種子大小略微大一些。確保“屏蔽傳送錯誤資料的用戶端”的那個選項被開啟了,這樣可以減少其餘的下載。',1,5,7),(346,46,28,'item','為什么我的用戶端的Tracker伺服器狀態出現\"Your ratio is too low! You need to wait xx h to start\"的錯誤?','在<b>新</b>種子被上傳到Tracker伺服器之后有一些用戶必須等一些時間才能開始下載。<br>\r\n這個延遲只會影響那些分享率較低且下載量大于10G的用戶。<br />\r\n<br />\r\n<table cellspacing=\"3\" cellpadding=\"0\">\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.4</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">延遲</td>\r\n <td class=\"embedded\" width=\"100\">24小時</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.5</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">延遲</td>\r\n <td class=\"embedded\" width=\"100\">12小時</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.6</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">延遲</td>\r\n <td class=\"embedded\" width=\"100\">6小時</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">分享率低于</td>\r\n <td class=\"embedded\" width=\"40\">0.8</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">延遲</td>\r\n <td class=\"embedded\" width=\"100\">3小時</td>\r\n</tr>\r\n</table>',0,5,8),(347,47,28,'item','為什么發生了這個錯誤? \"Port xxxx is blacklisted\"?','你的用戶端向Tracker伺服器報告它正在使用某個預設的BT協定通訊埠(6881-6889)或是任何其他常見P2P通訊埠來作為連線通訊埠。<br />\r\n<br />\r\n本站不允許這些通常被P2P協定預設使用的通訊埠。原因是目前ISP常常對這些通訊埠進行限速。<br />\r\n<br />\r\n被屏蔽的通訊埠如下<br />\r\n<br />\r\n<table cellspacing=\"3\" cellpadding=\"0\">\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">Direct Connect</td>\r\n <td class=\"embedded\" width=\"100\">411 - 413</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">BitTorrent</td>\r\n <td class=\"embedded\" width=\"100\">6881 - 6889</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">Kazza</td>\r\n <td class=\"embedded\" width=\"100\">1214</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">Gnutella</td>\r\n <td class=\"embedded\" width=\"100\">6346 - 6347</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">Emule</td>\r\n <td class=\"embedded\" width=\"100\">4662</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">WinMX</td>\r\n <td class=\"embedded\" width=\"100\">6699</td>\r\n </tr>\r\n</table>\r\n<br />\r\n要使用我們的Tracker伺服器你必須配置你的用戶端使用未在上面列出的通訊埠範圍(從49152到65535都是不錯的選取參看<a class=\"faqlink\" href=\"http://www.iana.org/assignments/port-numbers\">IANA</a>)。注意某些用戶端如Azureus 2.0.7.0或更高版本對所有的種子都使用同一通訊埠。而其他大多數用戶端為每一個種子開放一個通訊埠你在選取通訊埠範圍應考慮到這個問題一般來說通訊埠範圍小于10。設定一個過大的範圍并不一定有好處而且可能有安全隱患)。 <br />\r\n<br />\r\n這些通訊埠是用于同伴間通訊的而非用于用戶端連線到Tracker伺服器。因此這個改動并不會影響你使用其他Tracker伺服器事實上它甚至可能<i>加快</i>所有Tracker伺服器上種子的速度。你的用戶端也仍然能夠連線到那些使用預設通訊埠的同伴。如果你的用戶端不支援自己自訂通訊埠那么換一個吧。<br />\r\n<br />\r\n不要向我們詢問或者在論壇裡面提問究竟應該選取什么通訊埠。我們的用戶選取的通訊埠越隨機ISP就越難以捉摸清楚我們使用的通訊埠從而無法對我們的通訊埠進行限速。如果我們只是簡單地規定一個範圍那么ISP又會很快對那個範圍內的通訊埠進行限速的。<br />\r\n<br />\r\n最后還要說的是記得在你的路線和/或防火牆上開啟你選取的通訊埠,如果你有這些東西的話。',1,5,9),(348,48,28,'item','那么這個呢? “IO錯誤 - [錯誤號13] 許可被拒絕”?','如果你只是想要解決這個問題的話,重新啟動你的電腦應該就可以了。否則的話,繼續讀下去。<br />\r\n<br />\r\nIO錯誤指的是匯入-匯出錯誤這是一個檔案系統錯誤而非來自我們的Tracker伺服器。當你的用戶端由于某些原因無法開啟種子中未下載完成的檔案時這個錯誤就會發生。 通常原因是用戶端的兩個實例同時在執行:當上一次關閉用戶端時因為某種原因它沒有被真正關閉,從而始終在背景執行。因此檔案被鎖定,使得新的實例無法開啟這個檔案。<br />\r\n<br />\r\n另外一個不常出現的原因是因為老舊的FAT檔案系統。某些系統崩潰可能導致未下載完成的檔案損壞接着就出現了這個錯誤。執行一次scandisk應該可以解決這個問題。注意只有當你使用Windows 9X作業系統只支援FAT檔案系統或者在Windows NT/2000/XP中使用FAT檔案系統的時候才比對可能出現這個問題。NTFS檔案系統要健壯許多不太可能出現這樣的問題。',1,5,10),(350,50,28,'item','不要馬上下載新發布的種子','下載速度主要取決于上傳者/下載者比(SLR)。如果是種子是新發布的且非常受歡迎而SLR又很低的種子下載速度低是常見的問題。<br />\r\n<br />\r\n請牢記你不喜歡低速下載。所以多<b>上傳</b>讓別人不用忍耐同樣的困擾。\r\n<br />\r\n<br />由其是當你的頻寬較窄時不要馬上下載新發布的種子。最好的下載速度通常在一個種子生命周期的一半時出現此時SLR達到最大值不過這時下載的缺點是你的上傳量不會很多。究竟如何平衡優點與缺點取決于你自己)。',1,6,1),(351,51,28,'item','限制上傳速度','上傳速度將從以下兩種方式顯著影響下載速度:\r\n<ul>\r\n <li>Bittorrent的同伴傾向于回饋那些給它們提上傳的同伴。這就意味着如果A和B正在同時下載一個檔案而A又在高速向B傳輸資料那么B將會嘗試着回報A。因此高速上傳將導致高速下載。</li>\r\n\r\n <li>由于TCP協定的工作方式當A正從B下載某些東西的時候A必須不停地向B傳送成功收到B所傳送來的資料的訊號被稱為確認──ACK ── 某種“已收到”的資訊)。如果A沒有傳送ACK訊號那么B將暫停向A傳送資料并且進入等候狀態。如果A正在全速上傳很有可能沒有用來傳送ACK訊號的頻寬因此ACK訊號被耽擱。在這種情況下過高速度的上傳導致了低速的下載。</li>\r\n</ul>\r\n實際的效果是以上兩個原因的結合。上傳速度應該在保證ACK能正常傳送的前提下被設得儘量高。 <b>一個很好的實踐理論是保持上傳速度在理論上限的80%。</b>你也可以細細研究什么是最適合你的速度(同時也請記住高速上傳對于你的分享率很有輔助說明)。<br />\r\n<br />\r\n如果你正在執行一個以上的種子工作你應該考慮的是全域上傳速度。某些用戶端能限制了全域上傳速度其他的則能對每一個種子分別進行設定。了解你的用戶端。如果你正在使用你的電腦做別的某些應用比方說上網或者從FTP拖東西也需考慮一下它們對于全域上傳的影響。',1,6,2),(352,52,28,'item','限制同時連線數','某些作業系統例如Windows 9X對于大量連線數支援不完善甚至有可能因此而崩潰。也有一些家用路線尤其當執行着NAT以及/或者開啟防火牆狀態檢查服務時會因大量連線數而變得很慢或者崩潰。對于連線數沒有固定的最佳值你可以試試看60或者100。記住這些連線數是累加的所以如果你的用戶端執行了兩個階段作業這兩個數字要加在一起。',1,6,3),(353,53,28,'item','限制同時上傳數','上傳數難道和連線數有什么不一樣嗎?是的,兩者是不同的。連線數限制了你的用戶端所能對話以及/或者下載的同伴數。上傳數則限制了你的用戶端實際能上傳的同伴數。理想的數值一般要比連線數低許多,并且與你的物理頻寬高度相關。',1,6,4),(354,54,28,'item','那怎么辦?等待一會吧','如我們在上面所解譯的在BT下載過程中一個同伴更加傾向于回報那些上傳給它的同伴。當你開始一個新的下載工作時你沒有檔案片斷提高給其他同伴因此他們通常會無視你。這使得開始階段的下載非常緩慢由其是當你所連線到的同伴只有很少是或者沒有做種者。一旦你獲得了一些能用于共用的檔案片斷下載速度會有所改觀。',1,6,5),(355,55,28,'item','為什么在我下載的時候瀏覽網頁速度如此之慢?','你的下載頻寬是有限的。如果你正在下載一個速度很快的種子它几乎肯定將占滿你的下載頻寬。這是瀏覽網頁顯然就會變慢。很多BT用戶端允許你限制下載速度你可以試試。<br />\r\n<br />\r\n瀏覽網頁只是作為舉例之一同樣的問題也會出現在游戲即時通訊軟體上......',1,6,6),(356,56,28,'item','什么是代理?','基本上說,代理就是中間人。當你通過代理存取某個網站的時候,你的要求將首先被傳送到代理處,然后由代理轉寄到你所要求的網站,而不是你直接連通到網站。下面是几種典型的代理分類(朮語不是那么的規格):<br />\r\n<br />\r\n<table cellspacing=\"3\" cellpadding=\"0\">\r\n <tr>\r\n <td class=\"embedded\" valign=\"top\" width=\"100\">&nbsp;透通代理</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">透通代理在用戶端無需配置。他將自動把80通訊埠的資訊重導到代理(有時候也作為非匿名代理的同義詞)</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" valign=\"top\">&nbsp;顯式代理</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">瀏覽器必須經過配置才能使用代理;</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" valign=\"top\">&nbsp;匿名代理</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">代理將不會把用戶記號傳送至伺服器端 (HTTP_X_FORWARDED_FOR頭旗標將不被傳送。伺服器也因此看不到你的IP)</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" valign=\"top\">&nbsp;高度匿名代理</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">代理將不會把用戶記號或代理記號傳送至伺服器端 (HTTP_X_FORWARDED_FOR和HTTP_VIA and HTTP_PROXY_CONNECTION頭旗標將不被傳送。伺服器看不到你的IP甚至不知道你正在使用代理)</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" valign=\"top\">&nbsp;公用</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">(不言自明了)。</td>\r\n </tr>\r\n</table>\r\n<br />\r\n透通代理可能是匿名的也可能是非匿名的且匿名也有相應的等級。',1,7,1),(357,57,28,'item','我該怎樣發現自己正處于一個(透通的/匿名的)代理后面?','試試看<a href=\"http://proxyjudge.org\" class=\"faqlink\">ProxyJudge</a>。它列出了伺服器端從你這裡所收到的HTTP的頭旗標。相關的几個旗標是HTTP_CLIENT_IPHTTP_X_FORWARDED_FOR和REMOTE_ADDR。',1,7,2),(375,75,28,'item','我的“可連線”是“否”儘管我并沒有NAT或者防火牆','Tracker伺服器在搜尋你的真實IP方面非常有天賦。但是這需要代理髮送HTTP頭旗標HTTP_X_FORWARDED_FOR。如果你的ISP的代理沒有這么做的話Tracker伺服器將把代理的IP當作你的用戶端的IP。所以當你登入之后Tracker伺服器嘗試連線你的用戶端來確信你沒有使用NAT/防火牆伺服器實際上將嘗試連線代理的IP使用你的BT用戶端報告的接收連線通訊埠。很自然地代理伺服器并沒有監聽那個通訊埠。如此連線會失敗而Tracker伺服器也因此認為你使用了NAT/防火牆。',1,7,3),(401,1,6,'categ','Site information','',1,0,1),(402,2,6,'categ','User information','',1,0,2),(403,3,6,'categ','Stats','',1,0,3),(404,4,6,'categ','Uploading','',1,0,4),(405,5,6,'categ','Downloading','',1,0,5),(406,6,6,'categ','How can I improve my download speed?','',1,0,6),(407,7,6,'categ','My ISP uses a transparent proxy. What should I do?','',1,0,7),(408,8,6,'categ','Why can\'t I connect? Is the site blocking me?','',1,0,8),(409,9,6,'categ','What if I can\'t find the answer to my problem here?','',1,0,9),(410,10,6,'item','What is this bittorrent all about anyway? How do I get the files?','Check out <a class=\"faqlink\" href=\"http://www.btfaq.com/\">Brian\'s BitTorrent FAQ and Guide</a>.',1,1,1),(411,11,6,'item','Where does the donated money go?','All donated money goes to the cost of server that this tracker is on.',1,1,2),(412,12,6,'item','Where can I get a copy of the source code?','This tracker is powered by NexusPHP. If you like to use NexusPHP to power your tracker, <a class=\"faqlink\" href=\"aboutnexus.php\">Contact Us</a>.<br />\r\nThe first stage of NexusPHP forks from TBSource. You may find more information about TBSource at <a class=\"faqlink\" href=\"http://www.tbdev.net/\">TBDev.net</a>.',1,1,3),(413,13,6,'item','I registered an account but did not receive the confirmation e-mail!','One possible reason may be that the network around the tracker has encountered some problems. You can use <a href=\"confirm_resend.php\" class=\"faqlink\">this form</a> ask the tracker to resend confirmation e-mail.<br />\r\nTypically registered users would be deleted after 24 hours if not confirmed, so you may try again the next day. Note though that if you didn\'t receive the email the first time it will probably not succeed the second time either so you should really try another email address.',1,2,1),(414,14,6,'item','I\'ve lost my user name or password! Can you send it to me?','Please use <a class=\"faqlink\" href=\"recover.php\">this form</a> to have the login details mailed back to you.',1,2,2),(415,15,6,'item','Can you rename my account? ','No, we do not rename accounts. Don\'t ask for it.',1,2,3),(416,16,6,'item','Can you delete my (confirmed) account?','No, we don\'t delete accounts. Don\'t ask for it.',1,2,4),(417,17,6,'item','So, what\'s MY ratio?','It\'s on the left-top of pages.<br />\r\n<br />\r\n<img src=\"pic/ratio.png\" alt=\"ratio\" />\r\n<br />\r\n<br />\r\nIt\'s important to distinguish between your overall ratio and the individual ratio on each torrent you may be seeding or leeching. The overall ratio takes into account the total uploaded and downloaded from your account since you joined the site. The individual ratio takes into account those values for each torrent.\r\n<br />\r\n<br />\r\nYou may see two symbols instead of a number: \"Inf.\", which is just an abbreviation for Infinity, and means that you have downloaded 0 bytes while uploading a non-zero amount (ul/dl becomes infinity); \"---\", which should be read as \"non-available\", and shows up when you have both downloaded and uploaded 0 bytes (ul/dl = 0/0 which is an indeterminate amount).\r\n',1,2,5),(418,18,6,'item','Why is my IP displayed on my details page?','Only you and the site moderators can view your IP address and email. Regular users do not see that information.',1,2,6),(421,21,6,'item','Why am I listed as not connectable? (And why should I care?)','The tracker has determined that you are firewalled or NATed and cannot accept incoming connections. \r\n<br />\r\n<br />\r\nThis means that other peers in the swarm will be unable to connect to you, only you to them. Even worse, if two peers are both in this state they will not be able to connect at all. This has obviously a detrimental effect on the overall speed. \r\n<br />\r\n<br />\r\nThe way to solve the problem involves opening the ports used for incoming connections (the same range you defined in your client) on the firewall and/or configuring your NAT server to use a basic form of NAT for that range instead of NAPT (the actual process differs widely between different router models. Check your router documentation and/or support forum. You will also find lots of information on the subject at <a class=\"faqlink\" href=\"http://portforward.com/\">PortForward</a>).\r\n\r\n\r\n\r\n\r\n\r\n',1,2,9),(422,22,6,'item','What are the different user classes?','<table cellspacing=\"3\" cellpadding=\"0\">\r\n<tr>\r\n<td class=\"embedded\" width=\"200\" valign=\"top\">&nbsp; <b class=\"Peasant_Name\">Peasant</b></td>\r\n<td class=\"embedded\" width=\"5\">&nbsp;</td>\r\n<td class=\"embedded\"> Demoted users. They must improve their ratio within 30 days or they will be banned. Cannot post funbox item, apply for links or upload subtitles.\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"User_Name\">User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">The default class of new members. may upload torrents between 12:00, Saturday and 23:59 Sunday of every week.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"PowerUser_Name\">Power User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">Get a invitation. Can upload torrents, view NFO files, view user list, ask for reseed, send invitation, access Power User and External Trackers forums, view Top 10, view other users\' torrent history (if user\'s privacy level is not set \'strong\'), delete subtitle uploaded by oneself.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"EliteUser_Name\">Elite User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\"><b class=\"EliteUser_Name\">Elite User</b> or above would never be deleted if parked.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"CrazyUser_Name\">Crazy User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">Get two invitations. Can be anonymous when seeding/leeching/uploading. </td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"InsaneUser_Name\">Insane User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">Can view general logs.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"VeteranUser_Name\">Veteran User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">Get three invitations. Can view other users\' history of comments and forum posts. <b class=\"VeteranUser_Name\">Veteran User</b> or above would never be deleted whether parked or not.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"ExtremeUser_Name\">Extreme User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">Can update outdated external information and access Extreme User forum.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"UltimateUser_Name\">Ultimate User</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">Get 5 invitations.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"NexusMaster_Name\">Nexus Master</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">Get 10 invitations.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <img class=\"star\" src=\"pic/trans.gif\" alt=\"Star\" /></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">Has donated money to this tracker.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"VIP_Name\">VIP</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">Same privileges as <b class=\"NexusMaster_Name\">Nexus Master</b> and is considered an Elite Member of this tracker. Immune to automatic demotion.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Retiree_Name\">Retiree</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">Former staff members.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"User_Name\">Other</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">Customized title. </td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Uploader_Name\">Uploader</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">Dedicated uploader, immune to automatic demotion. Can view who anonymous ones are.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Moderator_Name\">Moderator</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\" valign=\"top\">Can view staffbox and reportbox, manage funbox and polls, edit and delete any uploaded torrent, manage offers, manage forum posts and user comments, view confidential logs, delete any uploaded subtitle, manage code updates and chronicles at logs, view users\' invitation history, change general user account information. <b>Cannot</b> manage links,recent news or forums. <b>Cannot</b> set torrents sticky or on promotion.<b>Cannot</b> view users\' confidential information (e.g. IP address and Email address). <b>Cannot</b> delete user account.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"Administrator_Name\">Administrator</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">Other than changing site settings and managing donation, can do just about anything.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"SysOp_Name\">SysOp</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">Dedicated site developer. Except managing donation, can do anything (including changing site settings)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"embedded\" valign=\"top\">&nbsp; <b class=\"StaffLeader_Name\">Staff Leader</b></td>\r\n<td class=\"embedded\">&nbsp;</td>\r\n<td class=\"embedded\">The boss. Can do anything.</td>\r\n</tr>\r\n</table>',1,2,10),(423,23,6,'item','How does this promotion thing work anyway?','<table cellspacing=\\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\\" cellpadding=\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\">\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" width=\\\\\\\\\\\\\\\"200\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <b class=\\\\\\\\\\\\\\\"Peasant_Name\\\\\\\\\\\\\\\">Peasant</b></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" width=\\\\\\\\\\\\\\\"5\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">User would be demoted to this class under any of the following circumstances:<br />\r\n1.Downloaded more than 50 GB and with ratio below 0.4<br />\r\n2.Downloaded more than 100 GB and with ratio below 0.5<br />\r\n3.Downloaded more than 200 GB and with ratio below 0.6<br />\r\n4.Downloaded more than 400 GB and with ratio below 0.7<br />\r\n5.Downloaded more than 800 GB and with ratio below 0.8</td>\r\n</tr>\r\n\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <b class=\\\\\\\\\\\\\\\"PowerUser_Name\\\\\\\\\\\\\\\">Power User</b></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">Must have been a member for at least 4 weeks, have downloaded at least 50GB and have a ratio at or above 1.05. The promotion is automatic when these conditions are met. <br />\r\nNote that you will be automatically demoted from this status if your ratio drops below 0.95 at any time.</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <b class=\\\\\\\\\\\\\\\"EliteUser_Name\\\\\\\\\\\\\\\">Elite User</b></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">Must have been a member for at least 8 weeks, have downloaded at least 120GB and have a ratio at or above 1.55. The promotion is automatic when these conditions are met. <br />\r\nNote that you will be automatically demoted from this status if your ratio drops below 1.45 at any time.</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <b class=\\\\\\\\\\\\\\\"CrazyUser_Name\\\\\\\\\\\\\\\">Crazy User</b></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">Must have been a member for at least 15 weeks, have downloaded at least 300GB and have a ratio at or above 2.05. The promotion is automatic when these conditions are met. <br />\r\nNote that you will be automatically demoted from this status if your ratio drops below 1.95 at any time.</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <b class=\\\\\\\\\\\\\\\"InsaneUser_Name\\\\\\\\\\\\\\\">Insane User</b></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">Must have been a member for at least 25 weeks, have downloaded at least 500GB and have a ratio at or above 2.55. The promotion is automatic when these conditions are met. <br />\r\nNote that you will be automatically demoted from this status if your ratio drops below 2.45 at any time.</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <b class=\\\\\\\\\\\\\\\"VeteranUser_Name\\\\\\\\\\\\\\\">Veteran User</b></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">Must have been a member for at least 40 weeks, have downloaded at least 750GB and have a ratio at or above 3.05. The promotion is automatic when these conditions are met. <br />\r\nNote that you will be automatically demoted from this status if your ratio drops below 2.95 at any time.</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <b class=\\\\\\\\\\\\\\\"ExtremeUser_Name\\\\\\\\\\\\\\\">Extreme User</b></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">Must have been a member for at least 60 weeks, have downloaded at least 1TB and have a ratio at or above 3.55. The promotion is automatic when these conditions are met. <br />\r\nNote that you will be automatically demoted from this status if your ratio drops below 3.45 at any time.</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <b class=\\\\\\\\\\\\\\\"UltimateUser_Name\\\\\\\\\\\\\\\">Ultimate User</b></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">Must have been a member for at least 80 weeks, have downloaded at least 1.5TB and have a ratio at or above 4.05. The promotion is automatic when these conditions are met. <br />\r\nNote that you will be automatically demoted from this status if your ratio drops below 3.95 at any time.</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <b class=\\\\\\\\\\\\\\\"NexusMaster_Name\\\\\\\\\\\\\\\">Nexus Master</b></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">Must have been a member for at least 100 weeks, have downloaded at least 3TB and have a ratio at or above 4.55. The promotion is automatic when these conditions are met. <br />\r\nNote that you will be automatically demoted from this status if your ratio drops below 4.45 at any time.</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <img class=\\\\\\\\\\\\\\\"star\\\\\\\\\\\\\\\" src=\\\\\\\\\\\\\\\"pic/trans.gif\\\\\\\\\\\\\\\" alt=\\\\\\\\\\\\\\\"Star\\\\\\\\\\\\\\\" /></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">Just donate, see <a class=\\\\\\\\\\\\\\\"faqlink\\\\\\\\\\\\\\\" href=\\\\\\\\\\\\\\\"donate.php\\\\\\\\\\\\\\\">here</a> for the details.</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <b class=\\\\\\\\\\\\\\\"VIP_Name\\\\\\\\\\\\\\\">VIP</b></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">Assigned by mods at their discretion to users they feel contribute something special to the site. (Anyone begging for VIP status will be automatically disqualified.)</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <b class=\\\\\\\\\\\\\\\"User_Name\\\\\\\\\\\\\\\">Other</b></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">Customized title. Exchanged at bonus system or granted by admins.</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <b class=\\\\\\\\\\\\\\\"Uploader_Name\\\\\\\\\\\\\\\">Uploader</b></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">Appointed by Admins/SysOp/Staff Leader (see the \\\\\\\\\\\\\\\'Uploading\\\\\\\\\\\\\\\' section for conditions).</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <b class=\\\\\\\\\\\\\\\"Retiree_Name\\\\\\\\\\\\\\\">Retiree</b></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">Granted by Admins/SysOp/Staff Leader</td>\r\n</tr>\r\n<tr>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\" valign=\\\\\\\\\\\\\\\"top\\\\\\\\\\\\\\\">&nbsp; <b class=\\\\\\\\\\\\\\\"Moderator_Name\\\\\\\\\\\\\\\">Moderator</b></td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">&nbsp;</td>\r\n<td class=\\\\\\\\\\\\\\\"embedded\\\\\\\\\\\\\\\">You don\\\\\\\\\\\\\\\'t ask us, we\\\\\\\\\\\\\\\'ll ask you!</td>\r\n</tr>\r\n</table>',0,2,11),(425,25,6,'item','Why can\'t my friend become a member?','There is a users limit (it is list at Home -&gt; Tracker Statistics -&gt; Limit). When that number is reached we stop accepting new members. Accounts inactive (i.e. not logged in for a long time) are automatically deleted, so keep trying.<br />\r\nWhen are inactive user accounts deleted? See <a class=\"faqlink\" href=\"rules.php\">Rules</a>',1,2,13),(426,26,6,'item','How do I add an avatar to my profile?','First, find an image that you like, and that is within the <a class=\"faqlink\" href=\"rules.php\">rules</a>. Then you will have to find a place to host it, such as our own <a class=\"faqlink\" href=\"bitbucket-upload.php\">BitBucket</a>. To lighten tracker\'s load, we recommend you upload it to other websites and copy the URL you were given when uploading it to the Avatar URL field in <a class=\"faqlink\" href=\"usercp.php?action=personal\">UserCP</a>.<br />\r\n<br />\r\nPlease do not make a post just to test your avatar. If everything is all right you\'ll see it in your details page. ',1,2,14),(427,27,6,'item','Most common reason for stats not updating','<ul>\r\n<li>The server is overloaded and unresponsive. Just try to keep the session open until the server responds again. (Flooding the server with consecutive manual updates is not recommended.)</li>\r\n<li>You are using a faulty client. If you want to use an experimental or CVS version you do it at your own risk.</li>\r\n</ul>',1,3,1),(428,28,6,'item','Best practices','<ul>\r\n<li>If a torrent you are currently leeching/seeding is not listed on your detail page, just wait or force a manual update.</li>\r\n<li>Make sure you exit your client properly, so that the tracker receives \"event=completed\".</li>\r\n<li>If the tracker is down, do not stop seeding. As long as the tracker is back up before you exit the client the stats should update properly.</li>\r\n</ul>',1,3,2),(429,29,6,'item','May I use any bittorrent client?','No. According to tests of common bittorrent clients by <a class=\"faqlink\" href=\"aboutnexus.php\">NexusPHP</a>, we allowed <b>only</b> the following bittorrent clients.<br />\r\nThe test report by <a class=\"faqlink\" href=\"aboutnexus.php\">NexusPHP</a> is <a class=\"faqlink\" href=\"http://www.nexusphp.com/wiki/%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%B5%8B%E8%AF%95%E6%8A%A5%E5%91%8A\">here</a>. \r\n<br />\r\n<b>Windows:</b>\r\n<ul>\r\n<li><a class=\"faqlink\" href=\"http://azureus.sourceforge.net\">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2 and later versions</li>\r\n<li><a class=\"faqlink\" href=\"http://www.utorrent.com\">uTorrent</a>: 1.6.1, 1.7.5, 1.7.6, 1.7.7, 1.8Beta(Build 10364), 2.0(Build 17624) and later versions</li>\r\n<li><a class=\"faqlink\" href=\"http://www.bittorrent.com\">BitTorrent</a>: 6.0.1, 6.0.2, 6.0.3 and later versions</li>\r\n<li><a class=\"faqlink\" href=\"http://deluge-torrent.org\">Deluge</a>: 0.5.9.1, 1.1.6 and later versions</li>\r\n<li><a class=\"faqlink\" href=\"http://rufus.sourceforge.net\">Rufus</a>: 0.6.9, 0.7.0 and later versions</li>\r\n</ul>\r\n<b>Linux:</b>\r\n<ul>\r\n<li><a class=\"faqlink\" href=\"http://azureus.sourceforge.net\">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2 and later versions</li>\r\n<li><a class=\"faqlink\" href=\"http://deluge-torrent.org\">Deluge</a>: 0.5.9.1, 1.1.6 and later versions</li>\r\n<li><a class=\"faqlink\" href=\"http://rufus.sourceforge.net\">Rufus</a>: 0.6.9, 0.7.0 and later versions</li>\r\n<li><a class=\"faqlink\" href=\"http://www.transmissionbt.com\">Transmission</a>: 1.21 and later versions</li>\r\n<li><a class=\"faqlink\" href=\"http://libtorrent.rakshasa.no\">rTorrent</a>: 0.8.0(with libtorrent 0.12.0 or later) and later versions</li>\r\n<li><a class=\"faqlink\" href=\"http://www.rahul.net/dholmes/ctorrent/\">Enhanced CTorrent</a>: 3.3.2 and later versions</li>\r\n</ul>\r\n<b>MacOS X:</b>\r\n<ul>\r\n<li><a class=\"faqlink\" href=\"http://azureus.sourceforge.net\">Azureus</a>: 2.5.0.4, 3.0.5.0, 3.0.5.2 and later versions</li>\r\n<li><a class=\"faqlink\" href=\"http://www.transmissionbt.com\">Transmission</a>: 1.21 and later versions</li>\r\n<li><a class=\"faqlink\" href=\"http://sourceforge.net/projects/bitrocket/\">BitRocket</a>: 0.3.3(32) and later versions</li>\r\n</ul>\r\n<b>Symbian (For Testing Only):</b>\r\n<ul>\r\n<li><a class=\"faqlink\" href=\"http://amorg.aut.bme.hu/projects/symtorrent\">SymTorrent</a>: 1.41 and later versions</li>\r\n</ul>\r\n<br />\r\n\r\n<b>Support for https:</b>\r\n<ul>\r\n<li>uTorrent 1.61: cannot parse tracker https url, and marks itself as uTorrent 1.5</li>\r\n<li>Rufus: no support for https, and development ceased for years.</li>\r\n<li>rtorrent: needs to add SSL certification manually, see User Guide at its official site.</li>\r\n</ul>\r\n\r\n<br />\r\n\r\nPlease do not use any beta or testing version of bittorrent clients, e.g. uTorrent 1.8.0B. To get the best downloading experience, we highly recommend latest stable version of <a class=\"faqlink\" href=\"http://www.utorrent.com/download.php\">uTorrent</a> and <a class=\"faqlink\" href=\"http://azureus.sourceforge.net/download.php\">Azureus</a>.',1,5,3),(430,30,6,'item','Why is a torrent I\'m leeching/seeding listed several times in my profile?','If for some reason (e.g. PC crash, or frozen client) your client exits improperly and you restart it, it will have a new peer_id, so it will show as a new torrent. The old one will never receive a \"event=completed\" or \"event=stopped\" and will be listed until some tracker timeout. Just ignore it, it will eventually go away.',1,3,4),(431,31,6,'item','I\'ve finished or cancelled a torrent. Why is it still listed in my profile?','Some clients, notably TorrentStorm and Nova Torrent, do not report properly to the tracker when canceling or finishing a torrent. In that case the tracker will keep waiting for some message - and thus listing the torrent as seeding or leeching - until some timeout occurs. Just ignore it, it will eventually go away.',1,3,5),(433,33,6,'item','Multiple IPs (Can I login from different computers?)','Yes, the tracker is capable of following sessions from different IPs for the same user. You may access the site and seed/leech simultaneously from as many computers as you want with the same account.<br />\r\nHowever, there is a limit for a single torrent. Per torrent 3 simultaneous connections are permitted per user, and in case of leeching only 1, which means you can leech a torrent from one location only at a time.',1,3,7),(436,36,6,'item','Why can\'t I upload torrents?','See <a class=\"faqlink\" href=\"rules.php\">Rules</a>.',1,4,1),(437,37,6,'item','What criteria must I meet before I can join the Uploader team?','You must:\r\n<ul>\r\n<li>have steady access to resources.</li>\r\n<li>upload not less than 5 torrents per week.</li>\r\n</ul>\r\nYou must be able to provide releases that:\r\n<ul>\r\n<li>are not older than 7 days</li>\r\n<li>you\'ll be able to seed, or make sure are well-seeded, for at least 24 hours.</li>\r\n<li>Also, you should have at least 2MBit upload bandwith.</li>\r\n</ul>\r\nIf you think you can match these criteria do not hesitate to <a class=\"faqlink\" href=\"contactstaff.php\">contact the staff</a>.<br />\r\n<b>Remember!</b> Write your application carefully! Be sure to include your upload speed and what kind of stuff you\'re planning to upload.<br />\r\nOnly well written letters with serious intent will be considered.',1,4,2),(438,38,6,'item','Can I upload your torrents to other trackers?','No. We are a closed, limited-membership community. Only registered users can use the tracker. Posting our torrents on other trackers is useless, since most people who attempt to download them will be unable to connect with us. This generates a lot of frustration and bad-will against us, and will therefore not be tolerated.<br />\r\n<br />\r\nComplaints from other sites\' administrative staff about our torrents being posted on their sites will result in the banning of the users responsible.\r\n<br />\r\n<br />\r\nHowever, the files you download from us are yours to do as you please (except those marked as <b>EXCLUSIVE</b> by the uploader). You can always create another torrent, pointing to some other tracker, and upload it to the site of your choice.',1,4,3),(439,39,6,'item','How do I use the files I\'ve downloaded?','Check out <a class=\"faqlink\" href=\"formats.php\">this guide</a>.',1,5,1),(440,40,6,'item','Downloaded a movie and don\'t know what CAM/TS/TC/SCR means?','Check out <a class=\"faqlink\" href=\"videoformats.php\">this guide</a>.',1,5,2),(441,41,6,'item','Why did an active torrent suddenly disappear?','There may be three reasons for this:<br />\r\n(<b>1</b>) The torrent may have been against the site <a class=\"faqlink\" href=\"rules.php\">rules</a>.\r\n<br />\r\n(<b>2</b>) The uploader may have deleted it because it was a bad release. A replacement will probably be uploaded to take its place.<br />\r\n(<b>3</b>) Torrents are automatically deleted after being dead for a long time.',1,5,3),(442,42,6,'item','How do I resume a broken download or reseed something?','Open the .torrent file. When your client asks you for a location, choose the location of the existing file(s) and it will resume/reseed the torrent.',1,5,4),(443,43,6,'item','Why do my downloads sometimes stall at 99%?','The more pieces you have, the harder it becomes to find peers who have pieces you are missing. That is why downloads sometimes slow down or even stall when there are just a few percent remaining. Just be patient and you will, sooner or later, get the remaining pieces.',1,5,5),(444,44,6,'item','What are these \"a piece has failed a hash check\" messages? ','Bittorrent clients check the data they receive for integrity. When a piece fails this check it is automatically re-downloaded. Occasional hash fails are a common occurrence, and you shouldn\'t worry.<br />\r\n<br />\r\nSome clients have an (advanced) option/preference to \'kick/ban clients that send you bad data\' or similar. It should be turned on, since it makes sure that if a peer repeatedly sends you pieces that fail the hash check it will be ignored in the future.',1,5,6),(445,45,6,'item','The torrent is supposed to be 100MB. How come I downloaded 120MB? ','See the hash fails topic. If your client receives bad data it will have to re-download it, therefore the total downloaded may be larger than the torrent size. Make sure the \"kick/ban\" option is turned on to minimize the extra downloads.',1,5,7),(446,46,6,'item','Why do I get a \"Your ratio is too low! You need to wait xx h to start\" error?','From the time that each <b>new</b> torrent is uploaded to the tracker, there is a period of time that some users must wait before they can download it.<br />\r\nThis delay in downloading will only affect users with a low ratio and downloaded amount above 10 GB.<br />\r\n<br />\r\n<table cellspacing=\"3\" cellpadding=\"0\">\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">Ratio below</td>\r\n <td class=\"embedded\" width=\"40\">0.4</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">delay of</td>\r\n <td class=\"embedded\" width=\"100\">24h</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">Ratio below</td>\r\n <td class=\"embedded\" width=\"40\">0.5</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">delay of</td>\r\n <td class=\"embedded\" width=\"100\">12h</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">Ratio below</td>\r\n <td class=\"embedded\" width=\"40\">0.6</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">delay of</td>\r\n <td class=\"embedded\" width=\"100\">6h</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">Ratio below</td>\r\n <td class=\"embedded\" width=\"40\">0.8</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">delay of</td>\r\n <td class=\"embedded\" width=\"100\">3h</td>\r\n</tr>\r\n</table>',0,5,8),(447,47,6,'item','Why do I get a \"Port xxxx is blacklisted\" error?','Your client is reporting to the tracker that it uses one of the default bittorrent ports (6881-6889) or any other common p2p port for incoming connections.<br />\r\n<br />\r\nWe does not allow clients to use ports commonly associated with p2p protocols. The reason for this is that it is a common practice for ISPs to throttle those ports (that is, limit the bandwidth, hence the speed). <br />\r\n<br />\r\nThe blocked ports list include the following:<br />\r\n<br />\r\n<table cellspacing=\"3\" cellpadding=\"0\">\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">Direct Connect</td>\r\n <td class=\"embedded\" width=\"100\">411 - 413</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">BitTorrent</td>\r\n <td class=\"embedded\" width=\"100\">6881 - 6889</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">Kazza</td>\r\n <td class=\"embedded\" width=\"100\">1214</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">Gnutella</td>\r\n <td class=\"embedded\" width=\"100\">6346 - 6347</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">Emule</td>\r\n <td class=\"embedded\" width=\"100\">4662</td>\r\n </tr>\r\n <tr>\r\n <td class=\"embedded\" width=\"100\">WinMX</td>\r\n <td class=\"embedded\" width=\"100\">6699</td>\r\n </tr>\r\n</table>\r\n<br />\r\nIn order to use our tracker you must configure your client to use any port range that does not contain those ports (a range within the region 49152 through 65535 is preferable,\r\ncf. <a class=\"faqlink\" href=\"http://www.iana.org/assignments/port-numbers\">IANA</a>). Notice that some clients, like Azureus 2.0.7.0 or higher, use a single port for all torrents, while most others use one port per open torrent. The size of the range you choose should take this into account (typically less than 10 ports wide. There is no benefit whatsoever in choosing a wide range, and there are possible security implications). <br />\r\n<br />\r\nThese ports are used for connections between peers, not client to tracker. Therefore this change will not interfere with your ability to use other trackers (in fact it should <i>increase</i> your speed with torrents from any tracker, not just ours). Your client will also still be able to connect to peers that are using the standard ports. If your client does not allow custom ports to be used, you will have to switch to one that does.<br />\r\n<br />\r\nDo not ask us, or in the forums, which ports you should choose. The more random the choice is the harder it will be for ISPs to catch on to us and start limiting speeds on the ports we use. If we simply define another range ISPs will start throttling that range also. <br />\r\n<br />\r\nFinally, remember to forward the chosen ports in your router and/or open them in your\r\nfirewall, should you have them.',1,5,9),(448,48,6,'item','What\'s this \"IOError - [Errno13] Permission denied\" error?','If you just want to fix it reboot your computer, it should solve the problem. Otherwise read on.<br />\r\nIOError means Input-Output Error, and that is a file system error, not a tracker one. It shows up when your client is for some reason unable to open the partially downloaded torrent files. The most common cause is two instances of the client to be running simultaneously: the last time the client was closed it somehow didn\'t really close but kept running in the background, and is therefore still locking the files, making it impossible for the new instance to open them.<br />\r\nA more uncommon occurrence is a corrupted FAT. A crash may result in corruption that makes the partially downloaded files unreadable, and the error ensues. Running scandisk should solve the problem. (Note that this may happen only if you\'re running Windows 9x - which only support FAT - or NT/2000/XP with FAT formatted hard drives. NTFS is much more robust and should never permit this problem.)\r\n',1,5,10),(450,50,6,'item','Do not immediately jump on new torrents','The download speed mostly depends on the seeder-to-leecher ratio (SLR). Poor download speed is mainly a problem with new and very popular torrents where the SLR is low.<br />\r\n(Note: make sure you remember that you did not enjoy the low speed. Seed so that others will not endure the same.)<br />\r\n<br />In particular, do not do it if you have a slow connection. The best speeds will be found around the half-life of a torrent, when the SLR will be at its highest. (The downside is that you will not be able to seed so much. It\'s up to you to balance the pros and cons of this.)',1,6,1),(451,51,6,'item','Limit your upload speed','The upload speed affects the download speed in essentially two ways:\r\n<ul>\r\n <li>Bittorrent peers tend to favour those other peers that upload to them. This means that if A and B are leeching the same torrent and A is sending data to B at high speed then B will try to reciprocate. So due to this effect high upload speeds lead to high download speeds.</li>\r\n\r\n <li>Due to the way TCP works, when A is downloading something from B it has to keep telling B that it received the data sent to him. (These are called acknowledgements - ACKs -, a sort of \"got it!\" messages). If A fails to do this then B will stop sending data and wait. If A is uploading at full speed there may be no bandwidth left for the ACKs and they will be delayed. So due to this effect excessively high upload speeds lead to low download speeds.</li>\r\n</ul>\r\n\r\nThe full effect is a combination of the two. The upload should be kept as high as possible while allowing the ACKs to get through without delay. <b>A good thumb rule is keeping the upload at about 80% of the theoretical upload speed. </b>You will have to fine tune yours to find out what works best for you. (Remember that keeping the upload high has the additional benefit of helping with your ratio.) <br />\r\n<br />\r\nIf you are running more than one instance of a client it is the overall upload speed that you must take into account. Some clients limit global upload speed, others do it on a per torrent basis. Know your client. The same applies if you are using your connection for anything else (e.g. browsing or ftp), always think of the overall upload speed.',1,6,2),(452,52,6,'item','Limit the number of simultaneous connections','Some operating systems (like Windows 9x) do not deal well with a large number of connections, and may even crash. Also some home routers (particularly when running NAT and/or firewall with stateful inspection services) tend to become slow or crash when having to deal with too many connections. There are no fixed values for this, you may try 60 or 100 and experiment with the value. Note that these numbers are additive, if you have two instances of a client running the numbers add up.',1,6,3),(453,53,6,'item','Limit the number of simultaneous uploads','Isn\'t this the same as above? No. Connections limit the number of peers your client is talking to and/or downloading from. Uploads limit the number of peers your client is actually uploading to. The ideal number is typically much lower than the number of connections, and highly dependent on your (physical) connection.',1,6,4),(454,54,6,'item','Just give it some time','As explained above peers favour other peers that upload to them. When you start leeching a new torrent you have nothing to offer to other peers and they will tend to ignore you. This makes the starts slow, in particular if, by chance, the peers you are connected to include few or no seeders. The download speed should increase as soon as you have some pieces to share.',1,6,5),(455,55,6,'item','Why is my browsing so slow while leeching?','Your download speed is always finite. If you are a peer in a fast torrent it will almost certainly saturate your download bandwidth, and your browsing will suffer. Many clients allows you to limit the download speed and try it.<br />\r\n<br />\r\nBrowsing was used just as an example, the same would apply to gaming, IMing, etc...',1,6,6),(456,56,6,'item','What is a proxy?','Basically a middleman. When you are browsing a site through a proxy your requests are sent to the proxy and the proxy forwards them to the site instead of you connecting directly to the site. There are several classifications (the terminology is far from standard):<br />\r\n<br />\r\n<table cellspacing=\"3\" cellpadding=\"0\">\r\n<tr>\r\n <td class=\"embedded\" valign=\"top\" width=\"100\">&nbsp;Transparent</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">A transparent proxy is one that needs no configuration on the clients. It works by automatically redirecting all port 80 traffic to the proxy. (Sometimes used as synonymous for non-anonymous.)</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" valign=\"top\">&nbsp;Explicit/Voluntary</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">Clients must configure their browsers to use them.</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" valign=\"top\">&nbsp;Anonymous</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">The proxy sends no client identification to the server. (HTTP_X_FORWARDED_FOR header is not sent; the server does not see your IP.)</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" valign=\"top\">&nbsp;Highly Anonymous</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">The proxy sends no client nor proxy identification to the server. (HTTP_X_FORWARDED_FOR, HTTP_VIA and HTTP_PROXY_CONNECTION headers are not sent; the server doesn\'t see your IP and doesn\'t even know you\'re using a proxy.)</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" valign=\"top\">&nbsp;Public</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" valign=\"top\">(Self explanatory)</td>\r\n</tr>\r\n</table>\r\n<br />\r\nA transparent proxy may or may not be anonymous, and there are several levels of anonymity.',1,7,1),(457,57,6,'item','How do I find out if I\'m behind a (transparent/anonymous) proxy?','Try <a href=\"http://proxyjudge.org\" class=\"faqlink\">ProxyJudge</a>. It lists the HTTP headers that the server where it is running received from you. The relevant ones are HTTP_CLIENT_IP, HTTP_X_FORWARDED_FOR and REMOTE_ADDR.',1,7,2),(475,75,6,'item','Why am I listed as not connectable even though I\'m not NAT/Firewalled?','The tracker is quite smart at finding your real IP, but it does need the proxy to send the HTTP header HTTP_X_FORWARDED_FOR. If your ISP\'s proxy does not then what happens is that the tracker will interpret the proxy\'s IP address as the client\'s IP address. So when you login and the tracker tries to connect to your client to see if you are NAT/firewalled it will actually try to connect to the proxy on the port your client reports to be using for incoming connections. Naturally the proxy will not be listening on that port, the connection will fail and the tracker will think you are NAT/firewalled.',1,7,3),(462,62,6,'item','Maybe my address is blacklisted?','The site keeps a list of blocked IP addresses for banned users or attackers. This works at Apache/PHP level, and only blocks <i>logins</i> from those addresses. It should not stop you from reaching the site. In particular it does not block lower level protocols, you should be able to ping/traceroute the server even if your address is blacklisted. If you cannot then the reason for the problem lies elsewhere.<br />\r\n<br />\r\nIf somehow your address is blocked by mistake, contact us about it.',1,8,1),(463,63,6,'item','Your ISP blocks the site\'s address','(In first place, it\'s unlikely your ISP is doing so. DNS name resolution and/or network problems are the usual culprits.) \r\n<br />\r\nThere\'s nothing we can do. You should contact your ISP (or get a new one). Note that you can still visit the site via a proxy, follow the instructions in the relevant section. In this case it doesn\'t matter if the proxy is anonymous or not, or which port it listens to.<br />\r\n<br />\r\nNotice that you will always be listed as an \"unconnectable\" client because the tracker will be unable to check that you\'re capable of accepting incoming connections.',1,8,2),(465,65,6,'item','You may try this','Post in the <a class=\"faqlink\" href=\"forums.php\">Forums</a>, by all means. You\'ll find they are usually a friendly and helpful place, provided you follow a few basic guidelines: <ul>\r\n<li>Make sure your problem is not really in this FAQ. There\'s no point in posting just to be sent back here. </li>\r\n<li>Before posting read the sticky topics (the ones at the top). Many times new information that still hasn\'t been incorporated in the FAQ can be found there.</li>\r\n<li>Help us in helping you. Do not just say \"it doesn\'t work!\". Provide details so that we don\'t have to guess or waste time asking. What client do you use? What\'s your OS? What\'s your network setup? What\'s the exact error message you get, if any? What are the torrents you are having problems with? The more you tell the easiest it will be for us, and the more probable your post will get a reply.</li>\r\n<li>And needless to say: be polite. Demanding help rarely works, asking for it usually does the trick.</li></ul>',1,9,1),(466,66,6,'item','Why do I get a \"Your slot limit is reached! You may at most download xx torrents at the same time\" error?','This is part of the \"Slot System\". The slot system is being used to limit the concurrent downloads for users that have low ratio and downloaded amount above 10 GB<br /><br />\r\nRules: <br />\r\n<table cellspacing=\"3\" cellpadding=\"0\">\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">Ratio below</td>\r\n <td class=\"embedded\" width=\"40\">0.5</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">available slots</td>\r\n <td class=\"embedded\" width=\"40\">1</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">Ratio below</td>\r\n <td class=\"embedded\" width=\"40\">0.65</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">available slots</td>\r\n <td class=\"embedded\" width=\"100\">2</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">Ratio below</td>\r\n <td class=\"embedded\" width=\"40\">0.8</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">available slots</td>\r\n <td class=\"embedded\" width=\"100\">3</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">Ratio below</td>\r\n <td class=\"embedded\" width=\"40\">0.95</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">available slots</td>\r\n <td class=\"embedded\" width=\"100\">4</td>\r\n</tr>\r\n<tr>\r\n <td class=\"embedded\" width=\"100\">Ratio above</td>\r\n <td class=\"embedded\" width=\"40\">0.95</td>\r\n <td class=\"embedded\" width=\"10\">&nbsp;</td>\r\n <td class=\"embedded\" width=\"100\">available slots</td>\r\n <td class=\"embedded\" width=\"100\">unlimited</td>\r\n</tr>\r\n</table>\r\n<br />\r\nIn all cases the seeding slots are unlimited. However if you have already filled all your available download slots and try to start seeding you will receive the same error. In this case you must free at least one download slot in order to start all your seeds and then start the download. If all your download slots are filled the system will deny any connection before validating if you want to download or seed. So first start your seeds and after that your downloads. <br />\r\n<br /><br />\r\nAny time, you can check your available slots in the member bar on top of the page.',0,5,12),(467,67,6,'item','What is the passkey System? How does it work?','The passkey system is implemented to verify if you are registered with the tracker. Every user has a personal passkey, a random key generated by the system. When a user tries to download a torrent, his personal passkey is imprinted in the tracker URL of the torrent, allowing to the tracker to identify any source connected on it. In this way, you can seed a torrent for example, at home and at your office simultaneously without any problem with the 2 different IPs.\r\n',1,5,13),(468,68,6,'item','Why do I get an \"Unknown passkey\" error? ','You will get this error, firstly if you are not registered on our tracker, or if you haven\'t downloaded the torrent to use from our webpage, when you were logged in. In this case, just register or log in and re-download the torrent.<br />\r\nThere is a chance to get this error also, at the first time you download anything as a new user, or at the first download after you reset your passkey. The reason is simply that the tracker reviews the changes in the passkeys every few minutes and not instantly. For that reason just leave the torrent running for a few minutes, and you will get eventually an OK message from the tracker.',1,5,14),(469,69,6,'item','When do I need to reset my passkey?','<ul><li>If your passkey has been leaked and other user(s) uses it to download torrents using your account. In this case, you will see torrents stated in your account that you are not leeching or seeding . </li>\r\n<li>When your clients hangs up or your connection is terminated without pressing the stop button of your client. In this case, in your account you will see that you are still leeching/seeding the torrents even that your client has been closed. Normally these \"ghost peers\" will be cleaned automatically within 30 minutes, but if you want to resume your downloads and the tracker denied that due to the fact that you \"already are downloading the same torrent\" then you should reset your passkey and re-download the torrent, then resume it. </li></ul>',1,5,15),(470,70,6,'item','What is DHT? Why must I turn it off and how?','DHT must be disabled in your client. DHT can cause your stats to be recorded incorrectly and could be seen as cheating. Anyone using this will be banned for cheating the system.\r\n<br />\r\nFortunately, this tracker would parse uploaded .torrent files and automatically disable DHT. That\'s why you must re-downloaded the torrent before starting seeding.',1,5,16),(471,71,6,'categ','How can I help translate the site language into my native language?','',1,1,8),(472,72,6,'item','What skills do I need to do the translation?','Translate the site into another language is quite easy. You needn\'t be skilled in PHP or dynamic website design. In fact, all you need is proficient understanding of English (the default site language) and the language you plan to translate into. Maybe some basic knowledge in HTML would help.<br /><br />\r\nMoreover, we give a detailed tutorial on how to do the translation <a href=\"#73\" class=\"faqlink\"><b>HERE</b></a>. And our coders would be more than pleased to answer the questions you may encounter.<br /><br />\r\nTranslate the whole site into another language would take estimated 10 hours. And extra time is needed to maintain the translation when site code is updated.<br /><br />\r\nSo, if you think you could help, feel free to <a class=\"faqlink\" href=\"contactstaff.php\"><b>CONTACT US</b></a>. Needless to say, you would be rewarded.',1,71,1),(473,73,6,'item','The translation tutorial','<ul>\r\n<li>How does multi-language work?<br />\r\nCurrently we use language files to store all the static words that a user can see on web pages. <br />\r\nEvery php code file has a corresponding language file for a certain language. And we named the language file \'lang_\' plus the filename of the php code file. i.e. the language file of the php code file \'details.php\' would be \'lang_details.php\'. <br />\r\nWe has some mechanism in php codes to read the exact language files of user\'s preferred language, and you shouldn\'t worry about that.<br /></li>\r\n<li>What\'s in language files?<br />\r\nIn a language file is an array of strings. These strings contain all the static words that a user can see on web pages. When we need to say some words on a php code file, we call for a string in the array. And the output of the php code file, that is what users see on the web pages, would show the value of the string.<br />\r\nSounds dizzying? Well, you need not care about all these. All you gotta do is translate the values of the strings in the language files into another language. <b>Let\'s see an example</b>:<br /><br />\r\nThe following is the content of the English language file \'lang_users.php\', which works for the php code file \'users.php\'. <br /><br />\r\n<img src=\"pic/langfileeng.png\" alt=\"langfileeng\" /><br />\r\nIf you wanna translate it into Simplified Chinese, all you need is edit the file into this:<br />\r\n<img src=\"pic/langfilechs.png\" alt=\"langfilechs\" /><br />\r\nSee, in every line, the left part, that is before <i>=&gt;</i>, is the name of a string, which you shouldn\'t touch. All you need to is translate the right part, after <i>=&gt;</i>, which is the value of the string, into another language.<br />\r\nSometimes you need to look at the corresponding web pages to get the context meaning of some words.<br /></li>\r\n<li>Sounds easy? See what do you need to do.<br />\r\nIf you feel like to help us, <a class=\"faqlink\" href=\"aboutnexus.php#contact\"><b>CONTACT US</b></a> and we will send you a pack of the English language files (or any other available language if you prefer). Received it, you can start translating the value of strings (which is in English), into another language. It should take you several hours to do the whole work. After this, send back the translated language files to us.<br />\r\nIf no bugs or hacking codes are found in testing, we would put the new language into work.<br />\r\nSometimes the language files need to be updated, typically adding new strings, when site codes are updated. If you feel like it, you can help maintain the language files.<br /></li>\r\n<li><font color=\"red\"><b>IMPORTANT</b></font><br />\r\nThe text of language files must be encoded in UTF-8. When saving files, be sure to set the character encoding to UTF-8. Otherwise mojibake may happen.</li></ul>',1,71,2),(474,74,6,'item','Why does my client notify me of low disk space even if there is plenty left?','Most possible reason is that the file system of your disk partitions is FAT32, which has a maximum file size limit of 4 GB. If your operation system is Windows, consider converting file system to NTFS. Check <a class=\"faqlink\" href=\"http://technet.microsoft.com/en-us/library/bb456984.aspx\">here</a> for details.\r\n',1,5,17);
/*!40000 ALTER TABLE `faq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `files`
--
DROP TABLE IF EXISTS `files`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `files` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`torrent` mediumint(8) unsigned NOT NULL DEFAULT '0',
`filename` varchar(255) NOT NULL DEFAULT '',
`size` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `torrent` (`torrent`)
) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `files`
--
LOCK TABLES `files` WRITE;
/*!40000 ALTER TABLE `files` DISABLE KEYS */;
INSERT INTO `files` VALUES (1,1,'.DS_Store',8196),(2,1,'影棚拍摄-364.jpg',927022),(3,1,'影棚拍摄-278.gif',994327),(4,1,'俯拍2.jpg',1016580),(5,1,'影棚拍摄-009.jpg',1021126),(6,1,'影棚拍摄-224.jpg',1054786),(7,1,'影棚拍摄-138.jpg',1076292),(8,1,'影棚拍摄-006.jpg',1077628),(9,1,'俯拍.jpg',1108072),(10,1,'影棚拍摄-269.jpg',1179897),(11,1,'影棚拍摄-264.jpg',1301338),(12,1,'影棚拍摄-087.jpg',1445643),(13,1,'影棚拍摄-085.jpg',1465029),(14,1,'影棚拍摄-249.jpg',1467329),(15,1,'影棚拍摄-242.jpg',1537493),(16,1,'影棚拍摄-299.jpg',1558461),(17,1,'影棚拍摄-234.jpg',1608371),(18,1,'影棚拍摄-079.jpg',1813062),(19,1,'影棚拍摄-055.jpg',1820420),(20,1,'181577155798_.pic_hd2.jpg',1925055),(21,1,'影棚拍摄-313.jpg',2308211),(22,1,'影棚拍摄-040.gif',2391971),(23,1,'影棚拍摄-237.jpg',2503508),(24,1,'玩偶.gif',4583317),(25,2,'breach-trailer-1_h1080p.mov',153574679),(26,3,'breach-trailer-1_h1080p.mov',153574679),(27,4,'the-reckoning-trailer-1_h1080p.mov',130596609);
/*!40000 ALTER TABLE `files` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `forummods`
--
DROP TABLE IF EXISTS `forummods`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `forummods` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`forumid` smallint(5) unsigned NOT NULL,
`userid` mediumint(8) unsigned NOT NULL,
PRIMARY KEY (`id`),
KEY `forumid` (`forumid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `forummods`
--
LOCK TABLES `forummods` WRITE;
/*!40000 ALTER TABLE `forummods` DISABLE KEYS */;
/*!40000 ALTER TABLE `forummods` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `forums`
--
DROP TABLE IF EXISTS `forums`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `forums` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`sort` smallint(5) unsigned NOT NULL DEFAULT '0',
`name` varchar(60) NOT NULL,
`description` varchar(255) NOT NULL DEFAULT '',
`minclassread` tinyint(3) unsigned NOT NULL DEFAULT '0',
`minclasswrite` tinyint(3) unsigned NOT NULL DEFAULT '0',
`postcount` int(10) unsigned NOT NULL DEFAULT '0',
`topiccount` int(10) unsigned NOT NULL DEFAULT '0',
`minclasscreate` tinyint(3) unsigned NOT NULL DEFAULT '0',
`forid` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `forums`
--
LOCK TABLES `forums` WRITE;
/*!40000 ALTER TABLE `forums` DISABLE KEYS */;
INSERT INTO `forums` VALUES (1,0,'测试版块','',16,16,6,1,16,3);
/*!40000 ALTER TABLE `forums` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `friends`
--
DROP TABLE IF EXISTS `friends`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `friends` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userid` mediumint(8) unsigned NOT NULL,
`friendid` mediumint(8) unsigned NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `userfriend` (`userid`,`friendid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `friends`
--
LOCK TABLES `friends` WRITE;
/*!40000 ALTER TABLE `friends` DISABLE KEYS */;
/*!40000 ALTER TABLE `friends` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `fun`
--
DROP TABLE IF EXISTS `fun`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fun` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`added` datetime DEFAULT NULL,
`body` text,
`title` varchar(255) NOT NULL DEFAULT '',
`status` enum('normal','dull','notfunny','funny','veryfunny','banned') NOT NULL DEFAULT 'normal',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `fun`
--
LOCK TABLES `fun` WRITE;
/*!40000 ALTER TABLE `fun` DISABLE KEYS */;
INSERT INTO `fun` VALUES (1,2,'2021-01-14 04:46:23',' [em13] ','好笑吗?来笑一个','normal');
/*!40000 ALTER TABLE `fun` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `funds`
--
DROP TABLE IF EXISTS `funds`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `funds` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`usd` decimal(8,2) NOT NULL DEFAULT '0.00',
`cny` decimal(8,2) NOT NULL DEFAULT '0.00',
`user` mediumint(8) unsigned NOT NULL,
`added` datetime DEFAULT NULL,
`memo` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `funds`
--
LOCK TABLES `funds` WRITE;
/*!40000 ALTER TABLE `funds` DISABLE KEYS */;
/*!40000 ALTER TABLE `funds` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `funvotes`
--
DROP TABLE IF EXISTS `funvotes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `funvotes` (
`funid` mediumint(8) unsigned NOT NULL,
`userid` mediumint(8) unsigned NOT NULL,
`added` datetime DEFAULT NULL,
`vote` enum('fun','dull') NOT NULL DEFAULT 'fun',
PRIMARY KEY (`funid`,`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `funvotes`
--
LOCK TABLES `funvotes` WRITE;
/*!40000 ALTER TABLE `funvotes` DISABLE KEYS */;
/*!40000 ALTER TABLE `funvotes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `i18n`
--
DROP TABLE IF EXISTS `i18n`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `i18n` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`locale` varchar(255) NOT NULL COMMENT '本地化标识',
`name` varchar(255) NOT NULL COMMENT '键名',
`translation` mediumtext COMMENT '翻译',
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
PRIMARY KEY (`id`),
UNIQUE KEY `unique_locale_name` (`locale`,`name`) USING BTREE,
KEY `idx_name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=12891 DEFAULT CHARSET=utf8mb4 COMMENT='国际化多语言表';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `i18n`
--
LOCK TABLES `i18n` WRITE;
/*!40000 ALTER TABLE `i18n` DISABLE KEYS */;
INSERT INTO `i18n` VALUES (23,'en','i18n.internationalization','Internationalization','2021-01-11 10:57:54','2021-01-11 10:57:54'),(24,'chs','i18n.internationalization','国际化','2021-01-11 10:57:54','2021-01-11 10:57:54'),(25,'cht','i18n.internationalization','國際化','2021-01-11 10:57:54','2021-01-11 10:57:54'),(29,'en','i18n.query_internationalization','Query Internationalization','2021-01-11 11:12:37','2021-01-11 11:12:37'),(30,'chs','i18n.query_internationalization','查询国际化翻译','2021-01-11 11:12:37','2021-01-11 11:12:37'),(31,'cht','i18n.query_internationalization','查詢國際化翻譯','2021-01-11 11:12:37','2021-01-11 11:12:37'),(32,'en','i18n.internationalization_form','Internationalization Form','2021-01-11 11:34:09','2021-01-11 11:34:09'),(33,'chs','i18n.internationalization_form','国际化翻译表单','2021-01-11 11:34:09','2021-01-11 11:34:09'),(34,'cht','i18n.internationalization_form','國際化翻譯表單','2021-01-11 11:34:09','2021-01-11 11:34:09'),(35,'en','cleanup.msg_low_ratio_warning_removed','Low Ratio Warning Removed','2021-01-11 12:47:50','2021-01-11 12:47:50'),(36,'en','cleanup.msg_your_ratio_warning_removed','Your warning of low ratio have been removed and auto-promoted to [b]User[/b]. We highly recommend you to keep a your ratio up to not be warned again.\n','2021-01-11 12:47:50','2021-01-11 12:47:50'),(37,'en','cleanup.msg_promoted_to','Promoted to ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(38,'en','cleanup.msg_now_you_are','Congratulations, you have been auto-promoted to [b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(39,'en','cleanup.msg_see_faq','[/b]. :)\nPlease see the [b][url=faq.php#id22]FAQ[/url][/b] for what you can do now.\n','2021-01-11 12:47:50','2021-01-11 12:47:50'),(40,'en','cleanup.msg_demoted_to','Demoted to ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(41,'en','cleanup.msg_demoted_from','You have been auto-demoted from [b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(42,'en','cleanup.msg_to','[/b] to [b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(43,'en','cleanup.msg_because_ratio_drop_below','[/b] because your share ratio has dropped below ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(44,'en','cleanup.msg_must_fix_ratio_within','You have been warned and auto-demoted from [b]User[/b] to [b]Peasant[/b] because of having low ratio. You need to fix it within ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(45,'en','cleanup.msg_days_or_get_banned',' days or your account will be banned. If you have no idea of what is ratio or how it affects you, we suggest you read the [url=faq.php#idid17][b]FAQ[/b][/url].','2021-01-11 12:47:50','2021-01-11 12:47:50'),(46,'en','cleanup.msg_vip_status_removed','VIP status removed by system.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(47,'en','cleanup.msg_vip_status_removed_body','Your VIP status has timed out and has been auto-removed by the system. Become a VIP again by exchanging some Karma Bonus Points. Cheers!','2021-01-11 12:47:50','2021-01-11 12:47:50'),(48,'en','cleanup.msg_warning_removed','Warning removed by System','2021-01-11 12:47:50','2021-01-11 12:47:50'),(49,'en','cleanup.msg_your_warning_removed','Your warning is removed by System. We hope you would behave from now on.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(50,'en','cleanup.msg_your_torrent_deleted','Your torrent was deleted','2021-01-11 12:47:50','2021-01-11 12:47:50'),(51,'en','cleanup.msg_your_torrent','Your torrent ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(52,'en','cleanup.msg_was_deleted_because_dead',' was deleted by system because it\'s been dead for a long time. However, you keep the karma bonus for uploading the torrent.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(53,'chs','cleanup.msg_low_ratio_warning_removed','低分享率警告取消','2021-01-11 12:47:50','2021-01-11 12:47:50'),(54,'chs','cleanup.msg_your_ratio_warning_removed','你因分享率过低而获得的警告被取消。你的等级已恢复为[b]User[/b]。请注意提高分享率,避免再次被警告。\n','2021-01-11 12:47:50','2021-01-11 12:47:50'),(55,'chs','cleanup.msg_promoted_to','升级为','2021-01-11 12:47:50','2021-01-11 12:47:50'),(56,'chs','cleanup.msg_now_you_are','祝贺你,你的等级已自动升级为[b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(57,'chs','cleanup.msg_see_faq','[/b]. :)\n请查看[b][url=faq.php#id22]常见问题[/url][/b]了解你现在拥有的特权。\n','2021-01-11 12:47:50','2021-01-11 12:47:50'),(58,'chs','cleanup.msg_demoted_to','降级为','2021-01-11 12:47:50','2021-01-11 12:47:50'),(59,'chs','cleanup.msg_demoted_from','很遗憾,你的等级从[b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(60,'chs','cleanup.msg_to','[/b]自动降为[b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(61,'chs','cleanup.msg_because_ratio_drop_below','[/b],因为你的分享率已低于','2021-01-11 12:47:50','2021-01-11 12:47:50'),(62,'chs','cleanup.msg_must_fix_ratio_within','郑重警告:你的等级已从[b]User[/b]自动降为[b]Peasant[/b],同时你被警告!因为你的分享率过低。如果你在','2021-01-11 12:47:50','2021-01-11 12:47:50'),(63,'chs','cleanup.msg_days_or_get_banned','天内仍未设法提高分享率,你的帐户将被禁用!如果你不明白什么是分享率及其要求,请参考[url=faq.php#id17]常见问题[/url]。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(64,'chs','cleanup.msg_vip_status_removed','VIP待遇到期','2021-01-11 12:47:50','2021-01-11 12:47:50'),(65,'chs','cleanup.msg_vip_status_removed_body','你的VIP待遇因到期而被系统停止。你可以使用魔力值再次获得该待遇。好运','2021-01-11 12:47:50','2021-01-11 12:47:50'),(66,'chs','cleanup.msg_warning_removed','警告被系统移除','2021-01-11 12:47:50','2021-01-11 12:47:50'),(67,'chs','cleanup.msg_your_warning_removed','你的警告被系统移除。我们希望你自此能好好表现。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(68,'chs','cleanup.msg_your_torrent_deleted','你发布的种子被删除','2021-01-11 12:47:50','2021-01-11 12:47:50'),(69,'chs','cleanup.msg_your_torrent','很遗憾,你发布的种子','2021-01-11 12:47:50','2021-01-11 12:47:50'),(70,'chs','cleanup.msg_was_deleted_because_dead','因断种过久,已被系统自动删除。然而,你发布该种子时获得的魔力值没有被扣除。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(71,'cht','cleanup.msg_low_ratio_warning_removed','低分享率警告取消','2021-01-11 12:47:50','2021-01-11 12:47:50'),(72,'cht','cleanup.msg_your_ratio_warning_removed','你因分享率過低而獲得的警告被取消。你的等級已恢復為[b]User[/b]。請注意提高分享率,避免再次被警告。\n','2021-01-11 12:47:50','2021-01-11 12:47:50'),(73,'cht','cleanup.msg_promoted_to','升級為','2021-01-11 12:47:50','2021-01-11 12:47:50'),(74,'cht','cleanup.msg_now_you_are','祝賀你,你的等級已自動升級為[b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(75,'cht','cleanup.msg_see_faq','[/b]. :)\n請查看[b][url=faq.php#id22]常見問題[/url][/b]瞭解你現在擁有的特權。\n','2021-01-11 12:47:50','2021-01-11 12:47:50'),(76,'cht','cleanup.msg_demoted_to','降級為','2021-01-11 12:47:50','2021-01-11 12:47:50'),(77,'cht','cleanup.msg_demoted_from','很遺憾,你的等級從[b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(78,'cht','cleanup.msg_to','[/b]自動降為[b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(79,'cht','cleanup.msg_because_ratio_drop_below','[/b],因為你的分享率已低於','2021-01-11 12:47:50','2021-01-11 12:47:50'),(80,'cht','cleanup.msg_must_fix_ratio_within','鄭重警告:你的等級已從[b]User[/b]自動降為[b]Peasant[/b],同時你被警告!因為你的分享率過低。如果你在','2021-01-11 12:47:50','2021-01-11 12:47:50'),(81,'cht','cleanup.msg_days_or_get_banned','天內仍未設法提高分享率,你的帳戶將被禁用!如果你不明白什麼是分享率及其要求,請參考[url=faq.php#id17]常見問題[/url]。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(82,'cht','cleanup.msg_vip_status_removed','VIP待遇到期','2021-01-11 12:47:50','2021-01-11 12:47:50'),(83,'cht','cleanup.msg_vip_status_removed_body','你的VIP待遇因到期而被系統停止。你可以使用魔力值再次獲得該待遇。好運','2021-01-11 12:47:50','2021-01-11 12:47:50'),(84,'cht','cleanup.msg_warning_removed','警告被系統移除','2021-01-11 12:47:50','2021-01-11 12:47:50'),(85,'cht','cleanup.msg_your_warning_removed','你的警告被系統移除。我們希望你自此能好好表現。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(86,'cht','cleanup.msg_your_torrent_deleted','你發布的種子被刪除','2021-01-11 12:47:50','2021-01-11 12:47:50'),(87,'cht','cleanup.msg_your_torrent','很遺憾,你發布的種子','2021-01-11 12:47:50','2021-01-11 12:47:50'),(88,'cht','cleanup.msg_was_deleted_because_dead','因斷種過久,已被系統自動刪除。然而,你發布該種子時獲得的魔力值沒有被扣除。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(89,'ko','cleanup.msg_low_ratio_warning_removed','낮은 레이쇼로 인한 경고 제거','2021-01-11 12:47:50','2021-01-11 12:47:50'),(90,'ko','cleanup.msg_your_ratio_warning_removed','낮은 레이쇼로 인한 경고가 제거되으며 등급이 [b]User[/b]로 회복되었습니다. 레이쇼를 높혀 다시 경고를 받지 않기를 바랍니다. ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(91,'ko','cleanup.msg_now_you_are','축하합니다. 등급이 자동 승급되었습니다. [b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(92,'ko','cleanup.msg_see_faq','[/b]. :)\nFAQ를 보시면 당신의 특권을 볼 수 있습니다. [b][url=faq.php#id22]FAQ[/url][/b] \n','2021-01-11 12:47:50','2021-01-11 12:47:50'),(93,'ko','cleanup.msg_demoted_to','강등되었습니다. ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(94,'ko','cleanup.msg_demoted_from','유감입니다. 등급이 [b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(95,'ko','cleanup.msg_to','[/b] 강등되었습니다. [b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(96,'ko','cleanup.msg_because_ratio_drop_below','[/b] 레이쇼가 낮아서 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(97,'ko','cleanup.msg_must_fix_ratio_within','등급이 [b]User[/b] 에서 [b]Peasant[/b] 으로 자동 강등되었습니다. You need to fix it within ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(98,'ko','cleanup.msg_days_or_get_banned',' 만약 며칠 내로 레이쇼를 높이지 않으면 계정 사용이 금지됩니다. 만약 레이쇼에 관해 궁금한 점이 있으면 FAQ를 참고해 주세요. [url=faq.php#id17][b]FAQ[/b][/url].','2021-01-11 12:47:50','2021-01-11 12:47:50'),(99,'ko','cleanup.msg_vip_status_removed','VIP등급 기간이 만료되었습니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(100,'ko','cleanup.msg_vip_status_removed_body','VIP등급 기간이 만료되었습니다. 카르마 점수를 이용해 다시 VIP등급이 될 수 있습니다. 행운을 빕니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(101,'ko','cleanup.msg_warning_removed','경고가 제거되었습니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(102,'ko','cleanup.msg_your_warning_removed','경고가 제거되었습니다. 왕성한 활동을 바랍니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(103,'ko','cleanup.msg_your_torrent_deleted','Your torrent was deleted','2021-01-11 12:47:50','2021-01-11 12:47:50'),(104,'ko','cleanup.msg_your_torrent','Your torrent ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(105,'ko','cleanup.msg_was_deleted_because_dead',' was deleted by system because it\'s been dead for a long time. However, you keep the karma bonus for uploading the torrent.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(106,'ja','cleanup.msg_low_ratio_warning_removed','Low Ratio Warning Removed','2021-01-11 12:47:50','2021-01-11 12:47:50'),(107,'ja','cleanup.msg_your_ratio_warning_removed','Your warning of low ratio have been removed and auto-promoted to [b]User[/b]. We highly recommend you to keep a your ratio up to not be warned again.\n','2021-01-11 12:47:50','2021-01-11 12:47:50'),(108,'ja','cleanup.msg_promoted_to','Promoted to ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(109,'ja','cleanup.msg_now_you_are','Congratulations, you have been auto-promoted to [b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(110,'ja','cleanup.msg_see_faq','[/b]. :)\nPlease see the [b][url=faq.php#id22]FAQ[/url][/b] for what you can do now.\n','2021-01-11 12:47:50','2021-01-11 12:47:50'),(111,'ja','cleanup.msg_demoted_to','Demoted to ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(112,'ja','cleanup.msg_demoted_from','You have been auto-demoted from [b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(113,'ja','cleanup.msg_to','[/b] to [b]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(114,'ja','cleanup.msg_because_ratio_drop_below','[/b] because your share ratio has dropped below ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(115,'ja','cleanup.msg_must_fix_ratio_within','You have been warned and auto-demoted from [b]User[/b] to [b]Peasant[/b] because of having low ratio. You need to fix it within ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(116,'ja','cleanup.msg_days_or_get_banned',' days or your account will be banned. If you have no idea of what is ratio or how it affects you, we suggest you read the [url=faq.php#id17][b]FAQ[/b][/url].','2021-01-11 12:47:50','2021-01-11 12:47:50'),(117,'ja','cleanup.msg_vip_status_removed','VIP status removed by system.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(118,'ja','cleanup.msg_vip_status_removed_body','Your VIP status has timed out and has been auto-removed by the system. Become a VIP again by exchanging some Karma Bonus Points. Cheers!','2021-01-11 12:47:50','2021-01-11 12:47:50'),(119,'ja','cleanup.msg_warning_removed','Warning removed by System','2021-01-11 12:47:50','2021-01-11 12:47:50'),(120,'ja','cleanup.msg_your_warning_removed','Your warning is removed by System. We hope you would behave from now on.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(121,'ja','cleanup.msg_your_torrent_deleted','Your torrent was deleted','2021-01-11 12:47:50','2021-01-11 12:47:50'),(122,'ja','cleanup.msg_your_torrent','Your torrent ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(123,'ja','cleanup.msg_was_deleted_because_dead',' was deleted by system because it\'s been dead for a long time. However, you keep the karma bonus for uploading the torrent.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(124,'en','comment.msg_new_comment','New comment','2021-01-11 12:47:50','2021-01-11 12:47:50'),(125,'en','comment.msg_torrent_receive_comment','You have received a comment on your torrent ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(126,'en','comment.msg_offer_receive_comment','You have received a comment on your offer ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(127,'en','comment.msg_request_receive_comment','You have received a comment on your request ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(128,'chs','comment.msg_new_comment','新评论','2021-01-11 12:47:50','2021-01-11 12:47:50'),(129,'chs','comment.msg_torrent_receive_comment','你发布的种子收到了新评论 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(130,'chs','comment.msg_offer_receive_comment','你发布的候选收到了新评论 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(131,'chs','comment.msg_request_receive_comment','你发布的求种收到了新评论 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(132,'cht','comment.msg_new_comment','新評論','2021-01-11 12:47:50','2021-01-11 12:47:50'),(133,'cht','comment.msg_torrent_receive_comment','你發布的種子收到了新評論 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(134,'cht','comment.msg_offer_receive_comment','你發布的候選收到了新評論 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(135,'cht','comment.msg_request_receive_comment','你發布的求種收到了新評論 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(136,'ko','comment.msg_new_comment','새 댓글','2021-01-11 12:47:50','2021-01-11 12:47:50'),(137,'ko','comment.msg_torrent_receive_comment','당신이 올린 토런트에 새 댓글이 달렸습니다. ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(138,'ko','comment.msg_offer_receive_comment','당신이 제안한 토런트에 새 댓글이 달렸습니다. ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(139,'ko','comment.msg_request_receive_comment','당신이 요청한 토런트에 새 댓글이 달렸습니다. ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(140,'ja','comment.msg_new_comment','New comment','2021-01-11 12:47:50','2021-01-11 12:47:50'),(141,'ja','comment.msg_torrent_receive_comment','You have received a comment on your torrent ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(142,'ja','comment.msg_offer_receive_comment','You have received a comment on your offer ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(143,'ja','comment.msg_request_receive_comment','You have received a comment on your request ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(144,'en','delete.msg_torrent_deleted','Your torrent was deleted','2021-01-11 12:47:50','2021-01-11 12:47:50'),(145,'en','delete.msg_the_torrent_you_uploaded','The torrent you uploaded \'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(146,'en','delete.msg_was_deleted_by','\' was delete by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(147,'en','delete.msg_reason_is','. The reason: ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(148,'chs','delete.msg_torrent_deleted','种子被删除','2021-01-11 12:47:50','2021-01-11 12:47:50'),(149,'chs','delete.msg_the_torrent_you_uploaded','你上传的种子\'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(150,'chs','delete.msg_was_deleted_by','\'被管理员','2021-01-11 12:47:50','2021-01-11 12:47:50'),(151,'chs','delete.msg_reason_is','删除。原因:','2021-01-11 12:47:50','2021-01-11 12:47:50'),(152,'cht','delete.msg_torrent_deleted','種子被刪除','2021-01-11 12:47:50','2021-01-11 12:47:50'),(153,'cht','delete.msg_the_torrent_you_uploaded','你上傳的種子\'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(154,'cht','delete.msg_was_deleted_by','\'被管理員','2021-01-11 12:47:50','2021-01-11 12:47:50'),(155,'cht','delete.msg_reason_is','刪除。原因:','2021-01-11 12:47:50','2021-01-11 12:47:50'),(156,'ko','delete.msg_torrent_deleted','토런트가 삭제되었습니다','2021-01-11 12:47:50','2021-01-11 12:47:50'),(157,'ko','delete.msg_the_torrent_you_uploaded','업로드한 토런트가 \'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(158,'ko','delete.msg_was_deleted_by','\' 관리자에 의해 삭제가 되었습니다 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(159,'ko','delete.msg_reason_is','. 삭제 이유: ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(160,'ja','delete.msg_torrent_deleted','Your torrent was deleted','2021-01-11 12:47:50','2021-01-11 12:47:50'),(161,'ja','delete.msg_the_torrent_you_uploaded','The torrent you uploaded \'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(162,'ja','delete.msg_was_deleted_by','\' was delete by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(163,'ja','delete.msg_reason_is','. The reason: ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(164,'en','fastdelete.msg_torrent_deleted','Your torrent was deleted','2021-01-11 12:47:50','2021-01-11 12:47:50'),(165,'en','fastdelete.msg_the_torrent_you_uploaded','The torrent you uploaded \'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(166,'en','fastdelete.msg_was_deleted_by','\' was delete by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(167,'en','fastdelete.msg_blank','.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(168,'chs','fastdelete.msg_torrent_deleted','种子被删除','2021-01-11 12:47:50','2021-01-11 12:47:50'),(169,'chs','fastdelete.msg_the_torrent_you_uploaded','你上传的种子\'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(170,'chs','fastdelete.msg_was_deleted_by','\'被管理员','2021-01-11 12:47:50','2021-01-11 12:47:50'),(171,'chs','fastdelete.msg_blank','删除。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(172,'cht','fastdelete.msg_torrent_deleted','種子被刪除','2021-01-11 12:47:50','2021-01-11 12:47:50'),(173,'cht','fastdelete.msg_the_torrent_you_uploaded','你上傳的種子\'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(174,'cht','fastdelete.msg_was_deleted_by','\'被管理員','2021-01-11 12:47:50','2021-01-11 12:47:50'),(175,'cht','fastdelete.msg_blank','刪除。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(176,'ko','fastdelete.msg_torrent_deleted','토런트가 삭제되었습니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(177,'ko','fastdelete.msg_the_torrent_you_uploaded','업로드한 토런트가 \'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(178,'ko','fastdelete.msg_was_deleted_by','\' 관리자에 의해 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(179,'ko','fastdelete.msg_blank','삭제되었습니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(180,'ja','fastdelete.msg_torrent_deleted','Your torrent was deleted','2021-01-11 12:47:50','2021-01-11 12:47:50'),(181,'ja','fastdelete.msg_the_torrent_you_uploaded','The torrent you uploaded \'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(182,'ja','fastdelete.msg_was_deleted_by','\' was delete by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(183,'ja','fastdelete.msg_blank','.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(184,'en','fun.msg_fun_item_banned','Fun item banned','2021-01-11 12:47:50','2021-01-11 12:47:50'),(185,'en','fun.msg_your_fun_item','Your fun item \'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(186,'en','fun.msg_is_ban_by','\' is banned by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(187,'en','fun.msg_reason','. Reason: ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(188,'en','fun.msg_fun_item_reward','Fun item reward','2021-01-11 12:47:50','2021-01-11 12:47:50'),(189,'en','fun.msg_out_of',' out of ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(190,'en','fun.msg_people_think',' think the fun item you posted ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(191,'en','fun.msg_is_fun',' is fun. So, here is ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(192,'en','fun.msg_bonus_as_reward',' karma points as reward.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(193,'en','fun.msg_fun_item_dull','Fun item dull','2021-01-11 12:47:50','2021-01-11 12:47:50'),(194,'en','fun.msg_is_dull',' is actually dull :thumbsdown: . So it\'s been removed from home page. Maybe you need to improve your sense of humor.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(195,'chs','fun.msg_fun_item_banned','趣味内容被禁止','2021-01-11 12:47:50','2021-01-11 12:47:50'),(196,'chs','fun.msg_your_fun_item','你发布的趣味内容\'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(197,'chs','fun.msg_is_ban_by','\'被管理员','2021-01-11 12:47:50','2021-01-11 12:47:50'),(198,'chs','fun.msg_reason','禁止。原因:','2021-01-11 12:47:50','2021-01-11 12:47:50'),(199,'chs','fun.msg_fun_item_reward','趣味内容被奖励','2021-01-11 12:47:50','2021-01-11 12:47:50'),(200,'chs','fun.msg_out_of','个用户(共','2021-01-11 12:47:50','2021-01-11 12:47:50'),(201,'chs','fun.msg_people_think','票)认为你发布的趣味内容\'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(202,'chs','fun.msg_is_fun','\'很有趣。所以,这','2021-01-11 12:47:50','2021-01-11 12:47:50'),(203,'chs','fun.msg_bonus_as_reward','个魔力值是你的奖励。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(204,'chs','fun.msg_fun_item_dull','趣味内容不有趣','2021-01-11 12:47:50','2021-01-11 12:47:50'),(205,'chs','fun.msg_is_dull','\'不有趣 :thumbsdown: 。所以它已被从首页移除。也许你需要提高一点幽默感。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(206,'cht','fun.msg_fun_item_banned','趣味內容娛被禁止','2021-01-11 12:47:50','2021-01-11 12:47:50'),(207,'cht','fun.msg_your_fun_item','你發布的趣味內容\'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(208,'cht','fun.msg_is_ban_by','\'被管理員','2021-01-11 12:47:50','2021-01-11 12:47:50'),(209,'cht','fun.msg_reason','禁止。原因:','2021-01-11 12:47:50','2021-01-11 12:47:50'),(210,'cht','fun.msg_fun_item_reward','趣味內容被獎勵','2021-01-11 12:47:50','2021-01-11 12:47:50'),(211,'cht','fun.msg_out_of','個用戶(共','2021-01-11 12:47:50','2021-01-11 12:47:50'),(212,'cht','fun.msg_people_think','票)認為你發布的趣味內容\'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(213,'cht','fun.msg_is_fun','\'很有趣。所以,這','2021-01-11 12:47:50','2021-01-11 12:47:50'),(214,'cht','fun.msg_bonus_as_reward','個魔力值是你的獎勵。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(215,'cht','fun.msg_fun_item_dull','趣味內容不有趣','2021-01-11 12:47:50','2021-01-11 12:47:50'),(216,'cht','fun.msg_is_dull','\'不有趣 :thumbsdown: 。所以它已被從首頁移除。也許你需要提高一點幽默感。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(217,'ko','fun.msg_fun_item_banned','유머가 삭제되었습니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(218,'ko','fun.msg_your_fun_item','당신이 쓴 유머가 \'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(219,'ko','fun.msg_is_ban_by','\' 관리자에 의해 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(220,'ko','fun.msg_reason','삭제되었습니다. 이유: ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(221,'ko','fun.msg_fun_item_reward','당신이 쓴 유머가 추천을 받았습니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(222,'ko','fun.msg_out_of',' 이용자가 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(223,'ko','fun.msg_people_think',' 당신이 쓴 유머가 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(224,'ko','fun.msg_is_fun',' 재미있다고 생각해서 추천을 했습니다. ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(225,'ko','fun.msg_bonus_as_reward',' 카르마 점수를 받았습니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(226,'ko','fun.msg_fun_item_dull','유머가 웃기지 않습니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(227,'ko','fun.msg_is_dull',' 웃기지 않습니다. :thumbsdown: . 삭제되었습니다. 유머감각을 기르시기 바랍니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(228,'ja','fun.msg_fun_item_banned','Fun item banned','2021-01-11 12:47:50','2021-01-11 12:47:50'),(229,'ja','fun.msg_your_fun_item','Your fun item \'','2021-01-11 12:47:50','2021-01-11 12:47:50'),(230,'ja','fun.msg_is_ban_by','\' is banned by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(231,'ja','fun.msg_reason','. Reason: ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(232,'ja','fun.msg_fun_item_reward','Fun item reward','2021-01-11 12:47:50','2021-01-11 12:47:50'),(233,'ja','fun.msg_out_of',' out of ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(234,'ja','fun.msg_people_think',' think the fun item you posted ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(235,'ja','fun.msg_is_fun',' is fun. So, here is ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(236,'ja','fun.msg_bonus_as_reward',' karma points as reward.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(237,'ja','fun.msg_fun_item_dull','Fun item dull','2021-01-11 12:47:50','2021-01-11 12:47:50'),(238,'ja','fun.msg_is_dull',' is actually dull :thumbsdown: . So it\'s been removed from home page. Maybe you need to improve your sense of humor.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(239,'en','modtask.msg_promoted','promoted','2021-01-11 12:47:50','2021-01-11 12:47:50'),(240,'en','modtask.msg_demoted','demoted','2021-01-11 12:47:50','2021-01-11 12:47:50'),(241,'en','modtask.msg_class_change','Class Change','2021-01-11 12:47:50','2021-01-11 12:47:50'),(242,'en','modtask.msg_you_have_been','You have been ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(243,'en','modtask.msg_to',' to ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(244,'en','modtask.msg_by',' by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(245,'en','modtask.msg_warn_removed','Warning Removed','2021-01-11 12:47:50','2021-01-11 12:47:50'),(246,'en','modtask.msg_your_warning_removed_by','Your warning have been removed by','2021-01-11 12:47:50','2021-01-11 12:47:50'),(247,'en','modtask.msg_you_are_warned_by','You have been [url=rules.php#warning]warned[/url] by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(248,'en','modtask.msg_reason','\n\nReason: ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(249,'en','modtask.msg_week',' week','2021-01-11 12:47:50','2021-01-11 12:47:50'),(250,'en','modtask.msg_s','s','2021-01-11 12:47:50','2021-01-11 12:47:50'),(251,'en','modtask.msg_you_are_warned_for','You have been [url=rules.php#warning]warned[/url] for ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(252,'en','modtask.msg_you_are_warned','You Are Warned','2021-01-11 12:47:50','2021-01-11 12:47:50'),(253,'en','modtask.msg_posting_rights_restored','Posting Rights Restored','2021-01-11 12:47:50','2021-01-11 12:47:50'),(254,'en','modtask.msg_your_posting_rights_restored','Your Posting rights have been given back by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(255,'en','modtask.msg_you_can_post','. You can post to forum again.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(256,'en','modtask.msg_posting_rights_removed','Posting Rights Removed','2021-01-11 12:47:50','2021-01-11 12:47:50'),(257,'en','modtask.msg_your_posting_rights_removed','Your Posting rights have been removed by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(258,'en','modtask.msg_probable_reason',', probably because of bad attitude or bad post content.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(259,'en','modtask.msg_upload_rights_restored','Upload Rights Restored','2021-01-11 12:47:50','2021-01-11 12:47:50'),(260,'en','modtask.msg_your_upload_rights_restored','Your upload rights have been given back by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(261,'en','modtask.msg_you_upload_can_upload','. You can upload torrents again.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(262,'en','modtask.msg_upload_rights_removed','Upload Rights Removed','2021-01-11 12:47:50','2021-01-11 12:47:50'),(263,'en','modtask.msg_your_upload_rights_removed','Your upload rights have been removed by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(264,'en','modtask.msg_probably_reason_two',', probably because of bad torrent, .nfo or description.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(265,'en','modtask.msg_download_rights_restored','Download Rights Restored','2021-01-11 12:47:50','2021-01-11 12:47:50'),(266,'en','modtask.msg_your_download_rights_restored','Your download rights have been given back by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(267,'en','modtask.msg_you_can_download','. You can download torrents again.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(268,'en','modtask.msg_download_rights_removed','Download Rights Removed','2021-01-11 12:47:50','2021-01-11 12:47:50'),(269,'en','modtask.msg_your_download_rights_removed','Your download rights have been removed by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(270,'en','modtask.msg_probably_reason_three',', probably because of low ratio or bad behaviour.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(271,'en','modtask.msg_email_change','Email change','2021-01-11 12:47:50','2021-01-11 12:47:50'),(272,'en','modtask.msg_your_email_changed_from','Your Email address has been changed from ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(273,'en','modtask.msg_username_change','Username change','2021-01-11 12:47:50','2021-01-11 12:47:50'),(274,'en','modtask.msg_your_username_changed_from','Your username has been changed from ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(275,'en','modtask.msg_downloaded_change','Downloaded amount change','2021-01-11 12:47:50','2021-01-11 12:47:50'),(276,'en','modtask.msg_your_downloaded_changed_from','Your downloaded amount has been changed from ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(277,'en','modtask.msg_uploaded_change','Uploaded amount change','2021-01-11 12:47:50','2021-01-11 12:47:50'),(278,'en','modtask.msg_your_uploaded_changed_from','Your uploaded amount has been changed from ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(279,'en','modtask.msg_bonus_change','Bonus amount change','2021-01-11 12:47:50','2021-01-11 12:47:50'),(280,'en','modtask.msg_your_bonus_changed_from','Your bonus amount has been changed from ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(281,'en','modtask.msg_invite_change','Invite amount change','2021-01-11 12:47:50','2021-01-11 12:47:50'),(282,'en','modtask.msg_your_invite_changed_from','Your invite amount has been changed from ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(283,'en','modtask.msg_to_new',' to ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(284,'en','modtask.msg_your_vip_status_changed','Your VIP status changed','2021-01-11 12:47:50','2021-01-11 12:47:50'),(285,'en','modtask.msg_vip_status_changed_by','Your VIP status changed by ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(286,'chs','modtask.msg_promoted','提升','2021-01-11 12:47:50','2021-01-11 12:47:50'),(287,'chs','modtask.msg_demoted','降级','2021-01-11 12:47:50','2021-01-11 12:47:50'),(288,'chs','modtask.msg_class_change','等级变化','2021-01-11 12:47:50','2021-01-11 12:47:50'),(289,'chs','modtask.msg_you_have_been','你被','2021-01-11 12:47:50','2021-01-11 12:47:50'),(290,'chs','modtask.msg_to','为','2021-01-11 12:47:50','2021-01-11 12:47:50'),(291,'chs','modtask.msg_by','。管理员:','2021-01-11 12:47:50','2021-01-11 12:47:50'),(292,'chs','modtask.msg_warn_removed','警告解除','2021-01-11 12:47:50','2021-01-11 12:47:50'),(293,'chs','modtask.msg_your_warning_removed_by','你的警告被解除。管理员:','2021-01-11 12:47:50','2021-01-11 12:47:50'),(294,'chs','modtask.msg_you_are_warned_by','你被管理员','2021-01-11 12:47:50','2021-01-11 12:47:50'),(295,'chs','modtask.msg_reason','[url=rules.php#warning]警告[/url]\n\n原因','2021-01-11 12:47:50','2021-01-11 12:47:50'),(296,'chs','modtask.msg_week','周','2021-01-11 12:47:50','2021-01-11 12:47:50'),(297,'chs','modtask.msg_s','','2021-01-11 12:47:50','2021-01-11 12:47:50'),(298,'chs','modtask.msg_you_are_warned_for','你被[url=rules.php#warning]警告[/url]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(299,'chs','modtask.msg_you_are_warned','你被警告','2021-01-11 12:47:50','2021-01-11 12:47:50'),(300,'chs','modtask.msg_posting_rights_restored','发帖权限恢复','2021-01-11 12:47:50','2021-01-11 12:47:50'),(301,'chs','modtask.msg_your_posting_rights_restored','管理员','2021-01-11 12:47:50','2021-01-11 12:47:50'),(302,'chs','modtask.msg_you_can_post','恢复了你的发帖权。你现在可以在论坛发帖。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(303,'chs','modtask.msg_posting_rights_removed','发帖权限取消','2021-01-11 12:47:50','2021-01-11 12:47:50'),(304,'chs','modtask.msg_your_posting_rights_removed','管理员','2021-01-11 12:47:50','2021-01-11 12:47:50'),(305,'chs','modtask.msg_probable_reason','取消了你的发帖权限, 可能的原因是态度恶劣或帖子内容违规','2021-01-11 12:47:50','2021-01-11 12:47:50'),(306,'chs','modtask.msg_upload_rights_restored','上传权限恢复','2021-01-11 12:47:50','2021-01-11 12:47:50'),(307,'chs','modtask.msg_your_upload_rights_restored','管理员','2021-01-11 12:47:50','2021-01-11 12:47:50'),(308,'chs','modtask.msg_you_upload_can_upload','恢复了你的上传权限。你现在可以上传种子。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(309,'chs','modtask.msg_upload_rights_removed','上传权限取消','2021-01-11 12:47:50','2021-01-11 12:47:50'),(310,'chs','modtask.msg_your_upload_rights_removed','管理员','2021-01-11 12:47:50','2021-01-11 12:47:50'),(311,'chs','modtask.msg_probably_reason_two','取消了你的上传权限可能的原因是种子违规nfo文件或简介内容不当。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(312,'chs','modtask.msg_download_rights_restored','下载权限恢复','2021-01-11 12:47:50','2021-01-11 12:47:50'),(313,'chs','modtask.msg_your_download_rights_restored','管理员','2021-01-11 12:47:50','2021-01-11 12:47:50'),(314,'chs','modtask.msg_you_can_download','恢复了你的上传权限,你现在可以下载种子。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(315,'chs','modtask.msg_download_rights_removed','下载权限取消','2021-01-11 12:47:50','2021-01-11 12:47:50'),(316,'chs','modtask.msg_your_download_rights_removed','管理员','2021-01-11 12:47:50','2021-01-11 12:47:50'),(317,'chs','modtask.msg_probably_reason_three','取消了你的下载权限,可能的原因是过低的分享率或行为不当。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(318,'chs','modtask.msg_email_change','邮箱地址改变','2021-01-11 12:47:50','2021-01-11 12:47:50'),(319,'chs','modtask.msg_your_email_changed_from','你的邮箱地址被管理员从','2021-01-11 12:47:50','2021-01-11 12:47:50'),(320,'chs','modtask.msg_username_change','用户名变化','2021-01-11 12:47:50','2021-01-11 12:47:50'),(321,'chs','modtask.msg_your_username_changed_from','你的用户名被管理员从','2021-01-11 12:47:50','2021-01-11 12:47:50'),(322,'chs','modtask.msg_downloaded_change','下载量变化','2021-01-11 12:47:50','2021-01-11 12:47:50'),(323,'chs','modtask.msg_your_downloaded_changed_from','你的下载量被管理员从','2021-01-11 12:47:50','2021-01-11 12:47:50'),(324,'chs','modtask.msg_uploaded_change','上传量变化','2021-01-11 12:47:50','2021-01-11 12:47:50'),(325,'chs','modtask.msg_your_uploaded_changed_from','你的上传量被管理员从','2021-01-11 12:47:50','2021-01-11 12:47:50'),(326,'chs','modtask.msg_bonus_change','魔力值变化','2021-01-11 12:47:50','2021-01-11 12:47:50'),(327,'chs','modtask.msg_your_bonus_changed_from','你的魔力值被管理员从','2021-01-11 12:47:50','2021-01-11 12:47:50'),(328,'chs','modtask.msg_invite_change','邀请名额变化','2021-01-11 12:47:50','2021-01-11 12:47:50'),(329,'chs','modtask.msg_your_invite_changed_from','你的邀请名额被管理员从','2021-01-11 12:47:50','2021-01-11 12:47:50'),(330,'chs','modtask.msg_to_new','改为','2021-01-11 12:47:50','2021-01-11 12:47:50'),(331,'chs','modtask.msg_your_vip_status_changed','你的贵宾资格状态被改变','2021-01-11 12:47:50','2021-01-11 12:47:50'),(332,'chs','modtask.msg_vip_status_changed_by','你的贵宾资格状态被改变。管理员:','2021-01-11 12:47:50','2021-01-11 12:47:50'),(333,'cht','modtask.msg_promoted','提升','2021-01-11 12:47:50','2021-01-11 12:47:50'),(334,'cht','modtask.msg_demoted','降級','2021-01-11 12:47:50','2021-01-11 12:47:50'),(335,'cht','modtask.msg_class_change','等級變化','2021-01-11 12:47:50','2021-01-11 12:47:50'),(336,'cht','modtask.msg_you_have_been','你被','2021-01-11 12:47:50','2021-01-11 12:47:50'),(337,'cht','modtask.msg_to','為','2021-01-11 12:47:50','2021-01-11 12:47:50'),(338,'cht','modtask.msg_by','。管理員:','2021-01-11 12:47:50','2021-01-11 12:47:50'),(339,'cht','modtask.msg_warn_removed','警告解除','2021-01-11 12:47:50','2021-01-11 12:47:50'),(340,'cht','modtask.msg_your_warning_removed_by','你的警告被解除。管理員:','2021-01-11 12:47:50','2021-01-11 12:47:50'),(341,'cht','modtask.msg_you_are_warned_by','你被管理員','2021-01-11 12:47:50','2021-01-11 12:47:50'),(342,'cht','modtask.msg_reason','[url=rules.php#warning]警告[/url]\n\n原因','2021-01-11 12:47:50','2021-01-11 12:47:50'),(343,'cht','modtask.msg_week','周','2021-01-11 12:47:50','2021-01-11 12:47:50'),(344,'cht','modtask.msg_s','','2021-01-11 12:47:50','2021-01-11 12:47:50'),(345,'cht','modtask.msg_you_are_warned_for','你被[url=rules.php#warning]警告[/url]','2021-01-11 12:47:50','2021-01-11 12:47:50'),(346,'cht','modtask.msg_you_are_warned','你被警告','2021-01-11 12:47:50','2021-01-11 12:47:50'),(347,'cht','modtask.msg_posting_rights_restored','發帖許可權恢復','2021-01-11 12:47:50','2021-01-11 12:47:50'),(348,'cht','modtask.msg_your_posting_rights_restored','管理員','2021-01-11 12:47:50','2021-01-11 12:47:50'),(349,'cht','modtask.msg_you_can_post','恢復了你的發帖權。你現在可以在論壇發帖。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(350,'cht','modtask.msg_posting_rights_removed','發帖許可權取消','2021-01-11 12:47:50','2021-01-11 12:47:50'),(351,'cht','modtask.msg_your_posting_rights_removed','管理員','2021-01-11 12:47:50','2021-01-11 12:47:50'),(352,'cht','modtask.msg_probable_reason','取消了你的發帖許可權, 可能的原因是態度惡劣或帖子內容違規','2021-01-11 12:47:50','2021-01-11 12:47:50'),(353,'cht','modtask.msg_upload_rights_restored','上傳許可權恢復','2021-01-11 12:47:50','2021-01-11 12:47:50'),(354,'cht','modtask.msg_your_upload_rights_restored','管理員','2021-01-11 12:47:50','2021-01-11 12:47:50'),(355,'cht','modtask.msg_you_upload_can_upload','恢復了你的上傳許可權。你現在可以上傳種子。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(356,'cht','modtask.msg_upload_rights_removed','上傳許可權取消','2021-01-11 12:47:50','2021-01-11 12:47:50'),(357,'cht','modtask.msg_your_upload_rights_removed','管理員','2021-01-11 12:47:50','2021-01-11 12:47:50'),(358,'cht','modtask.msg_probably_reason_two','取消了你的上傳許可權可能的原因是種子違規nfo檔或簡介內容不當。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(359,'cht','modtask.msg_download_rights_restored','下載許可權恢復','2021-01-11 12:47:50','2021-01-11 12:47:50'),(360,'cht','modtask.msg_your_download_rights_restored','管理員','2021-01-11 12:47:50','2021-01-11 12:47:50'),(361,'cht','modtask.msg_you_can_download','恢復了你的上傳許可權,你現在可以下載種子。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(362,'cht','modtask.msg_download_rights_removed','下載許可權取消','2021-01-11 12:47:50','2021-01-11 12:47:50'),(363,'cht','modtask.msg_your_download_rights_removed','管理員','2021-01-11 12:47:50','2021-01-11 12:47:50'),(364,'cht','modtask.msg_probably_reason_three','取消了你的下載許可權,可能的原因是過低的分享率或行為不當。','2021-01-11 12:47:50','2021-01-11 12:47:50'),(365,'cht','modtask.msg_email_change','郵箱地址改變','2021-01-11 12:47:50','2021-01-11 12:47:50'),(366,'cht','modtask.msg_your_email_changed_from','你的郵箱地址被管理員從','2021-01-11 12:47:50','2021-01-11 12:47:50'),(367,'cht','modtask.msg_username_change','用戶名變化','2021-01-11 12:47:50','2021-01-11 12:47:50'),(368,'cht','modtask.msg_your_username_changed_from','你的用戶名被管理員從','2021-01-11 12:47:50','2021-01-11 12:47:50'),(369,'cht','modtask.msg_downloaded_change','下載量變化','2021-01-11 12:47:50','2021-01-11 12:47:50'),(370,'cht','modtask.msg_your_downloaded_changed_from','你的下載量被管理員從','2021-01-11 12:47:50','2021-01-11 12:47:50'),(371,'cht','modtask.msg_uploaded_change','上傳量變化','2021-01-11 12:47:50','2021-01-11 12:47:50'),(372,'cht','modtask.msg_your_uploaded_changed_from','你的上傳量被管理員從','2021-01-11 12:47:50','2021-01-11 12:47:50'),(373,'cht','modtask.msg_bonus_change','魔力值變化','2021-01-11 12:47:50','2021-01-11 12:47:50'),(374,'cht','modtask.msg_your_bonus_changed_from','你的魔力值被管理員從','2021-01-11 12:47:50','2021-01-11 12:47:50'),(375,'cht','modtask.msg_invite_change','邀請名額變化','2021-01-11 12:47:50','2021-01-11 12:47:50'),(376,'cht','modtask.msg_your_invite_changed_from','你的邀請名額被管理員從','2021-01-11 12:47:50','2021-01-11 12:47:50'),(377,'cht','modtask.msg_to_new','改為','2021-01-11 12:47:50','2021-01-11 12:47:50'),(378,'cht','modtask.msg_your_vip_status_changed','你的貴賓資格狀態被改變','2021-01-11 12:47:50','2021-01-11 12:47:50'),(379,'cht','modtask.msg_vip_status_changed_by','你的貴賓資格狀態被改變。管理員:','2021-01-11 12:47:50','2021-01-11 12:47:50'),(380,'ko','modtask.msg_promoted','승급','2021-01-11 12:47:50','2021-01-11 12:47:50'),(381,'ko','modtask.msg_demoted','강등','2021-01-11 12:47:50','2021-01-11 12:47:50'),(382,'ko','modtask.msg_class_change','등급 변동','2021-01-11 12:47:50','2021-01-11 12:47:50'),(383,'ko','modtask.msg_you_have_been',' ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(384,'ko','modtask.msg_to',' ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(385,'ko','modtask.msg_by',' 관리자에 의해 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(386,'ko','modtask.msg_warn_removed','경고가 제거되었습니다','2021-01-11 12:47:50','2021-01-11 12:47:50'),(387,'ko','modtask.msg_your_warning_removed_by','경고가 제거되었습니다','2021-01-11 12:47:50','2021-01-11 12:47:50'),(388,'ko','modtask.msg_you_are_warned_by','경고가 제거되었습니다 [url=rules.php#warning][/url] ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(389,'ko','modtask.msg_reason','\n\n이유: ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(390,'ko','modtask.msg_week',' 주','2021-01-11 12:47:50','2021-01-11 12:47:50'),(391,'ko','modtask.msg_s','','2021-01-11 12:47:50','2021-01-11 12:47:50'),(392,'ko','modtask.msg_you_are_warned_for','경고가 제거되었습니다 [url=rules.php#warning][/url] ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(393,'ko','modtask.msg_you_are_warned','경고를 당했습니다','2021-01-11 12:47:50','2021-01-11 12:47:50'),(394,'ko','modtask.msg_posting_rights_restored','글쓰기 권한 회복','2021-01-11 12:47:50','2021-01-11 12:47:50'),(395,'ko','modtask.msg_your_posting_rights_restored','글쓰기 권한이 회복되었습니다. ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(396,'ko','modtask.msg_you_can_post','다시 포럼에서 글을 쓸 수 있습니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(397,'ko','modtask.msg_posting_rights_removed','글쓰기 권한이 취소되었습니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(398,'ko','modtask.msg_your_posting_rights_removed','글쓰기 권한이 취소되었습니다 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(399,'ko','modtask.msg_probable_reason',', 아마도 태도 불량이거나 내용 위반이라고 생각됩니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(400,'ko','modtask.msg_upload_rights_restored','업로드 권한이 회복되었습니다','2021-01-11 12:47:50','2021-01-11 12:47:50'),(401,'ko','modtask.msg_your_upload_rights_restored','업로드 권한이 회복되었습니다 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(402,'ko','modtask.msg_you_upload_can_upload','. 다시 업로드를 할 수 있습니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(403,'ko','modtask.msg_upload_rights_removed','업로드 권한이 취소되었습니다','2021-01-11 12:47:50','2021-01-11 12:47:50'),(404,'ko','modtask.msg_your_upload_rights_removed','업로드 권한이 취소되었습니다. ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(405,'ko','modtask.msg_probably_reason_two',', 아마도 토런트 규칙위반 혹은 nfo 파일 내용 부적합일걸로 생각됩니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(406,'ko','modtask.msg_download_rights_restored','다운로드 권한이 회복되었습니다','2021-01-11 12:47:50','2021-01-11 12:47:50'),(407,'ko','modtask.msg_your_download_rights_restored','다운로드 권한이 회복되었습니다 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(408,'ko','modtask.msg_you_can_download','. 다시 다운로드를 할 수 있습니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(409,'ko','modtask.msg_download_rights_removed','다운로드 권한이 취소되었습니다','2021-01-11 12:47:50','2021-01-11 12:47:50'),(410,'ko','modtask.msg_your_download_rights_removed','다운로드 권한이 취소되었습니다 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(411,'ko','modtask.msg_probably_reason_three',', 아마도 레이쇼 낮거나 태도 불량일걸로 생각됩니다.','2021-01-11 12:47:50','2021-01-11 12:47:50'),(412,'ko','modtask.msg_email_change','이 메일 주소 변경','2021-01-11 12:47:50','2021-01-11 12:47:50'),(413,'ko','modtask.msg_your_email_changed_from','이 메일 주소가 관리자에 의해 변경되었습니다 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(414,'ko','modtask.msg_username_change','Username 변경','2021-01-11 12:47:50','2021-01-11 12:47:50'),(415,'ko','modtask.msg_your_username_changed_from','username이 관리자에 의해 변경되었습니다 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(416,'ko','modtask.msg_downloaded_change','다운로드양 변동','2021-01-11 12:47:50','2021-01-11 12:47:50'),(417,'ko','modtask.msg_your_downloaded_changed_from','다운로드양이 관리자에 의해 변동되었습니다 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(418,'ko','modtask.msg_uploaded_change','업로드양 변동','2021-01-11 12:47:50','2021-01-11 12:47:50'),(419,'ko','modtask.msg_your_uploaded_changed_from','업로드양이 관리자에 의해 변동되었습니다 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(420,'ko','modtask.msg_bonus_change','카르마 점수 변동','2021-01-11 12:47:50','2021-01-11 12:47:50'),(421,'ko','modtask.msg_your_bonus_changed_from','카르마 점수가 관리자에 의해 변동되었습니다 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(422,'ko','modtask.msg_invite_change','초대장 수 변동','2021-01-11 12:47:50','2021-01-11 12:47:50'),(423,'ko','modtask.msg_your_invite_changed_from','초대장 수가 관리자에 의해 변동되었습니다 ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(424,'ko','modtask.msg_to_new',' ','2021-01-11 12:47:50','2021-01-11 12:47:50'),(425,'ko','modtask.msg_your_vip_status_changed','Your VIP status changed','2021-01-11 12:47:51','2021-01-11 12:47:51'),(426,'ko','modtask.msg_vip_status_changed_by','Your VIP status changed by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(427,'ja','modtask.msg_promoted','promoted','2021-01-11 12:47:51','2021-01-11 12:47:51'),(428,'ja','modtask.msg_demoted','demoted','2021-01-11 12:47:51','2021-01-11 12:47:51'),(429,'ja','modtask.msg_class_change','Class Change','2021-01-11 12:47:51','2021-01-11 12:47:51'),(430,'ja','modtask.msg_you_have_been','You have been ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(431,'ja','modtask.msg_to',' to ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(432,'ja','modtask.msg_by',' by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(433,'ja','modtask.msg_warn_removed','Warning Removed','2021-01-11 12:47:51','2021-01-11 12:47:51'),(434,'ja','modtask.msg_your_warning_removed_by','Your warning have been removed by','2021-01-11 12:47:51','2021-01-11 12:47:51'),(435,'ja','modtask.msg_you_are_warned_by','You have been [url=rules.php#warning]warned[/url] by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(436,'ja','modtask.msg_reason','\n\nReason: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(437,'ja','modtask.msg_week',' week','2021-01-11 12:47:51','2021-01-11 12:47:51'),(438,'ja','modtask.msg_s','s','2021-01-11 12:47:51','2021-01-11 12:47:51'),(439,'ja','modtask.msg_you_are_warned_for','You have been [url=rules.php#warning]warned[/url] for ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(440,'ja','modtask.msg_you_are_warned','You Are Warned','2021-01-11 12:47:51','2021-01-11 12:47:51'),(441,'ja','modtask.msg_posting_rights_restored','Posting Rights Restored','2021-01-11 12:47:51','2021-01-11 12:47:51'),(442,'ja','modtask.msg_your_posting_rights_restored','Your Posting rights have been given back by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(443,'ja','modtask.msg_you_can_post','. You can post to forum again.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(444,'ja','modtask.msg_posting_rights_removed','Posting Rights Removed','2021-01-11 12:47:51','2021-01-11 12:47:51'),(445,'ja','modtask.msg_your_posting_rights_removed','Your Posting rights have been removed by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(446,'ja','modtask.msg_probable_reason',', probably because of bad attitude or bad post content.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(447,'ja','modtask.msg_upload_rights_restored','Upload Rights Restored','2021-01-11 12:47:51','2021-01-11 12:47:51'),(448,'ja','modtask.msg_your_upload_rights_restored','Your upload rights have been given back by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(449,'ja','modtask.msg_you_upload_can_upload','. You can upload torrents again.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(450,'ja','modtask.msg_upload_rights_removed','Upload Rights Removed','2021-01-11 12:47:51','2021-01-11 12:47:51'),(451,'ja','modtask.msg_your_upload_rights_removed','Your upload rights have been removed by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(452,'ja','modtask.msg_probably_reason_two',', probably because of bad torrent, .nfo or description.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(453,'ja','modtask.msg_download_rights_restored','Download Rights Restored','2021-01-11 12:47:51','2021-01-11 12:47:51'),(454,'ja','modtask.msg_your_download_rights_restored','Your download rights have been given back by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(455,'ja','modtask.msg_you_can_download','. You can download torrents again.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(456,'ja','modtask.msg_download_rights_removed','Download Rights Removed','2021-01-11 12:47:51','2021-01-11 12:47:51'),(457,'ja','modtask.msg_your_download_rights_removed','Your download rights have been removed by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(458,'ja','modtask.msg_probably_reason_three',', probably because of low ratio or bad behaviour.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(459,'ja','modtask.msg_email_change','Email change','2021-01-11 12:47:51','2021-01-11 12:47:51'),(460,'ja','modtask.msg_your_email_changed_from','Your Email address has been changed from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(461,'ja','modtask.msg_username_change','Username change','2021-01-11 12:47:51','2021-01-11 12:47:51'),(462,'ja','modtask.msg_your_username_changed_from','Your username has been changed from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(463,'ja','modtask.msg_downloaded_change','Downloaded amount change','2021-01-11 12:47:51','2021-01-11 12:47:51'),(464,'ja','modtask.msg_your_downloaded_changed_from','Your downloaded amount has been changed from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(465,'ja','modtask.msg_uploaded_change','Uploaded amount change','2021-01-11 12:47:51','2021-01-11 12:47:51'),(466,'ja','modtask.msg_your_uploaded_changed_from','Your uploaded amount has been changed from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(467,'ja','modtask.msg_bonus_change','Bonus amount change','2021-01-11 12:47:51','2021-01-11 12:47:51'),(468,'ja','modtask.msg_your_bonus_changed_from','Your bonus amount has been changed from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(469,'ja','modtask.msg_invite_change','Invite amount change','2021-01-11 12:47:51','2021-01-11 12:47:51'),(470,'ja','modtask.msg_your_invite_changed_from','Your invite amount has been changed from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(471,'ja','modtask.msg_to_new',' to ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(472,'ja','modtask.msg_your_vip_status_changed','Your VIP status changed','2021-01-11 12:47:51','2021-01-11 12:47:51'),(473,'ja','modtask.msg_vip_status_changed_by','Your VIP status changed by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(474,'en','mybonus.msg_someone_loves_you','Someone Loves you','2021-01-11 12:47:51','2021-01-11 12:47:51'),(475,'en','mybonus.msg_you_have_been_given','You have been given a gift of ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(476,'en','mybonus.msg_after_tax',' (after tax it\'s ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(477,'en','mybonus.msg_karma_points_by',') Karma points by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(478,'en','mybonus.msg_personal_message_from','Personal message from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(479,'en','mybonus.msg_colon',': ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(480,'chs','mybonus.msg_someone_loves_you','收到礼物','2021-01-11 12:47:51','2021-01-11 12:47:51'),(481,'chs','mybonus.msg_you_have_been_given','你收到','2021-01-11 12:47:51','2021-01-11 12:47:51'),(482,'chs','mybonus.msg_after_tax','(扣取手续费后为','2021-01-11 12:47:51','2021-01-11 12:47:51'),(483,'chs','mybonus.msg_karma_points_by',')个魔力值的礼物。祝福来自','2021-01-11 12:47:51','2021-01-11 12:47:51'),(484,'chs','mybonus.msg_personal_message_from','','2021-01-11 12:47:51','2021-01-11 12:47:51'),(485,'chs','mybonus.msg_colon','说:','2021-01-11 12:47:51','2021-01-11 12:47:51'),(486,'cht','mybonus.msg_someone_loves_you','收到禮物','2021-01-11 12:47:51','2021-01-11 12:47:51'),(487,'cht','mybonus.msg_you_have_been_given','你收到','2021-01-11 12:47:51','2021-01-11 12:47:51'),(488,'cht','mybonus.msg_after_tax','(扣取手續費為','2021-01-11 12:47:51','2021-01-11 12:47:51'),(489,'cht','mybonus.msg_karma_points_by',')個魔力值的禮物。祝福來自','2021-01-11 12:47:51','2021-01-11 12:47:51'),(490,'cht','mybonus.msg_personal_message_from','Personal message from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(491,'cht','mybonus.msg_colon','說:','2021-01-11 12:47:51','2021-01-11 12:47:51'),(492,'ko','mybonus.msg_someone_loves_you','Someone Loves you','2021-01-11 12:47:51','2021-01-11 12:47:51'),(493,'ko','mybonus.msg_you_have_been_given','You have been given a gift of ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(494,'ko','mybonus.msg_after_tax',' (after tax it\'s ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(495,'ko','mybonus.msg_karma_points_by',') Karma points by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(496,'ko','mybonus.msg_personal_message_from','Personal message from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(497,'ko','mybonus.msg_colon',': ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(498,'ja','mybonus.msg_someone_loves_you','Someone Loves you','2021-01-11 12:47:51','2021-01-11 12:47:51'),(499,'ja','mybonus.msg_you_have_been_given','You have been given a gift of ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(500,'ja','mybonus.msg_after_tax',' (after tax it\'s ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(501,'ja','mybonus.msg_karma_points_by',') Karma points by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(502,'ja','mybonus.msg_personal_message_from','Personal message from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(503,'ja','mybonus.msg_colon',': ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(504,'en','offers.msg_has_allowed',' has allowed you to upload ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(505,'en','offers.msg_find_offer_option','You will find a new option on the upload page.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(506,'en','offers.msg_your_offer_allowed','Your Offer has been allowed','2021-01-11 12:47:51','2021-01-11 12:47:51'),(507,'en','offers.msg_offer_voted_on','Your Offer has been voted on. you are allowed to upload ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(508,'en','offers.msg_offer_voted_off','Your Offer has been voted off. You are not allowed to upload ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(509,'en','offers.msg_offer_deleted','Your offer was deleted','2021-01-11 12:47:51','2021-01-11 12:47:51'),(510,'en','offers.msg_your_offer','Your offer \'','2021-01-11 12:47:51','2021-01-11 12:47:51'),(511,'en','offers.msg_voted_on',' has been voted on','2021-01-11 12:47:51','2021-01-11 12:47:51'),(512,'en','offers.msg_was_deleted_by','\' was deleted by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(513,'en','offers.msg_blank','.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(514,'en','offers.msg_you_must_upload_in','Please upload the offer within ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(515,'en','offers.msg_hours_otherwise',' hours. Otherwise the offer would be deleted.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(516,'en','offers.msg_reason_is','The reason: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(517,'chs','offers.msg_has_allowed','允许你上传 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(518,'chs','offers.msg_find_offer_option','你会在上传区找到新的选项。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(519,'chs','offers.msg_your_offer_allowed','你的候选被允许','2021-01-11 12:47:51','2021-01-11 12:47:51'),(520,'chs','offers.msg_offer_voted_on','你的候选被投票允许。你可以上传 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(521,'chs','offers.msg_offer_voted_off','你的候选被投票拒绝。你不可以上传 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(522,'chs','offers.msg_offer_deleted','候选被删除','2021-01-11 12:47:51','2021-01-11 12:47:51'),(523,'chs','offers.msg_your_offer','你的候选\'','2021-01-11 12:47:51','2021-01-11 12:47:51'),(524,'chs','offers.msg_voted_on','被投票允许','2021-01-11 12:47:51','2021-01-11 12:47:51'),(525,'chs','offers.msg_was_deleted_by','\'被管理员','2021-01-11 12:47:51','2021-01-11 12:47:51'),(526,'chs','offers.msg_blank','删除。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(527,'chs','offers.msg_you_must_upload_in','请在','2021-01-11 12:47:51','2021-01-11 12:47:51'),(528,'chs','offers.msg_hours_otherwise','小时内上传通过候选的内容。否则该候选将被删除。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(529,'chs','offers.msg_reason_is','原因:','2021-01-11 12:47:51','2021-01-11 12:47:51'),(530,'cht','offers.msg_has_allowed','允許你上傳 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(531,'cht','offers.msg_find_offer_option','你會在上傳區找到新的選項。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(532,'cht','offers.msg_your_offer_allowed','你的候選被允許','2021-01-11 12:47:51','2021-01-11 12:47:51'),(533,'cht','offers.msg_offer_voted_on','你的候選被投票允許。你可以上傳 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(534,'cht','offers.msg_offer_voted_off','你的候選被投票拒絕。你不可以上傳 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(535,'cht','offers.msg_offer_deleted','候選被刪除','2021-01-11 12:47:51','2021-01-11 12:47:51'),(536,'cht','offers.msg_your_offer','你的候選\'','2021-01-11 12:47:51','2021-01-11 12:47:51'),(537,'cht','offers.msg_voted_on','被投票允許','2021-01-11 12:47:51','2021-01-11 12:47:51'),(538,'cht','offers.msg_was_deleted_by','\'被管理員','2021-01-11 12:47:51','2021-01-11 12:47:51'),(539,'cht','offers.msg_blank','刪除。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(540,'cht','offers.msg_you_must_upload_in','請在','2021-01-11 12:47:51','2021-01-11 12:47:51'),(541,'cht','offers.msg_hours_otherwise','小時內上傳通過候選的內容。否則該候選將被刪除。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(542,'cht','offers.msg_reason_is','原因:','2021-01-11 12:47:51','2021-01-11 12:47:51'),(543,'ko','offers.msg_has_allowed',' 업로드를 승인받았습니다. ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(544,'ko','offers.msg_find_offer_option','업로드 페이지에서 새로운 옵션을 발견했습니다.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(545,'ko','offers.msg_your_offer_allowed','당신의 제안이 승인되었습니다.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(546,'ko','offers.msg_offer_voted_on','당신의 제안이 찬성표를 받았습니다. 업로드가 가능합니다. ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(547,'ko','offers.msg_offer_voted_off','당신의 제안이 반대표를 받았습니다. 업로드가 불가능합니다. ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(548,'ko','offers.msg_offer_deleted','당신의 제안이 삭제되었습니다.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(549,'ko','offers.msg_your_offer','당신의 제안이 \'','2021-01-11 12:47:51','2021-01-11 12:47:51'),(550,'ko','offers.msg_voted_on',' 찬성표를 받았습니다.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(551,'ko','offers.msg_was_deleted_by','\' 관리자에 의해 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(552,'ko','offers.msg_blank','삭제되었습니다.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(553,'ko','offers.msg_you_must_upload_in','몇 시간 내로 업로드 해 주시기 바랍니다.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(554,'ko','offers.msg_hours_otherwise',' 그렇지 않으면, 제안은 삭제됩니다.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(555,'ko','offers.msg_reason_is','삭제 이유: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(556,'ja','offers.msg_has_allowed',' has allowed you to upload ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(557,'ja','offers.msg_find_offer_option','You will find a new option on the upload page.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(558,'ja','offers.msg_your_offer_allowed','Your Offer has been allowed','2021-01-11 12:47:51','2021-01-11 12:47:51'),(559,'ja','offers.msg_offer_voted_on','Your Offer has been voted on. you are allowed to upload ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(560,'ja','offers.msg_offer_voted_off','Your Offer has been voted off. You are not allowed to upload ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(561,'ja','offers.msg_offer_deleted','Your offer was deleted','2021-01-11 12:47:51','2021-01-11 12:47:51'),(562,'ja','offers.msg_your_offer','Your offer \'','2021-01-11 12:47:51','2021-01-11 12:47:51'),(563,'ja','offers.msg_voted_on',' has been voted on','2021-01-11 12:47:51','2021-01-11 12:47:51'),(564,'ja','offers.msg_was_deleted_by','\' was deleted by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(565,'ja','offers.msg_blank','.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(566,'ja','offers.msg_you_must_upload_in','Please upload the offer within ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(567,'ja','offers.msg_hours_otherwise',' hours. Otherwise the offer would be deleted.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(568,'ja','offers.msg_reason_is','The reason: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(569,'en','subtitles.msg_deleted_your_sub',' deleted the subtitle that you uploaded. ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(570,'en','subtitles.msg_your_sub_deleted','Your subtitle was deleted','2021-01-11 12:47:51','2021-01-11 12:47:51'),(571,'en','subtitles.msg_reason_is','The reason: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(572,'chs','subtitles.msg_deleted_your_sub','删除了你上传的字幕。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(573,'chs','subtitles.msg_your_sub_deleted','字幕被删除','2021-01-11 12:47:51','2021-01-11 12:47:51'),(574,'chs','subtitles.msg_reason_is','原因:','2021-01-11 12:47:51','2021-01-11 12:47:51'),(575,'cht','subtitles.msg_deleted_your_sub','刪除了你上傳的字幕。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(576,'cht','subtitles.msg_your_sub_deleted','字幕被刪除','2021-01-11 12:47:51','2021-01-11 12:47:51'),(577,'cht','subtitles.msg_reason_is','原因:','2021-01-11 12:47:51','2021-01-11 12:47:51'),(578,'ko','subtitles.msg_deleted_your_sub',' 업로드한 자막이 삭제되었습니다. ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(579,'ko','subtitles.msg_your_sub_deleted','자막이 삭제되었습니다.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(580,'ko','subtitles.msg_reason_is','삭제 이유: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(581,'ja','subtitles.msg_deleted_your_sub',' deleted the subtitle that you uploaded. ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(582,'ja','subtitles.msg_your_sub_deleted','Your subtitle was deleted','2021-01-11 12:47:51','2021-01-11 12:47:51'),(583,'ja','subtitles.msg_reason_is','The reason: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(584,'en','takemessage.mail_dear','Dear ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(585,'en','takemessage.mail_you_received_a_pm','You have received a PM.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(586,'en','takemessage.mail_sender','Sender ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(587,'en','takemessage.mail_subject','Subject ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(588,'en','takemessage.mail_date','Date ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(589,'en','takemessage.mail_use_following_url','You can click&nbsp;','2021-01-11 12:47:51','2021-01-11 12:47:51'),(590,'en','takemessage.mail_use_following_url_1','&nbsp;to view the message (you may have to login).','2021-01-11 12:47:51','2021-01-11 12:47:51'),(591,'en','takemessage.mail_yours','<br />Yours,','2021-01-11 12:47:51','2021-01-11 12:47:51'),(592,'en','takemessage.mail_the_site_team','The NexusPHP Team.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(593,'en','takemessage.mail_received_pm_from','You have received a PM from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(594,'en','takemessage.mail_here','HERE','2021-01-11 12:47:51','2021-01-11 12:47:51'),(595,'en','takemessage.msg_system','System','2021-01-11 12:47:51','2021-01-11 12:47:51'),(596,'en','takemessage.msg_original_message_from','Original Message from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(597,'chs','takemessage.mail_dear','尊敬的','2021-01-11 12:47:51','2021-01-11 12:47:51'),(598,'chs','takemessage.mail_you_received_a_pm','你收到了一条新短讯。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(599,'chs','takemessage.mail_sender','发送者 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(600,'chs','takemessage.mail_subject','主题 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(601,'chs','takemessage.mail_date','日期 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(602,'chs','takemessage.mail_use_following_url','你可以点击','2021-01-11 12:47:51','2021-01-11 12:47:51'),(603,'chs','takemessage.mail_use_following_url_1','来查看该短讯(你可能需要登录)','2021-01-11 12:47:51','2021-01-11 12:47:51'),(604,'chs','takemessage.mail_yours','','2021-01-11 12:47:51','2021-01-11 12:47:51'),(605,'chs','takemessage.mail_the_site_team','NexusPHP网站','2021-01-11 12:47:51','2021-01-11 12:47:51'),(606,'chs','takemessage.mail_received_pm_from','你有新短讯,来自','2021-01-11 12:47:51','2021-01-11 12:47:51'),(607,'chs','takemessage.mail_here','这里','2021-01-11 12:47:51','2021-01-11 12:47:51'),(608,'chs','takemessage.msg_system','系统','2021-01-11 12:47:51','2021-01-11 12:47:51'),(609,'chs','takemessage.msg_original_message_from','原短讯来自','2021-01-11 12:47:51','2021-01-11 12:47:51'),(610,'cht','takemessage.mail_dear','尊敬的','2021-01-11 12:47:51','2021-01-11 12:47:51'),(611,'cht','takemessage.mail_you_received_a_pm','你收到了一條新短訊。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(612,'cht','takemessage.mail_sender','發送者 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(613,'cht','takemessage.mail_subject','主題 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(614,'cht','takemessage.mail_date','日期 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(615,'cht','takemessage.mail_use_following_url','你可以點擊','2021-01-11 12:47:51','2021-01-11 12:47:51'),(616,'cht','takemessage.mail_use_following_url_1','來查看該短訊(你可能需要登錄)','2021-01-11 12:47:51','2021-01-11 12:47:51'),(617,'cht','takemessage.mail_yours','','2021-01-11 12:47:51','2021-01-11 12:47:51'),(618,'cht','takemessage.mail_the_site_team','NexusPHP網站','2021-01-11 12:47:51','2021-01-11 12:47:51'),(619,'cht','takemessage.mail_received_pm_from','你有新短訊,來自','2021-01-11 12:47:51','2021-01-11 12:47:51'),(620,'cht','takemessage.mail_here','這裏','2021-01-11 12:47:51','2021-01-11 12:47:51'),(621,'cht','takemessage.msg_system','系統','2021-01-11 12:47:51','2021-01-11 12:47:51'),(622,'cht','takemessage.msg_original_message_from','原短訊來自','2021-01-11 12:47:51','2021-01-11 12:47:51'),(623,'ko','takemessage.mail_dear','존경하는 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(624,'ko','takemessage.mail_you_received_a_pm','새로운 메시지가 도착했습니다..','2021-01-11 12:47:51','2021-01-11 12:47:51'),(625,'ko','takemessage.mail_sender','발송인 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(626,'ko','takemessage.mail_subject','제목 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(627,'ko','takemessage.mail_date','날짜 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(628,'ko','takemessage.mail_use_following_url','클릭&nbsp;','2021-01-11 12:47:51','2021-01-11 12:47:51'),(629,'ko','takemessage.mail_use_following_url_1','&nbsp;메시지 보기 (로그인 필요).','2021-01-11 12:47:51','2021-01-11 12:47:51'),(630,'ko','takemessage.mail_yours','<br />Yours,','2021-01-11 12:47:51','2021-01-11 12:47:51'),(631,'ko','takemessage.mail_the_site_team','The NexusPHP Team.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(632,'ko','takemessage.mail_received_pm_from','새로운 메시지가 있습니다. ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(633,'ko','takemessage.mail_here','여기','2021-01-11 12:47:51','2021-01-11 12:47:51'),(634,'ko','takemessage.msg_system','System','2021-01-11 12:47:51','2021-01-11 12:47:51'),(635,'ko','takemessage.msg_original_message_from','Original Message from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(636,'ja','takemessage.mail_dear','Dear ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(637,'ja','takemessage.mail_you_received_a_pm','You have received a PM.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(638,'ja','takemessage.mail_sender','Sender ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(639,'ja','takemessage.mail_subject','Subject ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(640,'ja','takemessage.mail_date','Date ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(641,'ja','takemessage.mail_use_following_url','You can click&nbsp;','2021-01-11 12:47:51','2021-01-11 12:47:51'),(642,'ja','takemessage.mail_use_following_url_1','&nbsp;to view the message (you may have to login).','2021-01-11 12:47:51','2021-01-11 12:47:51'),(643,'ja','takemessage.mail_yours','<br />Yours,','2021-01-11 12:47:51','2021-01-11 12:47:51'),(644,'ja','takemessage.mail_the_site_team','The NexusPHP Team.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(645,'ja','takemessage.mail_received_pm_from','You have received a PM from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(646,'ja','takemessage.mail_here','HERE','2021-01-11 12:47:51','2021-01-11 12:47:51'),(647,'ja','takemessage.msg_system','System','2021-01-11 12:47:51','2021-01-11 12:47:51'),(648,'ja','takemessage.msg_original_message_from','Original Message from ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(649,'en','takereseed.msg_reseed_request','Reseed Request','2021-01-11 12:47:51','2021-01-11 12:47:51'),(650,'en','takereseed.msg_reseed_user','User ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(651,'en','takereseed.msg_ask_reseed',' asked for a reseed on torrent ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(652,'en','takereseed.msg_thank_you',' !\nThank You!','2021-01-11 12:47:51','2021-01-11 12:47:51'),(653,'chs','takereseed.msg_reseed_request','续种请求','2021-01-11 12:47:51','2021-01-11 12:47:51'),(654,'chs','takereseed.msg_reseed_user','用户','2021-01-11 12:47:51','2021-01-11 12:47:51'),(655,'chs','takereseed.msg_ask_reseed','请求你续种该种子 - ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(656,'chs','takereseed.msg_thank_you',' !谢谢你!','2021-01-11 12:47:51','2021-01-11 12:47:51'),(657,'cht','takereseed.msg_reseed_request','續種請求','2021-01-11 12:47:51','2021-01-11 12:47:51'),(658,'cht','takereseed.msg_reseed_user','用戶','2021-01-11 12:47:51','2021-01-11 12:47:51'),(659,'cht','takereseed.msg_ask_reseed','請求你續種該種子 - ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(660,'cht','takereseed.msg_thank_you',' !謝謝你!','2021-01-11 12:47:51','2021-01-11 12:47:51'),(661,'ko','takereseed.msg_reseed_request','재시딩 요청','2021-01-11 12:47:51','2021-01-11 12:47:51'),(662,'ko','takereseed.msg_reseed_user','사용자 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(663,'ko','takereseed.msg_ask_reseed',' 재시딩 요청이 있습니다. ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(664,'ko','takereseed.msg_thank_you',' !\n감사합니다!','2021-01-11 12:47:51','2021-01-11 12:47:51'),(665,'ja','takereseed.msg_reseed_request','Reseed Request','2021-01-11 12:47:51','2021-01-11 12:47:51'),(666,'ja','takereseed.msg_reseed_user','User ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(667,'ja','takereseed.msg_ask_reseed',' asked for a reseed on torrent ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(668,'ja','takereseed.msg_thank_you',' !\nThank You!','2021-01-11 12:47:51','2021-01-11 12:47:51'),(669,'en','takesignup.msg_invited_user_has_registered','Invited user has registered','2021-01-11 12:47:51','2021-01-11 12:47:51'),(670,'en','takesignup.msg_user_you_invited','The user you invited ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(671,'en','takesignup.msg_has_registered',' has registered just now.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(672,'chs','takesignup.msg_invited_user_has_registered','你邀请的用户已注册','2021-01-11 12:47:51','2021-01-11 12:47:51'),(673,'chs','takesignup.msg_user_you_invited','你邀请的用户 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(674,'chs','takesignup.msg_has_registered',' 刚刚已注册。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(675,'cht','takesignup.msg_invited_user_has_registered','你邀請的用戶已注冊','2021-01-11 12:47:51','2021-01-11 12:47:51'),(676,'cht','takesignup.msg_user_you_invited','你邀請的用戶 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(677,'cht','takesignup.msg_has_registered',' 剛剛已注冊。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(678,'ko','takesignup.msg_invited_user_has_registered','당신이 초대한 사용자가 가입을 마쳤습니다.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(679,'ko','takesignup.msg_user_you_invited','당신이 초대한 사용자가 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(680,'ko','takesignup.msg_has_registered',' 가입을 마쳤습니다.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(681,'ja','takesignup.msg_invited_user_has_registered','Invited user has registered','2021-01-11 12:47:51','2021-01-11 12:47:51'),(682,'ja','takesignup.msg_user_you_invited','The user you invited ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(683,'ja','takesignup.msg_has_registered',' has registered just now.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(684,'en','takeupload.msg_offer_you_voted','The Offer you voted for: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(685,'en','takeupload.msg_was_uploaded_by',' was uploaded by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(686,'en','takeupload.msg_you_can_download','.\nYou can Download the Torrent','2021-01-11 12:47:51','2021-01-11 12:47:51'),(687,'en','takeupload.msg_here',' [b]here[/b]','2021-01-11 12:47:51','2021-01-11 12:47:51'),(688,'en','takeupload.msg_offer','Offer ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(689,'en','takeupload.msg_was_just_uploaded',' was just uploaded','2021-01-11 12:47:51','2021-01-11 12:47:51'),(690,'en','takeupload.mail_title','NexusPHP New torrent - ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(691,'en','takeupload.mail_hi','Hi, ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(692,'en','takeupload.mail_new_torrent','A new torrent has been uploaded.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(693,'en','takeupload.mail_torrent_name','Name: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(694,'en','takeupload.mail_torrent_size','Size: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(695,'en','takeupload.mail_torrent_category','Category: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(696,'en','takeupload.mail_torrent_uppedby','Uploaded by: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(697,'en','takeupload.mail_torrent_description','Description','2021-01-11 12:47:51','2021-01-11 12:47:51'),(698,'en','takeupload.mail_torrent','You can view the full information and download torrent from (you may have to login): ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(699,'en','takeupload.mail_yours','<br />Yours,','2021-01-11 12:47:51','2021-01-11 12:47:51'),(700,'en','takeupload.mail_team','The NexusPHP Team.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(701,'en','takeupload.mail_new_torrent_notif','NexusPHP New Torrent Notification','2021-01-11 12:47:51','2021-01-11 12:47:51'),(702,'en','takeupload.mail_here','HERE','2021-01-11 12:47:51','2021-01-11 12:47:51'),(703,'chs','takeupload.msg_offer_you_voted','你所投票的候选: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(704,'chs','takeupload.msg_was_uploaded_by',' 已经被该用户','2021-01-11 12:47:51','2021-01-11 12:47:51'),(705,'chs','takeupload.msg_you_can_download','上传。\n下载请到','2021-01-11 12:47:51','2021-01-11 12:47:51'),(706,'chs','takeupload.msg_here','[b]这里[/b]','2021-01-11 12:47:51','2021-01-11 12:47:51'),(707,'chs','takeupload.msg_offer','候选 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(708,'chs','takeupload.msg_was_just_uploaded',' 已被上传','2021-01-11 12:47:51','2021-01-11 12:47:51'),(709,'chs','takeupload.mail_title','NexusPHP 新的种子 - ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(710,'chs','takeupload.mail_hi','你好, ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(711,'chs','takeupload.mail_new_torrent','一个新的种子已经上传.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(712,'chs','takeupload.mail_torrent_name','名称: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(713,'chs','takeupload.mail_torrent_size','大小: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(714,'chs','takeupload.mail_torrent_category','类型: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(715,'chs','takeupload.mail_torrent_uppedby','上传者: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(716,'chs','takeupload.mail_torrent_description','简介','2021-01-11 12:47:51','2021-01-11 12:47:51'),(717,'chs','takeupload.mail_torrent','查看更为详细的信息并下载(你可能需要登陆),请点击这里: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(718,'chs','takeupload.mail_yours','<br />','2021-01-11 12:47:51','2021-01-11 12:47:51'),(719,'chs','takeupload.mail_team','NexusPHP 网站','2021-01-11 12:47:51','2021-01-11 12:47:51'),(720,'chs','takeupload.mail_new_torrent_notif','NexusPHP 新种子通知','2021-01-11 12:47:51','2021-01-11 12:47:51'),(721,'chs','takeupload.mail_here','这里','2021-01-11 12:47:51','2021-01-11 12:47:51'),(722,'cht','takeupload.msg_offer_you_voted','你所投票的候選: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(723,'cht','takeupload.msg_was_uploaded_by',' 已經被該用戶','2021-01-11 12:47:51','2021-01-11 12:47:51'),(724,'cht','takeupload.msg_you_can_download','上傳。\n下載請到','2021-01-11 12:47:51','2021-01-11 12:47:51'),(725,'cht','takeupload.msg_here','[b]這裏[/b]','2021-01-11 12:47:51','2021-01-11 12:47:51'),(726,'cht','takeupload.msg_offer','候選 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(727,'cht','takeupload.msg_was_just_uploaded',' 已被上傳','2021-01-11 12:47:51','2021-01-11 12:47:51'),(728,'cht','takeupload.mail_title','NexusPHP 新的種子 - ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(729,'cht','takeupload.mail_hi','你好, ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(730,'cht','takeupload.mail_new_torrent','一個新的種子已經上傳.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(731,'cht','takeupload.mail_torrent_name','名稱: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(732,'cht','takeupload.mail_torrent_size','大小: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(733,'cht','takeupload.mail_torrent_category','類型: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(734,'cht','takeupload.mail_torrent_uppedby','上傳者: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(735,'cht','takeupload.mail_torrent_description','簡介','2021-01-11 12:47:51','2021-01-11 12:47:51'),(736,'cht','takeupload.mail_torrent','查看更為詳細的信息並下載(你可能需要登陸),請點擊這裏:','2021-01-11 12:47:51','2021-01-11 12:47:51'),(737,'cht','takeupload.mail_yours','<br />','2021-01-11 12:47:51','2021-01-11 12:47:51'),(738,'cht','takeupload.mail_team','NexusPHP 網站','2021-01-11 12:47:51','2021-01-11 12:47:51'),(739,'cht','takeupload.mail_new_torrent_notif','NexusPHP 新種子通知','2021-01-11 12:47:51','2021-01-11 12:47:51'),(740,'cht','takeupload.mail_here','這裏','2021-01-11 12:47:51','2021-01-11 12:47:51'),(741,'ko','takeupload.msg_offer_you_voted','당신이 찬성한 제안이: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(742,'ko','takeupload.msg_was_uploaded_by',' 이 사용자에 의해 업로드가 되었습니다','2021-01-11 12:47:51','2021-01-11 12:47:51'),(743,'ko','takeupload.msg_you_can_download','.\n다운로드가 가능합니다.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(744,'ko','takeupload.msg_here',' [b]여기[/b]','2021-01-11 12:47:51','2021-01-11 12:47:51'),(745,'ko','takeupload.msg_offer','제안 ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(746,'ko','takeupload.msg_was_just_uploaded',' 방금 업로드 되었습니다.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(747,'ko','takeupload.mail_title','NexusPHP 새로운 토런트 - ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(748,'ko','takeupload.mail_hi','안녕하세요, ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(749,'ko','takeupload.mail_new_torrent','새로운 토런트가 업로드 되었습니다.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(750,'ko','takeupload.mail_torrent_name','이름: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(751,'ko','takeupload.mail_torrent_size','크기: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(752,'ko','takeupload.mail_torrent_category','종류: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(753,'ko','takeupload.mail_torrent_uppedby','업로더: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(754,'ko','takeupload.mail_torrent_description','간략소개','2021-01-11 12:47:51','2021-01-11 12:47:51'),(755,'ko','takeupload.mail_torrent','자세한 정보 및 다운로드를 원하시면 여기를 클릭하세요 (로그인 필요): ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(756,'ko','takeupload.mail_yours','<br />Yours,','2021-01-11 12:47:51','2021-01-11 12:47:51'),(757,'ko','takeupload.mail_team','The NexusPHP Team.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(758,'ko','takeupload.mail_new_torrent_notif','NexusPHP 새로운 토런트 통지','2021-01-11 12:47:51','2021-01-11 12:47:51'),(759,'ko','takeupload.mail_here','여기','2021-01-11 12:47:51','2021-01-11 12:47:51'),(760,'ja','takeupload.msg_offer_you_voted','The Offer you voted for: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(761,'ja','takeupload.msg_was_uploaded_by',' was uploaded by ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(762,'ja','takeupload.msg_you_can_download','.\nYou can Download the Torrent','2021-01-11 12:47:51','2021-01-11 12:47:51'),(763,'ja','takeupload.msg_here',' [b]here[/b]','2021-01-11 12:47:51','2021-01-11 12:47:51'),(764,'ja','takeupload.msg_offer','Offer ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(765,'ja','takeupload.msg_was_just_uploaded',' was just uploaded','2021-01-11 12:47:51','2021-01-11 12:47:51'),(766,'ja','takeupload.mail_title','NexusPHP New torrent - ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(767,'ja','takeupload.mail_hi','Hi, ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(768,'ja','takeupload.mail_new_torrent','A new torrent has been uploaded.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(769,'ja','takeupload.mail_torrent_name','Name: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(770,'ja','takeupload.mail_torrent_size','Size: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(771,'ja','takeupload.mail_torrent_category','Category: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(772,'ja','takeupload.mail_torrent_uppedby','Uploaded by: ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(773,'ja','takeupload.mail_torrent_description','Description','2021-01-11 12:47:51','2021-01-11 12:47:51'),(774,'ja','takeupload.mail_torrent','You can view the full information and download torrent from (you may have to login): ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(775,'ja','takeupload.mail_yours','<br />Yours,','2021-01-11 12:47:51','2021-01-11 12:47:51'),(776,'ja','takeupload.mail_team','The NexusPHP Team.','2021-01-11 12:47:51','2021-01-11 12:47:51'),(777,'ja','takeupload.mail_new_torrent_notif','NexusPHP New Torrent Notification','2021-01-11 12:47:51','2021-01-11 12:47:51'),(778,'ja','takeupload.mail_here','HERE','2021-01-11 12:47:51','2021-01-11 12:47:51'),(779,'chs','aboutnexus.text_version','版本','2021-01-11 12:47:51','2021-01-11 12:47:51'),(780,'chs','aboutnexus.text_version_note','本站NexusPHP使用的代码来自NexusPHP。以下是版本详情。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(781,'chs','aboutnexus.text_main_version','主版本','2021-01-11 12:47:51','2021-01-11 12:47:51'),(782,'chs','aboutnexus.text_sub_version','次版本','2021-01-11 12:47:51','2021-01-11 12:47:51'),(783,'chs','aboutnexus.text_release_date','发布时间','2021-01-11 12:47:51','2021-01-11 12:47:51'),(784,'chs','aboutnexus.text_authorize_to','被授权者','2021-01-11 12:47:51','2021-01-11 12:47:51'),(785,'chs','aboutnexus.text_authorization_type','授权类型','2021-01-11 12:47:51','2021-01-11 12:47:51'),(786,'chs','aboutnexus.text_commercial','商业授权','2021-01-11 12:47:51','2021-01-11 12:47:51'),(787,'chs','aboutnexus.text_free','免费授权','2021-01-11 12:47:51','2021-01-11 12:47:51'),(788,'chs','aboutnexus.text_nexus','关于','2021-01-11 12:47:51','2021-01-11 12:47:51'),(789,'chs','aboutnexus.text_nexus_note','由来自浙江大学的Nexus团队发起并开发完成。它的目标是代替TBSource项目提供一个完整的、有序的、重视用户信誉和知识的资源分享社区的解决方案。 <br /><br />\nNexusPHP第一阶段的版本是基于TBSource开发的。我们在后者的基础上添加或完善了大量功能同时极大地提高了代码效率。除TBSource外我们还吸取了一些其它private tracker的想法或代码如Bit-HDTVWhat.cd和SceneTorrents。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(790,'chs','aboutnexus.text_authorization','关于授权','2021-01-11 12:47:51','2021-01-11 12:47:51'),(791,'chs','aboutnexus.text_authorization_note','如果你有意使用NexusPHP来架设你的分享网站请<a href=\"#contact\" class=\"faqlink\">联系我们</a>。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(792,'chs','aboutnexus.text_translation','关于翻译','2021-01-11 12:47:51','2021-01-11 12:47:51'),(793,'chs','aboutnexus.text_translation_note','支持用户端的多语言切换。我们的主要语言为英语。<br /><br />如果你的语言当前未被支持unavailable而且你有意帮助我们翻译请在阅读过<a href=\"faq.php#id71\" class=\"faqlink\">翻译说明</a>后<a href=\"#contact\" class=\"faqlink\">联系我们</a>。我们永远欢迎新的翻译。另外已有的翻译经常需要维护特别是以下被标记为过期outdate不完整incomplete或需要新翻译need-new的语言。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(794,'chs','aboutnexus.text_flag','旗','2021-01-11 12:47:51','2021-01-11 12:47:51'),(795,'chs','aboutnexus.text_language','语言','2021-01-11 12:47:51','2021-01-11 12:47:51'),(796,'chs','aboutnexus.text_state','状态','2021-01-11 12:47:51','2021-01-11 12:47:51'),(797,'chs','aboutnexus.text_stylesheet','关于界面风格','2021-01-11 12:47:51','2021-01-11 12:47:51'),(798,'chs','aboutnexus.text_stylesheet_note','NexusPHP的页面布局完全基于CSS设计这使得用户自定义网站外观和添加新的界面风格都变得简单。<br /><br />以下为本站NexusPHP中拥有的界面风格列表。如果你想要获得更多界面风格或自己设计请<a href=\"#contact\" class=\"faqlink\">联系我们</a>。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(799,'chs','aboutnexus.text_name','名字','2021-01-11 12:47:51','2021-01-11 12:47:51'),(800,'chs','aboutnexus.text_designer','设计者','2021-01-11 12:47:51','2021-01-11 12:47:51'),(801,'chs','aboutnexus.text_comment','说明','2021-01-11 12:47:51','2021-01-11 12:47:51'),(802,'chs','aboutnexus.text_contact','联系','2021-01-11 12:47:51','2021-01-11 12:47:51'),(803,'chs','aboutnexus.text_contact_note','有意加入有建议找到代码的Bug洽谈业务请通过以下任一方式联系我们。','2021-01-11 12:47:51','2021-01-11 12:47:51'),(804,'chs','aboutnexus.text_web_site','网站','2021-01-11 12:47:51','2021-01-11 12:47:51'),(805,'chs','aboutnexus.text_email','邮箱','2021-01-11 12:47:51','2021-01-11 12:47:51'),(806,'chs','aboutnexus.text_msn','MSN','2021-01-11 12:47:51','2021-01-11 12:47:51'),(807,'chs','aboutnexus.text_qq','QQ','2021-01-11 12:47:51','2021-01-11 12:47:51'),(808,'chs','aboutnexus.text_telephone','电话','2021-01-11 12:47:51','2021-01-11 12:47:51'),(809,'chs','admanage.head_ad_management','管理广告','2021-01-11 12:47:51','2021-01-11 12:47:51'),(810,'chs','admanage.text_ad_management','管理广告','2021-01-11 12:47:51','2021-01-11 12:47:51'),(811,'chs','admanage.text_add_ad','添加广告','2021-01-11 12:47:51','2021-01-11 12:47:51'),(812,'chs','admanage.text_header','页头','2021-01-11 12:47:51','2021-01-11 12:47:51'),(813,'chs','admanage.text_footer','页尾','2021-01-11 12:47:51','2021-01-11 12:47:51'),(814,'chs','admanage.text_below_navigation','导航栏下面','2021-01-11 12:47:51','2021-01-11 12:47:51'),(815,'chs','admanage.text_below_searchbox','搜索箱下面','2021-01-11 12:47:51','2021-01-11 12:47:51'),(816,'chs','admanage.text_torrent_detail','种子详情页面','2021-01-11 12:47:51','2021-01-11 12:47:51'),(817,'chs','admanage.text_comment_page','评论页面','2021-01-11 12:47:51','2021-01-11 12:47:51'),(818,'chs','admanage.text_inter_overforums','论坛分区间','2021-01-11 12:47:51','2021-01-11 12:47:51'),(819,'chs','admanage.text_forum_post_page','论坛帖子间','2021-01-11 12:47:51','2021-01-11 12:47:51'),(820,'chs','admanage.text_popup','弹出广告','2021-01-11 12:47:51','2021-01-11 12:47:51'),(821,'chs','admanage.text_no_ads_yet','暂无广告!','2021-01-11 12:47:51','2021-01-11 12:47:51'),(822,'chs','admanage.col_enabled','启用','2021-01-11 12:47:51','2021-01-11 12:47:51'),(823,'chs','admanage.col_name','名字','2021-01-11 12:47:51','2021-01-11 12:47:51'),(824,'chs','admanage.col_position','位置','2021-01-11 12:47:51','2021-01-11 12:47:51'),(825,'chs','admanage.col_order','排序','2021-01-11 12:47:51','2021-01-11 12:47:51'),(826,'chs','admanage.col_type','展现方式','2021-01-11 12:47:51','2021-01-11 12:47:51'),(827,'chs','admanage.col_start_time','起始时间','2021-01-11 12:47:51','2021-01-11 12:47:51'),(828,'chs','admanage.col_end_time','终止时间','2021-01-11 12:47:51','2021-01-11 12:47:51'),(829,'chs','admanage.col_action','行为','2021-01-11 12:47:51','2021-01-11 12:47:51'),(830,'chs','admanage.text_yes','是','2021-01-11 12:47:51','2021-01-11 12:47:51'),(831,'chs','admanage.text_no','否','2021-01-11 12:47:52','2021-01-11 12:47:52'),(832,'chs','admanage.text_bbcodes','BBCode代码','2021-01-11 12:47:52','2021-01-11 12:47:52'),(833,'chs','admanage.text_xhtml','XHTML代码','2021-01-11 12:47:52','2021-01-11 12:47:52'),(834,'chs','admanage.text_text','文字','2021-01-11 12:47:52','2021-01-11 12:47:52'),(835,'chs','admanage.text_image','图片','2021-01-11 12:47:52','2021-01-11 12:47:52'),(836,'chs','admanage.text_flash','Flash','2021-01-11 12:47:52','2021-01-11 12:47:52'),(837,'chs','admanage.text_delete','删除','2021-01-11 12:47:52','2021-01-11 12:47:52'),(838,'chs','admanage.text_edit','编辑','2021-01-11 12:47:52','2021-01-11 12:47:52'),(839,'chs','admanage.js_sure_to_delete_ad','你确定要删除此广告吗?','2021-01-11 12:47:52','2021-01-11 12:47:52'),(840,'chs','admanage.std_error','错误','2021-01-11 12:47:52','2021-01-11 12:47:52'),(841,'chs','admanage.std_invalid_id','无效ID','2021-01-11 12:47:52','2021-01-11 12:47:52'),(842,'chs','admanage.std_invalid_position','广告位置无效','2021-01-11 12:47:52','2021-01-11 12:47:52'),(843,'chs','admanage.head_add_ad','添加广告','2021-01-11 12:47:52','2021-01-11 12:47:52'),(844,'chs','admanage.head_edit_ad','编辑广告','2021-01-11 12:47:52','2021-01-11 12:47:52'),(845,'chs','admanage.text_note','注意','2021-01-11 12:47:52','2021-01-11 12:47:52'),(846,'chs','admanage.text_ad_detail','广告详情','2021-01-11 12:47:52','2021-01-11 12:47:52'),(847,'chs','admanage.row_name','名字','2021-01-11 12:47:52','2021-01-11 12:47:52'),(848,'chs','admanage.row_start_time','起始时间','2021-01-11 12:47:52','2021-01-11 12:47:52'),(849,'chs','admanage.row_end_time','终止时间','2021-01-11 12:47:52','2021-01-11 12:47:52'),(850,'chs','admanage.row_enabled','启用','2021-01-11 12:47:52','2021-01-11 12:47:52'),(851,'chs','admanage.row_order','排序','2021-01-11 12:47:52','2021-01-11 12:47:52'),(852,'chs','admanage.row_type','展现方式','2021-01-11 12:47:52','2021-01-11 12:47:52'),(853,'chs','admanage.row_image_url','图片URL','2021-01-11 12:47:52','2021-01-11 12:47:52'),(854,'chs','admanage.row_image_link','广告链接','2021-01-11 12:47:52','2021-01-11 12:47:52'),(855,'chs','admanage.row_image_width','图片宽度','2021-01-11 12:47:52','2021-01-11 12:47:52'),(856,'chs','admanage.row_image_height','图片高度','2021-01-11 12:47:52','2021-01-11 12:47:52'),(857,'chs','admanage.row_image_tooltip','链接悬浮提示文字','2021-01-11 12:47:52','2021-01-11 12:47:52'),(858,'chs','admanage.row_text_content','文字内容','2021-01-11 12:47:52','2021-01-11 12:47:52'),(859,'chs','admanage.row_text_link','广告链接','2021-01-11 12:47:52','2021-01-11 12:47:52'),(860,'chs','admanage.row_text_size','文字大小','2021-01-11 12:47:52','2021-01-11 12:47:52'),(861,'chs','admanage.row_bbcodes_code','BBCode代码','2021-01-11 12:47:52','2021-01-11 12:47:52'),(862,'chs','admanage.row_xhtml_code','XHTML代码','2021-01-11 12:47:52','2021-01-11 12:47:52'),(863,'chs','admanage.row_flash_url','Flash URL','2021-01-11 12:47:52','2021-01-11 12:47:52'),(864,'chs','admanage.row_flash_width','Flash宽度','2021-01-11 12:47:52','2021-01-11 12:47:52'),(865,'chs','admanage.row_flash_height','Flash高度','2021-01-11 12:47:52','2021-01-11 12:47:52'),(866,'chs','admanage.submit_submit','提交','2021-01-11 12:47:52','2021-01-11 12:47:52'),(867,'chs','admanage.text_ad','广告','2021-01-11 12:47:52','2021-01-11 12:47:52'),(868,'chs','admanage.text_header_note','显示在所有页面的右上方。建议使用尺寸在580x90内的图片或Flash。只显示优先级最高的一个广告。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(869,'chs','admanage.text_footer_note','显示在所有页面的最底部。建议广告尺寸在728x160内。只显示优先级最高的一个广告。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(870,'chs','admanage.text_below_navigation_note','显示在所有页面导航栏的下面。建议广告尺寸为728x90。只显示优先级最高的一个广告。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(871,'chs','admanage.text_below_searchbox_note','显示在种子页面搜索箱的下面。建议广告尺寸为728x90。只显示优先级最高的一个广告。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(872,'chs','admanage.text_torrent_detail_note','显示在种子详情页面的种子介绍中。建议广告尺寸为600x160。只显示优先级最高的一个广告。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(873,'chs','admanage.text_comment_page_note','显示在种子和候选的评论间。建议广告尺寸为600x160。可同时显示多个广告。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(874,'chs','admanage.text_inter_overforums_note','显示在论坛首页论坛分区间。建议广告尺寸为728x90。可同时显示多个广告。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(875,'chs','admanage.text_forum_post_page_note','显示在论坛主题详情页面的帖子间。建议广告尺寸为600x160。可同时显示多个广告。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(876,'chs','admanage.text_popup_note','在所有页面谈促。极具侵扰性请慎用。建议广告尺寸为468x90。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(877,'chs','admanage.text_name_note','给广告命名,便于识别。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(878,'chs','admanage.text_start_time_note','时间格式为\'年年年年-月月-日日 时时:分分:秒秒\',如\'2007-12-24 21:00:00\'。广告起始生效的时间。<br />如留空则广告将马上生效。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(879,'chs','admanage.text_end_time_note','时间格式为\'年年年年-月月-日日 时时:分分:秒秒\',如\'2008-01-24 21:00:00\'。广告结束的时间。<br />如留空则广告永不结束,直到添加了新的广告。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(880,'chs','admanage.text_order_note','广告的显示优先级。数值\'0\'具有最高的优先级。<br />当某个广告位置具有多个有效广告:如果该位置只允许一个广告,将显示优先级最高的广告;如果该位置允许多个广告,将按照优先级从高到低顺序显示多个广告。如多个广告具有相同的优先级,最近添加的广告将具有高优先权。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(881,'chs','admanage.text_enabled_note','只有启用的广告才会显示。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(882,'chs','admanage.text_type_note','选择广告的展现方式。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(883,'chs','admanage.text_image_url_note','广告图片文件的URL。<br />可使用相对地址(如\'pic/ad.jpg\')或绝对地址(如\'http://www.nexusphp.com/ad.jpg\')。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(884,'chs','admanage.text_image_link_note','广告指向的链接。如\'http://www.nexusphp.com/ad.html\'。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(885,'chs','admanage.text_image_width_note','单位为像素。图片显示的宽度。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(886,'chs','admanage.text_image_height_note','单位为像素。图片显示的高度。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(887,'chs','admanage.text_image_tooltip_note','广告链接悬浮提示文字信息。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(888,'chs','admanage.text_text_content_note','文字广告的显示内容','2021-01-11 12:47:52','2021-01-11 12:47:52'),(889,'chs','admanage.text_text_link_note','广告指向的链接。如\'http://www.nexusphp.com/ad.html\'。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(890,'chs','admanage.text_text_size_note','广告文字的字体大小。可使用pt、px、em为单位如\'30pt\'。如留空,则使用\'30pt\'。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(891,'chs','admanage.text_bbcodes_code_note','什么是BBCode代码见','2021-01-11 12:47:52','2021-01-11 12:47:52'),(892,'chs','admanage.text_here','这里','2021-01-11 12:47:52','2021-01-11 12:47:52'),(893,'chs','admanage.text_xhmtl_code_note','通常情况下你应该尽量避免直接使用XHTML展现广告因为这样做不但容易因代码错误导致整体页面混乱而且<b>具有安全隐患</b>。如果一定要用请确保XHTML代码是安全和正确的。<br /><b>注意</b>请按XHTML 1.0 Transitional规范填写代码而不是HTML 4.01规范。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(894,'chs','admanage.text_flash_url_note','Flash文件的URL。<br />可使用相对地址(如\'pic/flash.demo.swf\')或绝对地址(如\'http://www.nexusphp.com/flash.demo.swf\')。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(895,'chs','admanage.text_flash_width_note','单位为像素。Flash显示的宽度。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(896,'chs','admanage.text_flash_height_note','单位为像素。Flash显示的高度。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(897,'chs','admanage.std_missing_form_data','有必填项目未写。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(898,'chs','admanage.std_invalid_type','展现方式无效。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(899,'chs','admanage.std_success','成功','2021-01-11 12:47:52','2021-01-11 12:47:52'),(900,'chs','admanage.std_edit_success','广告编辑成功。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(901,'chs','admanage.std_add_success','广告添加成功。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(902,'chs','admanage.text_unlimited','无限制','2021-01-11 12:47:52','2021-01-11 12:47:52'),(903,'chs','admanage.std_go_back','返回广告列表','2021-01-11 12:47:52','2021-01-11 12:47:52'),(904,'chs','admanage.col_clicks','点击数','2021-01-11 12:47:52','2021-01-11 12:47:52'),(905,'chs','adredir.std_error','错误','2021-01-11 12:47:52','2021-01-11 12:47:52'),(906,'chs','adredir.std_ad_system_disabled','广告系统关闭中。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(907,'chs','adredir.std_invalid_ad_id','无效的广告ID','2021-01-11 12:47:52','2021-01-11 12:47:52'),(908,'chs','adredir.std_no_redirect_url','无跳转链接。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(909,'chs','attachment.text_nothing_received','失败!没有收到文件!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(910,'chs','attachment.text_file_number_limit_reached','失败!你暂时不能上传更多附件!请等待些时间。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(911,'chs','attachment.text_file_size_too_big','失败!文件过大。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(912,'chs','attachment.text_file_extension_not_allowed','失败!不允许该文件扩展名。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(913,'chs','attachment.text_invalid_image_file','失败!图片文件无效。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(914,'chs','attachment.text_cannot_move_file','失败!无法移动上传的文件。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(915,'chs','attachment.submit_upload','上传','2021-01-11 12:47:52','2021-01-11 12:47:52'),(916,'chs','attachment.text_left','今日剩余:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(917,'chs','attachment.text_of','/','2021-01-11 12:47:52','2021-01-11 12:47:52'),(918,'chs','attachment.text_size_limit','大小限制:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(919,'chs','attachment.text_file_extensions','允许扩展名:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(920,'chs','attachment.text_mouse_over_here','鼠标移至此','2021-01-11 12:47:52','2021-01-11 12:47:52'),(921,'chs','attachment.text_small_thumbnail','小缩略图','2021-01-11 12:47:52','2021-01-11 12:47:52'),(922,'chs','catmanage.head_category_management','分类管理','2021-01-11 12:47:52','2021-01-11 12:47:52'),(923,'chs','catmanage.text_category_management','分类管理','2021-01-11 12:47:52','2021-01-11 12:47:52'),(924,'chs','catmanage.text_manage','管理','2021-01-11 12:47:52','2021-01-11 12:47:52'),(925,'chs','catmanage.text_searchbox','种子分类模式','2021-01-11 12:47:52','2021-01-11 12:47:52'),(926,'chs','catmanage.text_category_icons','分类图标','2021-01-11 12:47:52','2021-01-11 12:47:52'),(927,'chs','catmanage.text_second_icons','第二图标','2021-01-11 12:47:52','2021-01-11 12:47:52'),(928,'chs','catmanage.text_categories','分类','2021-01-11 12:47:52','2021-01-11 12:47:52'),(929,'chs','catmanage.text_sources','来源','2021-01-11 12:47:52','2021-01-11 12:47:52'),(930,'chs','catmanage.text_media','媒介','2021-01-11 12:47:52','2021-01-11 12:47:52'),(931,'chs','catmanage.text_codecs','编码','2021-01-11 12:47:52','2021-01-11 12:47:52'),(932,'chs','catmanage.text_standards','分辨率','2021-01-11 12:47:52','2021-01-11 12:47:52'),(933,'chs','catmanage.text_processings','处理','2021-01-11 12:47:52','2021-01-11 12:47:52'),(934,'chs','catmanage.text_teams','制作组','2021-01-11 12:47:52','2021-01-11 12:47:52'),(935,'chs','catmanage.text_audio_codecs','音频编码','2021-01-11 12:47:52','2021-01-11 12:47:52'),(936,'chs','catmanage.std_error','错误','2021-01-11 12:47:52','2021-01-11 12:47:52'),(937,'chs','catmanage.std_invalid_type','无效的类型。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(938,'chs','catmanage.text_add','添加','2021-01-11 12:47:52','2021-01-11 12:47:52'),(939,'chs','catmanage.text_no_record_yet','暂无记录!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(940,'chs','catmanage.col_id','ID','2021-01-11 12:47:52','2021-01-11 12:47:52'),(941,'chs','catmanage.col_name','名字','2021-01-11 12:47:52','2021-01-11 12:47:52'),(942,'chs','catmanage.col_order','排序','2021-01-11 12:47:52','2021-01-11 12:47:52'),(943,'chs','catmanage.col_action','行为','2021-01-11 12:47:52','2021-01-11 12:47:52'),(944,'chs','catmanage.text_delete','删除','2021-01-11 12:47:52','2021-01-11 12:47:52'),(945,'chs','catmanage.text_edit','编辑','2021-01-11 12:47:52','2021-01-11 12:47:52'),(946,'chs','catmanage.js_sure_to_delete_this','你确信要删除此项目吗?','2021-01-11 12:47:52','2021-01-11 12:47:52'),(947,'chs','catmanage.col_sub_category','次分类','2021-01-11 12:47:52','2021-01-11 12:47:52'),(948,'chs','catmanage.text_per_row','每行项目数','2021-01-11 12:47:52','2021-01-11 12:47:52'),(949,'chs','catmanage.text_padding','间隔','2021-01-11 12:47:52','2021-01-11 12:47:52'),(950,'chs','catmanage.text_enabled','显示','2021-01-11 12:47:52','2021-01-11 12:47:52'),(951,'chs','catmanage.text_disabled','不显示','2021-01-11 12:47:52','2021-01-11 12:47:52'),(952,'chs','catmanage.col_folder','图标文件夹','2021-01-11 12:47:52','2021-01-11 12:47:52'),(953,'chs','catmanage.text_multi_language','多语言','2021-01-11 12:47:52','2021-01-11 12:47:52'),(954,'chs','catmanage.text_second_icon','第二图标','2021-01-11 12:47:52','2021-01-11 12:47:52'),(955,'chs','catmanage.text_css_file','CSS文件','2021-01-11 12:47:52','2021-01-11 12:47:52'),(956,'chs','catmanage.text_none','无','2021-01-11 12:47:52','2021-01-11 12:47:52'),(957,'chs','catmanage.text_css_file_note','为此分类图标指定CSS文件。填写完整路径如\'styles/scenetorrents.css\'。若无请留空。<br />允许的字符:[a-z](小写),[0-9][_./]。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(958,'chs','catmanage.text_designer','设计者','2021-01-11 12:47:52','2021-01-11 12:47:52'),(959,'chs','catmanage.text_comment','说明','2021-01-11 12:47:52','2021-01-11 12:47:52'),(960,'chs','catmanage.text_yes','是','2021-01-11 12:47:52','2021-01-11 12:47:52'),(961,'chs','catmanage.text_no','否','2021-01-11 12:47:52','2021-01-11 12:47:52'),(962,'chs','catmanage.col_image','图片文件名','2021-01-11 12:47:52','2021-01-11 12:47:52'),(963,'chs','catmanage.text_class_name','class属性值','2021-01-11 12:47:52','2021-01-11 12:47:52'),(964,'chs','catmanage.col_mode','模式','2021-01-11 12:47:52','2021-01-11 12:47:52'),(965,'chs','catmanage.std_invalid_id','无效的id','2021-01-11 12:47:52','2021-01-11 12:47:52'),(966,'chs','catmanage.submit_submit','提交','2021-01-11 12:47:52','2021-01-11 12:47:52'),(967,'chs','catmanage.text_subcategory_name_note','不要使用过长的名字。建议在10个字母内。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(968,'chs','catmanage.text_order_note','递增排序,即\'0\'排在最前。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(969,'chs','catmanage.row_searchbox_name','分类模式名字','2021-01-11 12:47:52','2021-01-11 12:47:52'),(970,'chs','catmanage.text_searchbox_name_note','允许的字符:[a-z](小写),[0-9][_./]。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(971,'chs','catmanage.row_show_sub_category','显示次分类','2021-01-11 12:47:52','2021-01-11 12:47:52'),(972,'chs','catmanage.text_show_sub_category_note','勾选你想启用的次分类。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(973,'chs','catmanage.row_items_per_row','每行项目数','2021-01-11 12:47:52','2021-01-11 12:47:52'),(974,'chs','catmanage.text_items_per_row_note','设置在搜索箱中每行显示的项目数,如\'8\'。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(975,'chs','catmanage.row_padding_between_items','项目间距','2021-01-11 12:47:52','2021-01-11 12:47:52'),(976,'chs','catmanage.text_padding_between_items_note','单位为像素。搜索箱中项目的水平间隔距离,如\'3\'。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(977,'chs','catmanage.text_category_icon_name_note','允许的字符:[a-z](小写),[0-9][_./]。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(978,'chs','catmanage.text_folder_note','分类图标所在的文件夹名。允许的字符:[a-z](小写),[0-9][_./]。<br /><b>必须</b>在末尾添加斜杠(/),如\'mycaticon/\'','2021-01-11 12:47:52','2021-01-11 12:47:52'),(979,'chs','catmanage.text_multi_language_note','是否为不同语言使用不同的分类图标。如果设为\'是\',将多份图标分别放入命名如\'en\'\'chs\'等的文件夹中。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(980,'chs','catmanage.text_second_icon_note','是否使用第二图标显示补充信息。如果设为\'是\',将第二图标放入普通图标目录下命名为\'additional\'的文件夹中。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(981,'chs','catmanage.text_designer_note','此图标集的设计者。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(982,'chs','catmanage.text_comment_note','此图标集的说明。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(983,'chs','catmanage.text_icon_directory_note','你必须将图标文件放入服务器正确的目录才能使得以下设定起作用。将普通的分类图标放入\'pic/category/<i>分类模式名字</i>/<i>图标文件夹</i>[<i>语言缩写</i>/]\',将第二图标放入\'pic/category/<i>分类模式名字</i>/<i>图标文件夹</i>[<i>语言缩写</i>/]additional/\'. <br />不明白?参考下面的例子:<ul><li>当<ul><li><b>分类模式名字</b>=\'nhd\'</li><li><b>图标文件夹</b>=\'scenetorrents/\'</li><li><b>多语言</b>=\'是\'</li><li><b>第二图标</b>=\'否\'</li></ul>你应该将一个英语的电影类型的图标(如\'movies.png\')文件放入\'pic/category/nhd/scenetorrents/en/\'。</li><li>当<ul><li><b>分类模式名字</b>=\'chd\'</li><li><b>图标文件夹</b>=\'nanosofts/\'</li><li><b>多语言</b>=\'否\'</li><li><b>第二图标</b>=\'是\'</li></ul>你应该将一个电影类型的图标(如\'movies.png\')文件放入\'pic/category/chd/nanosofts/\',将一个第二图标(如\'bdh264.png\')放入\'pic/category/chd/nanosofts/additional/\'。</li></ul>','2021-01-11 12:47:52','2021-01-11 12:47:52'),(984,'chs','catmanage.text_second_icon_name_note','不要使用过长的名字。建议在10个字母内。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(985,'chs','catmanage.text_image_note','图片文件的名字。允许的字符:[a-z](小写),[0-9][_./]。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(986,'chs','catmanage.row_selections','选择','2021-01-11 12:47:52','2021-01-11 12:47:52'),(987,'chs','catmanage.text_selections_note','如果某个选择未指定,其所有选项都符合此规则。必须至少指定一个选择。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(988,'chs','catmanage.row_category_name','分类名','2021-01-11 12:47:52','2021-01-11 12:47:52'),(989,'chs','catmanage.text_category_name_note','不要使用过长的名字。建议在10个字母内。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(990,'chs','catmanage.row_mode','模式','2021-01-11 12:47:52','2021-01-11 12:47:52'),(991,'chs','catmanage.text_class_name_note','为图片指定class属性值。若无请留空。允许的字符: [a-z](小写),[0-9][_],第一个字符必须是字母。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(992,'chs','catmanage.std_missing_form_data','有必填项目未填写。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(993,'chs','catmanage.std_invalid_character_in_filename','此文件名包含不合法字符:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(994,'chs','catmanage.std_must_define_one_selection','你必须至少指定一个选择!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(995,'chs','catmanage.std_invalid_mode_id','无效的模式id。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(996,'chs','cheaterbox.std_oho','噢哦!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(997,'chs','cheaterbox.std_no_suspect_detected','还没有检测到任何作弊嫌疑者。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(998,'chs','cheaterbox.head_cheaterbox','作弊者','2021-01-11 12:47:52','2021-01-11 12:47:52'),(999,'chs','cheaterbox.text_cheaterbox','作弊者 <font class=striking>BETA</font>','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1000,'chs','cheaterbox.col_added','时间','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1001,'chs','cheaterbox.col_suspect','嫌疑者','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1002,'chs','cheaterbox.col_hit','次数','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1003,'chs','cheaterbox.col_torrent','种子','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1004,'chs','cheaterbox.col_ul','上传','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1005,'chs','cheaterbox.col_dl','下载','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1006,'chs','cheaterbox.col_ann_time','汇报时间','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1007,'chs','cheaterbox.col_seeders','做种者','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1008,'chs','cheaterbox.col_leechers','下载者','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1009,'chs','cheaterbox.col_comment','备注','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1010,'chs','cheaterbox.col_dealt_with','处理','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1011,'chs','cheaterbox.col_action','行为','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1012,'chs','cheaterbox.text_torrent_does_not_exist','种子不存在或已被删除','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1013,'chs','cheaterbox.text_yes','是','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1014,'chs','cheaterbox.text_no','否','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1015,'chs','cheaterbox.submit_set_dealt','设为已处理','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1016,'chs','cheaterbox.submit_delete','删除','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1017,'chs','checkuser.std_error','错误','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1018,'chs','checkuser.std_no_user_id','没有该ID的用户','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1019,'chs','checkuser.std_no_permission','你没有该权限','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1020,'chs','checkuser.head_detail_for','用户详情 - ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1021,'chs','checkuser.text_account_disabled','<p><b>该账号被禁用!</b></p>\n','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1022,'chs','checkuser.row_join_date','加入日期','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1023,'chs','checkuser.row_gender','性别','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1024,'chs','checkuser.row_email','邮箱','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1025,'chs','checkuser.row_ip','IP','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1026,'chs','checkuser.submit_confirm_this_user','确认该用户','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1027,'chs','comment.std_error','错误','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1028,'chs','comment.std_comment_flooding_denied','禁止滥发评论。请在','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1029,'chs','comment.std_before_posting_another','秒后再发。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1030,'chs','comment.std_no_torrent_id','没有该ID的种子。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1031,'chs','comment.std_no_comment_id','没有该ID的评论','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1032,'chs','comment.std_comment_body_empty','评论内容不能为空!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1033,'chs','comment.head_add_comment_to','添加评论 - ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1034,'chs','comment.text_add_comment_to','添加评论 - ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1035,'chs','comment.submit_okay','&nbsp;&nbsp;确定&nbsp;&nbsp;','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1036,'chs','comment.text_comments_in_reverse_order','逆序显示,顶部为最后发布的评论\n','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1037,'chs','comment.std_invalid_id','无效的ID','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1038,'chs','comment.std_permission_denied','没有该权限。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1039,'chs','comment.head_edit_comment_to','编辑评论 - ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1040,'chs','comment.text_edit_comment_to','编辑评论 - ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1041,'chs','comment.std_delete_comment','删除评论','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1042,'chs','comment.std_delete_comment_note','你即将删除评论。点击\n','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1043,'chs','comment.std_here_if_sure','><b>这里</b></a>来确认。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1044,'chs','comment.head_original_comment','原始评论','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1045,'chs','comment.text_original_content_of_comment','原始评论内容','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1046,'chs','comment.std_unknown_action','未知行为。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1047,'chs','comment.std_no_review_id','该ID的点评不存在','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1048,'chs','comment.std_review_body_empty','点评正文不能为空!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1049,'chs','comment.text_reviews_in_reverse_order','<h2>逆序显示,顶部为最后发布的点评</h2>\n','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1050,'chs','comment.head_edit_review_to','编辑点评 - ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1051,'chs','comment.text_edit_review_to','编辑点评 - ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1052,'chs','comment.std_delete_review','删除点评','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1053,'chs','comment.std_delete_review_note','你即将删除点评。点击\n','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1054,'chs','comment.head_original_review','原始点评','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1055,'chs','comment.text_original_content_of_review','原始点评内容','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1056,'chs','comment.row_user_comment','用户评论','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1057,'chs','comment.row_editor_notes','编辑评注','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1058,'chs','comment.row_bouns_change','魔力值改变','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1059,'chs','comment.text_bouns_change_notes',' 分值范围是0 - 1000视点评质量取数值(超过1000当做1000其他不在范围内的值当做0)','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1060,'chs','comment.std_review_no_external_info','没有外部信息,无法标记评论!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1061,'chs','comment.std_review_unmark','去除点评标记','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1062,'chs','comment.std_unmark_review_note','你即将去除点评的标记。点击\n','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1063,'chs','comment.row_original_torrent','原始种子','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1064,'chs','comment.text_no_exists','不再存在!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1065,'chs','comment.text_torrent_id','种子ID','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1066,'chs','comment.text_back','返回','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1067,'chs','comment.text_body','正文','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1068,'chs','comment.text_compose','撰写','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1069,'chs','comment.text_edit','编辑','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1070,'chs','confirm_resend.resend_confirmation_email_failed','重发确认邮件失败','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1071,'chs','confirm_resend.std_fields_blank','有项目没有填写。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1072,'chs','confirm_resend.std_invalid_email_address','邮箱地址无效!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1073,'chs','confirm_resend.std_email_not_found','数据库中没有该邮箱地址。\n','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1074,'chs','confirm_resend.std_user_already_confirm','该邮箱的用户已经通过验证。\n','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1075,'chs','confirm_resend.std_passwords_unmatched','两次输入的密码不一致!肯定拼错了,请重试。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1076,'chs','confirm_resend.std_password_too_short','对不起密码过短至少6个字符','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1077,'chs','confirm_resend.std_password_too_long','对不起密码过长至多40个字符','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1078,'chs','confirm_resend.std_password_equals_username','对不起,用户名和密码不能相同。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1079,'chs','confirm_resend.std_error','错误','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1080,'chs','confirm_resend.std_database_error','数据库错误!请将该情况报告给管理员。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1081,'chs','confirm_resend.text_resend_confirmation_mail_note','<h1>重发确认邮件</h1><p>填写以下表格使系统重发验证邮件。</p><p>你必须在过去24小时内注册且没有通过验证才能使用该功能<br />否则你的账号信息已被删除,需要重新注册。</p><p><b>注意:</b>连续10次尝试失败将导致你的IP地址被禁用</p>','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1082,'chs','confirm_resend.row_registered_email','注册邮箱:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1083,'chs','confirm_resend.row_new_password','新密码:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1084,'chs','confirm_resend.text_password_note','至少6个字符','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1085,'chs','confirm_resend.row_enter_password_again','再次输入新密码:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1086,'chs','confirm_resend.submit_send_it','发送!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1087,'chs','confirm_resend.text_you_have','你还有','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1088,'chs','confirm_resend.text_remaining_tries','次尝试机会。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1089,'chs','confirm_resend.mail_title','用户注册验证(重发)','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1090,'chs','confirm_resend.mail_this_link','这个链接','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1091,'chs','confirm_resend.mail_here','这里','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1092,'chs','confirm_resend.mail_one','你好 ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1093,'chs','confirm_resend.mail_two',',<br /><br />你请求重新收取NexusPHP网站的注册确认邮件并指定此邮箱地址 ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1094,'chs','confirm_resend.mail_three',' 为你的联系地址。<br /><br />如果你没有发过该请求请忽视本邮件。输入你邮箱地址者的IP地址为 ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1095,'chs','confirm_resend.mail_four','. 。请勿回复本邮件。<br /><br />如果你的确发过该请求,请点击以下链接来通过验证: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1096,'chs','confirm_resend.mail_four_1','<br /><br />如果以上链接打开出错、不存在或已经过期, 尝试在这里重新发送确认邮件 ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1097,'chs','confirm_resend.mail_five','在通过验证后,你就可以使用新账号了。<br /><br />如果你在24小时内没有通过验证你的账号将被删除。<br />新人登录NexusPHP后请务必先阅读站点规则提问前请参考常见问题。<br /><br />请注意如果你并没有在NexusPHP网站注册请举报此邮件至nobody@gmail.com<br /><br />------<br /><br />NexusPHP 网站.','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1098,'chs','confirm_resend.text_select_lang','Select Site Language: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1099,'chs','confirm_resend.std_need_admin_verification','账户需要通过管理员手动验证。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1100,'chs','contactstaff.head_contact_staff','联系管理组','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1101,'chs','contactstaff.text_message_to_staff','给管理组发短讯','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1102,'chs','contactstaff.row_subject','标题','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1103,'chs','contactstaff.row_body','正文','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1104,'chs','contactstaff.submit_send_it','发送','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1105,'chs','delete.std_delete_failed','删除失败!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1106,'chs','delete.std_missing_form_date','有项目未填','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1107,'chs','delete.std_not_owner','你不是发种者!你怎么会来这?\n','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1108,'chs','delete.std_invalid_reason','无效的理由','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1109,'chs','delete.std_describe_violated_rule','请填写具体违反的规则。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1110,'chs','delete.std_enter_reason','请填写删除该种子的原因。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1111,'chs','delete.head_torrent_deleted','成功删除种子!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1112,'chs','delete.text_go_back','回到刚才的地方','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1113,'chs','delete.text_back_to_index','返回首页','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1114,'chs','delete.text_torrent_deleted','成功删除种子!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1115,'chs','deletedisabled.head_delete_diasabled','删除被禁用户','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1116,'chs','deletedisabled.text_delete_diasabled','删除被禁用户','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1117,'chs','deletedisabled.submit_delete_all_disabled_users','删除所有被禁用户','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1118,'chs','deletedisabled.text_delete_disabled_note','如果你点击下面的按钮,网站中所有的被禁止用户将被<b>删除</b>。除非<b>十分确定</b>,否则<b>不要</b>点此按钮。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1119,'chs','deletedisabled.text_users_are_disabled','个用户被删除。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1120,'chs','deletemessage.std_bad_message_id','错误短讯ID','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1121,'chs','deletemessage.std_not_suggested','如果我是你,我不会这么做...','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1122,'chs','deletemessage.std_not_in_inbox','你的收件箱中没有该短讯。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1123,'chs','deletemessage.std_not_in_sentbox','你的发件箱中没有该短讯。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1124,'chs','deletemessage.std_unknown_pm_type','未知短讯类型。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1125,'chs','details.std_error','错误','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1126,'chs','details.std_no_torrent_id','没有该ID的种子','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1127,'chs','details.head_details_for_torrent','种子详情 ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1128,'chs','details.text_successfully_uploaded','发布成功!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1129,'chs','details.text_redownload_torrent_note','你必须<b>重新下载</b>种子才能开始做种。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1130,'chs','details.text_successfully_edited','编辑成功!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1131,'chs','details.text_go_back','返回到','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1132,'chs','details.text_whence_you_came','原先地点','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1133,'chs','details.text_rating_added','添加评分成功!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1134,'chs','details.text_thanks_added','感谢表示成功!','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1135,'chs','details.text_free','免费','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1136,'chs','details.text_two_times_up','2X','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1137,'chs','details.text_free_two_times_up','2X免费','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1138,'chs','details.text_half_down','50%','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1139,'chs','details.row_download','下载','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1140,'chs','details.text_downloading_not_allowed','你被禁止下载。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1141,'chs','details.row_small_description','副标题','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1142,'chs','details.row_info_hash','Hash码','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1143,'chs','details.row_description','简介','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1144,'chs','details.text_nfo','NFO','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1145,'chs','details.text_view_nfo','[所有模式]','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1146,'chs','details.row_imdb_url','IMDb链接','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1147,'chs','details.row_subtitles','字幕','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1148,'chs','details.text_no_subtitles','该种子暂无字幕','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1149,'chs','details.submit_upload_subtitles','上传字幕','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1150,'chs','details.row_info','信息','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1151,'chs','details.text_imdb','IMDb','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1152,'chs','details.text_lastfm','Last.fm','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1153,'chs','details.text_douban','豆瓣','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1154,'chs','details.text_not_ready','信息未获取,点击','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1155,'chs','details.text_here_to_retrieve','<b>这里</b></a>重新检索','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1156,'chs','details.text_someone_has_requested','某用户在','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1157,'chs','details.text_please_be_patient','秒以前发送检索请求,请等待。','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1158,'chs','details.text_information','信息:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1159,'chs','details.text_title',' 片名: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1160,'chs','details.text_title_chinese','中文片名: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1161,'chs','details.text_also_known_as',' 别名: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1162,'chs','details.text_year',' 年代: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1163,'chs','details.text_runtime',' 片长: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1164,'chs','details.text_mins','分钟','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1165,'chs','details.text_votes',' 票数: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1166,'chs','details.text_rating',' 评分: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1167,'chs','details.text_language',' 对白语言: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1168,'chs','details.text_country',' 国家: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1169,'chs','details.text_all_genres',' 类别: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1170,'chs','details.text_tagline',' 标语: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1171,'chs','details.text_director',' 导演: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1172,'chs','details.text_written_by',' 编剧: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1173,'chs','details.text_performed_by',' 演出: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1174,'chs','details.text_offcial_site',' 官方网站: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1175,'chs','details.text_imdb_link',' IMDb链接 ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1176,'chs','details.text_produced_by',' 制作: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1177,'chs','details.text_music',' 音乐: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1178,'chs','details.text_plot_outline',' 剧情概要:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1179,'chs','details.text_cast',' 主演:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1180,'chs','details.text_as',' .... ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1181,'chs','details.text_recommended_comment',' 推荐评论:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1182,'chs','details.text_information_updated_at','<br /><br /><b>注意:</b>该信息最后更新于','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1183,'chs','details.text_might_be_outdated',',可能已过期,点击','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1184,'chs','details.text_here_to_update','<b>这里</b></a>更新信息','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1185,'chs','details.text_network_error','警告!网络状态不允许实时检索信息','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1186,'chs','details.text_avprogress','平均进度:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1187,'chs','details.row_type','类型','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1188,'chs','details.text_none_selected','(未选)','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1189,'chs','details.text_source','来源:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1190,'chs','details.text_codec','编码:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1191,'chs','details.text_stardard','分辨率:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1192,'chs','details.text_processing','处理:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1193,'chs','details.row_quality','质量','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1194,'chs','details.col_type','类型','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1195,'chs','details.col_name','标题','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1196,'chs','details.col_quality','质量','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1197,'chs','details.title_size','大小','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1198,'chs','details.title_time_added','添加时间','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1199,'chs','details.title_seeders','种子数','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1200,'chs','details.title_leechers','下载数','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1201,'chs','details.col_special','促销?','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1202,'chs','details.text_normal','普通','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1203,'chs','details.row_other_copies','其它版本','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1204,'chs','details.row_last_seeder','最近活动:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1205,'chs','details.text_ago','以前','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1206,'chs','details.text_size','<b>大小:</b>','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1207,'chs','details.text_none_yet','暂无(需要10票现在只有','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1208,'chs','details.text_only','票','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1209,'chs','details.text_none','无','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1210,'chs','details.text_no_votes_yet','暂无评分','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1211,'chs','details.text_invalid','无效?','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1212,'chs','details.text_out_of_five_with','/5分共','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1213,'chs','details.text_votes_total','票','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1214,'chs','details.text_login_to_vote','登录</a>后才能评分','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1215,'chs','details.text_you_rated_as','(你将该种子评分为\"','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1216,'chs','details.select_add_rating','(添加评分)','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1217,'chs','details.submit_vote','我投','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1218,'chs','details.row_rating','评分','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1219,'chs','details.row_time','时间','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1220,'chs','details.row_hot_meter','热度表','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1221,'chs','details.text_views','查看: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1222,'chs','details.text_hits','点击: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1223,'chs','details.text_snatched','<b>完成:</b> ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1224,'chs','details.text_view_snatches','</b>次</a> &lt;--- 点击查看完成详情','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1225,'chs','details.text_average_speed','平均速度: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1226,'chs','details.text_total_speed','总速度: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1227,'chs','details.text_health_note','(数据为按时间计算的平均值,不一定准确)','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1228,'chs','details.text_traffic','流量: ','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1229,'chs','details.text_no_traffic','没有流量','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1230,'chs','details.text_status','状态:','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1231,'chs','details.text_dead','断种','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1232,'chs','details.row_health','活力度','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1233,'chs','details.text_anonymous','匿名','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1234,'chs','details.text_edit_torrent','编辑/刪除','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1235,'chs','details.title_edit_torrent','点击编辑或删除本种子','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1236,'chs','details.row_upped_by','由','2021-01-11 12:47:52','2021-01-11 12:47:52'),(1237,'chs','details.text_click','点击','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1238,'chs','details.text_num_files','文件数:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1239,'chs','details.text_see_full_list','[查看列表]','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1240,'chs','details.text_files','个文件','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1241,'chs','details.row_file_list','文件列表','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1242,'chs','details.text_hide_list','[隐藏列表]','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1243,'chs','details.row_action','行为','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1244,'chs','details.text_download_torrent','下载种子','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1245,'chs','details.title_download_torrent','下载种子','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1246,'chs','details.text_ask_for_reseed','请求续种','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1247,'chs','details.title_ask_for_reseed','当没有种子时请求完成者续种','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1248,'chs','details.text_report_torrent','举报种子','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1249,'chs','details.title_report_torrent','举报该种子违反了规则','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1250,'chs','details.text_here','<b>这里</b></a>.','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1251,'chs','details.row_peers','同伴','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1252,'chs','details.text_seeders','个做种者','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1253,'chs','details.text_leechers','个下载者','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1254,'chs','details.text_peers_total','个同伴','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1255,'chs','details.row_seeders','做种者','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1256,'chs','details.row_leechers','下载者','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1257,'chs','details.submit_say_thanks','&nbsp;&nbsp;说谢谢&nbsp;&nbsp;','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1258,'chs','details.submit_you_said_thanks','你已说过谢谢','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1259,'chs','details.text_no_thanks_added','暂无感谢者','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1260,'chs','details.row_thanks_by','感谢者','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1261,'chs','details.row_torrent_info','种子文件','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1262,'chs','details.text_torrent_structure','种子结构:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1263,'chs','details.text_torrent_info_note','[查看结构]','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1264,'chs','details.head_comments_for_torrent','种子评论 - ','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1265,'chs','details.text_comments_for','种子评论 - ','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1266,'chs','details.text_snatch_detail_for','种子完成详情-','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1267,'chs','details.text_users_top_finished_recently','顶部的用户最后完成下载','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1268,'chs','details.col_username','用户名','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1269,'chs','details.col_uploaded','上传量','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1270,'chs','details.col_downloaded','下载量','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1271,'chs','details.col_when_completed','完成','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1272,'chs','details.col_last_action','最近动向','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1273,'chs','details.col_seeding','做种','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1274,'chs','details.col_pm_user','短讯','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1275,'chs','details.col_report_user','举报','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1276,'chs','details.col_on_or_off','在线','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1277,'chs','details.text_global','全局','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1278,'chs','details.text_torrent','本种','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1279,'chs','details.text_yes','是','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1280,'chs','details.text_no','否','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1281,'chs','details.text_add_a_comment','添加评论','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1282,'chs','details.text_no_comments_yet','暂无评论','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1283,'chs','details.text_quick_comment','快速评论','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1284,'chs','details.submit_add_comment','&nbsp;&nbsp;添加&nbsp;&nbsp;','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1285,'chs','details.title_pm','发送短讯','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1286,'chs','details.title_report','举报','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1287,'chs','details.title_online','在线','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1288,'chs','details.title_offline','不在线','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1289,'chs','details.select_kewl','狂赞!','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1290,'chs','details.select_pretty_good','较好','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1291,'chs','details.select_decent','一般','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1292,'chs','details.select_pretty_bad','较差','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1293,'chs','details.select_sucks','垃圾!','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1294,'chs','details.text_lastfm_not_ready','Last.fm信息未获取点击','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1295,'chs','details.text_biography','小传','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1296,'chs','details.text_tags','标签:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1297,'chs','details.text_similiar_artists','类似艺术家:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1298,'chs','details.text_may_also_like','可能也喜欢:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1299,'chs','details.text_top_albums','热门专辑:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1300,'chs','details.text_listener','个听众','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1301,'chs','details.text_scrobbled','次播放','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1302,'chs','details.text_album','专辑','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1303,'chs','details.text_album_name','专辑名: ','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1304,'chs','details.text_track_number_info','曲目:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1305,'chs','details.text_release_date','发行日期:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1306,'chs','details.text_label','唱片公司:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1307,'chs','details.text_track_list','曲目列表:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1308,'chs','details.text_track_number','#&nbsp;&nbsp;&nbsp;','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1309,'chs','details.text_track_name','曲目名','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1310,'chs','details.text_track_duration','时长','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1311,'chs','details.text_track_listener','听者','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1312,'chs','details.text_ratings_legend','平均: ','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1313,'chs','details.text_points','分','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1314,'chs','details.text_totalvotes','票','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1315,'chs','details.text_author','作者:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1316,'chs','details.text_from','来自','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1317,'chs','details.h1_user_reviews','用户点评选','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1318,'chs','details.h1_critic_reviews','影评家点评','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1319,'chs','details.h1_user_comments','用户评论','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1320,'chs','details.text_local_link','本地链接','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1321,'chs','details.text_at','发布于','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1322,'chs','details.row_basic_info','基本信息','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1323,'chs','details.text_site_rating','评分','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1324,'chs','details.text_blank','发布于','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1325,'chs','details.text_creator','主创: ','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1326,'chs','details.submit_search_at_shooter','搜索射手网','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1327,'chs','details.submit_search_at_opensubtitles','搜索Opensubtitles','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1328,'chs','details.title_show_or_hide','显示&nbsp;或&nbsp;隐藏','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1329,'chs','details.title_bookmark','收藏','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1330,'chs','details.text_album_information','专辑信息:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1331,'chs','details.text_about_album','关于该专辑:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1332,'chs','details.text_artist','艺术家','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1333,'chs','details.text_artist_name','艺术家:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1334,'chs','details.text_medium','媒介:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1335,'chs','details.text_team','制作组:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1336,'chs','details.text_audio_codec','音频编码:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1337,'chs','details.text_delete','删除','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1338,'chs','details.text_other_copies','个其它版本','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1339,'chs','details.row_uploader_bandwidth','发布者带宽','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1340,'chs','details.text_and_more','……(这里只显示最新记录。共','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1341,'chs','details.text_users_in_total','个用户表示了感谢)','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1342,'chs','donate.std_sorry','对不起','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1343,'chs','donate.std_do_not_accept_donation','我们目前不接收捐赠。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1344,'chs','donate.std_success','成功','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1345,'chs','donate.std_donation_success_note_one','感谢你的捐赠!你的付款已完成。请点击','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1346,'chs','donate.std_here','这里','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1347,'chs','donate.std_donation_success_note_two','发送你的付款信息给我们,方便我们确认你的捐赠。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1348,'chs','donate.head_donation','捐赠','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1349,'chs','donate.text_donate','捐赠','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1350,'chs','donate.std_error','错误','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1351,'chs','donate.std_no_donation_account_available','没有设置接收捐赠的账号。请将此情况告诉管理组。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1352,'chs','donate.text_donation_note','感谢你有意捐赠。无论捐赠的数目是多少,我们都表示最真诚的感谢!','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1353,'chs','donate.text_donate_with_paypal','使用PayPal捐赠','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1354,'chs','donate.text_donate_paypal_note','1. 选择你的捐赠金额。<br />2. 点击PayPal按钮。<br />3. 在PayPal网站完成付款。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1355,'chs','donate.text_select_donation_amount','请选择你的捐赠金额:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1356,'chs','donate.select_choose_donation_amount','---选择捐赠金额---','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1357,'chs','donate.select_other_donation_amount','其它金额','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1358,'chs','donate.text_usd_mark','','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1359,'chs','donate.text_donation','美元','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1360,'chs','donate.text_donate_with_alipay','使用支付宝捐赠','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1361,'chs','donate.text_donate_alipay_note_one','1. 点击支付宝按钮。<br />2. 选择“向陌生卖家付款”。<br />3. 在“收款方支付宝账户”中填写我们的支付宝账号','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1362,'chs','donate.text_donate_alipay_note_two','。<br />4. 继续直到完成付款。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1363,'chs','donate.text_after_donation_note_one','在完成捐赠后,请一定将你的<b>付款信息</b>通过站短','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1364,'chs','donate.text_send_us','发送给我们','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1365,'chs','donate.text_after_donation_note_two',',方便我们确认你的捐赠。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1366,'chs','downloadnotice.head_download_notice','下载提示','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1367,'chs','downloadnotice.text_client_banned_notice','被禁止客户端提示','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1368,'chs','downloadnotice.text_client_banned_note','Tracker检查到你最近一次使用的BT客户端属于<b>被禁</b>的范畴。请阅读以下说明。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1369,'chs','downloadnotice.text_low_ratio_notice','低分享率提示','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1370,'chs','downloadnotice.text_low_ratio_note_one','<span class=\'striking\'><b>警告:</b></span>你的分享率过低!你必须在','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1371,'chs','downloadnotice.text_low_ratio_note_two','内改善它,否则你在本站的<b>账号将被禁止</b>。如果你不明白什么是分享率,请仔细阅读以下说明。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1372,'chs','downloadnotice.text_first_time_download_notice','第一次下载提示','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1373,'chs','downloadnotice.text_first_time_download_note','你好!<br />这可能是你<b>第一次</b>在本站下载种子。<br />在此之前请阅读以下几个简短的注意事项。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1374,'chs','downloadnotice.text_this_is_private_tracker','这是非公开BT站点有分享率要求','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1375,'chs','downloadnotice.text_private_tracker_note_one','这是非公开BT站点Private Tracker即我们的Tracker<b>只</b>提供给注册会员使用。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1376,'chs','downloadnotice.text_learn_more','关于非公开BT站点见','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1377,'chs','downloadnotice.text_nexuswiki','NexusWiki','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1378,'chs','downloadnotice.text_private_tracker_note_two','要维持你的会员资格,你<b>必须</b>保持一个最低要求的上传量/下载量的比值(即<b>分享率</b>)。分享率过低将导致你<span class=\'striking\'>失去在这里的会员资格</span>。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1379,'chs','downloadnotice.text_see_ratio','关于分享率要求,见','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1380,'chs','downloadnotice.text_private_tracker_note_three','你当前的分享率会一直显示在导航菜单的正下面,请经常关注它。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1381,'chs','downloadnotice.text_private_tracker_note_four','<b>怎样才能获得良好的分享率?</b><br />最好的方式是<b>一直保持你的BT客户端处于运行状态</b>,为你下载的资源做种直到删除相应的文件为止。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1382,'chs','downloadnotice.text_use_allowed_clients','只能使用允许的BT客户端','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1383,'chs','downloadnotice.text_allowed_clients_note_one','BT客户端有很多种。但是在本站我们<b>只</b>允许其中的部分。其它客户端(如比特彗星,迅雷)属于<span class=\'striking\'>被禁</span>范畴我们的Tracker不会接受其连接请求。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1384,'chs','downloadnotice.text_why_banned','关于为什么禁止一些客户端,见','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1385,'chs','downloadnotice.text_allowed_clients_note_two','你可以在','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1386,'chs','downloadnotice.text_allowed_clients_note_three','中看到所有被允许的客户端。如果你不清楚该使用哪个客户端,可以选择以下两个推荐之一:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1387,'chs','downloadnotice.title_download','下载','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1388,'chs','downloadnotice.text_for','支持平台:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1389,'chs','downloadnotice.text_for_more_information_read','了解更多信息,见','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1390,'chs','downloadnotice.text_rules','规则','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1391,'chs','downloadnotice.text_and','和','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1392,'chs','downloadnotice.text_faq','常见问题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1393,'chs','downloadnotice.text_let_me_download','我会提高分享率的。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1394,'chs','downloadnotice.text_notice_not_show_again','下次不显示此提示','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1395,'chs','downloadnotice.text_notice_always_show','每次都会显示此提示,直到你改善了分享率为止。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1396,'chs','downloadnotice.submit_download_the_torrent','下载种子文件','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1397,'chs','edit.head_edit_torrent','编辑种子 - ','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1398,'chs','edit.text_cannot_edit_torrent','无法编辑该种子','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1399,'chs','edit.text_cannot_edit_torrent_note','你不是发种者,或者你没有正确<a href=\"login.php?returnto=%2Fi18n.php%3Faction%3Dimport&nowarn=1\">登录。</a>\n','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1400,'chs','edit.row_torrent_name','标题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1401,'chs','edit.row_small_description','副标题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1402,'chs','edit.row_nfo_file','NFO文件','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1403,'chs','edit.radio_keep_current','原文件','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1404,'chs','edit.radio_update','更新','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1405,'chs','edit.radio_remove','去除','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1406,'chs','edit.row_description','简介','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1407,'chs','edit.row_type','类型','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1408,'chs','edit.text_source','来源:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1409,'chs','edit.select_choose_one','请选择','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1410,'chs','edit.text_codec','编码:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1411,'chs','edit.text_standard','分辨率:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1412,'chs','edit.text_processing','处理:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1413,'chs','edit.row_quality','质量','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1414,'chs','edit.text_quality_note','只适用于<b>视频</b>文件。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1415,'chs','edit.row_visible','显示','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1416,'chs','edit.checkbox_visible','在浏览页面显示','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1417,'chs','edit.text_visible_note','注意:有上传者时种子会自动显示,若没有种子一段时间(断种)则会隐藏。选中这项可手动加快该过程。同时请注意,隐藏的种子还是能被查看或搜索到,只是默认状态下不显示。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1418,'chs','edit.row_anonymous_uploader','匿名上传','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1419,'chs','edit.checkbox_anonymous_note','不要在浏览页面显示用户名','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1420,'chs','edit.row_special_torrent','促销种子','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1421,'chs','edit.select_use_global_setting','使用全局设置','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1422,'chs','edit.select_forever','永久','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1423,'chs','edit.select_until','直到','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1424,'chs','edit.text_keep_current','原设置','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1425,'chs','edit.text_ie_for','时长','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1426,'chs','edit.text_promotion_until_note','(时间格式为\'年年年年-月月-日日 时时:分分:秒秒\'','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1427,'chs','edit.select_normal','普通','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1428,'chs','edit.select_free','免费','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1429,'chs','edit.select_two_times_up','2x上传','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1430,'chs','edit.select_free_two_times_up','免费&2x上传','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1431,'chs','edit.select_half_down','50%下载','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1432,'chs','edit.select_choose_torrent_state','设定种子的促销状态','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1433,'chs','edit.row_torrent_position','种子位置','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1434,'chs','edit.row_recommended_movie','推荐影片','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1435,'chs','edit.select_choose_recommended_movie','选择影片海报是否在首页“推荐热片”或“推荐经典”中显示','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1436,'chs','edit.select_hot','热门','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1437,'chs','edit.select_classic','经典','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1438,'chs','edit.select_recommended','推荐','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1439,'chs','edit.select_sticky','置顶','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1440,'chs','edit.select_choose_if_sticky','选择种子是否在种子页面置顶','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1441,'chs','edit.row_banned','禁止','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1442,'chs','edit.checkbox_banned','禁止','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1443,'chs','edit.submit_edit_it','编辑','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1444,'chs','edit.submit_revert_changes','重置','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1445,'chs','edit.text_delete_torrent','<b>删除种子</b> - 原因:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1446,'chs','edit.radio_dead','断种','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1447,'chs','edit.text_dead_note',' 0 做种者 + 0 下载者 = 0 总同伴','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1448,'chs','edit.radio_dupe','重复','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1449,'chs','edit.radio_nuked','劣质','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1450,'chs','edit.radio_rules','违规','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1451,'chs','edit.text_req','(必填)','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1452,'chs','edit.radio_other','其他','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1453,'chs','edit.submit_delete_it','删除','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1454,'chs','edit.text_move_to_browse','类型变为<b>种子</b>区的 ','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1455,'chs','edit.text_move_to_special','类型变为<b>音乐</b>区的 ','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1456,'chs','edit.text_medium','媒介:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1457,'chs','edit.row_pick','挑选','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1458,'chs','edit.row_check','勾选','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1459,'chs','edit.text_team','制作组','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1460,'chs','edit.text_audio_codec','音频编码','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1461,'chs','edit.row_content','内容','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1462,'chs','faq.head_faq','常见问题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1463,'chs','faq.text_welcome_to','欢迎来到','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1464,'chs','faq.text_welcome_content_one','我们的目标是提供纯粹高品质的东西。因此只有授权的用户才能发布种子。如果你有0-day资源的来源请不要迟疑<a class=\"faqlink\" href=\"contactstaff.php\">联系</a>我们!<br /><br />这是非公开BT站点你必须注册后才能访问。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1465,'chs','faq.text_welcome_content_two','在NexusPHP干任何事前我们建议你先阅读站点的<a class=\"faqlink\" href=\"rules.php\">规则</a>!规则只有简单几条,但我们要求用户严格遵照。<br /><br />在使用前请阅读NexusPHP<a class=\"faqlink\" href=\"useragreement.php\">用户协定</a>。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1466,'chs','faq.text_contents','目录','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1467,'chs','fastdelete.std_delete_failed','删除失败!','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1468,'chs','fastdelete.std_missing_form_data','有项目没填','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1469,'chs','fastdelete.text_no_permission','你没有权限删除该种子,只有版主及以上用户才可以。如果你想删除自己发布的种子,请联系他们。\n','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1470,'chs','fastdelete.std_delete_torrent','删除种子','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1471,'chs','fastdelete.std_delete_torrent_note','确认:你即将删除种子,点击','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1472,'chs','fastdelete.std_here_if_sure','这里</a>来确认。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1473,'chs','forummanage.head_forum_management','论坛管理','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1474,'chs','forummanage.text_forum_management','论坛管理','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1475,'chs','forummanage.text_edit_forum','编辑论坛版块','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1476,'chs','forummanage.row_forum_name','版块名字','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1477,'chs','forummanage.row_forum_description','版块描述','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1478,'chs','forummanage.row_overforum','论坛分区','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1479,'chs','forummanage.row_moderator','版主','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1480,'chs','forummanage.text_moderator_note','最多3个版主。用\',\'分割用户名','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1481,'chs','forummanage.row_minimum_read_permission','最低允许阅读等级','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1482,'chs','forummanage.row_minimum_write_permission','最低允许回复等级','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1483,'chs','forummanage.row_minimum_create_topic_permission','最低允许发布主题等级','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1484,'chs','forummanage.row_forum_order','论坛版块排序','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1485,'chs','forummanage.text_forum_order_note','按数字升序排列即0显示在最顶端。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1486,'chs','forummanage.submit_edit_forum','编辑论坛版块','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1487,'chs','forummanage.text_no_records_found','对不起,没有记录!','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1488,'chs','forummanage.text_add_forum','添加论坛版块','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1489,'chs','forummanage.text_make_new_forum','添加新的版块','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1490,'chs','forummanage.submit_overforum_management','论坛分区管理','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1491,'chs','forummanage.submit_add_forum','添加版块','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1492,'chs','forummanage.col_name','名字','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1493,'chs','forummanage.col_overforum','论坛分区','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1494,'chs','forummanage.col_read','读','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1495,'chs','forummanage.col_write','回复','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1496,'chs','forummanage.col_create_topic','创建主题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1497,'chs','forummanage.col_moderator','版主','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1498,'chs','forummanage.col_modify','修改','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1499,'chs','forummanage.text_not_available','暂无','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1500,'chs','forummanage.text_edit','编辑','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1501,'chs','forummanage.text_delete','删除','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1502,'chs','forummanage.js_sure_to_delete_forum','你确定要删除此论坛版块吗?','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1503,'chs','forummanage.submit_make_forum','创建论坛版块','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1504,'chs','forums.text_no_active_users','论坛当前没有活跃用户。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1505,'chs','forums.text_stats','数据','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1506,'chs','forums.text_our_members_have','用户共发布','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1507,'chs','forums.text_posts_in_topics','个帖子,','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1508,'chs','forums.text_in_topics','个主题。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1509,'chs','forums.text_there','论坛共有','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1510,'chs','forums.text_online_user','个','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1511,'chs','forums.text_in_forum_now','在线用户。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1512,'chs','forums.std_no_post_found','没有帖子','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1513,'chs','forums.text_quick_jump','跳转至','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1514,'chs','forums.submit_go','确定','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1515,'chs','forums.std_bad_forum_id','无效版块ID','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1516,'chs','forums.text_new_topic_in','新主题 - ','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1517,'chs','forums.text_forum','版块','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1518,'chs','forums.std_forum_error','论坛错误','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1519,'chs','forums.std_topic_not_found','没有找到该主题。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1520,'chs','forums.text_reply_to_topic','回复主题:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1521,'chs','forums.text_compose','撰写','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1522,'chs','forums.std_error','错误','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1523,'chs','forums.std_no_post_id','该ID的帖子不存在','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1524,'chs','forums.submit_submit','提交','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1525,'chs','forums.submit_preview','预览','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1526,'chs','forums.text_tags','标签','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1527,'chs','forums.text_smilies','表情','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1528,'chs','forums.text_ten_last_posts','10个最近帖子按逆序排列','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1529,'chs','forums.text_by','','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1530,'chs','forums.text_at','','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1531,'chs','forums.head_edit_forum','编辑版块','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1532,'chs','forums.text_edit_forum','编辑版块','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1533,'chs','forums.row_forum_name','版块名字','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1534,'chs','forums.row_description','简介','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1535,'chs','forums.row_permission','权限','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1536,'chs','forums.text_minimum','','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1537,'chs','forums.select_minimum_class_view','及以上才能查看<br />','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1538,'chs','forums.select_minimum_class_post','及以上才能回复<br />','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1539,'chs','forums.select_minimum_class_topic','及以上才能发新主题<br />','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1540,'chs','forums.std_no_forum_id','版块ID不存在。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1541,'chs','forums.std_must_specify_forum_name','你必须指定版块的名字。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1542,'chs','forums.std_must_provide_forum_description','你必须填写版块简介。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1543,'chs','forums.head_delete_forum','删除版块','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1544,'chs','forums.text_warning','** 警告! **','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1545,'chs','forums.text_deleting_forum_id','删除版块ID ','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1546,'chs','forums.text_will_also_delete','的同时也会删除','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1547,'chs','forums.text_posts_in','个帖子和','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1548,'chs','forums.text_topics','个主题。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1549,'chs','forums.text_accept','同意','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1550,'chs','forums.text_cancel','取消','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1551,'chs','forums.std_unauthorised_performing_action','你没有该权限!','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1552,'chs','forums.head_new_topic','新主题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1553,'chs','forums.std_must_enter_subject','你必须填写话题。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1554,'chs','forums.std_subject_limited','话题长度过大。请减少字数。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1555,'chs','forums.std_bad_topic_id','主题ID错误','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1556,'chs','forums.std_sorry','对不起...','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1557,'chs','forums.std_unauthorized_to_post','你没有发帖的权限。请查看(<a href=\"messages.php\">收件箱</a>)','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1558,'chs','forums.std_permission_denied','没有该权限。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1559,'chs','forums.std_no_body_text','正文不能为空。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1560,'chs','forums.std_post_flooding','禁止滥发帖子。请在','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1561,'chs','forums.std_seconds_before_making','秒后重试。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1562,'chs','forums.std_no_topic_id_returned','没有访回任何主题ID','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1563,'chs','forums.std_topic_locked','该主题已被锁定。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1564,'chs','forums.std_post_id_not_available','帖子ID不存在','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1565,'chs','forums.std_unpermitted_viewing_topic','你没有阅读该主题的权限。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1566,'chs','forums.text_prev','上一页','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1567,'chs','forums.text_next','下一页','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1568,'chs','forums.head_view_topic','查看主题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1569,'chs','forums.text_forums','论坛','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1570,'chs','forums.text_ago','以前','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1571,'chs','forums.text_quote','引用','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1572,'chs','forums.text_last_edited_by','最后被','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1573,'chs','forums.text_last_edit_at','编辑于','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1574,'chs','forums.text_posts','帖子:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1575,'chs','forums.text_ul','上传:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1576,'chs','forums.text_dl','下载:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1577,'chs','forums.text_ratio','分享率:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1578,'chs','forums.text_class','等级:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1579,'chs','forums.text_back_to_top','返回顶部','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1580,'chs','forums.title_sticky','置顶','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1581,'chs','forums.submit_sticky','置顶','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1582,'chs','forums.submit_unsticky','取消置顶','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1583,'chs','forums.submit_unlock','解除主题锁定','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1584,'chs','forums.submit_lock','锁定主题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1585,'chs','forums.submit_delete_topic','删除主题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1586,'chs','forums.text_rename_topic','重命名主题:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1587,'chs','forums.submit_okay','确定','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1588,'chs','forums.text_move_thread_to','将该主题移至','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1589,'chs','forums.submit_move','移动','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1590,'chs','forums.text_topic_locked_new_denied','<p>该主题已被锁定;禁止发布新贴。</p>','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1591,'chs','forums.text_unpermitted_posting_here','<p><i>你没有在该版块回复的权限。</i></p>','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1592,'chs','forums.head_post_reply','回复','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1593,'chs','forums.std_forum_not_found','没有该版块。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1594,'chs','forums.std_cannot_get_posts_count','无法获取帖子总数。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1595,'chs','forums.std_delete_topic','删除主题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1596,'chs','forums.std_delete_topic_note','确认:你即将删除主题,点击','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1597,'chs','forums.std_here_if_sure','这里</a>来确认。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1598,'chs','forums.std_no_topic_for_post','该帖子没有对应的主题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1599,'chs','forums.std_denied','拒绝!','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1600,'chs','forums.std_body_empty','正文不能为空!','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1601,'chs','forums.std_subject_empty','话题不能为空!','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1602,'chs','forums.std_success','成功','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1603,'chs','forums.std_post_edited_successfully','帖子编辑成功。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1604,'chs','forums.text_edit_post','编辑帖子','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1605,'chs','forums.std_how_could_this_happen','这是怎么回事?!','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1606,'chs','forums.std_post_not_found','该帖子不存在','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1607,'chs','forums.std_cannot_delete_post','无法删除帖子。此帖子为该主题的第一个帖子,你应该','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1608,'chs','forums.std_delete_topic_instead','删除该主题</a>。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1609,'chs','forums.std_delete_post','删除帖子','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1610,'chs','forums.std_delete_post_note','确认:你即将删除帖子,点击','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1611,'chs','forums.std_must_enter_new_title','你必须输入新的话题!','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1612,'chs','forums.std_not_permitted','禁止','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1613,'chs','forums.std_sql_error','SQL错误','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1614,'chs','forums.head_forum','版块','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1615,'chs','forums.col_topic','主题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1616,'chs','forums.col_replies','回复','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1617,'chs','forums.col_views','查看','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1618,'chs','forums.col_author','作者','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1619,'chs','forums.col_last_post','最近回复','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1620,'chs','forums.text_no_topics_found','没有主题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1621,'chs','forums.text_new_posts','新帖子','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1622,'chs','forums.text_locked_topic','锁定主题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1623,'chs','forums.text_unpermitted_starting_new_topics','你没有在该版块发布新话题的权限。','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1624,'chs','forums.submit_view_unread','查看未读','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1625,'chs','forums.submit_new_topic','发新主题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1626,'chs','forums.text_topics_with_unread_posts','新回复的帖子','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1627,'chs','forums.col_forum','版块','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1628,'chs','forums.text_more_than','找到超过','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1629,'chs','forums.text_items_found_displaying_first','个项目,显示最近','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1630,'chs','forums.text_catch_up','全部设置已读','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1631,'chs','forums.text_nothing_found','没有结果','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1632,'chs','forums.head_forum_search','论坛搜索','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1633,'chs','forums.col_post','帖子','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1634,'chs','forums.col_posted_by','帖子作者','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1635,'chs','forums.text_found','找到','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1636,'chs','forums.text_num_posts','个帖子','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1637,'chs','forums.text_search_on_forum','搜索论坛','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1638,'chs','forums.text_by_keyword','按关键字','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1639,'chs','forums.head_forums','论坛','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1640,'chs','forums.col_forums','版块','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1641,'chs','forums.col_topics','主题','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1642,'chs','forums.col_posts','帖子','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1643,'chs','forums.std_bad_forum_last_post','最近回复错误','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1644,'chs','forums.text_in','主题:','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1645,'chs','forums.text_edit','编辑','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1646,'chs','forums.text_delete','删除','2021-01-11 12:47:53','2021-01-11 12:47:53'),(1647,'chs','forums.std_unknown_action','未知行为','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1648,'chs','forums.text_search','搜索','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1649,'chs','forums.text_view_unread','查看未读','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1650,'chs','forums.text_forum_manager','论坛管理','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1651,'chs','forums.title_reply_with_quote','引用该贴','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1652,'chs','forums.title_reply_directly','直接回复','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1653,'chs','forums.title_delete_post','删除帖子','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1654,'chs','forums.title_edit_post','编辑帖子','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1655,'chs','forums.text_quick_reply','快速回复','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1656,'chs','forums.submit_add_reply','提交','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1657,'chs','forums.text_add_reply','回复主题','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1658,'chs','forums.title_online','在线','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1659,'chs','forums.title_offline','不在线','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1660,'chs','forums.title_send_message_to','发短讯给','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1661,'chs','forums.title_report_this_post','举报该帖子','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1662,'chs','forums.title_new_topic','新主题','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1663,'chs','forums.col_moderator','版主','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1664,'chs','forums.text_apply_now','诚征中','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1665,'chs','forums.text_locked','锁定','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1666,'chs','forums.text_number','','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1667,'chs','forums.text_lou','楼','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1668,'chs','forums.there_is','此主题共被查看','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1669,'chs','forums.hits_on_this_topic','次','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1670,'chs','forums.title_read','已读','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1671,'chs','forums.title_unread','未读','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1672,'chs','forums.title_locked','锁定','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1673,'chs','forums.title_locked_new','锁定且未读','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1674,'chs','forums.text_highlight_topic','高亮显示主题','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1675,'chs','forums.select_color','无','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1676,'chs','forums.submit_change','确定','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1677,'chs','forums.head_view_unread','查看未读','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1678,'chs','forums.text_today','今日: ','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1679,'chs','forums.text_new_post','个今日','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1680,'chs','forums.text_posts_today','帖子。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1681,'chs','forums.text_at_time','发布于','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1682,'chs','forums.text_blank','发布在','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1683,'chs','forums.text_last_posted_by','最新帖子由','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1684,'chs','forums.text_fast_search','快速搜索:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1685,'chs','forums.text_go','给我搜','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1686,'chs','forums.submit_show_more','查看更多','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1687,'chs','forums.text_view_all_posts','显示全部帖子','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1688,'chs','forums.text_view_this_author_only','只看该作者','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1689,'chs','forums.title_jump_to_unread','跳至未读帖子','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1690,'chs','forums.text_new','新','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1691,'chs','forums.title_order_topic_desc','按发布时间降序','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1692,'chs','forums.title_order_topic_asc','按发布时间升序','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1693,'chs','forums.title_order_post_asc','按最近回复升序','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1694,'chs','forums.title_order_post_desc','按最近回复降序','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1695,'chs','forums.text_order','排序方式','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1696,'chs','forums.text_topic_desc','发布时间降序','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1697,'chs','forums.text_topic_asc','发布时间升序','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1698,'chs','forums.text_post_asc','最近回复升序','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1699,'chs','forums.text_post_desc','最近回复降序','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1700,'chs','friends.std_error','错误','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1701,'chs','friends.std_invalid_id','无效的ID','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1702,'chs','friends.std_access_denied','访问拒绝。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1703,'chs','friends.std_no_user_id','没有用户的ID为','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1704,'chs','friends.std_unknown_type','未知类型','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1705,'chs','friends.std_user_id','用户','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1706,'chs','friends.std_already_in','已经在你的','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1707,'chs','friends.std_list','列表中。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1708,'chs','friends.std_delete','删除','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1709,'chs','friends.std_delete_note','你真要删除一个','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1710,'chs','friends.std_click','吗?点击\n','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1711,'chs','friends.std_here_if_sure','<b>这里</b></a>来确认。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1712,'chs','friends.std_no_friend_found','没有好友的ID为','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1713,'chs','friends.std_no_block_found','没有坏人的ID为','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1714,'chs','friends.head_personal_lists_for','社交名单 - ','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1715,'chs','friends.text_personallist','社交名单','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1716,'chs','friends.text_friendlist','好友','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1717,'chs','friends.text_friends_empty','<em>暂无好友</em>','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1718,'chs','friends.text_neighbors_empty','<em>暂无邻居</em>','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1719,'chs','friends.text_last_seen_on','最后访问时间:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1720,'chs','friends.text_ago','以前','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1721,'chs','friends.text_remove_from_friends','删除好友','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1722,'chs','friends.text_send_pm','发送短讯','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1723,'chs','friends.text_added_you_to_friendslist','添你为好友者','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1724,'chs','friends.text_add_to_friends','加为好友','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1725,'chs','friends.text_blocklist_empty','<i>你的黑名单为空</i>','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1726,'chs','friends.text_blocked_users','黑名单','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1727,'chs','friends.text_find_user','搜索用户/浏览用户列表','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1728,'chs','friends.text_neighbors','邻居','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1729,'chs','friends.text_friend','好友','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1730,'chs','friends.text_block','坏人','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1731,'chs','fun.std_delete_fun','删除趣味内容?','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1732,'chs','fun.text_please_click','你真的要删除该趣味内容吗?点击\n','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1733,'chs','fun.text_here_if_sure','这里</a>来确认。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1734,'chs','fun.std_error','错误','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1735,'chs','fun.std_invalid_id','无效的ID','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1736,'chs','fun.std_permission_denied','访问被拒绝!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1737,'chs','fun.text_fun_title','标题','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1738,'chs','fun.text_body','正文','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1739,'chs','fun.submit_okay','确定','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1740,'chs','fun.head_new_fun','新趣味内容','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1741,'chs','fun.text_submit_new_fun','提交新趣味内容','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1742,'chs','fun.text_new_compose','新撰写','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1743,'chs','fun.head_fun','趣味内容','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1744,'chs','fun.text_on','于','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1745,'chs','fun.text_blank','发布于','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1746,'chs','fun.text_ago','以前','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1747,'chs','fun.text_posted_by','由','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1748,'chs','fun.text_not_funny','无聊','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1749,'chs','fun.text_funny','有趣','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1750,'chs','fun.text_very_funny','爆笑','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1751,'chs','fun.head_edit_fun','编辑趣味内容','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1752,'chs','fun.text_edit_fun','编辑趣味内容','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1753,'chs','fun.std_body_is_empty','正文不能为空!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1754,'chs','fun.std_title_is_empty','标题不能为空!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1755,'chs','fun.std_fun_added_successfully','趣味条目成功添加。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1756,'chs','fun.std_error_happened','出了点问题。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1757,'chs','fun.std_the_newest_fun_item','最新的趣味条目','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1758,'chs','fun.std_posted_on','发布于','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1759,'chs','fun.std_need_to_wait','。请等它发布时间超过24小时后再添加新的趣味内容。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1760,'chs','fun.std_are_you_sure','你确定吗?','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1761,'chs','fun.std_only_against_rule','你确定要禁止改趣味条目吗?注意只有当该趣味内容违反了规则后才需这么做。另外,你也可以同时给用户一次警告。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1762,'chs','fun.std_reason_required','原因<font color=red>(必须填写)</font>: ','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1763,'chs','fun.std_reason_is_empty','你必须填写原因!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1764,'chs','fun.std_success','成功','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1765,'chs','fun.std_fun_item_banned','该趣味内容被成功禁止。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1766,'chs','fun.std_already_vote','你已经投过票了!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1767,'chs','fun.std_cannot_give_bonus','系统无法给趣味内容发布者奖励魔力值。请将该问题报告给管理员。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1768,'chs','functions.std_access_denied','访问拒绝!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1769,'chs','functions.std_fake_account','我们怀疑你在使用伪造账户,因此记录了本次行为!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1770,'chs','functions.std_permission_denied','你没有该权限!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1771,'chs','functions.std_already_logged_in','你已经登录!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1772,'chs','functions.text_page_last_updated','本页面最后更新于','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1773,'chs','functions.text_browser_cookies_note','如果在启用Cookies后仍然无法登录则你的登录Cookie可能有问题。我们建议你在删除Cookies后重试。删除Internet Explorer的Cookies的方法是进入<b>工具</b>→<b>Internet选项...</b>然后点击<b>删除Cookies</b>按钮。注意这样也会删除保存在你电脑中其他站点的Cookies。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1774,'chs','functions.std_error','错误','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1775,'chs','functions.text_unable_to_send_mail','无法发送邮件。请将该错误报告给管理员。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1776,'chs','functions.std_success','成功','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1777,'chs','functions.std_confirmation_email_sent','验证邮件已经发至','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1778,'chs','functions.std_please_wait','请等候邮件抵达。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1779,'chs','functions.std_account_details_sent','新的帐户信息已发至','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1780,'chs','functions.std_locked',' 锁定!(认证的最大错误尝试次数','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1781,'chs','functions.std_attempts_reached','次已到)','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1782,'chs','functions.std_your_ip_banned','我们怀疑你在欺骗系统因此禁用了你的IP地址','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1783,'chs','functions.std_login_failed','登录失败!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1784,'chs','functions.std_login_failed_note','<b>错误</b>: 用户名或密码不正确!或者你还没有通过验证<br /><br />忘记了密码?<b><a href=recover.php>找回</a></b>你的密码?','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1785,'chs','functions.std_failed','失败','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1786,'chs','functions.std_sorry','对不起','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1787,'chs','functions.std_oops','哦奥!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1788,'chs','functions.std_invite_system_disabled','邀请系统当前未开放...','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1789,'chs','functions.std_open_registration_disabled','自由注册当前关闭,只允许邀请注册。如果你想加入,请找到能够邀请你进入本站的朋友:)我们只想知道有多少作弊者和吸血鬼在被踢后才开始想到珍惜帐户。是的,在被踢后不是你想回来就能回来。请具备邀请资格的用户注意,如果你在知情的情况下将邀请发给作弊者和行为不端者,你和被邀请者都会被踢。如果你想重新启用帐户必须经过我们同意。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1790,'chs','functions.std_account_limit_reached','当前账户上限数已到。系统会经常删除不活动的帐户,请过段时间再试...','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1791,'chs','functions.std_the_ip','该IP','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1792,'chs','functions.std_used_many_times','已经被很多帐户使用...<b>NexusPHP</b>不允许该IP注册更多账户。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1793,'chs','functions.std_invalid_image_code','图片代码无效!<br /><b>不要返回,图片代码已被清除!</b><br /><br />点击','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1794,'chs','functions.std_here_to_request_new','<b>这里</b></a>获取新的图片代码。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1795,'chs','functions.row_security_image','验证图片:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1796,'chs','functions.row_security_code','验证码:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1797,'chs','functions.text_slots','连接数:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1798,'chs','functions.text_unlimited','无限制','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1799,'chs','functions.std_server_load_very_high','服务器负载过高,正在重试,请稍后...','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1800,'chs','functions.std_too_many_users','太多用户。请刷新页面重试。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1801,'chs','functions.text_unauthorized_ip','<h1>403 Forbidden</h1>未授权的IP地址。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1802,'chs','functions.text_home','&nbsp;首&nbsp;&nbsp;页&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1803,'chs','functions.text_forums','&nbsp;论&nbsp;&nbsp;坛&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1804,'chs','functions.text_torrents','&nbsp;种&nbsp;&nbsp;子&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1805,'chs','functions.text_offers','&nbsp;候&nbsp;&nbsp;选&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1806,'chs','functions.text_request','&nbsp;求&nbsp;&nbsp;种&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1807,'chs','functions.text_upload','&nbsp;发&nbsp;&nbsp;布&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1808,'chs','functions.text_subtitles','&nbsp;字&nbsp;&nbsp;幕&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1809,'chs','functions.text_user_cp','&nbsp;控制面板&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1810,'chs','functions.text_top_ten','排&nbsp;行&nbsp;榜','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1811,'chs','functions.text_log','&nbsp;日&nbsp;&nbsp;志&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1812,'chs','functions.text_rules','&nbsp;规&nbsp;&nbsp;则&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1813,'chs','functions.text_faq','&nbsp;常见问题&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1814,'chs','functions.text_staff','管&nbsp;理&nbsp;组','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1815,'chs','functions.std_site_down_for_maintenance','站点关闭维护中,请稍后再访问...谢谢','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1816,'chs','functions.text_click_view_full_image','点击这里查看完整图像','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1817,'chs','functions.text_image_resized','图像被缩小,点击这里查看完整图像','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1818,'chs','functions.text_click_view_small_image','点击这里查看缩小图像','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1819,'chs','functions.text_login','登录','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1820,'chs','functions.text_signup','注册','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1821,'chs','functions.text_inf','无限','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1822,'chs','functions.title_donor','捐赠者','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1823,'chs','functions.title_warned','被警告者','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1824,'chs','functions.title_inbox_new_messages','收件箱&nbsp;(有新短讯)','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1825,'chs','functions.title_inbox_no_new_messages','收件箱&nbsp;(无新短讯)','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1826,'chs','functions.text_yes','是','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1827,'chs','functions.text_no','否','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1828,'chs','functions.text_unknown','未知','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1829,'chs','functions.text_welcome_back','欢迎回来','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1830,'chs','functions.text_staff_panel','管理组面板','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1831,'chs','functions.text_site_settings','站点设定','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1832,'chs','functions.text_logout','退出','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1833,'chs','functions.text_bonus','魔力值 ','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1834,'chs','functions.text_use','使用','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1835,'chs','functions.text_ratio','分享率:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1836,'chs','functions.text_uploaded','上传量:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1837,'chs','functions.text_downloaded','下载量:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1838,'chs','functions.text_active_torrents','当前活动:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1839,'chs','functions.title_torrents_seeding','当前做种','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1840,'chs','functions.title_torrents_leeching','当前下载','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1841,'chs','functions.text_connectable','可连接:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1842,'chs','functions.text_the_time_is_now','当前时间:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1843,'chs','functions.text_message_new',' 新','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1844,'chs','functions.title_sentbox','发件箱','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1845,'chs','functions.title_inbox','收件箱','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1846,'chs','functions.title_buddylist','社交名单','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1847,'chs','functions.text_you_have','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;你有','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1848,'chs','functions.text_new_message','条新短讯','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1849,'chs','functions.text_s','','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1850,'chs','functions.text_click_here_to_read','!点击查看&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1851,'chs','functions.text_your_friends','你的好友','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1852,'chs','functions.text_awaiting_confirmation','等待你的确认!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1853,'chs','functions.text_website_offline_warning','<b>警告</b>:站点当前不在线!点击<a href=settings.php>这里</a>改变设置。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1854,'chs','functions.text_there_is','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;有','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1855,'chs','functions.text_new_report','条新举报信息&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1856,'chs','functions.text_new_staff_message','条新管理组信息&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1857,'chs','functions.text_search','搜索','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1858,'chs','functions.text_profile','个人资料','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1859,'chs','functions.text_chat','聊天','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1860,'chs','functions.text_dox','文档','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1861,'chs','functions.text_links','链接','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1862,'chs','functions.text_username','用户名:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1863,'chs','functions.text_password','密码:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1864,'chs','functions.submit_log_in','登录','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1865,'chs','functions.text_register','注册','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1866,'chs','functions.text_rules_link','规则','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1867,'chs','functions.text_faq_link','常见问题','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1868,'chs','functions.text_useragreement','用户协定','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1869,'chs','functions.text_prev','上一页','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1870,'chs','functions.text_next','下一页','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1871,'chs','functions.text_by','','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1872,'chs','functions.text_orphaned','(无此帐户)','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1873,'chs','functions.text_at','','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1874,'chs','functions.text_quote','引用','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1875,'chs','functions.text_edit','编辑','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1876,'chs','functions.text_delete','删除','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1877,'chs','functions.text_view_original','查看原始','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1878,'chs','functions.text_last_edited_by','最后被','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1879,'chs','functions.text_edited_at','编辑于','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1880,'chs','functions.col_type','类型','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1881,'chs','functions.col_name','标题','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1882,'chs','functions.col_dl','下载','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1883,'chs','functions.col_wait','等待','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1884,'chs','functions.col_edit','编辑','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1885,'chs','functions.col_visible','可见','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1886,'chs','functions.title_number_of_comments','评论数','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1887,'chs','functions.title_time_added','添加时间','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1888,'chs','functions.title_size','大小','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1889,'chs','functions.title_number_of_seeders','种子数','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1890,'chs','functions.title_number_of_leechers','下载数','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1891,'chs','functions.title_number_of_snatched','完成数','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1892,'chs','functions.col_uploader','发布者','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1893,'chs','functions.col_action','行为','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1894,'chs','functions.text_normal','普通','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1895,'chs','functions.text_free','免费','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1896,'chs','functions.text_two_times_up','2X','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1897,'chs','functions.text_free_two_times_up','2X免费','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1898,'chs','functions.text_half_down','50%','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1899,'chs','functions.text_half_down_two_up','2X 50%','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1900,'chs','functions.text_new_uppercase','新','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1901,'chs','functions.text_sticky','置顶','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1902,'chs','functions.title_download_torrent','下载本种','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1903,'chs','functions.text_h','时','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1904,'chs','functions.text_none','无','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1905,'chs','functions.text_anonymous','匿名','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1906,'chs','functions.text_promoted_torrents_note','<b>高亮的种子是:&nbsp;&nbsp;</b> <a href=\"?spstate=2\" target=\"_self\" title=\"查看免费种子\"><font class=\'free\'><b>免费</b></font></a> | <a href=\"?spstate=3\" target=\"_self\" title=\"查看两倍上传量种子\"><font class=\'twoup\'><b>2x上传</b></font></a> | <a href=\"?spstate=4\" target=\"_self\" title=\"查看免费且两倍上传种子\"><font class=\'twoupfree\'><b>免费&amp;2x上传</b></font></a> | <a href=\"?spstate=5\" target=\"_self\" title=\"查看50%下载种子\"><font class=\'halfdown\'><b>50%下载</b></font></a> | <a href=\"?spstate=6\" target=\"_self\" title=\"查看50%下载且两倍上传种子\"><font class=\'twouphalfdown\'><b>50%下载&amp;2x上传</b></font></a> | <a href=\"?spstate=7\" target=\"_self\" title=\"查看30%下载种子\"><font class=\'thirtypercent\'><b>30%下载</b></font></a><br />下载它们是提高分享率的好方式!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1907,'chs','functions.std_file','文件','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1908,'chs','functions.std_does_not_exist','不存在','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1909,'chs','functions.std_access_permission_note','!<br /><font color=\"blue\">在设定前,请确保已恰当设置文件和目录的访问权限。请参考下面。</font><br /><br />chmod -R 777 config (设置目录)。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1910,'chs','functions.std_cannot_read_file','无法阅读文件','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1911,'chs','functions.std_cannot_serialize_file','无法序列化文件','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1912,'chs','functions.std_cannot_open_file','无法打开文件','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1913,'chs','functions.std_to_save_info','来保存信息','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1914,'chs','functions.text_cannot_save_info_in','无法将信息保存到文件(序列化出错)','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1915,'chs','functions.std_your_account_parked','你的帐户处于封存中。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1916,'chs','functions.title_online','在线','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1917,'chs','functions.title_offline','不在线','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1918,'chs','functions.title_send_message_to','发短讯给','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1919,'chs','functions.title_report_this_comment','举报该评论','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1920,'chs','functions.text_bookmarks','收藏','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1921,'chs','functions.title_bookmark_torrent','收藏','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1922,'chs','functions.title_delbookmark_torrent','去除收藏','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1923,'chs','functions.text_mark','标记','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1924,'chs','functions.text_unmark','去除标记','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1925,'chs','functions.text_award','魔力值奖励:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1926,'chs','functions.text_additional_notes','附加注释:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1927,'chs','functions.title_view_reviews','点击查看点评','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1928,'chs','functions.title_has_new_comment','有新评论','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1929,'chs','functions.title_no_new_comment','无新评论','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1930,'chs','functions.row_external_info','外部信息','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1931,'chs','functions.row_imdb_url','IMDb链接','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1932,'chs','functions.text_imdb_url_note','(来自<strong><a href=\"http://www.imdb.com\">IMDb</a></strong>的链接。如电影<b>The Dark Knight</b>的链接是<b>http://www.imdb.com/title/tt0468569/</b>)','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1933,'chs','functions.text_artist','艺术家:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1934,'chs','functions.text_album','专辑名:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1935,'chs','functions.title_get_rss','获取RSS','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1936,'chs','functions.text_hot','热门','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1937,'chs','functions.text_classic','经典','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1938,'chs','functions.text_recommended','推荐','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1939,'chs','functions.title_view_nfo','查看NFO文件','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1940,'chs','functions.title_edit_torrent','编辑/删除种子','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1941,'chs','functions.title_time_alive','存活时间','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1942,'chs','functions.title_add_comments','添加评论','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1943,'chs','functions.text_at_time','发布于','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1944,'chs','functions.text_blank','发布在','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1945,'chs','functions.text_ago','前','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1946,'chs','functions.text_last_commented_by','最新评论由','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1947,'chs','functions.text_imdb','IMDb','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1948,'chs','functions.text_votes','票','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1949,'chs','functions.text_country','国家','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1950,'chs','functions.text_genres','类别','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1951,'chs','functions.text_director','导演','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1952,'chs','functions.text_starring','主演','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1953,'chs','functions.text_runtime','片长','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1954,'chs','functions.text_language','对白语言','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1955,'chs','functions.text_douban','豆瓣','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1956,'chs','functions.text_region','地区','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1957,'chs','functions.text_creator','主创','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1958,'chs','functions.text_awaiting_five_votes','<i>等待5票</i>','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1959,'chs','functions.text_invite','邀请 ','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1960,'chs','functions.text_send','发送','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1961,'chs','functions.text_tracks','曲目','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1962,'chs','functions.text_label','唱片公司','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1963,'chs','functions.text_tags','标签','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1964,'chs','functions.text_user_ip','用户IP','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1965,'chs','functions.text_location_main','地点主分类','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1966,'chs','functions.text_location_sub','地点次分类','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1967,'chs','functions.text_ip_range','IP范围','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1968,'chs','functions.text_min','分','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1969,'chs','functions.text_music','&nbsp;音&nbsp;&nbsp;乐&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1970,'chs','functions.title_reply_with_quote','引用','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1971,'chs','functions.title_add_reply','回复','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1972,'chs','functions.title_delete','删除','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1973,'chs','functions.title_edit','编辑','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1974,'chs','functions.title_reportbox','举报信箱','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1975,'chs','functions.title_staffbox','管理组信箱','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1976,'chs','functions.title_sticky','置顶','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1977,'chs','functions.text_new_news','条未读的重要消息&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1978,'chs','functions.std_no_user_named','没有用户的名字是','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1979,'chs','functions.text_banned','禁止','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1980,'chs','functions.text_are','','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1981,'chs','functions.text_is','','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1982,'chs','functions.select_choose_one','请选择','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1983,'chs','functions.text_space','','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1984,'chs','functions.text_day','天','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1985,'chs','functions.text_new_suspected_cheater','个新的作弊嫌疑者&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1986,'chs','functions.title_cheaterbox','作弊者','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1987,'chs','functions.text_will_end_in','剩余时间:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1988,'chs','functions.text_alt_pageup_shortcut','Alt+Pageup','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1989,'chs','functions.text_alt_pagedown_shortcut','Alt+Pagedown','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1990,'chs','functions.text_shift_pageup_shortcut','Shift+Pageup','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1991,'chs','functions.text_shift_pagedown_shortcut','Shift+Pagedown','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1992,'chs','functions.text_code','代码','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1993,'chs','functions.std_invalid_id','无效的ID基于安全考虑我们记录了本次行为。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1994,'chs','functions.text_smilies','表情','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1995,'chs','functions.col_type_something','输入...','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1996,'chs','functions.col_to_make_a','得到...','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1997,'chs','functions.text_year','年','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1998,'chs','functions.text_month','月','2021-01-11 12:47:54','2021-01-11 12:47:54'),(1999,'chs','functions.text_hour','时','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2000,'chs','functions.select_color','颜色','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2001,'chs','functions.select_font','字体','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2002,'chs','functions.select_size','字号','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2003,'chs','functions.text_subject','主题:','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2004,'chs','functions.text_more_smilies','更多表情','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2005,'chs','functions.js_prompt_enter_url','你必须输入一个URL','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2006,'chs','functions.js_prompt_enter_title','你必须输入一个标题','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2007,'chs','functions.js_prompt_error','错误!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2008,'chs','functions.js_prompt_enter_item','输入一个列表的项目. 在列表的末尾, 按取消或将下一个留空','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2009,'chs','functions.js_prompt_enter_image_url','你必须输入一个完整的图像URL','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2010,'chs','functions.js_prompt_enter_email','你必须输入一个Email地址','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2011,'chs','functions.text_new','新撰写','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2012,'chs','functions.text_reply','回复','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2013,'chs','functions.submit_submit','提交','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2014,'chs','functions.submit_preview','预览','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2015,'chs','functions.row_subject','主题','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2016,'chs','functions.row_body','正文','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2017,'chs','functions.text_peasant','Peasant','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2018,'chs','functions.text_user','User','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2019,'chs','functions.text_power_user','Power User','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2020,'chs','functions.text_elite_user','Elite User','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2021,'chs','functions.text_crazy_user','Crazy User','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2022,'chs','functions.text_insane_user','Insane User','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2023,'chs','functions.text_veteran_user','Veteran User','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2024,'chs','functions.text_extreme_user','Extreme User','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2025,'chs','functions.text_ultimate_user','Ultimate User','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2026,'chs','functions.text_nexus_master','Nexus Master','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2027,'chs','functions.text_vip','贵宾','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2028,'chs','functions.text_uploader','发布员','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2029,'chs','functions.text_retiree','养老族','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2030,'chs','functions.text_forum_moderator','论坛版主','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2031,'chs','functions.text_moderators','总版主','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2032,'chs','functions.text_administrators','管理员','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2033,'chs','functions.text_sysops','维护开发员','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2034,'chs','functions.text_staff_leader','主管','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2035,'chs','functions.text_short_year','年','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2036,'chs','functions.text_short_month','月','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2037,'chs','functions.text_short_day','日','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2038,'chs','functions.text_short_hour','时','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2039,'chs','functions.text_short_min','分','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2040,'chs','functions.submit_edit','编辑','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2041,'chs','functions.text_banned_client_warning','你最近一次使用的BT客户端是被禁止的点击这里。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2042,'chs','functions.text_please_improve_ratio_within','请在','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2043,'chs','functions.text_or_you_will_be_banned','内改善你的分享率,否则你的账号将被禁用!点击这里。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2044,'chs','functions.text_size','大小','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2045,'chs','functions.text_downloads','下载','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2046,'chs','functions.text_attachment_key','附件','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2047,'chs','functions.text_not_found','无效','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2048,'chs','functions.text_thirty_percent_down','30%','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2049,'chs','functions.text_please_download_something_within','请在','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2050,'chs','functions.text_inactive_account_be_deleted','内做些下载。没有流量的用户会被删除账号。','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2051,'chs','getrss.text_rss_feeds','RSS订阅','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2052,'chs','getrss.head_rss_feeds','RSS订阅','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2053,'chs','getrss.std_error','错误','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2054,'chs','getrss.std_no_row','请选择每页内容显示条数!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2055,'chs','getrss.std_done','完成!','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2056,'chs','getrss.std_use_following_url','你可以在RSS阅读器如Google Reader使用以下URL','2021-01-11 12:47:54','2021-01-11 12:47:54'),(2057,'chs','getrss.std_utorrent_feed_url','你可以在支持RSS订阅功能的BT客户端如uTorrent使用以下URL','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2058,'chs','getrss.row_categories_to_retrieve','检索分类','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2059,'chs','getrss.row_feed_type','链接类型','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2060,'chs','getrss.text_web_link','网页链接','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2061,'chs','getrss.text_download_link','下载链接','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2062,'chs','getrss.row_rows_per_page','每页条数','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2063,'chs','getrss.submit_generatte_rss_link','生成RSS链接','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2064,'chs','getrss.text_category','类型','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2065,'chs','getrss.text_source','来源','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2066,'chs','getrss.text_codec','编码','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2067,'chs','getrss.text_standard','分辨率','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2068,'chs','getrss.text_processing','处理','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2069,'chs','getrss.text_medium','媒介','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2070,'chs','getrss.text_team','制作组','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2071,'chs','getrss.text_audio_codec','音频编码','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2072,'chs','getrss.row_item_title_type','项目标题格式','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2073,'chs','getrss.text_item_category','[类型] + ','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2074,'chs','getrss.text_item_title','标题 + ','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2075,'chs','getrss.text_item_small_description','[副标题] + ','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2076,'chs','getrss.text_item_size','[大小] + ','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2077,'chs','getrss.text_item_uploader','[发布者]','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2078,'chs','getrss.row_show_bookmarked','显示收藏','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2079,'chs','getrss.text_all','全部','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2080,'chs','getrss.text_only_bookmarked','仅收藏','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2081,'chs','getrss.text_show_bookmarked_note','仅适用BT客户端','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2082,'chs','getrss.row_keyword','关键字','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2083,'chs','getrss.text_with','匹配模式:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2084,'chs','getrss.select_and','和','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2085,'chs','getrss.select_or','或','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2086,'chs','getrss.select_exact','准确','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2087,'chs','getrss.text_mode','','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2088,'chs','getrss.text_keyword_note','只订阅标题中包含此关键字的项目','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2089,'chs','getusertorrentlistajax.col_type','类型','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2090,'chs','getusertorrentlistajax.col_name','标题','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2091,'chs','getusertorrentlistajax.title_size','大小','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2092,'chs','getusertorrentlistajax.title_seeders','种子数','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2093,'chs','getusertorrentlistajax.title_leechers','下载数','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2094,'chs','getusertorrentlistajax.col_uploaded','上传','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2095,'chs','getusertorrentlistajax.col_downloaded','下载','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2096,'chs','getusertorrentlistajax.col_ratio','分享率','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2097,'chs','getusertorrentlistajax.col_anonymous','匿名','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2098,'chs','getusertorrentlistajax.col_time_completed','完成时间','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2099,'chs','getusertorrentlistajax.col_se_time','做种时间','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2100,'chs','getusertorrentlistajax.col_le_time','下载时间','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2101,'chs','getusertorrentlistajax.text_record','条记录','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2102,'chs','getusertorrentlistajax.text_no_record','没有记录','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2103,'chs','index.std_no_poll','没有调查','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2104,'chs','index.std_error','错误','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2105,'chs','index.std_duplicate_votes_denied','不允许完全相同的投票选项!','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2106,'chs','index.std_vote_not_counted','发生错误。你的投票没有被接受。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2107,'chs','index.std_option_unselected','请选择项目。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2108,'chs','index.text_news_page','发布','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2109,'chs','index.text_recent_news','最近消息','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2110,'chs','index.text_e','编辑','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2111,'chs','index.text_d','删除','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2112,'chs','index.text_hotmovies','热门','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2113,'chs','index.text_classicmovies','经典','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2114,'chs','index.text_free','免费','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2115,'chs','index.text_two_times_up','2X','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2116,'chs','index.text_free_two_times_up','2X免费','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2117,'chs','index.text_shoutbox','群聊区','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2118,'chs','index.text_message','聊天:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2119,'chs','index.sumbit_shout','我喊','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2120,'chs','index.submit_clear','清空','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2121,'chs','index.text_last_five_posts','论坛最新帖子','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2122,'chs','index.col_topic_title','标题','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2123,'chs','index.col_view','查看','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2124,'chs','index.col_author','作者','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2125,'chs','index.col_posted_at','发表时间','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2126,'chs','index.text_in','版块:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2127,'chs','index.std_no_torrent_found','没有种子','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2128,'chs','index.text_last_five_torrent','最近5个上传种子','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2129,'chs','index.col_name','标题','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2130,'chs','index.col_seeder','做种','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2131,'chs','index.col_leecher','下载','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2132,'chs','index.text_polls','投票 ','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2133,'chs','index.text_new','新投票','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2134,'chs','index.text_edit','编辑','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2135,'chs','index.text_delete','删除','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2136,'chs','index.text_votes','投票数:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2137,'chs','index.radio_blank_vote','弃权(\"我想偷看结果!\")','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2138,'chs','index.submit_vote','投票','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2139,'chs','index.text_previous_polls','以前的投票','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2140,'chs','index.text_tracker_statistics','站点数据','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2141,'chs','index.row_registered_users','注册用户 / 上限','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2142,'chs','index.row_unconfirmed_users','未验证用户','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2143,'chs','index.row_vips','VIP','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2144,'chs','index.row_donors','捐赠者','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2145,'chs','index.row_warned_users','被警告用户','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2146,'chs','index.row_banned_users','被禁用户','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2147,'chs','index.row_male_users','男生','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2148,'chs','index.row_female_users','女生','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2149,'chs','index.row_torrents','种子','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2150,'chs','index.row_dead_torrents','断种','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2151,'chs','index.row_seeders','做种数','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2152,'chs','index.row_leechers','下载数','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2153,'chs','index.row_peers','同伴','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2154,'chs','index.row_seeder_leecher_ratio','做种数 / 下载数比例','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2155,'chs','index.row_total_size_of_torrents','种子总大小','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2156,'chs','index.row_total_uploaded','总上传量','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2157,'chs','index.row_total_downloaded','总下载量','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2158,'chs','index.row_total_data','总数据量','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2159,'chs','index.text_no_users_day','过去24小时内没有活跃用户。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2160,'chs','index.text_no_active_users_now','当前没有活跃用户。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2161,'chs','index.text_no_user_torrenting','无 :(','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2162,'chs','index.text_tracker_load','服务器负载','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2163,'chs','index.text_our_tracker_load','网站同伴数负载:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2164,'chs','index.text_global_server_load','服务器负载: ','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2165,'chs','index.text_whats_going_on','当前情况','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2166,'chs','index.text_members_have_visited','个用户在过去24小时访问欢迎我们的最新用户','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2167,'chs','index.text_users_browsing_now','个过去15分钟在线用户。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2168,'chs','index.text_peers_active_now','个当前做种或下载的用户。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2169,'chs','index.text_disclaimer','免责条款','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2170,'chs','index.text_disclaimer_content','本站列出的文件并没有保存在本站的服务器上。本站仅负责连接我们对被传播文件的内容一无所知。本站的链接均由用户自发提供。NexusPHP的管理员无法对用户的提交内容或其他行为负责。您不能使用NexusPHP传播或下载任何您没有使用许可的文件或材料由此引起的后果由您自己承担。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2171,'chs','index.text_browser_note','获得本站最佳效果,请使用<a href=\"http://www.microsoft.com/windows/downloads/ie/getitnow.mspx\" target=\"_blank\"><img class=\"ie\" src=\"pic/trans.gif\" alt=\"Internet Explorer 8\" title=\"下载Internet Explorer 8\" /></a>或<a href=\"http://www.mozilla.com/en-US/firefox/\" target=\"_blank\"><img class=\"firefox\" src=\"pic/trans.gif\" alt=\"Firefox\" title=\"下载Firefox\" /></a>且使用大于1024*768的分辨率。推荐BT客户端为 <a href=\"http://azureus.sourceforge.net/download.php\" target=\"_blank\"><img class=\"azureus\" src=\"pic/trans.gif\" alt=\"Azureus\" title=\"下载Azureus\" /></a>或<a href=\"http://www.utorrent.com/download.php\" target=\"_blank\"><img class=\"utorrent\" src=\"pic/trans.gif\" alt=\"uTorrent\" title=\"下载uTorrent\" /></a>','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2172,'chs','index.title_show_or_hide','显示/隐藏','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2173,'chs','index.text_links','友情链接','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2174,'chs','index.text_manage_links','管理链接','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2175,'chs','index.text_author','作者:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2176,'chs','index.text_datetime','时间:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2177,'chs','index.p_critic_reviews','影评家点评','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2178,'chs','index.p_user_reviews','用户点评选','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2179,'chs','index.head_home','首页','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2180,'chs','index.sumbit_to_guest','对游客','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2181,'chs','index.text_apply_for_link','申请链接','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2182,'chs','index.text_ago','以前','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2183,'chs','index.text_auto_refresh_after','','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2184,'chs','index.text_seconds','秒后自动刷新','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2185,'chs','index.text_funbox','趣味盒','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2186,'chs','index.text_more_fun','更多','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2187,'chs','index.text_new_fun','发布','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2188,'chs','index.text_ban','禁止','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2189,'chs','index.submit_fun','有趣','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2190,'chs','index.submit_dull','无聊','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2191,'chs','index.text_out_of','个用户(共','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2192,'chs','index.text_people_found_it','票)认为它有趣。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2193,'chs','index.text_your_opinion','你觉得呢?','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2194,'chs','index.text_vote_accepted','谢谢!你的投票已提交。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2195,'chs','index.row_users_active_today','今日访问用户数','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2196,'chs','index.row_users_active_this_week','本周访问用户数','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2197,'chs','index.row_active_browsing_users','当前访问用户数','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2198,'chs','index.row_tracker_active_users','当前Tracker用户数','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2199,'chs','index.text_detail','详情','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2200,'chs','invite.std_sorry','对不起','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2201,'chs','invite.std_permission_denied','没有该权限!','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2202,'chs','invite.head_invites','邀请','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2203,'chs','invite.std_no_invites_left','你没有剩余邀请名额。 :( <br /><br />点击','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2204,'chs','invite.here_to_go_back','这里</a>返回。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2205,'chs','invite.text_invite_code_sent','邀请代码已发送!<br />','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2206,'chs','invite.text_invite_someone','邀请其他人加入','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2207,'chs','invite.text_s','','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2208,'chs','invite.text_invitation','个剩余邀请','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2209,'chs','invite.text_left','','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2210,'chs','invite.text_email_address','邮箱地址','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2211,'chs','invite.text_email_address_note','邮箱地址必须是有效的。被邀请人会收到你的邀请函。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2212,'chs','invite.text_message','信息','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2213,'chs','invite.submit_invite','邀请','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2214,'chs','invite.text_invite_status','被邀者当前状态','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2215,'chs','invite.text_no_invites','没有被邀者','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2216,'chs','invite.text_username','用户名','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2217,'chs','invite.text_email','邮箱','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2218,'chs','invite.text_uploaded','上传','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2219,'chs','invite.text_downloaded','下载','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2220,'chs','invite.text_ratio','分享率','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2221,'chs','invite.text_status','状态','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2222,'chs','invite.text_confirm','确认','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2223,'chs','invite.text_confirmed','已确认','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2224,'chs','invite.text_pending','待定','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2225,'chs','invite.submit_confirm_users','确认用户','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2226,'chs','invite.sumbit_invite_someone','邀请其他人','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2227,'chs','invite.text_sent_invites_status','已发邀请状态','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2228,'chs','invite.text_no_invitation_sent','当前没有已发邀请','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2229,'chs','invite.text_hash','Hash','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2230,'chs','invite.text_send_date','发送日期','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2231,'chs','invite.text_invitation_body','\n你好,\n\n我邀请你加入 NexusPHP, 这是一个拥有丰富资源的非开放社区. \n如果你有兴趣加入我们请阅读规则并确认邀请.最后,确保维持一个良好的分享率 \n分享允许的资源.\n\n欢迎到来! :)\n','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2232,'chs','invite.text_invite_system','的邀请系统','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2233,'chs','invite.std_only','只有','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2234,'chs','invite.std_or_above_can_invite','及以上的用户才能发送邀请。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2235,'chs','invite.text_email_restriction_note','你只能发送邀请给以下邮箱:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2236,'chs','iphistory.std_error','错误','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2237,'chs','iphistory.std_invalid_id','无效的ID','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2238,'chs','iphistory.text_user_not_found','没有该用户','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2239,'chs','iphistory.head_ip_history_log_for','用户IP历史 - ','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2240,'chs','iphistory.text_historical_ip_by','用户IP地址历史 - ','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2241,'chs','iphistory.col_last_access','最近访问','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2242,'chs','iphistory.col_ip','IP','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2243,'chs','iphistory.col_hostname','主机名','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2244,'chs','iphistory.text_not_available','无','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2245,'chs','iphistory.text_duplicate','重复','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2246,'chs','ipsearch.std_error','错误','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2247,'chs','ipsearch.std_invalid_ip','无效的IP地址。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2248,'chs','ipsearch.std_invalid_subnet_mask','无效的子网掩码。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2249,'chs','ipsearch.head_search_ip_history','搜索IP历史','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2250,'chs','ipsearch.text_search_ip_history','搜索IP历史','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2251,'chs','ipsearch.row_ip','IP','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2252,'chs','ipsearch.row_subnet_mask','子网掩码','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2253,'chs','ipsearch.submit_search','给我搜','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2254,'chs','ipsearch.text_no_users_found','没有找到用户','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2255,'chs','ipsearch.text_users_used_the_ip','个用户使用过此IP','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2256,'chs','ipsearch.col_username','用户名','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2257,'chs','ipsearch.col_last_ip','最近IP','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2258,'chs','ipsearch.col_last_access','最近访问','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2259,'chs','ipsearch.col_ip_num','IP数','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2260,'chs','ipsearch.col_last_access_on','此IP最近访问','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2261,'chs','ipsearch.col_added','加入时间','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2262,'chs','ipsearch.col_invited_by','邀请者','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2263,'chs','ipsearch.text_not_available','无','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2264,'chs','linksmanage.head_apply_for_links','申请链接','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2265,'chs','linksmanage.text_apply_for_links','申请链接','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2266,'chs','linksmanage.text_rules','交换链接规则:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2267,'chs','linksmanage.text_rule_one','1.申请人员请先将本站的链接<a href=\"http://nexus-php8.tinyhd.net\" title=\"The Ultimate File Sharing Experience\">NexusPHP</a>放置在其网站,然后再向我们提出申请。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2268,'chs','linksmanage.text_rule_two','2.申请链接的网站<strong>不得</strong>涉及任何违法内容。NexusPHP的管理员不对申请网站的任何行为责任。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2269,'chs','linksmanage.text_rule_three','3.本站所做链接均为文字链接。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2270,'chs','linksmanage.text_rule_four','4.申请网站至少要有200名注册用户或者平均日访问人数不少于50。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2271,'chs','linksmanage.text_rule_five','5.本站NexusPHP保留可不经过任何通知自由<strong>修改或删除</strong>本站上的链接的权力。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2272,'chs','linksmanage.text_rule_six','6.如果你的网站符合以上条款欢迎向我们NexusPHP提出交换链接的申请。然而我们不保证接受所有申请。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2273,'chs','linksmanage.text_red_star_required','红星号(<font color=\'red\'>*</font>)标记的区域必须填写','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2274,'chs','linksmanage.text_site_name','网站名','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2275,'chs','linksmanage.text_url','链接地址','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2276,'chs','linksmanage.text_title','标语','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2277,'chs','linksmanage.text_title_note','标语将显示在链接的提示上,如<a href=\'http://www.nexusphp.com\' title=\'终极文件共享解决方案\' target=\'_blank\'><b>NexusPHP</b></a>','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2278,'chs','linksmanage.text_administrator','管理员','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2279,'chs','linksmanage.text_administrator_note','要求填写管理员的<b>真实姓名</b>','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2280,'chs','linksmanage.text_email','邮箱','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2281,'chs','linksmanage.text_reason','理由','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2282,'chs','linksmanage.submit_okay','确定','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2283,'chs','linksmanage.submit_reset','清空','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2284,'chs','linksmanage.std_error','错误','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2285,'chs','linksmanage.std_no_sitename','网站名不能为空。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2286,'chs','linksmanage.std_no_url','链接地址不能为空。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2287,'chs','linksmanage.std_no_admin','管理员不能为空。请填写管理员的姓名。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2288,'chs','linksmanage.std_no_email','邮箱地址不能为空。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2289,'chs','linksmanage.std_invalid_email','邮箱地址无效。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2290,'chs','linksmanage.std_no_reason','理由不能为空。请填写申请理由。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2291,'chs','linksmanage.std_reason_too_short','理由过短。请详细填写。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2292,'chs','linksmanage.std_success','成功','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2293,'chs','linksmanage.std_success_note','你的申请已成功提交。请等待我们的回复。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2294,'chs','linksmanage.text_sitename_note','申请网站的名字,如<i>NexusPHP</i>','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2295,'chs','linksmanage.text_url_note','如<i>http://www.nexusphp.com</i>','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2296,'chs','linksmanage.text_email_note','请填写申请网站的管理员的邮箱地址,便于我们联系','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2297,'chs','linksmanage.std_missing_form_data','请填写必填项目。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2298,'chs','linksmanage.std_unable_creating_new_link','无法创建新的链接。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2299,'chs','linksmanage.std_links_manage','管理链接','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2300,'chs','linksmanage.text_add_link','添加链接','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2301,'chs','linksmanage.text_manage_links','管理链接','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2302,'chs','linksmanage.text_modify','修改','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2303,'chs','linksmanage.text_edit','编辑','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2304,'chs','linksmanage.text_delete','删除','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2305,'chs','linksmanage.text_no_links_found','对不起,当前没有任何链接!','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2306,'chs','linksmanage.text_edit_link','编辑链接','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2307,'chs','linksmanage.js_sure_to_delete_link','你确定要删除此链接?','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2308,'chs','log.std_sorry','对不起...','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2309,'chs','log.std_permission_denied_only','你没有该权限。只有','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2310,'chs','log.std_or_above_can_view','及以上等级的用户才能查看日志。<br /><br />请查看<a class=faqlink href=faq.php#id22><b>常见问题</b></a>了解更多关于用户等级和权限的信息。<br /><br /><b></p>NexusPHP管理组</b>','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2311,'chs','log.head_site_log','常规日志','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2312,'chs','log.text_search_log','搜素常规日志','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2313,'chs','log.submit_search','给我搜','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2314,'chs','log.text_log_empty','<br /><b>没有日志</b><br /><br />','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2315,'chs','log.title_time_added','时间','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2316,'chs','log.col_date','日期','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2317,'chs','log.col_event','事件','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2318,'chs','log.time_zone_note','<p>时间为北京时间。</p>\n','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2319,'chs','log.text_daily_log','&nbsp;常&nbsp;规&nbsp;日&nbsp;志&nbsp;','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2320,'chs','log.text_chronicle','&nbsp;史&nbsp;&nbsp;册&nbsp;','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2321,'chs','log.text_code_update','&nbsp;代&nbsp;码&nbsp;更&nbsp;新&nbsp;','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2322,'chs','log.text_funbox','&nbsp;趣&nbsp;味&nbsp;盒&nbsp;','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2323,'chs','log.text_news','&nbsp;首&nbsp;页&nbsp;公&nbsp;告&nbsp;','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2324,'chs','log.text_poll','&nbsp;投&nbsp;&nbsp;票&nbsp;','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2325,'chs','log.std_error','错误','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2326,'chs','log.std_invalid_action','无效的行为','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2327,'chs','log.head_chronicle','史册','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2328,'chs','log.text_search_chronicle','搜索史册','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2329,'chs','log.text_chronicle_empty','<b>史册没有记录</b><br />','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2330,'chs','log.col_modify','行为','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2331,'chs','log.text_edit','编辑','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2332,'chs','log.text_delete','删除','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2333,'chs','log.submit_add','添加','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2334,'chs','log.text_add_chronicle','添加史册记录','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2335,'chs','log.std_permission_denied','对不起!你没有该权限。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2336,'chs','log.submit_okay','确定','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2337,'chs','log.text_edit_chronicle','编辑史册记录','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2338,'chs','log.head_code_update','代码更新','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2339,'chs','log.text_search_code_update','搜索代码更新事件','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2340,'chs','log.text_add_code_update','添加代码更新记录','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2341,'chs','log.text_edit_codeupdate','编辑代码更新记录','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2342,'chs','log.text_codeupdate_empty','<b>没有代码更新记录</b><br />','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2343,'chs','log.head_funbox','趣味盒','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2344,'chs','log.head_news','首页公告','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2345,'chs','log.text_search_news','搜索首页公告','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2346,'chs','log.text_news_empty','<b>没有首页公告</b><br />','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2347,'chs','log.col_title','标题','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2348,'chs','log.col_body','正文','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2349,'chs','log.std_delete_poll','删除投票','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2350,'chs','log.std_delete_poll_confirmation','你确定要删除该投票吗?点击','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2351,'chs','log.std_here_if_sure','<b>这里</b></a>来确认。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2352,'chs','log.std_no_polls','暂时没有投票!','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2353,'chs','log.head_previous_polls','以前的投票','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2354,'chs','log.text_previous_polls','以前的投票','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2355,'chs','log.text_ago','以前','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2356,'chs','log.text_votes','投票数:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2357,'chs','log.text_in','范围:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2358,'chs','log.text_funbox_empty','<b>趣味盒是空的</b><br />','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2359,'chs','log.text_search_funbox','搜索趣味盒','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2360,'chs','log.text_title','标题','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2361,'chs','log.text_body','正文','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2362,'chs','log.text_both','两者','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2363,'chs','log.text_all','所有','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2364,'chs','log.text_normal','普通','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2365,'chs','log.text_mod','机密','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2366,'chs','login.h1_not_logged_in','未登录!','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2367,'chs','login.p_error','错误:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2368,'chs','login.p_after_logged_in','该页面必须在登录后才能访问','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2369,'chs','login.p_need_cookies_enables','<b>注意</b>: 你需要启用cookies才能登录或切换语言','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2370,'chs','login.p_fail_ban','次连续登录失败将导致你的IP地址被禁用!','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2371,'chs','login.p_you_have','你还有','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2372,'chs','login.p_remaining_tries','次尝试机会','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2373,'chs','login.p_no_account_signup','还没有账号? 马上<a href=\"signup.php\"><b>注册</b></a>','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2374,'chs','login.p_forget_pass_recover','忘记了密码? 通过<a href=\"recover.php\"><b>邮件</b></a>来找回密码','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2375,'chs','login.p_resend_confirm','没有收到验证邮件或验证链接无法打开? <a href=\"confirm_resend.php\"><b>重新发送验证邮件</b></a>','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2376,'chs','login.rowhead_username','用户名:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2377,'chs','login.rowhead_password','密码:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2378,'chs','login.button_login','登录','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2379,'chs','login.button_reset','重置','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2380,'chs','login.text_auto_logout','自动登出:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2381,'chs','login.text_restrict_ip','限制IP','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2382,'chs','login.text_ssl','SSL (HTTPS)','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2383,'chs','login.checkbox_auto_logout',' 15分钟后自动登出','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2384,'chs','login.checkbox_restrict_ip',' 限制只能使用本IP登录','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2385,'chs','login.checkbox_ssl',' 使用SSL数据加密协议浏览网站(浏览器)','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2386,'chs','login.checkbox_ssl_tracker',' 使用SSL数据加密协议连接Tracker(BT客户端)','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2387,'chs','login.text_advanced_options','高级选项:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2388,'chs','login.text_helpbox','求助区','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2389,'chs','login.text_helpbox_note','注册或登录遇到问题?请在此留言','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2390,'chs','login.text_message','留言:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2391,'chs','login.sumbit_shout','发送','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2392,'chs','login.submit_clear','清空','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2393,'chs','login.text_select_lang','Select Site Language: ','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2394,'chs','login.head_login','登录','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2395,'chs','mailtest.head_mail_test','邮件测试','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2396,'chs','mailtest.text_mail_test','邮件测试','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2397,'chs','mailtest.row_enter_email','输入邮箱地址','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2398,'chs','mailtest.text_enter_email_note','输入用于接收测试邮件的邮箱地址如yourname@gmail.com','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2399,'chs','mailtest.submit_send_it','发送!','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2400,'chs','mailtest.text_smtp_testing_mail','测试邮件','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2401,'chs','mailtest.std_error','错误','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2402,'chs','mailtest.std_invalid_email_address','邮箱地址无效!','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2403,'chs','mailtest.mail_test_mail_content','你好如果你看见这个信息你的SMTP邮件发送功能正常。祝愉快','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2404,'chs','mailtest.std_success','成功','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2405,'chs','mailtest.std_success_note','没有错误发生,但这不意为着邮件肯定已成功发送。请检查邮箱。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2406,'chs','makepoll.std_error','错误','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2407,'chs','makepoll.std_no_poll_id','不存在此投票ID','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2408,'chs','makepoll.std_missing_form_data','请填写必填项目!','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2409,'chs','makepoll.head_edit_poll','编辑投票','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2410,'chs','makepoll.text_edit_poll','编辑投票','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2411,'chs','makepoll.head_new_poll','新的投票','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2412,'chs','makepoll.text_day','天','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2413,'chs','makepoll.text_hour','时','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2414,'chs','makepoll.text_current_poll','注意:当前投票','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2415,'chs','makepoll.text_is_only','发布仅','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2416,'chs','makepoll.text_old','。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2417,'chs','makepoll.text_make_poll','新的投票','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2418,'chs','makepoll.text_question','问题','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2419,'chs','makepoll.text_option','选项','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2420,'chs','makepoll.submit_edit_poll','编辑投票','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2421,'chs','makepoll.submit_create_poll','创建投票','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2422,'chs','makepoll.text_required',' 必须填写','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2423,'chs','messages.std_error','错误','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2424,'chs','messages.std_invalid_mailbox','无效的短讯箱','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2425,'chs','messages.text_inbox','收件箱','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2426,'chs','messages.text_sentbox','发件箱','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2427,'chs','messages.text_sender','发讯者','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2428,'chs','messages.text_receiver','收讯者','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2429,'chs','messages.col_status','状态','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2430,'chs','messages.col_subject','主题','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2431,'chs','messages.col_date','日期','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2432,'chs','messages.col_act','行为','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2433,'chs','messages.text_no_messages','没有短讯','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2434,'chs','messages.text_remove_from_friends','[删除好友]','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2435,'chs','messages.text_add_to_friends','[加为好友]','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2436,'chs','messages.submit_move_to','移至','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2437,'chs','messages.text_or',' 或 ','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2438,'chs','messages.submit_delete','删除','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2439,'chs','messages.text_unread_messages',' 未读短讯','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2440,'chs','messages.text_read_messages',' 已读短讯','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2441,'chs','messages.text_mailbox_manager','短讯箱管理','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2442,'chs','messages.std_no_permission','你没有阅读该短讯的权限。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2443,'chs','messages.text_to','至','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2444,'chs','messages.text_from','自','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2445,'chs','messages.text_new','(新)','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2446,'chs','messages.text_reply','回复','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2447,'chs','messages.text_delete','删除','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2448,'chs','messages.text_forward_pm','转发短讯','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2449,'chs','messages.std_cannot_move_messages','无法移动短讯!','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2450,'chs','messages.std_cannot_delete_messages','无法删除短讯!','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2451,'chs','messages.std_no_action','无行为','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2452,'chs','messages.std_no_permission_forwarding','你没有转发该短讯的权限。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2453,'chs','messages.row_to','至:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2454,'chs','messages.row_original_receiver','原收讯者:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2455,'chs','messages.row_original_sender','原发讯者:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2456,'chs','messages.row_subject','主题:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2457,'chs','messages.row_message','正文:','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2458,'chs','messages.checkbox_save_message','保存短讯','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2459,'chs','messages.submit_forward','转发','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2460,'chs','messages.std_no_such_user','对不起,不存在该用户名的账号。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2461,'chs','messages.std_rufused','拒绝','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2462,'chs','messages.std_user_blocks_your_pms','该用户拒绝接受你的短讯。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2463,'chs','messages.std_user_accepts_friends_pms','该用户只接受其好友的短讯。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2464,'chs','messages.std_user_blocks_all_pms','该用户拒绝接受一切短讯。','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2465,'chs','messages.std_success','成功','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2466,'chs','messages.std_pm_forwarded','转发成功','2021-01-11 12:47:55','2021-01-11 12:47:55'),(2467,'chs','messages.head_editing_mailboxes','编辑短讯箱','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2468,'chs','messages.text_editing_mailboxes','编辑短讯箱','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2469,'chs','messages.text_add_mailboxes','添加短讯箱','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2470,'chs','messages.text_extra_mailboxes_note','你可以添加额外的短讯箱。你不必只使用收件箱。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2471,'chs','messages.submit_add','添加','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2472,'chs','messages.text_edit_mailboxes','编辑短讯箱','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2473,'chs','messages.text_edit_mailboxes_note','你可以编辑名字,或者删除短讯箱。<br />注意:删除短讯箱将导致其中所有短讯被删除。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2474,'chs','messages.text_no_mailboxes_to_edit','没有可编辑的短讯箱。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2475,'chs','messages.submit_edit','编辑','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2476,'chs','messages.std_no_message_id','没有该ID的短讯。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2477,'chs','messages.std_could_not_delete_message','无法删除该短讯。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2478,'chs','messages.text_jump_to','短讯箱:','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2479,'chs','messages.select_inbox','收件箱','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2480,'chs','messages.select_sentbox','发件箱','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2481,'chs','messages.submit_go','给我搜','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2482,'chs','messages.input_check_all','全选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2483,'chs','messages.input_uncheck_all','全不选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2484,'chs','messages.title_unread','未读','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2485,'chs','messages.title_read','已读','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2486,'chs','messages.text_system','系统','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2487,'chs','messages.text_no_subject','无主题','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2488,'chs','messages.col_search_message','搜索短讯','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2489,'chs','messages.text_search','搜索:','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2490,'chs','messages.text_in','范围:','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2491,'chs','messages.select_title','标题','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2492,'chs','messages.select_body','正文','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2493,'chs','messages.select_both','两者','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2494,'chs','messages.submit_mark_as_read','设为已读','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2495,'chs','messages.std_cannot_mark_messages','短讯无法设为已读。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2496,'chs','messages.std_no_message_selected','请选中要操作的短讯。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2497,'chs','moforums.head_overforum_management','论坛分区管理','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2498,'chs','moforums.text_forum_management','论坛管理','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2499,'chs','moforums.text_overforum_management','论坛分区管理','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2500,'chs','moforums.col_name','名字','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2501,'chs','moforums.col_viewed_by','最低允许查看等级','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2502,'chs','moforums.col_modify','修改','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2503,'chs','moforums.text_edit','编辑','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2504,'chs','moforums.text_delete','删除','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2505,'chs','moforums.js_sure_to_delete_overforum','你确定要删除此论坛分区吗?','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2506,'chs','moforums.text_no_records_found','对不起,没有记录!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2507,'chs','moforums.text_new_overforum','新论坛分区','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2508,'chs','moforums.text_overforum_name','名字','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2509,'chs','moforums.text_overforum_description','描述','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2510,'chs','moforums.text_minimum_view_permission','最低允许阅读等级','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2511,'chs','moforums.text_overforum_order','论坛分区排序','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2512,'chs','moforums.text_overforum_order_note','按数字升序排列即0显示在最顶端。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2513,'chs','moforums.submit_make_overforum','创建新的分区','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2514,'chs','moforums.text_edit_overforum','编辑分区','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2515,'chs','moforums.submit_edit_overforum','编辑分区','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2516,'chs','moresmilies.head_more_smilies','更多可点表情','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2517,'chs','moresmilies.text_close','关闭','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2518,'chs','mybonus.std_sorry','对不起!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2519,'chs','mybonus.std_karma_system_disabled','魔力值系统当前处于关闭中。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2520,'chs','mybonus.std_points_active','不过你的魔力值仍在计算中。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2521,'chs','mybonus.text_success_upload','祝贺你,你成功增加了<b>上传值</b>','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2522,'chs','mybonus.text_success_invites','祝贺你,你获得了<b>1</b>个新的邀请名额!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2523,'chs','mybonus.text_success_vip','祝贺你,你获得了一个月的','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2524,'chs','mybonus.text_success_vip_two','资格!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2525,'chs','mybonus.text_no_permission','<b>错误!</b>你没有该权限。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2526,'chs','mybonus.text_success_custom_title','祝贺你,你获得了<b></b>头衔!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2527,'chs','mybonus.text_success_gift','你成功赠送了<b>魔力值</b>。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2528,'chs','mybonus.head_karma_page','的魔力值','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2529,'chs','mybonus.text_karma_system','魔力值系统','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2530,'chs','mybonus.text_exchange_your_karma','用你的魔力值(当前','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2531,'chs','mybonus.text_for_goodies',')换东东!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2532,'chs','mybonus.text_no_buttons_note','如果按钮不可点,则你的魔力值不足以交换该项。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2533,'chs','mybonus.col_option','项目','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2534,'chs','mybonus.col_description','简介','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2535,'chs','mybonus.col_points','价格','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2536,'chs','mybonus.col_trade','交换','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2537,'chs','mybonus.text_username','用户名:','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2538,'chs','mybonus.text_to_be_given','赠送量:','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2539,'chs','mybonus.text_karma_points',' 个魔力值!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2540,'chs','mybonus.text_enter_titile','输入你想要的<b>特殊头衔</b> ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2541,'chs','mybonus.text_click_exchange',' 点击交换!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2542,'chs','mybonus.text_enter_receiver_name','输入赠送魔力值对象的<b>用户名</b>,选择赠送量然后点击赠送!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2543,'chs','mybonus.text_min','最少','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2544,'chs','mybonus.text_max','最多','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2545,'chs','mybonus.submit_karma_gift','赠送','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2546,'chs','mybonus.text_plus_only','及以上方可!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2547,'chs','mybonus.submit_exchange','交换','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2548,'chs','mybonus.text_unavailable','当前不可用!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2549,'chs','mybonus.text_more_points_needed','需要更多魔力值','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2550,'chs','mybonus.text_what_is_karma','魔力值到底是什么玩意儿,我怎样才能得到它?','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2551,'chs','mybonus.text_get_by_seeding','做种每小时将得到如下的魔力值','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2552,'chs','mybonus.text_for_seeding_torrent',' * <i>你的做种数</i> (做种数最多计','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2553,'chs','mybonus.text_torrent','个','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2554,'chs','mybonus.text_donors_always_get','捐赠者每次将得到','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2555,'chs','mybonus.text_times_of_bonus','倍的魔力值','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2556,'chs','mybonus.text_other_things_get_bonus','其他获取方式','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2557,'chs','mybonus.text_point','个魔力值','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2558,'chs','mybonus.text_upload_torrent','发布新种子 = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2559,'chs','mybonus.text_upload_subtitle','上传一个字幕 = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2560,'chs','mybonus.text_start_topic','发布新主题 = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2561,'chs','mybonus.text_make_post','回复帖子 = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2562,'chs','mybonus.text_add_comment','发布种子、候选的评论 = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2563,'chs','mybonus.text_poll_vote','参与一次调查投票 = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2564,'chs','mybonus.text_offer_vote','参与一次候选投票 = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2565,'chs','mybonus.text_funbox_vote','参与一次趣味盒投票 = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2566,'chs','mybonus.text_rate_torrent','评分种子 = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2567,'chs','mybonus.text_say_thanks','说谢谢 = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2568,'chs','mybonus.text_receive_thanks','收到感谢 = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2569,'chs','mybonus.text_funbox_reward','发布的趣味盒内容获得用户较高的评价(详见规则)','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2570,'chs','mybonus.text_howto_get_karma_four','</ul>\r\n<h1>注意点</h1>\r\n<ul>','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2571,'chs','mybonus.text_howto_get_karma_five','<li>与获取相反的事件也会消耗你的魔力值。<br />如:如果你上传种子后又删除了它,你会先得到然后又失去','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2572,'chs','mybonus.text_howto_get_karma_six','。</li>\r\n <li>站点还有其他获取魔力值的事,请慢慢探索。:)</li>\r\n <li>管理组可以剥夺或发放魔力值,视用户是违反规则还是做贡献而定。</li>\r\n</ul>','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2573,'chs','mybonus.std_no_permission','没有该权限','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2574,'chs','mybonus.std_class_above_vip','你的等级比VIP高','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2575,'chs','mybonus.text_wasted_karma','我刚刚浪费了魔力值','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2576,'chs','mybonus.text_huh','恩?','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2577,'chs','mybonus.text_karma_self_giving_warning','哥们,你玩够了吗...<br />你不能将魔力值送给自己...<br />如果要送,选择其他用户!<br /><br />点击返回<a class=altlink href=mybonus.php>魔力值页面</a>。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2578,'chs','mybonus.text_receiver_not_exists','对不起...<br />不存在该用户。<br /><br />点击回到你的<a class=altlink href=mybonus.php>魔力值页面</a>。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2579,'chs','mybonus.text_oups','啊哦!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2580,'chs','mybonus.text_not_enough_karma','<b>对不起</b>,你没有足够的魔力值!<br />点击回到你的<a class=altlink href=mybonus.php>魔力值页面</a>。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2581,'chs','mybonus.text_cheat_alert','想作弊?没门!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2582,'chs','mybonus.text_not_enough_bonus','对不起,你没有足够的魔力值。还有,你怎么到这来的?','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2583,'chs','mybonus.text_uploaded_one','1.0 GB上传量','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2584,'chs','mybonus.text_uploaded_note','如果有足够的魔力值,你可以用它来换取上传量。交易完成后,你的魔力值会减少,上传量则会增加。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2585,'chs','mybonus.text_uploaded_two','5.0 GB上传量','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2586,'chs','mybonus.text_uploaded_three','10.0 GB上传量','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2587,'chs','mybonus.text_buy_invite','1个邀请名额','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2588,'chs','mybonus.text_buy_invite_note','如果有足够的魔力值,你可以用它来换取邀请名额。交易完成后,你的魔力值会减少,邀请名额数则会增加。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2589,'chs','mybonus.text_custom_title','自定义头衔','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2590,'chs','mybonus.text_custom_title_note','如果有足够的魔力值,你就可以给自己定一个头衔了。注意:禁止使用脏话、攻击性的词汇或用户等级作为头衔。交易完成后,你的魔力值会减少,你的头衔将变成自定义的。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2591,'chs','mybonus.text_vip_status','贵宾待遇','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2592,'chs','mybonus.text_vip_status_note','如果有足够的魔力值,你可以用它来换取一个月的贵宾待遇。交易完成后,你的魔力值会减少,同时你的等级将变为贵宾。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2593,'chs','mybonus.text_bonus_gift','赠送魔力值','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2594,'chs','mybonus.text_bonus_gift_note','可能你不需要魔力值,为什么不把它送给那些需要的人呢?你可以把自己的魔力值作为礼物送给别人。交易完成后,你的魔力值会减少,礼物接收者的魔力值则会增加。同时,接收者会收到一条关于你的馈赠的短讯。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2595,'chs','mybonus.text_error','错误','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2596,'chs','mybonus.text_ratio_too_high','分享率已很高','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2597,'chs','mybonus.text_bonus_formula_one','每小时获得的魔力值点数由下面的公式给出<br />&nbsp;&nbsp;&nbsp;&nbsp;<img src=pic/bonusformulaa.png alt=\"A = sigma( ( 1 - 10 ^ ( - Ti / T0 ) ) * Si * ( 1 + sqrt( 2 ) * 10 ^ ( - ( Ni - 1 ) / ( N0 - 1 ) ) )\" title=\"A = sigma( ( 1 - 10 ^ ( - Ti / T0 ) ) * Si * ( 1 + sqrt( 2 ) * 10 ^ ( - ( Ni - 1 ) / ( N0 - 1 ) ) )\"><br />&nbsp;&nbsp;&nbsp;&nbsp;<img src=pic/bonusformulab.png alt=\"B = B0 * 2 / pi * arctan( A / L )\" title=\"B = B0 * 2 / pi * arctan( A / L )\"><br />\r\n式中<ul><li><b>A</b>为中间变量</li><li><b>Ti</b>为第<b>i</b>个种子的生存时间, 即自种子发布起到现在所经过的时间, 单位是周</li><li><b>T0</b>为参数。<b>T0</b> = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2598,'chs','mybonus.text_bonus_formula_two','</li><li><b>Si</b>为第<b>i</b>个种子的大小单位是GB</li><li><b>Ni</b>为第<b>i</b>个种子当前的做种者数</li><li><b>N0</b>为参数。<b>N0</b> = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2599,'chs','mybonus.text_bonus_formula_three','</li><li><b>B</b>为1小时中用户获得的做种魔力值点数</li><li><b>B0</b>为参数代表用户1小时获得魔力值的上限。<b>B0</b> = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2600,'chs','mybonus.text_bonus_formula_four','</li><li><b>L</b>为参数。<b>L</b> = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2601,'chs','mybonus.text_bonus_formula_five','</li></ul>简言之,为做种人数少、文件体积大的种子做种能获得更多魔力值。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2602,'chs','mybonus.text_user_with_ratio_above','分享率高于','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2603,'chs','mybonus.text_and_uploaded_amount_above','且上传量大于','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2604,'chs','mybonus.text_cannot_exchange_uploading','GB的用户不能换取更多的上传量。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2605,'chs','mybonus.text_you_are_currently_getting','你当前每小时能获取','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2606,'chs','mybonus.text_per_hour','','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2607,'chs','mybonus.text_custom','自定义','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2608,'chs','mybonus.bonus_amount_not_allowed','魔力值数量不允许。你每次只能赠送25.0至1000.0个魔力值。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2609,'chs','mybonus.text_system_charges_receiver','<b>注意:</b>系统向礼物接收者索取','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2610,'chs','mybonus.text_tax_bonus_point','个魔力值','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2611,'chs','mybonus.text_tax_plus',' + ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2612,'chs','mybonus.text_percent_of_transfered_amount','% * 赠送额的魔力值','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2613,'chs','mybonus.text_as_tax','作为税收。例如当你选择赠送100个魔力值接收者实际只收到','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2614,'chs','mybonus.text_tax_example_note','个魔力值。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2615,'chs','mybonus.text_no_advertisements','天不显示广告','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2616,'chs','mybonus.text_no_advertisements_note','如果有足够的魔力值,你可以用它来换取一定期限内不显示广告的权限。交易完成后,你的魔力值会减少,同时在一定期限内你将看不到网站中的广告。如果在此期间你需要显示广告,你可以随时在控制面板开启它。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2617,'chs','mybonus.text_success_no_ad','享受无广告的时间!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2618,'chs','mybonus.submit_class_above_no_ad','你可在控制面板关闭广告','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2619,'chs','mybonus.submit_already_disabled','广告已可关闭','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2620,'chs','mybonus.text_click_on_ad','点击一次广告(每个广告只计一次) = ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2621,'chs','mybonus.text_promotion_link_clicked','宣传链接获得一次点击每个IP只计一次= ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2622,'chs','mybonus.text_charity_giving','慈善捐赠','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2623,'chs','mybonus.text_charity_giving_note','你可以将你的魔力值通过慈善捐赠送与有需要的用户群体。而且,完全由你决定赠与群体的条件。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2624,'chs','mybonus.text_ratio_below','平均分配给用户:分享率低于','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2625,'chs','mybonus.text_and_downloaded_above','且下载量大于','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2626,'chs','mybonus.text_select_receiver_ratio','选择你想捐赠予的用户群体的<b>分享率</b>,选择你想赠送的魔力值总值,然后点击<b>慈善捐赠</b>','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2627,'chs','mybonus.submit_charity_giving','慈善捐赠','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2628,'chs','mybonus.text_message','留言:','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2629,'chs','mybonus.bonus_amount_not_allowed_two','魔力值数量不允许。你每次只能赠送1000.0至50000.0个魔力值。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2630,'chs','mybonus.bonus_ratio_not_allowed','分享率不符合要求只有分享率低于0.8的用户需要慈善帮助。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2631,'chs','mybonus.std_no_users_need_charity','暂时没有需要慈善帮助的用户。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2632,'chs','mybonus.text_success_charity','谢谢!感谢你的慷慨捐赠。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2633,'chs','news.std_delete_news_item','删除最近消息','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2634,'chs','news.std_are_you_sure','你真的要删除一条最近消息吗?如果确定,请点击','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2635,'chs','news.std_here','这里','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2636,'chs','news.std_if_sure','。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2637,'chs','news.std_error','错误','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2638,'chs','news.std_news_body_empty','最近消息的正文不能为空!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2639,'chs','news.std_news_title_empty','最近消息的标题不能为空!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2640,'chs','news.std_something_weird_happened','奇怪的事情发生了。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2641,'chs','news.std_invalid_news_id','最近消息的ID不存在','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2642,'chs','news.head_edit_site_news','编辑最近消息','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2643,'chs','news.text_edit_site_news','编辑最近消息','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2644,'chs','news.text_notify_users_of_this','提醒用户查看这条消息。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2645,'chs','news.head_site_news','最近消息','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2646,'chs','news.text_submit_news_item','提交新的消息','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2647,'chs','offers.text_offered_by','由','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2648,'chs','offers.text_inf','无限','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2649,'chs','offers.text_ratio','分享率:','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2650,'chs','offers.text_orphaned','(无此帐户)','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2651,'chs','offers.text_at','提交于','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2652,'chs','offers.text_edit','编辑','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2653,'chs','offers.text_delete','删除','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2654,'chs','offers.text_profile','个人资料','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2655,'chs','offers.text_pm','短讯','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2656,'chs','offers.text_report','举报','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2657,'chs','offers.text_last_edited_by','最后被','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2658,'chs','offers.text_edited_at','编辑于','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2659,'chs','offers.head_offer_error','候选错误','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2660,'chs','offers.std_error','错误!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2661,'chs','offers.std_smell_rat','有地方不对劲!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2662,'chs','offers.head_offer','候选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2663,'chs','offers.submit_search','给我搜','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2664,'chs','offers.text_red_star_required','红星号(<font color=\"red\">*</font>)标记的区域必须填写','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2665,'chs','offers.text_offers_open_to_all','候选区对所有用户均开放...提高分享率的好方式!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2666,'chs','offers.select_type_select','(请选择)','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2667,'chs','offers.row_type','类型','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2668,'chs','offers.row_title','标题','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2669,'chs','offers.row_post_or_photo','海报或图片','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2670,'chs','offers.text_link_to_picture','(图标的链接。不要加<a href=\"tags.php\" title=\"查看标签用法\">标签</a>代码! 显示在简介里)','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2671,'chs','offers.row_description','简介','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2672,'chs','offers.submit_add_offer','添加','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2673,'chs','offers.col_type','类型','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2674,'chs','offers.col_title','标题','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2675,'chs','offers.title_time_added','添加时间','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2676,'chs','offers.col_offered_by','添加者','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2677,'chs','offers.submit_show_all','显示全部','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2678,'chs','offers.std_must_enter_name','你必须输入标题!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2679,'chs','offers.std_must_select_category','你必须选择候选的类型!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2680,'chs','offers.stdst_enter_description','你必须填写简介!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2681,'chs','offers.std_wrong_image_format','图片必须是jpg, gif 或png格式。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2682,'chs','offers.head_success','成功!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2683,'chs','offers.head_error','错误!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2684,'chs','offers.std_offer_exists','候选已经存在!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2685,'chs','offers.text_view_all_offers','查看所有候选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2686,'chs','offers.head_offer_detail_for','候选详情','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2687,'chs','offers.text_offer_detail','候选详情','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2688,'chs','offers.row_time_added','添加时间','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2689,'chs','offers.row_status','状态','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2690,'chs','offers.text_pending','待定','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2691,'chs','offers.text_allowed','允许','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2692,'chs','offers.text_denied','拒绝','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2693,'chs','offers.text_edit_offer','编辑候选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2694,'chs','offers.text_delete_offer','删除候选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2695,'chs','offers.report_offer','举报候选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2696,'chs','offers.row_allow','允许','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2697,'chs','offers.submit_allow','允许','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2698,'chs','offers.submit_let_votes_decide','让投票决定','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2699,'chs','offers.row_vote','投票','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2700,'chs','offers.text_for','支持','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2701,'chs','offers.text_against','反对','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2702,'chs','offers.row_offer_allowed','候选已允许','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2703,'chs','offers.text_voter_receives_pm_note','当候选被上传时投票者会收到通知短讯!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2704,'chs','offers.text_urge_upload_offer_note','该候选已经被允许!请尽快上传该种子。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2705,'chs','offers.row_vote_results','投票状态','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2706,'chs','offers.text_see_vote_detail','[查看投票详情]','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2707,'chs','offers.row_report_offer','举报候选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2708,'chs','offers.text_for_breaking_rules','该候选违反了规则 ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2709,'chs','offers.submit_report_offer','举报','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2710,'chs','offers.text_add_comment','添加评论','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2711,'chs','offers.text_no_comments','没有评论','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2712,'chs','offers.std_access_denied','访问被拒绝!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2713,'chs','offers.std_mans_job','这是人的工作','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2714,'chs','offers.std_have_no_permission','你没有该权限','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2715,'chs','offers.std_sorry','对不起','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2716,'chs','offers.std_no_votes_yet','暂时没有投票... ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2717,'chs','offers.std_back_to_offer_detail','<b>候选详情</b></a></p>','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2718,'chs','offers.std_cannot_edit_others_offer','你没有权限编辑别人的候选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2719,'chs','offers.head_edit_offer','编辑候选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2720,'chs','offers.submit_edit_offer','编辑候选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2721,'chs','offers.head_offer_voters','候选投票者','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2722,'chs','offers.text_vote_results_for','候选投票状态','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2723,'chs','offers.col_user','用户','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2724,'chs','offers.col_uploaded','上传量','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2725,'chs','offers.col_downloaded','下载量','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2726,'chs','offers.col_ratio','分享率','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2727,'chs','offers.col_vote','投票','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2728,'chs','offers.std_already_voted','你已经投过票','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2729,'chs','offers.std_already_voted_note','<p>你已经投过票,每个候选只能投一次。</p><p>返回到','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2730,'chs','offers.head_vote_for_offer','候选投票','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2731,'chs','offers.std_vote_accepted','投票成功','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2732,'chs','offers.std_vote_accepted_note','<p>你的投票成功了。</p><p>返回到','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2733,'chs','offers.std_cannot_delete_others_offer','你没有权限删除别人的候选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2734,'chs','offers.std_delete_offer','删除候选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2735,'chs','offers.std_delete_offer_note','你将要删除该候选。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2736,'chs','offers.head_offers','候选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2737,'chs','offers.text_offers_section','候选区','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2738,'chs','offers.text_add_offer','添加候选','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2739,'chs','offers.text_view_request','查看求种','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2740,'chs','offers.select_show_all','(显示全部)','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2741,'chs','offers.submit_view_only_selected','显示选择','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2742,'chs','offers.text_search_offers','搜索:','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2743,'chs','offers.title_comment','评论','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2744,'chs','offers.col_vote_results','投票','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2745,'chs','offers.text_nothing_found','空!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2746,'chs','offers.text_yep','是','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2747,'chs','offers.text_nah','否','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2748,'chs','offers.title_show_vote_details','显示投票详情','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2749,'chs','offers.title_i_want_this','我要!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2750,'chs','offers.title_do_not_want_it','没兴趣','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2751,'chs','offers.row_action','行为','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2752,'chs','offers.text_quick_comment','快速评论','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2753,'chs','offers.submit_add_comment','添加','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2754,'chs','offers.text_blank','提交于','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2755,'chs','offers.col_act','行为','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2756,'chs','offers.title_delete','删除','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2757,'chs','offers.title_edit','编辑','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2758,'chs','offers.col_timeout','过期','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2759,'chs','offers.row_info','信息','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2760,'chs','offers.text_reason_is','原因:','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2761,'chs','offers.submit_confirm','确定','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2762,'chs','offers.title_add_comments','添加评论','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2763,'chs','offers.text_at_time','发布于','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2764,'chs','offers.text_blank_two','发布在','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2765,'chs','offers.text_last_commented_by','最新评论由','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2766,'chs','offers.title_has_new_comment','有新评论','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2767,'chs','offers.title_no_new_comment','无新评论','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2768,'chs','offers.text_new','新','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2769,'chs','offers.std_cannot_vote_youself','你不能给自己提交的候选投票。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2770,'chs','offers.text_rules','规则:','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2771,'chs','offers.text_rule_one_one','','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2772,'chs','offers.text_rule_one_two','及以上等级的用户可直接发布种子,无需经过候选。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2773,'chs','offers.text_rule_one_three','或以上等级的用户可以添加候选。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2774,'chs','offers.text_rule_two_one','当候选的支持票比反对票多','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2775,'chs','offers.text_rule_two_two','票时,候选被通过。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2776,'chs','offers.text_rule_three_one','如候选在添加','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2777,'chs','offers.text_rule_three_two','小时后未被通过,它将被删除。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2778,'chs','offers.text_rule_four_one','如在候选通过后','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2779,'chs','offers.text_rule_four_two','小时内用户没有发布种子,通过的候选将被删除。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2780,'chs','ok.head_user_signup','用户注册','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2781,'chs','ok.std_account_activated','注册成功,但账号未激活!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2782,'chs','ok.account_activated_note','你的账号已成功创建。不过新用户需要在管理员批准后才能成为注册用户并访问站点。谢谢你的理解。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2783,'chs','ok.account_activated_note_two','你的账号已成功创建。不过新用户需要在邀请者批准后才能成为注册用户并访问站点。谢谢你的理解。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2784,'chs','ok.std_signup_successful','注册成功!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2785,'chs','ok.std_confirmation_email_note','一封验证邮件已发送到你指定的邮箱(','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2786,'chs','ok.std_confirmation_email_note_end',')。在使用账号前你必须按邮件内容指示通过验证。如果你不这样做,注册的新账号会在较短时间后被删除。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2787,'chs','ok.head_sysop_activation','系统操作员账号激活','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2788,'chs','ok.std_sysop_activation_note','<h1>系统操作员账号成功激活!</h1>\n','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2789,'chs','ok.std_auto_logged_in_note','<p>你的账号已成功激活!你已自动登录。你现在可以访问<a class=altlink href=\"/\"><b>首页</b></a>并使用你的账号。</p>\n','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2790,'chs','ok.std_cookies_disabled_note','<p>你的账号已成功激活!但是,你没有自动登录。你可能需要打开浏览器的新窗口才能登录。<br />或者是因为你禁用了浏览器的cookies。你必须启用cookies才能使用你的账号。请启用cookies然后再次尝试<a class=altlink href=\"login.php\">登录</a>。</p>\n','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2791,'chs','ok.head_already_confirmed','已经通过验证','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2792,'chs','ok.std_already_confirmed','<h1>已经通过验证</h1>\n','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2793,'chs','ok.std_already_confirmed_note','<p>该账号已经通过验证。你可以使用它来<a class=altlink href=\"login.php\">登录</a>。</p>\n','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2794,'chs','ok.head_signup_confirmation','注册验证','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2795,'chs','ok.std_account_confirmed','<h1>账号成功通过验证!</h1>\n','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2796,'chs','ok.std_read_rules_faq','<p>在使用NexusPHP前请务必先阅读并熟悉站点的<a class=altlink href=\"rules.php\"><b>规则</b></a>和<a class=altlink href=\"faq.php\"><b>常见问题</b></a>。</p>\n','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2797,'chs','polloverview.std_error','错误','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2798,'chs','polloverview.head_poll_overview','投票概况','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2799,'chs','polloverview.text_polls_overview','投票概况','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2800,'chs','polloverview.col_id','ID','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2801,'chs','polloverview.col_added','添加时间','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2802,'chs','polloverview.col_question','问题','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2803,'chs','polloverview.text_no_users_voted','对不起...还没有用户投过票!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2804,'chs','polloverview.text_no_poll_id','对不起...没有该ID的投票','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2805,'chs','polloverview.text_poll_question','投票问题','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2806,'chs','polloverview.col_option_no','编号','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2807,'chs','polloverview.col_options','选项','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2808,'chs','polloverview.text_polls_user_overview','投票用户情况','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2809,'chs','polloverview.col_username','用户名','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2810,'chs','polloverview.col_selection','选项','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2811,'chs','polls.std_error','错误','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2812,'chs','polls.std_permission_denied','你没有该权限','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2813,'chs','polls.std_delete_poll','删除投票','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2814,'chs','polls.std_delete_poll_confirmation','你确定要删除该投票吗?点击\n','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2815,'chs','polls.std_here_if_sure','<b>这里</b></a>来确认。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2816,'chs','polls.std_sorry','对不起...','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2817,'chs','polls.std_no_polls','暂时没有投票!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2818,'chs','polls.head_previous_polls','以前的投票','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2819,'chs','polls.text_previous_polls','以前的投票','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2820,'chs','polls.text_ago','以前','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2821,'chs','polls.text_edit','编辑','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2822,'chs','polls.text_delete','删除','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2823,'chs','polls.text_votes','投票数:','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2824,'chs','preview.text_preview','预览','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2825,'chs','promotionlink.head_promotion_link','宣传链接','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2826,'chs','promotionlink.text_promotion_link','宣传链接','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2827,'chs','promotionlink.text_promotion_link_note_one','如果你很喜欢本站,想让更多人知道它,你可以使用你的宣传链接帮助我们宣传。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2828,'chs','promotionlink.text_promotion_link_note_two','每个用户都有唯一的确定其身份的宣传链接,由系统随机生成。当网友点击你的宣传链接时,他将会被转向本站,同时系统会对你进行奖励。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2829,'chs','promotionlink.text_you_would_get','你将获得','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2830,'chs','promotionlink.text_bonus_points','个魔力值如果你的宣传链接获得一次来自一个未记录的IP的点击。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2831,'chs','promotionlink.text_seconds','秒内最多奖励一次点击。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2832,'chs','promotionlink.text_your_promotion_link_is','你的宣传链接为:','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2833,'chs','promotionlink.text_promotion_link_note_four','你可以通过各种方式将你的宣传链接传播出去,以下是一些例子。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2834,'chs','promotionlink.col_type','类型','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2835,'chs','promotionlink.col_code','代码','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2836,'chs','promotionlink.col_result','效果','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2837,'chs','promotionlink.col_note','注释','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2838,'chs','promotionlink.row_xhtml','XHTML 1.0','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2839,'chs','promotionlink.text_xhtml_note','如果你有个人网站你可以在页面中使用XHTML代码。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2840,'chs','promotionlink.row_html','HTML 4.01','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2841,'chs','promotionlink.text_html_note','如果你有个人网站你可以在页面中使用HTML代码。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2842,'chs','promotionlink.row_bbcode','BBCode论坛代码','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2843,'chs','promotionlink.text_bbcode_note','大部分论坛程序如vBulletinDiscuz!PHPWind支持名为BBCode的论坛代码。你可以将此代码放在你的签名档中。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2844,'chs','promotionlink.row_bbcode_userbar','论坛代码 - 个性条','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2845,'chs','promotionlink.text_bbcode_userbar_note','获取你的个性条。如果你在控制面板中将你的隐私等级设为“高”,则<b>不能</b>使用个性条。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2846,'chs','promotionlink.row_bbcode_userbar_alt','论坛代码 - 个性条(另一方式)','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2847,'chs','promotionlink.text_bbcode_userbar_alt_note','当上面方式不可用时使用此方式。如果你在控制面板中将你的隐私等级设为“高”,则<b>不能</b>使用个性条。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2848,'chs','recover.std_recover_failed','找回密码失败!(请看下面)','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2849,'chs','recover.std_missing_email_address','你必须输入邮箱地址!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2850,'chs','recover.std_invalid_email_address','无效的邮箱地址!','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2851,'chs','recover.std_email_not_in_database','数据库中不存在该邮箱地址。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2852,'chs','recover.std_error','错误','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2853,'chs','recover.std_database_error','数据库错误。请将该错误告诉管理员。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2854,'chs','recover.std_unable_updating_user_data','无法更新用户数据。请将该错误向管理员报告。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2855,'chs','recover.text_recover_user','找回用户名或密码','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2856,'chs','recover.text_use_form_below','使用以下表格重置密码,更新后的帐户信息会发送到你的邮箱。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2857,'chs','recover.text_reply_to_confirmation_email','(请按邮件指示执行)','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2858,'chs','recover.text_note','注意:连续','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2859,'chs','recover.text_ban_ip','次错误尝试会导致你的IP地址被禁用','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2860,'chs','recover.row_registered_email','注册邮箱:','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2861,'chs','recover.submit_recover_it','确定','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2862,'chs','recover.text_you_have','你还有','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2863,'chs','recover.text_remaining_tries','次尝试机会。','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2864,'chs','recover.mail_this_link','这个链接','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2865,'chs','recover.mail_here','这里','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2866,'chs','recover.mail_title',' 网站密码重置验证','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2867,'chs','recover.mail_one','你好,<br /><br />你请求重置你在NexusPHP网站账户的密码。<br />该账户的邮箱地址为 ','2021-01-11 12:47:56','2021-01-11 12:47:56'),(2868,'chs','recover.mail_two',' 。<br /><br />发送请求的IP地址为 ','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2869,'chs','recover.mail_three','.<br /><br />如果你没有发过该请求,请忽视本邮件。请勿回复本邮件。<br /><br />如果你的确发过该请求,请点击这个链接来确认: ','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2870,'chs','recover.mail_four','<br />确认后,你的密码将被重置并通过另一封邮件发送给你。<br /><br />------<br />NexusPHP 网站','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2871,'chs','recover.mail_two_title',' 网站账户信息','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2872,'chs','recover.mail_two_one','你好,<br /><br />依你的请求,我们给你的账户生成了新的密码。<br /><br />以下是你的账户重置后的信息:<br /><br />用户名:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2873,'chs','recover.mail_two_two','<br />密码:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2874,'chs','recover.mail_two_three','<br /><br />你可以从这里登录: ','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2875,'chs','recover.mail_two_four','<br /><br />登录后你可以在控制面板-安全设定中修改密码。<br />------<br />NexusPHP 网站','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2876,'chs','recover.text_select_lang','Select Site Language: ','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2877,'chs','recover.std_user_account_unconfirmed','该账户还未通过验证。如果你没有收到验证邮件,试试<a href=\'confirm_resend.php\'><b>重新发送验证邮件</b></a>。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2878,'chs','report.std_error','错误','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2879,'chs','report.std_missing_reason','必须填写原因!','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2880,'chs','report.std_message','消息','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2881,'chs','report.std_successfully_reported','举报成功!','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2882,'chs','report.std_already_reported_this','你已经举报过该项目!','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2883,'chs','report.std_sorry','对不起','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2884,'chs','report.std_cannot_report_oneself','你不能举报自己!','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2885,'chs','report.std_invalid_user_id','无效的用户ID','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2886,'chs','report.std_cannot_report','你不能举报','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2887,'chs','report.std_are_you_sure','确认','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2888,'chs','report.text_are_you_sure_user','你确信用户','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2889,'chs','report.text_to_staff','违反了规则,要向管理组举报?','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2890,'chs','report.text_not_for_leechers','请<b>不要</b>用于举报吸血鬼,系统有脚本对付他们。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2891,'chs','report.text_reason_is','原因<font class=striking>(必需填写)</font> ','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2892,'chs','report.submit_confirm','确信','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2893,'chs','report.text_reason_note','<b><font class=striking>请注意!</font></b>&nbsp;如果没有理由乱举报,你会受到警告。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2894,'chs','report.std_invalid_torrent_id','无效的种子ID','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2895,'chs','report.text_are_you_sure_torrent','你确信种子','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2896,'chs','report.std_invalid_forum_id','无效的论坛帖子ID','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2897,'chs','report.text_are_you_sure_post','你确信论坛帖子帖子ID','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2898,'chs','report.text_of_topic',';主题:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2899,'chs','report.text_of_torrent',';种子:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2900,'chs','report.text_of_offer',';候选:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2901,'chs','report.text_of_request',';求种:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2902,'chs','report.text_by',')的发布者','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2903,'chs','report.std_invalid_comment_id','无效的评论ID','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2904,'chs','report.std_orphaned_comment','评论不属于任何内容。请向管理员报告此情况。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2905,'chs','report.text_are_you_sure_comment','你确信评论ID','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2906,'chs','report.std_invalid_offer_id','无效的候选ID','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2907,'chs','report.text_are_you_sure_offer','你确信候选','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2908,'chs','report.std_invalid_request_id','无效的求种ID','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2909,'chs','report.std_are_you_sure_request','你确信求种','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2910,'chs','report.std_invalid_action','无效的行为。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2911,'chs','report.text_are_you_sure_subtitle','你确信字幕','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2912,'chs','reports.std_oho','噢哦!','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2913,'chs','reports.std_no_report','没有举报信息。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2914,'chs','reports.head_reports','举报','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2915,'chs','reports.text_reports','举报','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2916,'chs','reports.col_added','时间','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2917,'chs','reports.col_reporter','举报者','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2918,'chs','reports.col_reporting','举报内容','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2919,'chs','reports.col_type','类型','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2920,'chs','reports.col_reason','原因','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2921,'chs','reports.col_dealt_with','处理','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2922,'chs','reports.col_action','行为','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2923,'chs','reports.text_yes','是','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2924,'chs','reports.text_no','否','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2925,'chs','reports.text_torrent','种子','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2926,'chs','reports.text_torrent_does_not_exist','种子不存在或已被删除。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2927,'chs','reports.text_user','用户','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2928,'chs','reports.text_user_does_not_exist','用户不存在或已被删除。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2929,'chs','reports.text_offer','候选','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2930,'chs','reports.text_offer_does_not_exist','候选不存在或已被删除。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2931,'chs','reports.text_forum_post','论坛帖子','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2932,'chs','reports.text_post_does_not_exist','论坛帖子不存在或已被删除。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2933,'chs','reports.text_post_id','帖子ID','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2934,'chs','reports.text_of_topic',';主题:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2935,'chs','reports.text_by',';作者:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2936,'chs','reports.text_comment','评论','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2937,'chs','reports.text_comment_does_not_exist','评论不存在或已被删除。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2938,'chs','reports.text_of_torrent',';种子:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2939,'chs','reports.text_of_offer',';候选:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2940,'chs','reports.text_comment_id','评论ID','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2941,'chs','reports.text_subtitle','字幕','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2942,'chs','reports.text_subtitle_does_not_exist','字幕不存在或已被删除。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2943,'chs','reports.text_for_torrent_id','种子ID','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2944,'chs','reports.submit_set_dealt','设为已处理','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2945,'chs','reports.submit_delete','删除','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2946,'chs','rules.head_rules','规则','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2947,'chs','sendmessage.std_error','错误','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2948,'chs','sendmessage.std_permission_denied','没有该权限','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2949,'chs','sendmessage.head_send_message','发送短讯','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2950,'chs','sendmessage.text_mass_message','群发短讯给','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2951,'chs','sendmessage.text_users','个用户','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2952,'chs','sendmessage.text_subject','主题:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2953,'chs','sendmessage.text_comment','评论:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2954,'chs','sendmessage.text_from','发送者:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2955,'chs','sendmessage.text_take_snapshot','使用快照:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2956,'chs','sendmessage.submit_send_it','发送','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2957,'chs','sendmessage.submit_preview','预览','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2958,'chs','sendmessage.text_templates','模版:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2959,'chs','sendmessage.submit_use','使用','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2960,'chs','sendmessage.std_no_user_id','没有该ID的用户。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2961,'chs','sendmessage.text_message_to','发送短讯给','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2962,'chs','sendmessage.checkbox_delete_message_replying_to','回复后删除','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2963,'chs','sendmessage.checkbox_save_message_to_sendbox','保存到发件箱','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2964,'chs','settings.text_yes','是','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2965,'chs','settings.text_no','否','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2966,'chs','settings.text_website_settings','站点设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2967,'chs','settings.text_configuration_file_saving_note','在保存设定前,请确保配置文件和其目录的访问权限已正确配置。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2968,'chs','settings.head_save_main_settings','保存主要设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2969,'chs','settings.std_message','信息','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2970,'chs','settings.std_click','点击','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2971,'chs','settings.std_here','这里','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2972,'chs','settings.std_to_go_back','返回。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2973,'chs','settings.head_save_basic_settings','保存基础设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2974,'chs','settings.head_save_code_settings','保存代码设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2975,'chs','settings.head_save_bonus_settings','保存魔力值设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2976,'chs','settings.head_save_account_settings','保存账号设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2977,'chs','settings.head_save_torrent_settings','保存种子设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2978,'chs','settings.head_save_smtp_settings','保存SMTP设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2979,'chs','settings.head_save_security_settings','保存安全设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2980,'chs','settings.head_save_authority_settings','保存权限设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2981,'chs','settings.head_save_tweak_settings','保存次要设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2982,'chs','settings.head_save_bot_settings','保存机器人设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2983,'chs','settings.head_bot_settings','机器人设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2984,'chs','settings.head_tweak_settings','次要设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2985,'chs','settings.row_save_user_location','保存用户位置','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2986,'chs','settings.text_save_user_location_note','默认\'否\'。保存用户最近访问位置。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2987,'chs','settings.row_log_user_ips','记录用户IP地址','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2988,'chs','settings.text_store_user_ips_note','默认\'是\'。当用户改变IP地址时做记录。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2989,'chs','settings.row_kps_enabled','开启魔力值系统','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2990,'chs','settings.text_enabled','开启','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2991,'chs','settings.text_disabled_but_save','关闭但仍记录数值','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2992,'chs','settings.text_disabled_no_save','完全关闭','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2993,'chs','settings.text_kps_note','默认‘开启’。开启或关闭魔力值系统,是否记录数值。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2994,'chs','settings.row_tracker_founded_date','网站创立时间','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2995,'chs','settings.text_tracker_founded_date_note','时间格式为\'年年年年-月月-日日\',将它设成网站创立的时间。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2996,'chs','settings.row_save_settings','保存设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2997,'chs','settings.submit_save_settings','保存设定! (只需点击一次)','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2998,'chs','settings.head_smtp_settings','SMTP设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(2999,'chs','settings.row_mail_function_type','邮件函数类型','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3000,'chs','settings.head_security_settings','安全设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3001,'chs','settings.row_enable_ssl','使用SSL网页','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3002,'chs','settings.row_enable_ssl_tracker','使用SSLTracker','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3003,'chs','settings.text_optional','可选(允许用户选择)','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3004,'chs','settings.text_ssl_note','默认\'否\'。你的HTTP服务器需要做额外的配置才能支持SSL。另外你需要一个证书从证书签发机构申请或自签名。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3005,'chs','settings.row_enable_image_verification','开启图片验证码','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3006,'chs','settings.text_image_verification_note','默认\'否\'。用户在注册/登录/找回密码过程中需要填写验证码','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3007,'chs','settings.row_allow_email_change','允许用户改变邮箱','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3008,'chs','settings.text_email_change_note','默认\'否\'。设为\'否\'将禁止用户改变其邮箱地址。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3009,'chs','settings.row_cheater_detection_level','作弊者检测级别','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3010,'chs','settings.select_none','无','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3011,'chs','settings.select_conservative','保守','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3012,'chs','settings.select_normal','正常','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3013,'chs','settings.select_strict','严格','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3014,'chs','settings.select_paranoid','多疑','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3015,'chs','settings.text_cheater_detection_level_note','默认\'正常\'。请将它设为最适合你的网站的级别。级别越严格,越降低同伴汇报速度。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3016,'chs','settings.text_never_suspect','永远不怀疑','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3017,'chs','settings.text_or_above','及以上等级的用户,即对他们不做检测。默认','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3018,'chs','settings.row_max_ips','最多允许IP数','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3019,'chs','settings.text_max_ips_note','相同IP地址最大允许的注册数。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3020,'chs','settings.row_max_login_attemps','最大登录尝试','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3021,'chs','settings.text_max_login_attemps_note','超过这个限制的IP地址将被禁用。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3022,'chs','settings.head_authority_settings','权限设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3023,'chs','settings.row_default_class','默认等级','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3024,'chs','settings.text_default_user_class','默认用户等级:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3025,'chs','settings.text_default',' 默认为','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3026,'chs','settings.text_default_class_note','。注册时获得的等级。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3027,'chs','settings.row_staff_member','管理组成员','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3028,'chs','settings.text_minimum_class','最低允许等级:','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3029,'chs','settings.text_staff_member_note','。被认为是管理组成员的等级,如可以查看管理组信箱。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3030,'chs','settings.row_news_management','管理最近消息','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3031,'chs','settings.text_news_management_note','。添加、编辑、删除最近消息。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3032,'chs','settings.row_post_funbox_item','发布趣味盒内容','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3033,'chs','settings.text_post_funbox_item_note','。允许发布新的趣味盒内容及编辑自己发布的趣味盒内容。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3034,'chs','settings.row_funbox_management','管理趣味盒','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3035,'chs','settings.text_funbox_management_note','。编辑、删除、禁止任何人发布的趣味盒内容。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3036,'chs','settings.row_shoutbox_management','管理群聊区','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3037,'chs','settings.text_shoutbox_management_note','。删除群聊区和救助区的信息。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3038,'chs','settings.row_poll_management','管理投票','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3039,'chs','settings.text_poll_management_note','。添加、编辑、删除投票。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3040,'chs','settings.row_apply_for_links','申请链接','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3041,'chs','settings.text_apply_for_links_note','。申请在首页的友情链接。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3042,'chs','settings.row_link_management','管理友情链接','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3043,'chs','settings.text_link_management_note','。添加、编辑、删除友情链接。 ','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3044,'chs','settings.row_forum_post_management','管理论坛帖子','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3045,'chs','settings.text_forum_post_management_note','。编辑、删除、移动、置顶、锁定论坛帖子。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3046,'chs','settings.row_comment_management','管理评论','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3047,'chs','settings.text_comment_management_note','。编辑、删除种子和候选的评论。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3048,'chs','settings.row_forum_management','管理论坛版块','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3049,'chs','settings.text_forum_management_note','。添加、编辑、删除、移动论坛版块。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3050,'chs','settings.row_view_userlist','查看用户列表','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3051,'chs','settings.text_view_userlist_note','。查看、搜索用户列表。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3052,'chs','settings.row_torrent_management','管理种子','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3053,'chs','settings.text_torrent_management_note','。编辑、删除种子,但不能将种子设为置顶或促销。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3054,'chs','settings.row_torrent_sticky','设定种子置顶','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3055,'chs','settings.text_torrent_sticky_note','。将种子设为置顶','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3056,'chs','settings.row_torrent_on_promotion','设定种子为促销','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3057,'chs','settings.text_torrent_promotion_note','。将种子设为促销。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3058,'chs','settings.row_ask_for_reseed','请求续种','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3059,'chs','settings.text_ask_for_reseed_note','。当种子断种时请求续种。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3060,'chs','settings.row_view_nfo','查看NFO','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3061,'chs','settings.text_view_nfo_note','。查看NFO文件。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3062,'chs','settings.row_view_torrent_structure','查看种子结构','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3063,'chs','settings.text_view_torrent_structure_note','。查看种子文件的结构。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3064,'chs','settings.row_send_invite','发送邀请','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3065,'chs','settings.text_send_invite_note','。发送加入网站的邀请函给其他人。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3066,'chs','settings.row_view_history','查看历史记录','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3067,'chs','settings.text_view_history_note','。查看其他用户的评论和帖子历史记录。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3068,'chs','settings.row_view_topten','查看排行榜','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3069,'chs','settings.text_view_topten_note','。查看排行榜。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3070,'chs','settings.row_view_general_log','查看一般日志','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3071,'chs','settings.text_view_general_log_note','。查看一般日志,不能查看机密日志。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3072,'chs','settings.row_view_confidential_log','查看机密日志','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3073,'chs','settings.text_view_confidential_log_note','。查看机密日志,如站点设定更改。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3074,'chs','settings.row_view_user_confidential','查看用户机密档案','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3075,'chs','settings.text_view_user_confidential_note','。查看用户的机密档案如IP地址邮箱地址。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3076,'chs','settings.row_view_user_torrent','查看用户种子历史记录','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3077,'chs','settings.text_view_user_torrent_note','。查看用户的种子历史记录,如下载种子的历史记录。<br />只有用户的隐私等级没有设为’强‘时才生效。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3078,'chs','settings.row_general_profile_management','管理用户基本档案','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3079,'chs','settings.text_general_profile_management_note','。改变用户的基本档案,但不能改变其中重要的项目,如邮箱地址、用户名、上传量、下载量、魔力值数。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3080,'chs','settings.row_crucial_profile_management','管理用户重要档案信息','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3081,'chs','settings.text_crucial_profile_management_note','。改变用户所有档案信息,除了捐赠信息外(只有','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3082,'chs','settings.text_can_manage_donation','能管理捐赠信息)。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3083,'chs','settings.row_upload_subtitle','上传字幕','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3084,'chs','settings.text_upload_subtitle_note','。上传种子对应的字幕。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3085,'chs','settings.row_delete_own_subtitle','删除自己的字幕','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3086,'chs','settings.text_delete_own_subtitle_note','。删除自己上传的字幕。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3087,'chs','settings.row_subtitle_management','管理字幕','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3088,'chs','settings.text_subtitle_management','。删除任何字幕。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3089,'chs','settings.row_update_external_info','更新外部信息','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3090,'chs','settings.text_update_external_info_note','。更新外部信息如IMDb信息。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3091,'chs','settings.row_view_anonymous','查看匿名者','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3092,'chs','settings.text_view_anonymous_note','。查看匿名者的真实身份。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3093,'chs','settings.row_be_anonymous','作为匿名','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3094,'chs','settings.text_be_anonymous_note','。在发布种子、上传字幕时选择匿名。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3095,'chs','settings.row_add_offer','添加候选','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3096,'chs','settings.text_add_offer_note','。允许发起候选。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3097,'chs','settings.row_offer_management','管理候选','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3098,'chs','settings.text_offer_management_note','。通过、编辑、删除候选。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3099,'chs','settings.row_upload_torrent','发布种子','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3100,'chs','settings.text_upload_torrent_note','。发布种子到种子区。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3101,'chs','settings.row_upload_special_torrent','发布种子至特别区','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3102,'chs','settings.text_upload_special_torrent_note','。发布种子到特别区。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3103,'chs','settings.row_move_torrent','移动种子','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3104,'chs','settings.text_move_torrent_note','。将种子在各区间移动。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3105,'chs','settings.row_chronicle_management','管理史册','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3106,'chs','settings.text_chronicle_management_note','。添加、编辑、删除史册内容。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3107,'chs','settings.row_view_invite','查看邀请','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3108,'chs','settings.text_view_invite_note','。查看用户的邀请历史记录。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3109,'chs','settings.row_buy_invites','购买邀请','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3110,'chs','settings.text_buy_invites_note','。允许在魔力值中心购买邀请。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3111,'chs','settings.row_see_banned_torrents','查看被禁止的种子','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3112,'chs','settings.text_see_banned_torrents_note','。查看、下载被禁止的种子。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3113,'chs','settings.row_vote_against_offers','对候选投反对票','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3114,'chs','settings.text_vote_against_offers_note','。对候选投反对票。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3115,'chs','settings.row_allow_userbar','允许个性条','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3116,'chs','settings.text_allow_userbar_note','。允许用户使用个性条。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3117,'chs','settings.head_basic_settings','基础设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3118,'chs','settings.row_site_name','网站名','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3119,'chs','settings.text_site_name_note','你的网站的名字。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3120,'chs','settings.row_base_url','基础URL','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3121,'chs','settings.text_it_should_be','应该设为','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3122,'chs','settings.text_base_url_note','。<b>在末尾<u>不要</u>添加斜杠(/)</b>','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3123,'chs','settings.row_announce_url','Tracker地址','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3124,'chs','settings.row_mysql_host','MySQL主机','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3125,'chs','settings.text_mysql_host_note','请填写你的MySQL主机地址。如果MySQL和HTTP服务器运行在同一台服务器上请填写\'localhost\'。否则请填写运行MySQL的主机的IP地址。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3126,'chs','settings.row_mysql_user','MySQL用户名','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3127,'chs','settings.text_mysql_user_note','请填写你的MySQL用户名。MySQL默认用户名是\'root\'。然而,基于安全考虑,推荐你为此网站的数据库另外创建一个用户。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3128,'chs','settings.row_mysql_password','MySQL密码','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3129,'chs','settings.text_mysql_password_note','<b>基于安全考虑当前MySQL用户密码未显示在此。</b>如果你要对基础设定做修改,<font color=\"red\"><b>每次都必须填写</b></font>MySQL密码。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3130,'chs','settings.row_mysql_database_name','MySQL数据库名','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3131,'chs','settings.row_mysql_database_port','MySQL数据库端口','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3132,'chs','settings.text_mysql_database_name_note','请填写你的网站的MySQL数据库名字。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3133,'chs','settings.text_mysql_database_port_note','请填写你的网站的MySQL数据库端口。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3134,'chs','settings.head_code_settings','代码设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3135,'chs','settings.row_main_version','主版本','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3136,'chs','settings.text_main_version_note','代码的主版本。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3137,'chs','settings.row_sub_version','次版本','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3138,'chs','settings.text_sub_version_note','代码的次版本','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3139,'chs','settings.row_release_date','发布时间','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3140,'chs','settings.text_release_date_note','时间格式为\'年年年年-月月-日日\'。代码发布的时间。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3141,'chs','settings.row_authorize_to','被授权者','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3142,'chs','settings.text_authorize_to_note','被授权的网站或个人的名字。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3143,'chs','settings.row_authorization_type','授权类型','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3144,'chs','settings.text_free','免费授权','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3145,'chs','settings.text_commercial','商业授权','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3146,'chs','settings.row_web_site','网站','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3147,'chs','settings.text_web_site_note','','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3148,'chs','settings.text_web_site_note_two','的网站URL。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3149,'chs','settings.row_email','邮箱','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3150,'chs','settings.text_email_note_one','','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3151,'chs','settings.text_email_note_two','的联系邮箱。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3152,'chs','settings.row_msn','MSN','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3153,'chs','settings.text_msn_note_one','','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3154,'chs','settings.text_msn_note_two','的联系MSN。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3155,'chs','settings.row_qq','QQ','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3156,'chs','settings.text_qq_note_one','','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3157,'chs','settings.text_qq_note_two','的联系QQ。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3158,'chs','settings.row_telephone','电话','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3159,'chs','settings.text_telephone_note_one','','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3160,'chs','settings.text_telephone_note_two','的联系电话。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3161,'chs','settings.head_bonus_settings','魔力值设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3162,'chs','settings.text_bonus_by_seeding','做种获得魔力值','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3163,'chs','settings.row_donor_gets_double','捐赠者加倍','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3164,'chs','settings.text_donor_gets','捐赠者通过做种能获得正常情况','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3165,'chs','settings.text_times_as_many','倍的魔力值。默认\'2\'。设为\'0\'则将捐赠者和其他用户同等对待。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3166,'chs','settings.row_basic_seeding_bonus','基础做种魔力值','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3167,'chs','settings.text_user_would_get','用户将获得','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3168,'chs','settings.text_bonus_points','个魔力值,最多计算','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3169,'chs','settings.text_torrents_default','个种子。默认\'1\'\'7\'。将魔力值数设为\'0\'来禁止此规则。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3170,'chs','settings.row_seeding_formula','做种公式','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3171,'chs','settings.text_bonus_formula_one','每小时获得的魔力值点数由下面的公式给出','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3172,'chs','settings.text_where','式中','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3173,'chs','settings.text_bonus_formula_two','<b>A</b>为中间变量</li><li><b>Ti</b>为第<b>i</b>个种子的生存时间,即自种子发布起到现在所经过的时间, 单位是周','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3174,'chs','settings.text_bonus_formula_three','<b>T0</b>为参数。<b>T0</b> = ','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3175,'chs','settings.text_bonus_formula_four','。默认为\'4\'','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3176,'chs','settings.text_bonus_formula_five','<b>Si</b>为第<b>i</b>个种子的大小单位是GB','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3177,'chs','settings.text_bonus_formula_six','<b>Ni</b>为第<b>i</b>个种子当前的做种者数</li><li><b>N0</b>为参数。<b>N0</b> = ','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3178,'chs','settings.text_bonus_formula_seven','。默认为\'7\'','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3179,'chs','settings.text_bonus_formula_eight','<b>B</b>为1小时中用户获得的做种魔力值点数','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3180,'chs','settings.text_bonus_formula_nine','<b>B0</b>为参数代表用户1小时获得魔力值的上限。<b>B0</b> = ','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3181,'chs','settings.text_bonus_formula_ten','。默认为\'100\'','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3182,'chs','settings.text_bonus_formula_eleven','<b>L</b>为参数。<b>L</b> = ','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3183,'chs','settings.text_bonus_formula_twelve','。默认为\'300\'','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3184,'chs','settings.text_misc_ways_get_bonus','其他获取方式','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3185,'chs','settings.row_uploading_torrent','发布新种子','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3186,'chs','settings.text_uploading_torrent_note','个魔力值,如果他发布一个新种子。默认\'15\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3187,'chs','settings.row_uploading_subtitle','上传一个字幕','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3188,'chs','settings.text_uploading_subtitle_note','个魔力值,如果他上传一个字幕。默认\'5\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3189,'chs','settings.row_starting_topic','发布新主题','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3190,'chs','settings.text_starting_topic_note','个魔力值,如果他在论坛发布一个新的主题。默认\'2\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3191,'chs','settings.row_making_post','回复帖子','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3192,'chs','settings.text_making_post_note','个魔力值,如果他在论坛发布一个帖子。默认\'1\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3193,'chs','settings.row_adding_comment','发布评论','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3194,'chs','settings.text_adding_comment_note','个魔力值,如果他对种子、候选发表了一次评论。默认\'1\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3195,'chs','settings.row_voting_on_poll','参与调查投票','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3196,'chs','settings.text_voting_on_poll_note','个魔力值,如果他参与一次调查投票。默认\'1\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3197,'chs','settings.row_voting_on_offer','参与候选投票','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3198,'chs','settings.text_voting_on_offer_note','个魔力值,如果他参与一次候选投票。默认\'1\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3199,'chs','settings.row_voting_on_funbox','趣味盒投票','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3200,'chs','settings.text_voting_on_funbox_note','个魔力值,如果他参与一次趣味盒投票。默认\'1\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3201,'chs','settings.row_saying_thanks','说谢谢','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3202,'chs','settings.text_giver_and_receiver_get','感谢表达者和接受者将分别得到','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3203,'chs','settings.text_saying_thanks_and','和','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3204,'chs','settings.text_saying_thanks_default','个魔力值。默认\'0.5\'\'0\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3205,'chs','settings.row_funbox_stuff_reward','趣味盒奖励','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3206,'chs','settings.text_funbox_stuff_reward_note','个魔力值,如果他发布的趣味盒内容被评为“有趣”。默认\'5\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3207,'chs','settings.text_things_cost_bonus','消耗魔力值的项目','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3208,'chs','settings.row_one_gb_credit','1.0 GB上传量','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3209,'chs','settings.text_it_costs_user','用户将失去','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3210,'chs','settings.text_one_gb_credit_note','个魔力值如果他选择交换1.0 GB上传量。默认\'300\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3211,'chs','settings.row_five_gb_credit','5.0 GB上传量','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3212,'chs','settings.text_five_gb_credit_note','个魔力值如果他选择交换5.0 GB上传量。默认\'800\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3213,'chs','settings.row_ten_gb_credit','10.0 GB上传量','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3214,'chs','settings.text_ten_gb_credit_note','个魔力值如果他选择交换5.0 GB上传量。默认\'1200\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3215,'chs','settings.row_ratio_limit','分享率限制','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3216,'chs','settings.text_user_with_ratio','当用户的分享率高于','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3217,'chs','settings.text_uploaded_amount_above','且其上传量大于','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3218,'chs','settings.text_ratio_limit_default',' GB时他不能交换更多的上传量。默认\'6\'\'50\'。将分享率设为\'0\'来禁止此规则。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3219,'chs','settings.row_buy_an_invite','购买邀请名额','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3220,'chs','settings.text_buy_an_invite_note','个魔力值,如果他选择交换一个邀请名额。默认\'1000\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3221,'chs','settings.row_custom_title','自定义头衔','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3222,'chs','settings.text_custom_title_note','个魔力值,如果他选择自定义一次头衔。默认\'5000\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3223,'chs','settings.row_vip_status','贵宾待遇','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3224,'chs','settings.text_vip_status_note','个魔力值,如果他选择给自己换取一个月的贵宾待遇。默认\'8000\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3225,'chs','settings.row_allow_giving_bonus_gift','允许魔力值赠送','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3226,'chs','settings.text_giving_bonus_gift_note','允许用户间相互赠送魔力值。默认\'是\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3227,'chs','settings.head_account_settings','账号设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3228,'chs','settings.row_never_delete','永远保留','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3229,'chs','settings.text_delete_inactive_accounts','删除不活跃账号','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3230,'chs','settings.text_never_delete','及以上等级的账号将永远保留。默认','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3231,'chs','settings.row_never_delete_if_packed','封存后永远保留','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3232,'chs','settings.text_never_delete_if_packed','及以上等级的账号如果在封存后将永远保留。默认','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3233,'chs','settings.row_delete_packed','删除封存账号','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3234,'chs','settings.text_delete_packed_note_one','封存的账号如果连续','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3235,'chs','settings.text_delete_packed_note_two','天不登录,将被删除。默认\'400\',设为\'0\'来禁止此规则。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3236,'chs','settings.row_delete_unpacked','删除未封存账号','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3237,'chs','settings.text_delete_unpacked_note_one','未封存的账号如果连续','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3238,'chs','settings.text_delete_unpacked_note_two','天不登录,将被删除。默认\'150\',设为\'0\'来禁止此规则。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3239,'chs','settings.row_delete_no_transfer','删除没有流量的用户','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3240,'chs','settings.text_delete_transfer_note_one','没有流量的用户(即上传/下载数据都为0如果连续','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3241,'chs','settings.text_delete_transfer_note_two','天不登录,或者注册时间满','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3242,'chs','settings.text_delete_transfer_note_three','天,将被删除账号。默认\'60\'\'0\'。<br />注意两条规则是分开执行的。将其中任一规则设为0<b>只</b>禁止一条规则。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3243,'chs','settings.text_user_promotion_demotion','用户升级和降级','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3244,'chs','settings.row_ban_peasant_one','禁用','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3245,'chs','settings.row_ban_peasant_two','','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3246,'chs','settings.text_ban_peasant_note_one','如果在','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3247,'chs','settings.text_ban_peasant_note_two','天内仍未改善分享率,将被禁用。默认\'30\',设为\'0\'将马上禁止。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3248,'chs','settings.row_demoted_to_peasant_one','降级至','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3249,'chs','settings.row_demoted_to_peasant_two','','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3250,'chs','settings.text_demoted_peasant_note_one','用户在以下任一情况下将被降为','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3251,'chs','settings.text_demoted_peasant_note_two','','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3252,'chs','settings.text_downloaded_amount_larger_than','下载量超过','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3253,'chs','settings.text_and_ratio_below',' GB且分享率低于','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3254,'chs','settings.text_demote_peasant_default_one','。默认\'50\'\'0.4\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3255,'chs','settings.text_demote_peasant_default_two','。默认\'100\'\'0.5\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3256,'chs','settings.text_demote_peasant_default_three','。默认\'200\'\'0.6\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3257,'chs','settings.text_demote_peasant_default_four','。默认\'400\'\'0.7\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3258,'chs','settings.text_demote_peasant_default_five','。默认\'800\'\'0.8\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3259,'chs','settings.text_demote_peasant_note','注意:<font class=striking><b>不要</b></font>改变下载量递增的排序。将下载量设为\'0\'将禁止相应的规则。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3260,'chs','settings.row_promote_to_one','升级至','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3261,'chs','settings.row_promote_to_two','','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3262,'chs','settings.text_member_longer_than','注册时间大于','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3263,'chs','settings.text_downloaded_more_than','周,下载量大于','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3264,'chs','settings.text_with_ratio_above',' GB且分享率大于','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3265,'chs','settings.text_be_promoted_to','的用户,将升级为','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3266,'chs','settings.text_promote_to_default_one','。默认','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3267,'chs','settings.text_promote_to_default_two',',他将被降级。默认','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3268,'chs','settings.text_demote_with_ratio_below','然而,一旦用户的分享率低于','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3269,'chs','settings.head_torrent_settings','种子设定','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3270,'chs','settings.row_promotion_rules','促销规则','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3271,'chs','settings.text_promotion_rules_note','开启一些自动促销规则。<font color=red><b>代码待完善,如果不清楚用处请不要启用。</b></font>','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3272,'chs','settings.row_random_promotion','随机促销','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3273,'chs','settings.text_random_promotion_note_one','种子在发布时由系统自动随机促销。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3274,'chs','settings.text_halfleech_chance_becoming','%的可能成为<b><font class=\'halfdown\'>50%</font></b>。默认\'5\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3275,'chs','settings.text_free_chance_becoming','%的可能成为<b><font class=\'free\'>免费</font></b>。默认\'2\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3276,'chs','settings.text_twoup_chance_becoming','%的可能成为<b><font class=\'twoup\'>2X</font></b>。默认\'2\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3277,'chs','settings.text_freetwoup_chance_becoming','%的可能成为<b><font class=\'twoupfree\'>2X免费</font></b>。默认\'1\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3278,'chs','settings.text_twouphalfleech_chance_becoming','%的可能成为<b><font class=\'twouphalfdown\'>2x 50%</font></b>。默认\'0\'。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3279,'chs','settings.text_random_promotion_note_two','将值设为\'0\'来禁止相应规则。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3280,'chs','settings.row_large_torrent_promotion','大体积种子促销','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3281,'chs','settings.text_torrent_larger_than','体积大于','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3282,'chs','settings.text_gb_promoted_to',' GB的种子将在发布时由系统自动设为','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3283,'chs','settings.text_by_system_upon_uploading','。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3284,'chs','settings.text_large_torrent_promotion_note','默认\'20\'\'免费\'。将种子体积设为\'0\'来禁止此规则。','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3285,'chs','settings.row_promotion_timeout','促销时限','2021-01-11 12:47:57','2021-01-11 12:47:57'),(3286,'chs','settings.text_promotion_timeout_note_one','种子的促销将在一段时间后过期。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3287,'chs','settings.text_halfleech_will_become','<b><font class=\'halfdown\'>50%</font></b>将变为','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3288,'chs','settings.text_after',',如果离发布时间已过去','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3289,'chs','settings.text_halfleech_timeout_default','天。默认\'普通\'\'150\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3290,'chs','settings.text_free_will_become','<b><font class=\'free\'>免费</font></b>将变为','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3291,'chs','settings.text_free_timeout_default','天。默认\'普通\'\'60\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3292,'chs','settings.text_twoup_will_become','<b><font class=\'twoup\'>2X</font></b>将变为','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3293,'chs','settings.text_twoup_timeout_default','天。默认\'普通\'\'60\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3294,'chs','settings.text_freetwoup_will_become','<b><font class=\'twoupfree\'>2X免费</font></b>将变为','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3295,'chs','settings.text_freetwoup_timeout_default','天。默认\'普通\'\'30\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3296,'chs','settings.text_halfleechtwoup_will_become','<b><font class=\'twouphalfdown\'>2X 50%</font></b>将变为','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3297,'chs','settings.text_halfleechtwoup_timeout_default','天。默认\'普通\'\'30\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3298,'chs','settings.text_normal_will_become','<b>普通</b>将变为','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3299,'chs','settings.text_normal_timeout_default','天。默认\'普通\'\'0\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3300,'chs','settings.text_promotion_timeout_note_two','将天数设为\'0\'来使促销永远不过期。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3301,'chs','settings.row_auto_pick_hot','自动挑选热门种子','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3302,'chs','settings.text_torrents_uploaded_within','在发布后','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3303,'chs','settings.text_days_with_more_than','天内,如果种子的做种数曾超过','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3304,'chs','settings.text_be_picked_as_hot',',它将被标记为<b><font class=hot>热门</font></b>。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3305,'chs','settings.text_auto_pick_hot_default','默认\'7\'\'10\'。将天数设为\'0\'来禁止此规则。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3306,'chs','settings.row_uploader_get_double','发布者加倍上传量','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3307,'chs','settings.text_torrent_uploader_gets','对于一个种子,它的发布者将得到正常情况','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3308,'chs','settings.text_times_uploading_credit','倍的上传量。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3309,'chs','settings.text_uploader_get_double_default','默认\'1\'。设为\'1\'则将发布者和其他用户同等对待。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3310,'chs','settings.row_delete_dead_torrents','删除断种','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3311,'chs','settings.text_torrents_being_dead_for','连续断种','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3312,'chs','settings.text_days_be_deleted','天的种子将被自动删除。默认\'0\'。设为\'0\'来禁止此规则。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3313,'chs','settings.row_delete_dead_torrents_note','<font class=striking><b>警告</b></font>:种子一旦被删除将不可恢复。如果你的站点可能长期关闭,一定要禁止这条规则。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3314,'chs','settings.head_main_settings','主要设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3315,'chs','settings.row_site_online','站点在线','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3316,'chs','settings.text_site_online_note','默认\'是\'。在做站更新和其他维护时,你可能需要临时关闭站点。<b>注意</b>:此时网站管理员仍能访问网站。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3317,'chs','settings.row_enable_invite_system','开启邀请系统','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3318,'chs','settings.text_invite_system_note','默认\'是\'。允许新用户通过邀请系统注册。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3319,'chs','settings.row_initial_uploading_amount','初始上传量','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3320,'chs','settings.text_initial_uploading_amount_note','单位为Byte即1073741824为1 GB。新注册用户的初始上传量。默认\'0\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3321,'chs','settings.row_initial_invites','初始邀请名额','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3322,'chs','settings.text_initial_invites_note','新注册用户的初始邀请名额。默认\'0\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3323,'chs','settings.row_invite_timeout','邀请过期','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3324,'chs','settings.text_invite_timeout_note','单位为天。邀请码如在发出X天后仍未使用将被删除。默认\'7\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3325,'chs','settings.row_enable_registration_system','开启注册系统','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3326,'chs','settings.row_allow_registrations','若开启,则允许自由注册。默认\'是\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3327,'chs','settings.row_verification_type','用户验证方式','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3328,'chs','settings.text_email','邮件','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3329,'chs','settings.text_admin','管理员','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3330,'chs','settings.text_automatically','自动','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3331,'chs','settings.text_verification_type_note','邮件:发送验证邮件;管理员:管理员手动;自动:注册完成后自动激活。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3332,'chs','settings.row_enable_wait_system','开启等待系统','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3333,'chs','settings.text_wait_system_note','默认\'否\'。开启或关闭等待系统。参看<a href=\'faq.php#id46\'><b>常见问题</b></a>。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3334,'chs','settings.row_enable_max_slots_system','开启连接数系统','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3335,'chs','settings.text_max_slots_system_note','默认\'否\'。开启或关闭最大同时下载数限制。参看<a href=\'faq.php#id66\'><b>常见问题</b></a>。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3336,'chs','settings.row_show_polls','显示投票','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3337,'chs','settings.text_show_polls_note','默认\'是\'。在首页显示投票。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3338,'chs','settings.row_show_stats','显示站点数据','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3339,'chs','settings.text_show_stats_note','默认\'是\'。在首页显示站点数据。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3340,'chs','settings.row_show_last_posts','显示最近论坛帖子','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3341,'chs','settings.text_show_last_posts_note','默认\'否\'。在首页显示最近的论坛帖子。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3342,'chs','settings.row_show_last_torrents','显示最近种子','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3343,'chs','settings.text_show_last_torrents_note','默认\'否\'。在首页显示最近发布的种子。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3344,'chs','settings.row_show_server_load','显示服务器负载','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3345,'chs','settings.text_show_server_load_note','默认\'是\'。在首页显示服务器负载。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3346,'chs','settings.row_show_forum_stats','显示论坛数据','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3347,'chs','settings.text_show_forum_stats_note','默认\'是\'。在论坛页面显示论坛数据。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3348,'chs','settings.row_show_hot','显示热门资源','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3349,'chs','settings.text_show_hot_note','默认\'是\'。在首页显示热门资源。热门资源由系统自动挑选或由管理组成员挑选。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3350,'chs','settings.row_show_classic','显示经典资源','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3351,'chs','settings.text_show_classic_note','默认\'否\'。在首页显示经典资源。只有指定的总版主或以上等级能够挑选热门资源。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3352,'chs','settings.row_enable_imdb_system','开启IMDb系统','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3353,'chs','settings.text_imdb_system_note','默认\'是\'。全局IMDb系统设定。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3354,'chs','settings.row_enable_school_system','开启学校系统','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3355,'chs','settings.text_school_system_note','默认\'否\'。如果对这项功能不清楚,<font class=striking><b>不要</b></font>开启它。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3356,'chs','settings.row_restrict_email_domain','限制邮箱域','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3357,'chs','settings.text_restrict_email_domain_note','默认\'否\'。设为\'是\'则只允许指定的邮箱域来注册账号。参看<a href=\'allowedemails.php\'><b>这里</b></a>。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3358,'chs','settings.row_show_shoutbox','显示群聊区','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3359,'chs','settings.text_show_shoutbox_note','默认\'是\'。在首页显示群聊区。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3360,'chs','settings.row_show_funbox','显示趣味盒','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3361,'chs','settings.text_show_funbox_note','默认\'否\'。在首页显示趣味盒。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3362,'chs','settings.row_enable_offer_section','开启候选区','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3363,'chs','settings.text_offer_section_note','默认\'是\'。开启或关闭候选区。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3364,'chs','settings.row_show_donation','开启捐赠','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3365,'chs','settings.text_show_donation_note','显示捐赠信息和捐赠排行榜。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3366,'chs','settings.row_show_special_section','开启特别区','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3367,'chs','settings.text_show_special_section_note','默认\'否\'。如果对这项功能不清楚,<font class=striking><b>不要</b></font>开启它。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3368,'chs','settings.row_weekend_free_uploading','周末自由发布','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3369,'chs','settings.text_weekend_free_uploading_note','默认\'否\'。设为\'是\'则允许所有用户在周末自由发布种子从周六12:00到周日23:59。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3370,'chs','settings.row_enable_helpbox','开启求助区','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3371,'chs','settings.text_helpbox_note','默认\'否\'。设为\'否\'则禁止游客发送消息。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3372,'chs','settings.row_enable_bitbucket','开启上传器','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3373,'chs','settings.text_bitbucket_note','默认\'是\'。设为\'否\'则禁止用户上传头像到网站。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3374,'chs','settings.row_enable_small_description','开启副标题','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3375,'chs','settings.text_small_description_note','默认\'是\'。副标题显示在种子页面种子标题下面。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3376,'chs','settings.row_ptshow_naming_style','PTShow命名风格','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3377,'chs','settings.text_ptshow_naming_style_note','默认\'否\'。格式为[月月.日日.年年][原始名][中文名]。如果对这项功能不清楚,<font class=striking><b>不要</b></font>开启它。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3378,'chs','settings.row_use_external_forum','使用外部论坛','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3379,'chs','settings.text_use_external_forum_note','默认\'否\'。设为\'是\'使用外部论坛来代替内建论坛。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3380,'chs','settings.row_external_forum_url','外部论坛URL','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3381,'chs','settings.text_external_forum_url_note','填写类似这样的地址http://www.cc98.org','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3382,'chs','settings.row_torrents_category_mode','种子区分类模式','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3383,'chs','settings.text_torrents_category_mode_note','改变种子区的分类模式。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3384,'chs','settings.row_special_category_mode','特殊区分类模式','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3385,'chs','settings.text_special_category_mode_note','改变特殊区的分类模式。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3386,'chs','settings.row_default_site_language','默认站点语言','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3387,'chs','settings.text_default_site_language_note','改变登录页面的默认语言。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3388,'chs','settings.row_default_stylesheet','默认界面风格','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3389,'chs','settings.text_default_stylesheet_note','新注册的用户将默认使用这个界面风格。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3390,'chs','settings.row_max_torrent_size','种子文件体积限制','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3391,'chs','settings.text_max_torrent_size_note','单位为byte。默认1048576即1 MB。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3392,'chs','settings.row_announce_interval','汇报间隔','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3393,'chs','settings.text_announce_interval_note_one','单位为秒。Tracker将通知BitTorrent客户端以这个间隔时间汇报信息。<b>需要注意的是</b>在实际情况中汇报间隔可能不同因为BitTorrent客户端可能无视这个通知而且用户可以选择手动连接Tracker。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3394,'chs','settings.text_announce_default','默认:','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3395,'chs','settings.text_announce_default_default','默认\'1800\'即30分钟','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3396,'chs','settings.text_for_torrents_older_than','发布时间超过','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3397,'chs','settings.text_days','天的种子:','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3398,'chs','settings.text_announce_two_default','默认\'7\'\'2700\'即45分钟)。将天数设为\'0\'来禁止此规则','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3399,'chs','settings.text_announce_three_default','默认\'30\'\'3600\'即60分钟。将天数设为\'0\'来禁止此规则','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3400,'chs','settings.text_announce_interval_note_two','<b>注意</b><font class=striking><b>不要</b></font>改变天数递增的排序。<br />越短的间隔将获得越准确的同伴信息更新,同时带来<b>更大的服务器负载</b>。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3401,'chs','settings.row_cleanup_interval','自动清理间隔','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3402,'chs','settings.text_cleanup_interval_note_one','每XXX秒时间做自动清理工作用户升级、降级、添加做种魔力值等。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3403,'chs','settings.text_priority_one','优先级1','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3404,'chs','settings.text_priority_one_note','更新同伴状态;添加做种魔力值。默认\'900\'即15分钟。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3405,'chs','settings.text_priority_two','优先级2','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3406,'chs','settings.text_priority_two_note','更新种子可见性。默认\'1800\'即30分钟。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3407,'chs','settings.text_priority_three','优先级3','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3408,'chs','settings.text_priority_three_note','更新种子做种数、下载数、评论数;更新论坛帖子/主题数;删除过期的候选;种子促销到期;自动挑选热门种子。默认\'3600\'即60分钟。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3409,'chs','settings.text_priority_four','优先级4','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3410,'chs','settings.text_priority_four_note','删除未通过验证的账号,过期的登录尝试记录,过期的邀请码和图片验证码;清理用户账号(删除不活跃账号,账号升级、降级、禁用);发送上传的图片;更新用户总做种和下载时间。默认\'43200\'即24小时。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3411,'chs','settings.text_priority_five','优先级5','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3412,'chs','settings.text_priority_five_note','删除种子文件不存在的种子;锁定论坛的古老主题;删除古老的举报信息。默认\'648000\'即15天。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3413,'chs','settings.text_cleanup_interval_note_two','<b>注意</b><font class=striking><b>不要</b></font>改变时间递增的排序。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3414,'chs','settings.row_signup_timeout','注册超时','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3415,'chs','settings.text_signup_timeout_note','单位为秒。如用户在提交注册信息XXX秒后未通过验证其账号将被删除。默认\'259200\'即3天。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3416,'chs','settings.row_min_offer_votes','最低候选投票','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3417,'chs','settings.text_min_offer_votes_note','当候选的支持票比反对票多XXX票时候选被通过。默认\'15\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3418,'chs','settings.row_offer_vote_timeout','候选投票超时','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3419,'chs','settings.text_offer_vote_timeout_note','单位为秒。如候选在发布XXX秒后未被通过它将被删除。默认为\'259200\'即72小时。设为\'0\'则不设置超时限制。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3420,'chs','settings.row_offer_upload_timeout','候选发布超时','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3421,'chs','settings.text_offer_upload_timeout_note','单位为秒。如候选在通过后XXX秒内未发布种子它将被删除。默认\'86400\'即24小时。设为\'0\'则不设置超时限制。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3422,'chs','settings.row_max_subtitle_size','最大字幕体积','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3423,'chs','settings.text_max_subtitle_size_note','单位为byte。允许上传的最大字幕体积。默认3145728即3 MB。设为\'0\'则不设置体积限制。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3424,'chs','settings.row_posts_per_page','默认每页帖子数','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3425,'chs','settings.text_posts_per_page_note','论坛主题每页显示的帖子数。默认\'10\'。<br />注意:用户的个人设置将覆盖系统默认设置。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3426,'chs','settings.row_topics_per_page','默认每页主题数','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3427,'chs','settings.text_topics_per_page_note','论坛每页显示的主题数。默认\'20\'。<br />注意:用户的个人设置将覆盖系统默认设置。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3428,'chs','settings.row_number_of_news','最近消息条数','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3429,'chs','settings.text_number_of_news_note','在首先显示的最近消息条数。默认\'3\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3430,'chs','settings.row_torrent_dead_time','最大种子断种时间','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3431,'chs','settings.text_torrent_dead_time_note','单位为秒。当种子连续XXX秒没有任何做种者时它将被标记为断种。默认\'21600\'即6小时。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3432,'chs','settings.row_max_users','最大用户数','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3433,'chs','settings.text_max_users','当这个限制达到时,自由注册和邀请注册都将关闭。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3434,'chs','settings.row_https_announce_url','HTTPS Tracker地址','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3435,'chs','settings.text_https_announce_url_note','如果你的网站为HTTP和HTTPS使用同样的地址请留空。应该设为','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3436,'chs','settings.row_site_accountant_userid','网站会计用户ID','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3437,'chs','settings.text_site_accountant_userid_note','填写数字,如\'1\'。捐赠者将发送捐赠信息短讯至此ID的用户。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3438,'chs','settings.row_alipay_account','支付宝账号','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3439,'chs','settings.text_alipal_account_note','你用于接收捐赠的支付宝账号,如\'yourname@gmail.com\'。如果没有,请留空。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3440,'chs','settings.row_paypal_account','PayPal账号','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3441,'chs','settings.text_paypal_account_note','你用于接收捐赠的PayPal账号如\'yourname@gmail.com\'。如果没有,请留空。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3442,'chs','settings.row_site_email','网站邮箱地址','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3443,'chs','settings.text_site_email_note','网站的邮箱地址','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3444,'chs','settings.row_report_email','报告邮箱地址','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3445,'chs','settings.text_report_email_note','用户报告的邮箱地址','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3446,'chs','settings.row_site_slogan','网站标语','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3447,'chs','settings.text_site_slogan_note','网站的标语','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3448,'chs','settings.row_icp_license','ICP备案信息','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3449,'chs','settings.text_icp_license_note','这是适用于在中国运营的网站的许可证制度。如果没有,请留空。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3450,'chs','settings.row_torrent_directory','种子目录','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3451,'chs','settings.text_torrent_directory','默认\'torrents\'。<b><u>不要</u>在末尾添加斜杠(/)</b>','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3452,'chs','settings.row_bitbucket_directory','上传器目录','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3453,'chs','settings.text_bitbucket_directory_note','默认\'bitbucket\'。<b><u>不要</u>在末尾添加斜杠(/)</b>','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3454,'chs','settings.row_cache_directory','缓存目录','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3455,'chs','settings.text_cache_directory_note','默认\'cache\'。<b><u>不要</u>在末尾添加斜杠(/)</b>','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3456,'chs','settings.row_torrent_name_prefix','种子文件名前缀','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3457,'chs','settings.text_torrent_name_prefix_note','在从网站下载的种子文件的文件名前添加前缀。默认\'[Nexus]\'。<b><u>不要</u>使用非法的文件名字符!</b>','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3458,'chs','settings.row_peering_time_calculation','同伴时间开始计算时间','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3459,'chs','settings.text_peering_time_calculation_note','请留空。该设置因历史原因保留。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3460,'chs','settings.row_new_subtitle_id','新的字幕ID','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3461,'chs','settings.text_new_subtitle_id_note','请保持\'0\'。该设置因历史原因保留。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3462,'chs','settings.head_website_settings','站点设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3463,'chs','settings.row_basic_settings','基础设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3464,'chs','settings.submit_basic_settings','基础设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3465,'chs','settings.text_basic_settings_note','设定最基础的项目,如数据库,网站名等。如果对设定项目的功能不清楚,请<font class=striking><b>不要</b></font>做任何修改。<br />基础设定出错可能导致<b>网站无法运行</b>。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3466,'chs','settings.row_main_settings','主要设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3467,'chs','settings.submit_main_settings','主要设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3468,'chs','settings.text_main_settings_note','配置你的网站各种主要项目。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3469,'chs','settings.row_smtp_settings','SMTP设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3470,'chs','settings.submit_smtp_settings','SMTP设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3471,'chs','settings.text_smtp_settings_note','配置网站SMTP邮件服务器。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3472,'chs','settings.row_security_settings','安全设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3473,'chs','settings.submit_security_settings','安全设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3474,'chs','settings.text_security_settings_note','管理网站的安全。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3475,'chs','settings.row_authority_settings','权限设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3476,'chs','settings.submit_authority_settings','权限设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3477,'chs','settings.text_authority_settings_note','配置各等级的用户所具有的权限。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3478,'chs','settings.row_tweak_settings','次要设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3479,'chs','settings.submit_tweak_settings','次要设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3480,'chs','settings.text_tweak_settings_note','配置你的网站的次要项目。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3481,'chs','settings.row_bonus_settings','魔力值设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3482,'chs','settings.submit_bonus_settings','魔力值设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3483,'chs','settings.text_bonus_settings_note','配置魔力值的获取和使用。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3484,'chs','settings.row_account_settings','账号设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3485,'chs','settings.submit_account_settings','账号设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3486,'chs','settings.text_account_settings_settings','配置账号的升级,降级,删除等。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3487,'chs','settings.row_torrents_settings','种子设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3488,'chs','settings.submit_torrents_settings','种子设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3489,'chs','settings.text_torrents_settings_note','配置种子的促销,筛选等。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3490,'chs','settings.row_bots_settings','机器人设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3491,'chs','settings.submit_bots_settings','机器人设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3492,'chs','settings.text_bots_settings_note','管理网站的机器人。如果对设定项目的功能不清楚,请<font class=striking><b>不要</b></font>做任何修改。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3493,'chs','settings.row_code_settings','代码设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3494,'chs','settings.submit_code_settings','代码设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3495,'chs','settings.text_code_settings_note','配置代码的版本。如果对设定项目的功能不清楚,请<font class=striking><b>不要</b></font>做任何修改。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3496,'chs','settings.text_smtp_default','默认使用PHP默认邮件函数','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3497,'chs','settings.text_smtp_advanced','高级使用PHP默认邮件函数添加额外的头信息。有助于防止被视为垃圾邮件过滤','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3498,'chs','settings.text_smtp_external','外部使用外部SMTP服务器','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3499,'chs','settings.text_setting_for_advanced_type','高级类型设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3500,'chs','settings.row_smtp_host','SMTP主机','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3501,'chs','settings.text_smtp_host_note','默认:\'localhost\'','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3502,'chs','settings.row_smtp_port','SMTP端口','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3503,'chs','settings.text_smtp_port_note','默认25','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3504,'chs','settings.row_smtp_sendmail_from','SMTP邮件发送来源','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3505,'chs','settings.text_smtp_sendmail_from_note','默认:','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3506,'chs','settings.row_smtp_sendmail_path','Sendmail路径','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3507,'chs','settings.text_smtp_sendmail_path_note','请在php.ini中设置好sendmail_path','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3508,'chs','settings.text_setting_for_external_type','外部类型设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3509,'chs','settings.row_outgoing_mail_address','SMTP地址','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3510,'chs','settings.row_outgoing_mail_port','SMTP端口','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3511,'chs','settings.text_outgoing_mail_address_note','<b>提示:</b> smtp.yourisp.com','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3512,'chs','settings.text_outgoing_mail_port_note','<b>提示:</b> 25','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3513,'chs','settings.row_smtp_account_name','用户名','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3514,'chs','settings.text_smtp_account_name_note','<b>提示:</b> yourname@yourisp.com','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3515,'chs','settings.row_smtp_account_password','用户密码','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3516,'chs','settings.text_smtp_account_password_note','<b>提示:</b>输入你的密码','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3517,'chs','settings.text_mail_test_note','如何测试发送邮件功能?很简单,点击','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3518,'chs','settings.text_here','这里','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3519,'chs','settings.std_error','错误','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3520,'chs','settings.std_mysql_connect_error','无法连接MySQL请检查设定。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3521,'chs','settings.row_enable_location','显示地址','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3522,'chs','settings.text_enable_location_note','默认\'否\'。根据用户的IP地址显示其地理位置。如果你没有导入IP地址库<b>不要</b>启用本项。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3523,'chs','settings.row_torrents_per_page','默认每页种子数','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3524,'chs','settings.text_torrents_per_page_note','种子页面每页显示的种子数。默认\'50\'。<br />注意:用户的个人设置将覆盖系统默认设置。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3525,'chs','settings.row_title_keywords','页面标题关键字','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3526,'chs','settings.text_title_keywords_note','显示在页面标题末尾。填写这些关键字能帮助搜索引擎找到你的站点。多个关键字间用\'|\'分隔,如\'BT|下载|电影\'。如果想保持清爽的页面标题,请留空。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3527,'chs','settings.row_meta_keywords','Meta关键字','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3528,'chs','settings.text_meta_keywords_note','出现在页面头部Meta标签中。填写与你站点相关的关键字。多个关键字间用半角逗号\',\'分隔,如\'BT, 下载, 电影\'.','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3529,'chs','settings.row_meta_description','Meta描述','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3530,'chs','settings.text_meta_description_note','出现在页面头部Meta标签中。填写你站点的概要和描述。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3531,'chs','settings.row_bonus_gift_tax','魔力值赠送税收','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3532,'chs','settings.text_system_charges','系统向礼物接收者索取','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3533,'chs','settings.text_bonus_points_plus','个魔力值 + 赠送额的','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3534,'chs','settings.text_bonus_gift_tax_note','%的魔力值作为税收。如设为\'5\'\'10\'时礼物赠送者发送100个魔力值接收者只获得85个。默认\'5\'\'10\'。<br /><b>注意</b>:两条规则是分开执行的,将两个值都设为\'0\'才能完全免除税收。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3535,'chs','settings.row_see_sql_debug','查看调试信息','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3536,'chs','settings.text_allow','允许','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3537,'chs','settings.text_see_sql_list','及以上等级的用户查看调试信息在页面底部查看SQL语句列表PHP报告信息。默认','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3538,'chs','settings.text_smtp_none','无(将彻底禁止邮件发送功能)','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3539,'chs','settings.row_attachment_settings','附件设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3540,'chs','settings.submit_attachment_settings','附件设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3541,'chs','settings.text_attachment_settings_note','配置附件。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3542,'chs','settings.head_attachment_settings','附件设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3543,'chs','settings.row_enable_attachment','开启附件','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3544,'chs','settings.text_enable_attachment_note','全局附件设定。如设为\'否\',所有人都不能上传附件。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3545,'chs','settings.row_save_directory','附件保存位置','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3546,'chs','settings.row_http_directory','附件URL地址','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3547,'chs','settings.text_http_directory_note','可为当前URL下的相对地址或http://开头的绝对地址。<b><u>不要</u>在末尾添加斜杠(/)</b>默认\'attachments\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3548,'chs','settings.row_attachment_authority','附件权限','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3549,'chs','settings.text_can_upload_at_most','及以上等级用户在24小时内最多允许上传','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3550,'chs','settings.text_file_size_below','个附件,每个附件文件大小不超过','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3551,'chs','settings.text_with_extension_name','KB允许的文件扩展名为','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3552,'chs','settings.text_authority_default_one_one','。默认','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3553,'chs','settings.text_authority_default_one_two','\'5\'\'256\'\'jpeg, jpg, png, gif\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3554,'chs','settings.text_authority_default_two_one','。默认','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3555,'chs','settings.text_authority_default_two_two','\'10\'\'512\'\'torrent, zip, rar, 7z, gzip, gz\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3556,'chs','settings.text_authority_default_three_one','。默认','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3557,'chs','settings.text_authority_default_three_two','\'20\'\'1024\'\'mp3, oga, ogg, flv\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3558,'chs','settings.text_authority_default_four_one','。默认','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3559,'chs','settings.text_authority_default_four_two','\'500\'\'2048\'\'\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3560,'chs','settings.text_attachment_authority_note_two','<b>注意:</b><ul><li><b>不要</b>改变用户等级、文件数限制、文件大小限制递增的排序。</li><li>将文件大小限制设为\'0\',文件数限制设为\'0\',允许的文件扩展名设为\'\'(即留空)才能<b>禁止</b>相应规则。</li><li>高等级的用户自动继承低等级用户的权限,所以<b>没</b>必要在多条规则中填写相同的允许文件扩展名。</li><li>多个允许的文件扩展名用半角逗号\',\'分隔。</li><li>无论如何设置,<b>没有</b>任何人能上传文件大小超过5 MB或扩展名为\'exe, com, bat, msi\'之一的附件。</li></ul>','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3561,'chs','settings.text_attachment_authority_note_one','根据用户等级定义其拥有的上传附件的权限。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3562,'chs','settings.text_save_directory_note','你保存附件的服务器路径。请确保目录访问权限已设置正确777。<b><u>不要</u>在末尾添加斜杠(/)</b>默认\'./attachments\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3563,'chs','settings.row_save_directory_type','保存附件方式','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3564,'chs','settings.text_one_directory','全部文件存入同一目录','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3565,'chs','settings.text_directories_by_monthes','按月份存入不同目录','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3566,'chs','settings.text_directories_by_days','按天存入不同目录','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3567,'chs','settings.text_save_directory_type_note','此设定只影响新上传的附件。默认\'按月份存入不同目录\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3568,'chs','settings.row_image_thumbnails','图片缩略图','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3569,'chs','settings.text_no_thumbnail','1. 不启用缩略图功能。只保存原始图片。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3570,'chs','settings.text_create_thumbnail','2. 为尺寸大的图片生成缩略图,同时保存缩略图和原始图片。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3571,'chs','settings.text_resize_big_image','3. 缩小尺寸大的图片,只保存缩略图。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3572,'chs','settings.text_image_thumbnail_note','默认\'2\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3573,'chs','settings.row_thumbnail_quality','缩略图质量','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3574,'chs','settings.text_thumbnail_quality_note','设定缩略图的质量。该参数范围为1至100内的整数。数值越大缩略图质量越高同时文件大小越大。默认\'80\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3575,'chs','settings.row_thumbnail_size','缩略图尺寸','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3576,'chs','settings.text_thumbnail_size_note','宽度 * 高度,单位为像素。<b>只</b>为宽度<b>或</b>高度超过此限制的图片生成缩略图。默认\'500\'\'500\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3577,'chs','settings.row_watermark','水印位置','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3578,'chs','settings.text_no_watermark','不启用水印功能','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3579,'chs','settings.text_left_top','#1','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3580,'chs','settings.text_top','#2','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3581,'chs','settings.text_right_top','#3','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3582,'chs','settings.text_left','#4','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3583,'chs','settings.text_center','#5','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3584,'chs','settings.text_right','#6','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3585,'chs','settings.text_left_bottom','#7','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3586,'chs','settings.text_bottom','#8','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3587,'chs','settings.text_right_bottom','#9','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3588,'chs','settings.text_random_position','随机位置','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3589,'chs','settings.text_watermark_note','为上传的图片文件JPEG/PNG/GIF添加水印。你可以替换水印PNG图片文件\'pic/watermark.png\'以实现不同的水印效果。选择水印添加的位置。不支持给动画GIF文件添加水印。默认\'不启用水印功能\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3590,'chs','settings.row_image_size_for_watermark','水印添加条件','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3591,'chs','settings.text_watermark_size_note','宽度 * 高度,单位为像素。<b>只</b>为宽度<b>和</b>高度都超过此限制的图片添加水印。默认\'300\'\'300\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3592,'chs','settings.row_jpeg_quality_with_watermark','JPEG图片水印质量','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3593,'chs','settings.text_jpeg_watermark_quality_note','添加水印后的JPEG文件的图片质量。该参数范围为1至100内的整数。数值越大缩略图质量越高同时文件大小越大。默认\'85\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3594,'chs','settings.head_save_attachment_settings','保存附件设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3595,'chs','settings.row_css_date','CSS日期','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3596,'chs','settings.text_css_date','时间格式为\'年年年年月月日日时时分分\',如\'200911030110\'。修改此项目能帮助强制用户的浏览器更新CSS缓存。当你对CSS文件做一些修改后可能需要用到此项。如果不明白此项用处请留空。默认为空。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3597,'chs','settings.row_alternative_thumbnail_size','缩略图另一尺寸','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3598,'chs','settings.text_alternative_thumbnail_size_note','用户能选择缩略图另外一种尺寸。默认\'180\'\'135\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3599,'chs','settings.row_add_watermark_to_thumbnail','给缩略图添加水印','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3600,'chs','settings.text_watermark_to_thumbnail_note','选择是否给缩略图也添加水印。默认\'否\'。当全局缩略图设定启用时被项才能生效。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3601,'chs','settings.row_advertisement_settings','广告设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3602,'chs','settings.submit_advertisement_settings','广告设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3603,'chs','settings.text_advertisement_settings_note','配置你站点中的广告。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3604,'chs','settings.head_advertisement_settings','广告设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3605,'chs','settings.row_enable_advertisement','启用广告','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3606,'chs','settings.text_enable_advertisement_note','全局广告设定。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3607,'chs','settings.row_no_advertisement','可关闭广告','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3608,'chs','settings.text_can_choose_no_advertisement','及以上等级用户可在控制面板中选择不显示广告。默认','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3609,'chs','settings.row_bonus_no_advertisement','魔力值交换可关闭广告','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3610,'chs','settings.text_no_advertisement_with_bonus','及以上等级用户可用魔力值换取一定期限内不显示广告的权限。默认','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3611,'chs','settings.row_no_advertisement_bonus_price','无广告魔力值','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3612,'chs','settings.text_bonus_points_to_buy','个魔力值,如果他选择交换','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3613,'chs','settings.text_days_without_advertisements','天不显示广告的权限。默认\'10000\'\'15\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3614,'chs','settings.row_click_advertisement_bonus','点击广告获取魔力值','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3615,'chs','settings.text_points_clicking_on_advertisements','个魔力值,如果他第一次点击某个广告。设为\'0\'来禁用此规则。<br /><b>注意</b>一些广告服务如Google Adsense禁止站点激励用户点击广告的行为。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3616,'chs','settings.head_save_advertisement_settings','保存广告设定','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3617,'chs','settings.row_enable_tooltip','允许悬浮提示','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3618,'chs','settings.text_enable_tooltip_note','是否允许用户使用悬浮提示功能。默认\'是\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3619,'chs','settings.text_thirtypercentleech_chance_becoming','%的可能成为<b><font class=\'thirtypercent\'>30%</font></b>。默认\'0\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3620,'chs','settings.text_thirtypercentleech_will_become','<b><font class=\'thirtypercent\'>30%</font></b>将变为','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3621,'chs','settings.text_thirtypercentleech_timeout_default','天。默认\'普通\'\'30\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3622,'chs','settings.row_site_logo','网站logo','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3623,'chs','settings.text_site_logo_note','网站logo图片文件。建议图片尺寸为220x70。如不填写将使用文字。默认\'\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3624,'chs','settings.row_promotion_link_click','宣传链接点击','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3625,'chs','settings.text_promotion_link_note_one','个魔力值如果他的宣传链接获得一次来自一个未记录的IP的点击。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3626,'chs','settings.text_promotion_link_note_two','秒内最多奖励一次点击。将魔力值设为\'0\'来禁用宣传链接功能。默认\'0\'\'600\'。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3627,'chs','settings.row_promotion_link_example_image','宣传链接示例图片','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3628,'chs','settings.text_promotion_link_example_note','在<a href=\"promotionlink.php\"><b>宣传链接</b></a>介绍示例中的图片。<b>必须</b>使用相对地址,如\'pic/prolink.png\'.','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3629,'chs','settings.row_enable_nfo','启用NFO','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3630,'chs','settings.text_enable_nfo_note','默认\'是\'。全局NFO设定。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3631,'chs','settings.row_web_analytics_code','网站统计代码','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3632,'chs','settings.text_web_analytics_code_note','填写由第三方如Google Analytics提供的网站统计代码。如无请留空。<br /><b>注意</b>:请确保代码安全可信。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3633,'chs','settings.row_enable_email_notification','允许用户收取邮件提示','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3634,'chs','settings.text_email_notification_note','是否允许用户在收取新短讯、评论等时候收到邮件提示。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3635,'chs','settings.text_users_get','首次升级至此等级的用户将获得','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3636,'chs','settings.text_invitations_default','个邀请名额。默认','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3637,'chs','shoutbox.text_del','删','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3638,'chs','shoutbox.std_access_denied','拒绝访问','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3639,'chs','shoutbox.std_access_denied_note','游客不允许查看该页面。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3640,'chs','shoutbox.text_to_guest','对<b>游客</b>说','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3641,'chs','shoutbox.text_guest','<b>游客</b>','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3642,'chs','shoutbox.text_ago','前','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3643,'chs','shoutbox.text_helpbox_disabled','求助区当前关闭中。你在搞什么鬼?','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3644,'chs','shoutbox.text_no_permission_to_shoutbox','你没有在群聊区发言的权力。你在搞什么鬼?','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3645,'chs','signup.head_signup','注册','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3646,'chs','signup.text_cookies_note','<b>注意</b>你必须启用cookies才能注册或登录。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3647,'chs','signup.row_desired_username','用户名','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3648,'chs','signup.text_allowed_characters','有效字符:(a-z), (A-Z), (0-9)至多12个字符','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3649,'chs','signup.row_pick_a_password','输入密码','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3650,'chs','signup.text_minimum_six_characters','至少6个字符。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3651,'chs','signup.row_enter_password_again','再次输入密码','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3652,'chs','signup.row_question','密码丢失问题','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3653,'chs','signup.row_enter_hint_answer','输入答案','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3654,'chs','signup.text_hint_note','用于找回忘记的密码。至少6个字符。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3655,'chs','signup.row_email_address','邮箱地址','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3656,'chs','signup.text_email_note','你只能使用以下邮箱注册:','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3657,'chs','signup.row_country','国家/地区','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3658,'chs','signup.row_gender','性别','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3659,'chs','signup.radio_male','男 ','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3660,'chs','signup.radio_female','女 ','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3661,'chs','signup.row_verification','确认','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3662,'chs','signup.checkbox_read_rules','我已阅读并同意遵守站点<a href=rules.php><u>规则</u></a>。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3663,'chs','signup.checkbox_read_faq','我会在提问前先查看<a href=faq.php><u>常见问题</u></a>。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3664,'chs','signup.checkbox_age','我已满13周岁。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3665,'chs','signup.text_all_fields_required','所有区域都必须填写!','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3666,'chs','signup.submit_sign_up','注册!(只需点击一次)','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3667,'chs','signup.select_none_selected','未选','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3668,'chs','signup.text_select_lang','Select Site Language: ','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3669,'chs','signup.row_school','学校','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3670,'chs','signup.head_invite_signup','受邀注册','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3671,'chs','signup.std_uninvited','邀请码错误,无法注册。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3672,'chs','signup.std_error','错误','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3673,'chs','staff.head_staff','管理组','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3674,'chs','staff.text_staff','管理组','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3675,'chs','staff.text_firstline_support','一线客服','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3676,'chs','staff.text_firstline_support_note','普通问题请咨询以下用户。注意:他们帮助你所花的时间和精力都是无回报的,请对他们表示感谢!','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3677,'chs','staff.text_movie_critics','批评家','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3678,'chs','staff.text_movie_critics_note','批评家负责挑选优秀的电影、音乐等资源,撰写点评,奖励用户的评论。总之,致力于创造交流的良好氛围。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3679,'chs','staff.text_general_staff','常规管理员','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3680,'chs','staff.text_general_staff_note','所有软件和<a href=faq.php><b>常见问题</b></a>中已解答的问题将被无视。<br /><br />点击<a href=contactstaff.php><b>这里</b></a>发短讯给管理组。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3681,'chs','staff.text_username','用户名','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3682,'chs','staff.text_online_or_offline','是否在线','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3683,'chs','staff.text_country','国家','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3684,'chs','staff.text_contact','联系','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3685,'chs','staff.text_language','语言','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3686,'chs','staff.text_support_for','帮助内容','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3687,'chs','staff.text_responsible_for','负责内容','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3688,'chs','staff.text_duties','职责','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3689,'chs','staff.title_online','在线','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3690,'chs','staff.title_offline','不在线','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3691,'chs','staff.title_send_pm','发送短讯','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3692,'chs','staff.text_vip','VIP','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3693,'chs','staff.text_vip_note','VIP资格只授予对NexusPHP做出过特殊贡献的用户。如曾经的管理组成员。','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3694,'chs','staff.text_reason','原因','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3695,'chs','staff.text_apply_for_it','申请加入','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3696,'chs','staff.text_forum_moderators','论坛版主','2021-01-11 12:47:58','2021-01-11 12:47:58'),(3697,'chs','staff.text_forum_moderators_note','论坛版主负责论坛的日常管理。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3698,'chs','staff.text_forums','版块','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3699,'chs','staffbox.head_staff_pm','管理组信箱','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3700,'chs','staffbox.text_staff_pm','管理组信箱','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3701,'chs','staffbox.std_sorry','对不起','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3702,'chs','staffbox.std_no_messages_yet','暂时没有短讯!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3703,'chs','staffbox.col_subject','主题','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3704,'chs','staffbox.col_sender','发讯者','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3705,'chs','staffbox.col_added','时间','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3706,'chs','staffbox.col_answered','回复','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3707,'chs','staffbox.col_action','行为','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3708,'chs','staffbox.text_yes','是','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3709,'chs','staffbox.text_no','否','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3710,'chs','staffbox.submit_set_answered','设为已回复','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3711,'chs','staffbox.submit_delete','删除','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3712,'chs','staffbox.text_system','系统','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3713,'chs','staffbox.head_view_staff_pm','查看管理组信箱','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3714,'chs','staffbox.col_from','自','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3715,'chs','staffbox.col_date','日期','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3716,'chs','staffbox.col_answered_by','回复者','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3717,'chs','staffbox.text_reply','回复','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3718,'chs','staffbox.text_mark_answered','设为已回复','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3719,'chs','staffbox.text_delete','删除','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3720,'chs','staffbox.std_error','错误','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3721,'chs','staffbox.std_no_user_id','没有此ID的用户。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3722,'chs','staffbox.head_answer_to_staff_pm','回复管理组信息','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3723,'chs','staffbox.text_answering_to','回复','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3724,'chs','staffbox.text_sent_by',' - 来自','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3725,'chs','staffbox.std_body_is_empty','回复不能为空白!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3726,'chs','subtitles.std_error','错误!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3727,'chs','subtitles.std_must_login_to_upload','必须登录后才能上传字幕','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3728,'chs','subtitles.head_subtitles','字幕区','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3729,'chs','subtitles.std_nothing_received','<b>上传失败!</b> <br /><br />没有接受到文件!选择的文件可能太大。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3730,'chs','subtitles.std_subs_too_big','<b>上传失败!</b> <br /><br />字幕文件太大!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3731,'chs','subtitles.std_wrong_subs_format','<b>上传失败!</b> <br /><br />我不允许保存你上传的文件:|','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3732,'chs','subtitles.std_file_already_exists','<b>上传失败!</b> <br /><br />已存在该文件<font color=red><b>','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3733,'chs','subtitles.std_missing_torrent_id','<b>上传失败!</b> <br /><br />必须填写<b>种子ID</b>','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3734,'chs','subtitles.std_invalid_torrent_id','<b>上传失败!</b> <br /><br />种子ID无效','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3735,'chs','subtitles.std_no_permission_uploading_others','<b>上传失败!</b> <br /><br />你所在的用户等级不能上传他人种子的字幕!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3736,'chs','subtitles.std_file_same_name_exists','该文件名的文件已存在','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3737,'chs','subtitles.std_must_choose_language','<b>上传失败!</b> <br /><br />请选择字幕的语言!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3738,'chs','subtitles.std_failed_moving_file','无法移动上传的文件。请将该问题反应给管理员。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3739,'chs','subtitles.std_this_file','该文件名<font color=red><b>','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3740,'chs','subtitles.std_is_invalid','</b></font>在文件夹中无效。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3741,'chs','subtitles.text_upload_subtitles','上传字幕 - 总上传量','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3742,'chs','subtitles.text_rules','规则:','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3743,'chs','subtitles.text_rule_one','1.上传的文件请使用英文文件名!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3744,'chs','subtitles.text_rule_two','2.字幕<b>必须与视频文件同步</b>。否则纯粹是浪费空间。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3745,'chs','subtitles.text_rule_three','3.<b>标题</b>中并不需要字幕的语言标记因为已经有国旗标记。不过如果你觉得需要也可以在文件名末尾添加如chs。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3746,'chs','subtitles.text_rule_four','4.如果你上传的字幕是合集请将它们打包为zip或rar后再上传。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3747,'chs','subtitles.text_rule_five','5.如果你上传的字幕是Vobsub格式(idx+sub)请打包为zip或rar后再上传。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3748,'chs','subtitles.text_rule_six','6.如果你上传的字幕是proper(正确版本)或re-synced(重新调校)的字幕请在字幕文件名末尾添加proper或resynced标记。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3749,'chs','subtitles.text_red_star_required','<p >红星号(<font color=red>*</font>)标记的区域必须填写</p>\n','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3750,'chs','subtitles.text_uploading_subtitles_for_torrent','为种子上传字幕:','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3751,'chs','subtitles.row_file','文件','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3752,'chs','subtitles.text_maximum_file_size','文件最大限制:','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3753,'chs','subtitles.row_torrent_id','种子ID','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3754,'chs','subtitles.text_torrent_id_note','(种子详情页面网址末尾的数字。<br />如&nbsp<b>http://nexus-php8.tinyhd.net/details.php?id=16</b>&nbsp数字<b>16</b>即种子ID)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3755,'chs','subtitles.row_title','标题','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3756,'chs','subtitles.text_title_note','(可选,不填则使用种子文件名)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3757,'chs','subtitles.row_language','语言','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3758,'chs','subtitles.select_choose_one','(请选择)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3759,'chs','subtitles.row_show_uploader','匿名上传','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3760,'chs','subtitles.hide_uploader_note','不要显示我的用户名。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3761,'chs','subtitles.submit_upload_file','上传文件','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3762,'chs','subtitles.submit_reset','重置','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3763,'chs','subtitles.text_sorry','对不起','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3764,'chs','subtitles.text_nothing_here','对不起,暂无字幕:( ','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3765,'chs','subtitles.submit_search','给我搜','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3766,'chs','subtitles.text_prev','上一页','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3767,'chs','subtitles.text_next','下一页','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3768,'chs','subtitles.col_lang','语言','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3769,'chs','subtitles.col_title','标题','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3770,'chs','subtitles.title_date_added','添加时间','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3771,'chs','subtitles.title_size','大小','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3772,'chs','subtitles.col_hits','点击','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3773,'chs','subtitles.col_upped_by','上传者','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3774,'chs','subtitles.text_delete','[删除]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3775,'chs','subtitles.text_anonymous','<i>匿名</i>','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3776,'chs','subtitles.std_delete_subtitle','删除字幕','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3777,'chs','subtitles.std_delete_subtitle_note','你将删除该字幕。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3778,'chs','subtitles.text_reason_is','原因:','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3779,'chs','subtitles.submit_confirm','确定','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3780,'chs','subtitles.col_report','举报','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3781,'chs','subtitles.title_report_subtitle','举报该字幕','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3782,'chs','subtitles.select_all_languages','(所有语言)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3783,'chs','tags.text_description','插入列表项目','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3784,'chs','tags.text_syntax','语法:','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3785,'chs','tags.text_example','例子:','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3786,'chs','tags.text_result','结果:','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3787,'chs','tags.text_remarks','说明:','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3788,'chs','tags.head_tags','标签','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3789,'chs','tags.text_tags','标签','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3790,'chs','tags.text_bb_tags_note','<b>NexusPHP</b>论坛支持一些<i>BBCode标签代码</i>,你可以在帖子中使用它们改变显示效果。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3791,'chs','tags.submit_test_this_code','测试标签!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3792,'chs','tags.text_bold','粗体','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3793,'chs','tags.text_bold_description','使文字变粗','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3794,'chs','tags.text_bold_syntax','[b]<i>文字</i>[/b]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3795,'chs','tags.text_bold_example','[b]这是粗体[/b]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3796,'chs','tags.text_italic','斜体','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3797,'chs','tags.text_italic_description','使文字斜体','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3798,'chs','tags.text_italic_syntax','[i]<i>文字</i>[/i]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3799,'chs','tags.text_italic_example','[i]这是斜体[/i]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3800,'chs','tags.text_underline','下划线','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3801,'chs','tags.text_underline_description','在文字下加划线','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3802,'chs','tags.text_underline_syntax','[u]<i>文字</i>[/u]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3803,'chs','tags.text_underline_example','[u]这是下划线[/u]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3804,'chs','tags.text_color_one','颜色 (方式1)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3805,'chs','tags.text_color_one_description','改变文字颜色','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3806,'chs','tags.text_color_one_syntax','[color=<i>Color</i>]<i>文字</i>[/color]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3807,'chs','tags.text_color_one_example','[color=blue]这是蓝色文字[/color]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3808,'chs','tags.text_color_one_remarks','有效颜色取决于浏览器一些基本颜色如red, green, blue, yellow, pink等一般都支持','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3809,'chs','tags.text_color_two','颜色(方式2)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3810,'chs','tags.text_color_two_description','改变文字颜色','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3811,'chs','tags.text_color_two_syntax','[color=#<i>RGB</i>]<i>文字</i>[/color]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3812,'chs','tags.text_color_two_example','[color=#0000ff]这是蓝色文字[/color]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3813,'chs','tags.text_color_two_remarks','<i>RGB</i>必须是六位的十六进制数字','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3814,'chs','tags.text_size','字号','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3815,'chs','tags.text_size_description','改变文字的大小','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3816,'chs','tags.text_size_syntax','[size=<i>n</i>]<i>文字</i>[/size]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3817,'chs','tags.text_size_example','[size=4]这是4号字体的文字[/size]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3818,'chs','tags.text_size_remarks','<i>n</i>必须是在1(最小)到7(最大)间的整数。默认字号为2','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3819,'chs','tags.text_font','字体','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3820,'chs','tags.text_font_description','改变文字的字体','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3821,'chs','tags.text_font_syntax','[font=<i>字体</i>]<i>文字</i>[/font]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3822,'chs','tags.text_font_example','[font=Impact]Hello world![/font]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3823,'chs','tags.text_font_remarks','你可以通过在字体名称间加逗号来设定备用字体','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3824,'chs','tags.text_hyperlink_one','超级链接(方式1)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3825,'chs','tags.text_hyperlink_one_description','插入超级链接','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3826,'chs','tags.text_hyperlink_one_syntax','[url]<i>URL</i>[/url]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3827,'chs','tags.text_hyperlink_one_example','[url]http://nexus-php8.tinyhd.net[/url]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3828,'chs','tags.text_hyperlink_one_remarks','该标签是多余的所有URL都会自动加超级链接','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3829,'chs','tags.text_hyperlink_two','超级链接(方式2)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3830,'chs','tags.text_hyperlink_two_description','插入超级链接','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3831,'chs','tags.text_hyperlink_two_syntax','[url=<i>URL</i>]<i>链接文字</i>[/url]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3832,'chs','tags.text_hyperlink_two_example','[url=http://nexus-php8.tinyhd.net]NexusPHP[/url]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3833,'chs','tags.text_hyperlink_two_remarks','当你需要将文字加超链接时使用。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3834,'chs','tags.text_image_one','图片(方式1)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3835,'chs','tags.text_image_one_description','插入图片','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3836,'chs','tags.text_image_one_syntax','[img=<i>URL</i>]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3837,'chs','tags.text_image_one_example','[img=http://nexus-php8.tinyhd.net/pic/nexus.png]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3838,'chs','tags.text_image_one_remarks','URL必须是<b>.gif</b>, <b>.jpg</b>, <b>jpeg</b>或<b>.png</b>','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3839,'chs','tags.text_image_two','图片(方式2)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3840,'chs','tags.text_image_two_description','插入图片','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3841,'chs','tags.text_image_two_syntax','[img]<i>URL</i>[/img]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3842,'chs','tags.text_image_two_example','[img]http://nexus-php8.tinyhd.net/pic/nexus.png[/img]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3843,'chs','tags.text_image_two_remarks','URL必须是<b>.gif</b>, <b>.jpg</b>, <b>jpeg</b>或<b>.png</b>','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3844,'chs','tags.text_quote_one','引用(方式1)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3845,'chs','tags.text_quote_one_description','插入引用','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3846,'chs','tags.text_quote_one_syntax','[quote]<i>引用的文字</i>[/quote]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3847,'chs','tags.text_quote_one_example','[quote]我爱NexusPHP[/quote]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3848,'chs','tags.text_quote_two','引用(方式2)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3849,'chs','tags.text_quote_two_description','插入引用','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3850,'chs','tags.text_quote_two_syntax','[quote=<i>作者</i>]<i>引用的文字</i>[/quote]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3851,'chs','tags.text_quote_two_example','[quote=xioamlove]我爱NexusPHP[/quote]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3852,'chs','tags.text_list','列表','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3853,'chs','tags.text_list_syntax','[*]<i>文字</i>','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3854,'chs','tags.text_list_example','[*]这是项目1\n[*]这是项目2','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3855,'chs','tags.text_preformat','预格式化','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3856,'chs','tags.text_preformat_description','预格式化(等宽)文字。不自动换行','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3857,'chs','tags.text_preformat_syntax','[pre]<i>文字</i>[/pre]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3858,'chs','tags.text_preformat_example','[pre]这是预格式化文字[/pre]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3859,'chs','tags.text_code','代码','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3860,'chs','tags.text_code_description','文字特殊装饰显示','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3861,'chs','tags.text_code_syntax','[code]文字[/code]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3862,'chs','tags.text_code_example','[code]这是代码[/code]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3863,'chs','tags.text_you','[you]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3864,'chs','tags.text_you_description','显示任何查看者的用户名','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3865,'chs','tags.text_you_syntax','[you]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3866,'chs','tags.text_you_example','你正在看这段文字啊,[you]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3867,'chs','tags.text_you_remarks','适合用于恶作剧','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3868,'chs','tags.text_site','[site]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3869,'chs','tags.text_site_description','显示站点名字','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3870,'chs','tags.text_site_syntax','[site]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3871,'chs','tags.text_site_example','你正在访问[site]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3872,'chs','tags.text_siteurl','[siteurl]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3873,'chs','tags.text_siteurl_description','显示站点的网址','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3874,'chs','tags.text_siteurl_syntax','[siteurl]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3875,'chs','tags.text_siteurl_example','[site]的网址是[siteurl]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3876,'chs','tags.text_flash','Flash(方式1)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3877,'chs','tags.text_flash_description','在页面内插入指定宽度与高度的Flash','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3878,'chs','tags.text_flash_syntax','[flash,width,height]Flash URL[/flash]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3879,'chs','tags.text_flash_example','[flash,500,300]http://nexus-php8.tinyhd.net/flash.demo.swf[/flash]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3880,'chs','tags.text_flash_two','Flash(方式2)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3881,'chs','tags.text_flash_two_description','在页面内插入默认宽度与高度(500 * 300)的Flash','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3882,'chs','tags.text_flash_two_syntax','[flash]Flash URL[/flash]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3883,'chs','tags.text_flash_two_example','[flash]http://nexus-php8.tinyhd.net/flash.demo.swf[/flash]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3884,'chs','tags.text_flv_one','Flash视频(方式1)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3885,'chs','tags.text_flv_one_description','在页面内插入指定宽度与高度的Flash视频','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3886,'chs','tags.text_flv_one_syntax','[flv,width,height]Flash视频的URL[/flv]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3887,'chs','tags.text_flv_one_example','[flv,320,240]http://nexus-php8.tinyhd.net/flash.video.demo.flv[/flv]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3888,'chs','tags.text_flv_two','Flash视频(方式2)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3889,'chs','tags.text_flv_two_description','在页面内插入默认宽度与高度(320 * 240)的Flash视频','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3890,'chs','tags.text_flv_two_syntax','[flv]Flash视频的URL[/flv]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3891,'chs','tags.text_flv_two_example','[flv]http://nexus-php8.tinyhd.net/flash.video.demo.flv[/flv]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3892,'chs','tags.text_youtube','YouTube','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3893,'chs','tags.text_youtube_description','在页面内插入YouTube网站的在线视频','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3894,'chs','tags.text_youtube_syntax','[youtube]YouTube视频的URL[/youtube]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3895,'chs','tags.text_youtube_example','[youtube]http://www.youtube.com/watch?v=EsWKVcZ88Jw[/youtube]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3896,'chs','tags.text_youku','优酷','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3897,'chs','tags.text_youku_description','在页面内插入优酷网的在线视频','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3898,'chs','tags.text_youku_syntax','[youku]优酷网视频的URL[/youku]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3899,'chs','tags.text_youku_example','[youku]http://player.youku.com/player.php/sid/XMzM1MDExODg=/v.swf[/youku]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3900,'chs','tags.text_tudou','土豆','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3901,'chs','tags.text_tudou_description','在页面内插入土豆网的在线视频','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3902,'chs','tags.text_tudou_syntax','[tudou]土豆网视频的URL[/tudou]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3903,'chs','tags.text_tudou_example','[tudou]http://www.tudou.com/v/1jaI4LNa7sk[/tudou]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3904,'chs','tags.text_ninety_eight_image','CC98图片','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3905,'chs','tags.text_ninety_eight_image_description','显示保存于CC98论坛的图片','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3906,'chs','tags.text_ninety_eight_image_syntax',' [98img=[auto|number]]图片文件[/98img]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3907,'chs','tags.text_ninety_eight_image_example','[98img=150]uploadfile/2008/10/30/2362924185.png[/98img]','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3908,'chs','tags.text_ninety_eight_image_remarks','CC98是浙江大学的一个论坛','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3909,'chs','takeconfirm.std_sorry','对不起...','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3910,'chs','takeconfirm.std_no_buddy_to_confirm','没有需要验证的用户。:( <br /><br />请点击','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3911,'chs','takeconfirm.std_here_to_go_back','这里</a>返回。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3912,'chs','takeconfirm.mail_title','网站账户验证','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3913,'chs','takeconfirm.mail_here','这里','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3914,'chs','takeconfirm.mail_content_1','你好,<br /><br />你的账号成功通过验证。你可以进入登录页面: ','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3915,'chs','takeconfirm.mail_content_2','<br /><br />使用你的账户登录。登录后请先阅读站点规则,提问前请自行参考常见问题。<br /><br />祝你好运! NexusPHP!<br /><br />如果你不认识邀请你的人请将本邮件转发至nobody@gmail.com<br />------<br />NexusPHP 网站','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3916,'chs','takecontact.std_error','错误','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3917,'chs','takecontact.std_method','方式','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3918,'chs','takecontact.std_please_enter_something','请填写内容!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3919,'chs','takecontact.std_please_define_subject','你必须输入标题!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3920,'chs','takecontact.std_message_flooding','不允许滥发短讯,请在','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3921,'chs','takecontact.std_second','秒','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3922,'chs','takecontact.std_s','','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3923,'chs','takecontact.std_before_sending_pm','后重试。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3924,'chs','takecontact.std_succeeded','成功','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3925,'chs','takecontact.std_message_succesfully_sent','短讯成功发送!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3926,'chs','takeedit.std_edit_failed','编辑失败!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3927,'chs','takeedit.std_missing_form_data','有项目没有填写','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3928,'chs','takeedit.std_not_owner','你不是发种者!怎么回事?\n','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3929,'chs','takeedit.std_nfo_too_big','NFO过大最大为65,535字节。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3930,'chs','takeedit.std_cannot_move_torrent','你没有将种子移至另一区的权限。另外,你怎么会到这?','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3931,'chs','takeflush.std_failed','失败','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3932,'chs','takeflush.std_success','成功','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3933,'chs','takeflush.std_ghost_torrents_cleaned','个冗余种子被成功清除。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3934,'chs','takeflush.std_cannot_flush_others','你只能清除自己的冗余种子','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3935,'chs','takeinvite.head_invitation_failed','邀请失败!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3936,'chs','takeinvite.std_must_enter_email','你必须输入邮箱地址!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3937,'chs','takeinvite.std_invalid_email_address','无效的邮箱地址!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3938,'chs','takeinvite.std_must_enter_personal_message','请添加信件中的私人内容。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3939,'chs','takeinvite.std_email_address','邮箱地址','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3940,'chs','takeinvite.std_is_in_use','已经在使用。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3941,'chs','takeinvite.mail_here','这里','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3942,'chs','takeinvite.mail_tilte','网站邀请函','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3943,'chs','takeinvite.mail_one','你好,<br /><br />用户','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3944,'chs','takeinvite.mail_two','邀请你加入NexusPHP社区。\nNexusPHP拥有知识丰富的用户。 <br />如果你有意加入,请在阅读网站规则后确认该邀请。<br /><br />请点击以下链接确认邀请:','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3945,'chs','takeinvite.mail_three','请在','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3946,'chs','takeinvite.mail_four','天内确认该邀请,之后邀请将作废。<br />NexusPHP真诚欢迎你加入我们的社区<br /><br />来自邀请者','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3947,'chs','takeinvite.mail_five','的话:','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3948,'chs','takeinvite.mail_six','如果你根本不认识邀请者请将此邮件转发至nobody@gmail.com<br /><br />------<br />NexusPHP网站','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3949,'chs','takeinvite.std_error','错误','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3950,'chs','takeinvite.std_invite_denied','你的用户等级不允许发送邀请。你怎么到这来的?','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3951,'chs','takeinvite.std_email_address_banned','邮箱地址被禁用!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3952,'chs','takeinvite.std_wrong_email_address_domains','不允许发送邀请给此邮箱地址!请使用以下邮箱:','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3953,'chs','takeinvite.std_no_invite','你没有剩余邀请名额。你怎么到这来的?','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3954,'chs','takeinvite.std_invitation_already_sent_to','发送失败!此邮箱','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3955,'chs','takeinvite.std_await_user_registeration','已收到过邀请函,请勿重复发送。请等待用户注册。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3956,'chs','takelogin.std_login_fail_note','<b>错误</b>: 用户名或密码不正确!<br /><br />忘记密码了?<b><a href=recover.php>找回</a></b>你的密码!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3957,'chs','takelogin.std_login_fail','登录失败!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3958,'chs','takelogin.std_account_disabled','该账号已被禁用。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3959,'chs','takelogin.std_user_account_unconfirmed','该账户还未通过验证。如果你没有收到验证邮件,试试<a href=\'confirm_resend.php\'><b>重新发送验证邮件</b></a>。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3960,'chs','takemessage.std_error','错误','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3961,'chs','takemessage.std_permission_denied','你没有该权限!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3962,'chs','takemessage.std_please_enter_something','不能为空!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3963,'chs','takemessage.std_message_flooding_denied','禁止滥发短讯。请在','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3964,'chs','takemessage.std_before_sending_pm','秒后再发送。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3965,'chs','takemessage.std_invalid_id','该账号已失效','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3966,'chs','takemessage.std_user_not_exist','不存在该账号','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3967,'chs','takemessage.std_refused','拒绝','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3968,'chs','takemessage.std_account_parked','该账号已被封存。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3969,'chs','takemessage.std_user_blocks_your_pms','该用户拒绝接受你的短讯。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3970,'chs','takemessage.std_user_accepts_friends_pms','该用户只接受其好友的短讯。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3971,'chs','takemessage.std_user_blocks_all_pms','该用户拒绝接受一切短讯。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3972,'chs','takemessage.std_succeeded','成功','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3973,'chs','takemessage.std_messages_out_of','条短讯(共','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3974,'chs','takemessage.std_were','条)已','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3975,'chs','takemessage.std_message_was','短讯已','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3976,'chs','takemessage.std_successfully_sent','成功发送!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3977,'chs','takemessage.std_s_were','已','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3978,'chs','takemessage.std_was','已','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3979,'chs','takemessage.std_updated','更新','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3980,'chs','takemessage.std_no_permission_forwarding','你没有转发该短讯的权限。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3981,'chs','takemessage.std_must_enter_username','你必须填写要转发的用户的用户名。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3982,'chs','takereseed.head_reseed_request','续种请求!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3983,'chs','takereseed.std_it_worked','成功了!完成下载的用户将收到请求续种的短讯。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3984,'chs','takereseed.std_error','错误','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3985,'chs','takereseed.std_torrent_not_dead','该种子没有断种。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3986,'chs','takereseed.std_reseed_sent_recently','该种子在过去15分钟内已收到一次续种请求。请耐心等待好心人续种。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3987,'chs','takesignup.std_signup_failed','注册失败!(参看下面)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3988,'chs','takesignup.std_invalid_email_address','邮箱地址无效!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3989,'chs','takesignup.std_email_address_banned','邮箱地址被禁用!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3990,'chs','takesignup.std_wrong_email_address_domains','不允许使用该邮箱地址注册!请使用以下邮箱:','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3991,'chs','takesignup.std_invalid_gender','性别无效!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3992,'chs','takesignup.std_blank_field','有项目没有填写。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3993,'chs','takesignup.std_hintanswer_too_short','对不起密码提示问题答案过短至少6个字符)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3994,'chs','takesignup.std_username_too_long','对不起用户名过长至多12个字符','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3995,'chs','takesignup.std_passwords_unmatched','两次输入的密码不一致!请重试。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3996,'chs','takesignup.std_password_too_short','对不起密码过短至少6个字符','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3997,'chs','takesignup.std_password_too_long','对不起密码过长至多40个字符','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3998,'chs','takesignup.std_password_equals_username','对不起,用户名和密码不能相同。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(3999,'chs','takesignup.std_wrong_email_address_format','请输入正确的邮箱地址。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4000,'chs','takesignup.std_invalid_username','无效的用户名。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4001,'chs','takesignup.std_unqualified','对不起,你必须同意遵守站点规则才能注册。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4002,'chs','takesignup.std_email_address','这个邮箱地址','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4003,'chs','takesignup.std_in_use','已经被使用。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4004,'chs','takesignup.std_username_exists','用户名已经存在!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4005,'chs','takesignup.std_database_in_distress','数据库出错','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4006,'chs','takesignup.std_almost_signup','即将完成注册!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4007,'chs','takesignup.std_please_click','请点击','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4008,'chs','takesignup.std_here','这里','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4009,'chs','takesignup.std_to_finish_signup','来完成注册,谢谢!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4010,'chs','takesignup.msg_subject','欢迎来到','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4011,'chs','takesignup.msg_congratulations','祝贺你,','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4012,'chs','takesignup.msg_you_are_a_member','\n\n你已成为NexusPHP的一员\n我们真诚地欢迎你的加入\n\n请务必先阅读[url=rules.php][b]规则[/b][/url],提问前请自行参考[url=faq.php][b]常见问题[/b][/url],有空也请到[url=forums.php][b]论坛[/b][/url]看看。 \n\n祝你愉快。\nNexusPHP管理组','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4013,'chs','takesignup.mail_this_link','这个链接','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4014,'chs','takesignup.mail_here','这里','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4015,'chs','takesignup.mail_title',' 网站用户注册验证','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4016,'chs','takesignup.mail_one','你好 ','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4017,'chs','takesignup.mail_two',',<br /><br />你请求在NexusPHP网站获取账号并指定此邮箱地址 ','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4018,'chs','takesignup.mail_three',' 为你的联系地址。<br /><br />如果你没有发过该请求请忽视本邮件。输入你邮箱地址者的IP地址为 ','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4019,'chs','takesignup.mail_four','。请勿回复本邮件。<br /><br />如果你的确发过该请求,请点击以下链接来通过验证: ','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4020,'chs','takesignup.mail_four_1','<br /><br />如果以上链接打开出错、不存在或已经过期, 尝试在这里重新发送确认邮件 ','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4021,'chs','takesignup.mail_five','在通过验证后,你就可以使用新账号了。<br /><br />如果你在24小时内没有通过验证你的账号将被删除。<br />新人登录NexusPHP后请务必先阅读站点规则提问前请参考常见问题。<br /><br />请注意如果你并没有在NexusPHP网站注册请举报此邮件至nobody@gmail.com<br /><br />------<br /><br />NexusPHP 网站.','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4022,'chs','takeupload.std_upload_failed','上传失败!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4023,'chs','takeupload.std_missing_form_data','请填写必填项目','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4024,'chs','takeupload.std_empty_filename','文件名不能为空!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4025,'chs','takeupload.std_zero_byte_nfo','NFO文件为空','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4026,'chs','takeupload.std_nfo_too_big','NFO文件过大最大允许65,535 bytes。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4027,'chs','takeupload.std_nfo_upload_failed','NFO文件上传失败','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4028,'chs','takeupload.std_blank_description','你必须填写简介!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4029,'chs','takeupload.std_category_unselected','你必须选择类型!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4030,'chs','takeupload.std_invalid_filename','无效的文件名!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4031,'chs','takeupload.std_filename_not_torrent','无效的文件名(不是.torrent文件).','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4032,'chs','takeupload.std_empty_file','空文件!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4033,'chs','takeupload.std_not_bencoded_file','你在搞什么鬼你上传的不是Bencode文件','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4034,'chs','takeupload.std_not_a_dictionary','不是目录','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4035,'chs','takeupload.std_dictionary_is_missing_key','目录缺少值','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4036,'chs','takeupload.std_invalid_entry_in_dictionary','无效的目录项','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4037,'chs','takeupload.std_invalid_dictionary_entry_type','无效的目录项类型','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4038,'chs','takeupload.std_invalid_pieces','无效的文件块','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4039,'chs','takeupload.std_missing_length_and_files','缺少长度和文件','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4040,'chs','takeupload.std_filename_errors','文件名错误','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4041,'chs','takeupload.std_uploaded_not_offered','你只能上传通过候选的种子,请返回在<b>你的候选</b>中选择合适项目后再上传!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4042,'chs','takeupload.std_unauthorized_upload_freely','你没有自由上传的权限!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4043,'chs','takeupload.std_torrent_existed','该种子已存在!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4044,'chs','takeupload.std_torrent_file_too_big','种子文件过大!最大允许','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4045,'chs','takeupload.std_remake_torrent_note',' bytes。请使用更大的区块大小重新制作种子文件或者将内容分为多个种子发布。','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4046,'chs','topten.std_error','错误!','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4047,'chs','topten.std_sorry','对不起...','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4048,'chs','topten.std_permission_denied_only','你没有该权限。只有','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4049,'chs','topten.std_or_above_can_view','及以上等级的用户才能查看排行榜。<br /><br />请查看<a class=\"faqlink\" href=\"faq.php#id22\"><b>常见问题</b></a>了解更多关于用户等级和权限的信息。<br /><br /><b></p>NexusPHP管理组</b>','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4050,'chs','topten.col_rank','排名','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4051,'chs','topten.col_user','用户','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4052,'chs','topten.col_donated','捐赠','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4053,'chs','topten.col_ul_speed','上传速度','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4054,'chs','topten.col_downloaded','下载','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4055,'chs','topten.col_dl_speed','下载速度','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4056,'chs','topten.col_ratio','分享率','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4057,'chs','topten.col_joined','注册日期','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4058,'chs','topten.col_name','名称','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4059,'chs','topten.title_sna','完成数','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4060,'chs','topten.col_data','数据量','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4061,'chs','topten.title_se','种子数','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4062,'chs','topten.title_le','下载数','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4063,'chs','topten.col_to','总共','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4064,'chs','topten.col_country','国家/地区','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4065,'chs','topten.col_username','用户名','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4066,'chs','topten.col_upload_rate','上传速度','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4067,'chs','topten.col_download_rate','下载速度','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4068,'chs','topten.text_users','用户','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4069,'chs','topten.text_torrents','种子','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4070,'chs','topten.text_countries','国家/地区','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4071,'chs','topten.text_peers','同伴','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4072,'chs','topten.text_community','社区','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4073,'chs','topten.text_search','搜索','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4074,'chs','topten.text_other','其它','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4075,'chs','topten.text_this_page_last_updated','本页最新更新于 ','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4076,'chs','topten.text_started_recording_date','统计开始于','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4077,'chs','topten.text_update_interval',', 每60分钟数据更新一次','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4078,'chs','topten.text_uploaders','上传者','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4079,'chs','topten.text_downloaders','下载者','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4080,'chs','topten.text_fastest_uploaders','最快上传者','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4081,'chs','topten.text_fastest_up_note','(平均值包括非活动时间至少上传50GB)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4082,'chs','topten.text_fastest_note','(平均值,包括非活动时间)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4083,'chs','topten.text_fastest_downloaders','最快下载者','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4084,'chs','topten.text_best_sharers','最佳分享者','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4085,'chs','topten.text_sharers_note','(至少下载50GB)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4086,'chs','topten.text_worst_sharers','最差分享者','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4087,'chs','topten.text_most_active_torrents','最活跃种子','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4088,'chs','topten.text_most_snatched_torrents','完成数最多种子','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4089,'chs','topten.text_most_data_transferred_torrents','流量最大种子','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4090,'chs','topten.text_best_seeded_torrents','供种率(做种/下载)最大种子','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4091,'chs','topten.text_best_seeded_torrents_note','(至少5个做种者)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4092,'chs','topten.text_worst_seeded_torrents','供种率(做种/下载)最小种子','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4093,'chs','topten.text_worst_seeded_torrents_note','(至少有1个下载者, 不包括完成数为0的种子)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4094,'chs','topten.text_most_donated_USD','美元捐赠者','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4095,'chs','topten.text_most_donated_CNY','人民币捐赠者','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4096,'chs','topten.col_donated_usd','捐赠()','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4097,'chs','topten.col_donated_cny','捐赠(¥)','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4098,'chs','topten.text_most_supplied','最大资源提供者<font class=\"small\">(不包括被删除的种子)</font>','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4099,'chs','topten.text_most_snatched',' 最大资源完成者<font class=\"small\">(不包括被删除的种子)</font>','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4100,'chs','topten.col_torrent_uploaded','# 上传','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4101,'chs','topten.col_torrent_downloaded','# 完成','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4102,'chs','topten.text_most_topic',' 论坛主题发起者<font class=\"small\">(不包括被删除的主题)</font>','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4103,'chs','topten.text_most_post',' 论坛发帖者<font class=\"small\">(不包括被删除的帖子)</font>','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4104,'chs','topten.col_topics','主题','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4105,'chs','topten.col_posts','帖子','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4106,'chs','topten.text_biggest_topics','最热主题<font class=\"small\">(不计特权论坛内的主题)</font>','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4107,'chs','topten.col_subject','主题','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4108,'chs','topten.col_number','数量','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4109,'chs','topten.text_most_browser','浏览器','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4110,'chs','topten.text_most_client','BT客户端<font class=\"small\">(按最近访问服务器的客户端)</font>','2021-01-11 12:47:59','2021-01-11 12:47:59'),(4111,'chs','topten.col_comments','评论','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4112,'chs','topten.text_most_commenter','种子评论者<font class=\"small\">(不包括被删除的评论)</font>','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4113,'chs','topten.col_reviews','点评','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4114,'chs','topten.text_most_reviewer','电影点评者<font class=\"small\">(不包括被删除的点评)</font>','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4115,'chs','topten.col_location','位置','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4116,'chs','topten.text_most_locations','同伴位置','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4117,'chs','topten.col_keyword','关键字','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4118,'chs','topten.col_times','次数','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4119,'chs','topten.col_datetime','时间','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4120,'chs','topten.text_latest_search','最近搜索','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4121,'chs','topten.text_current_month_search','本月搜索','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4122,'chs','topten.text_last_month_search','上月搜索','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4123,'chs','topten.text_current_year_search','今年搜索','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4124,'chs','topten.text_most_bonuses','魔力值','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4125,'chs','topten.col_bonus','魔力值','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4126,'chs','topten.text_countries_users','用户数','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4127,'chs','topten.col_users','用户数','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4128,'chs','topten.text_countries_uploaded','总上传量','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4129,'chs','topten.col_uploaded','上传量','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4130,'chs','topten.text_countries_per_user','用户平均上传量<font class=\"small\"> (总上传量达到1TB且用户数超过100)</font>','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4131,'chs','topten.col_average','平均','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4132,'chs','topten.text_countries_ratio','分享率<font class=\"small\"> (总上传量达到1TB且用户数超过100)</font>','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4133,'chs','topten.text_ago','以前','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4134,'chs','topten.text_inf','无限','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4135,'chs','topten.head_top_ten','排行榜','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4136,'chs','topten.text_most_stylesheet','界面风格','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4137,'chs','topten.text_most_language','用户语言','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4138,'chs','topten.text_top','Top ','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4139,'chs','topten.text_one_hundred','Top 100','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4140,'chs','topten.text_top_250','Top 250','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4141,'chs','topten.col_clicks','点击数','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4142,'chs','topten.text_most_clicks','宣传链接','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4143,'chs','topten.text_charity_giver','慈善家','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4144,'chs','torrents.head_search_results_for','搜索结果 - ','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4145,'chs','torrents.text_search_box','搜索箱','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4146,'chs','torrents.text_category','类型:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4147,'chs','torrents.text_source','来源:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4148,'chs','torrents.text_codec','编码:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4149,'chs','torrents.text_standard','分辨率:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4150,'chs','torrents.text_processing','处理:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4151,'chs','torrents.text_show_dead_active','显示断种/活种?','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4152,'chs','torrents.select_including_dead','包括断种','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4153,'chs','torrents.select_active','活种','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4154,'chs','torrents.select_dead','断种','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4155,'chs','torrents.text_show_special_torrents','显示促销种子?','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4156,'chs','torrents.select_all','全部','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4157,'chs','torrents.select_normal','普通','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4158,'chs','torrents.select_free','免费','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4159,'chs','torrents.select_two_times_up','2x上传','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4160,'chs','torrents.select_free_two_times_up','免费&2x上传','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4161,'chs','torrents.select_half_down','50%下载','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4162,'chs','torrents.text_search','搜索关键字:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4163,'chs','torrents.submit_go','给我搜','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4164,'chs','torrents.std_search_results_for','搜索结果 \"','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4165,'chs','torrents.std_try_again','没有种子。请用准确的关键字重试。\n','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4166,'chs','torrents.std_nothing_found','没有结果!','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4167,'chs','torrents.std_no_active_torrents','没有种子:(\n','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4168,'chs','torrents.input_check_all','全选','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4169,'chs','torrents.input_uncheck_all','全不选','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4170,'chs','torrents.text_download_client','下载指定客户端','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4171,'chs','torrents.select_title','标题','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4172,'chs','torrents.select_description','简介','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4173,'chs','torrents.select_small_description','副标题','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4174,'chs','torrents.select_uploader','发布者','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4175,'chs','torrents.select_imdb_url','IMDb链接','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4176,'chs','torrents.select_and','与','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4177,'chs','torrents.select_or','或','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4178,'chs','torrents.select_exact','准确','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4179,'chs','torrents.select_parsed','语法','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4180,'chs','torrents.text_in',' 范围:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4181,'chs','torrents.text_with',' 匹配模式:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4182,'chs','torrents.text_mode','','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4183,'chs','torrents.text_show_bookmarked','显示收藏?','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4184,'chs','torrents.select_bookmarked','仅收藏','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4185,'chs','torrents.select_bookmarked_exclude','仅未收藏','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4186,'chs','torrents.text_s_bookmarked_torrent','收藏的种子','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4187,'chs','torrents.text_s_not_bookmarked_torrent','未收藏的种子','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4188,'chs','torrents.head_torrents','种子','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4189,'chs','torrents.head_music','音乐','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4190,'chs','torrents.text_movies_and_tvs','电影 & 电视:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4191,'chs','torrents.text_games_and_appz','游戏 & 程序:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4192,'chs','torrents.text_others','其它:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4193,'chs','torrents.text_medium','媒介:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4194,'chs','torrents.text_team','制作组:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4195,'chs','torrents.text_audio_codec','音频编码:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4196,'chs','torrents.text_video','视频:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4197,'chs','torrents.text_tv','电视:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4198,'chs','torrents.text_music','音乐:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4199,'chs','torrents.text_software','软件:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4200,'chs','upload.head_upload','发布','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4201,'chs','upload.std_sorry','对不起...','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4202,'chs','upload.std_unauthorized_to_upload','你没有发布种子的权限。请阅读(<a class=\"faqlink\" href=\"messages.php\">收件箱</a>)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4203,'chs','upload.std_please_offer','你没有发布种子的权限。如果你是普通会员,请到<a class=\"faqlink\" href=\"offers.php\">候选区</a>提交你的发布请求(请查看常见问题中的<a class=\"faqlink\" href=\"faq.php#id36\"><b>“发布”</b></a>)部分<br />','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4204,'chs','upload.text_red_star_required','红星号(<font color=\"red\">*</font>)标记的区域必须填写','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4205,'chs','upload.text_tracker_url','Tracker服务器的URL是','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4206,'chs','upload.row_torrent_file','种子文件','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4207,'chs','upload.row_torrent_name','标题','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4208,'chs','upload.text_torrent_name_note','(若不填将使用种子文件名。<b>要求规范填写</b>,如<i>银翼杀手 Blade Runner 1982 Final Cut 720p HDDVD DTS x264-ESiR</i>)\n','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4209,'chs','upload.row_small_description','副标题','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4210,'chs','upload.text_small_description_note','(将在种子页面种子标题下显示。如<i>720p @ 4615 kbps - DTS 5.1 @ 1536 kbps</i>)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4211,'chs','upload.row_nfo_file','NFO文件','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4212,'chs','upload.text_only_viewed_by','(不允许','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4213,'chs','upload.text_or_above','以下用户查看。请上传<b>.nfo</b>文件)\n','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4214,'chs','upload.row_description','简介','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4215,'chs','upload.select_choose_one','请选择','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4216,'chs','upload.row_type','类型','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4217,'chs','upload.row_quality','质量','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4218,'chs','upload.text_source','来源:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4219,'chs','upload.text_codec','编码:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4220,'chs','upload.text_standard','分辨率:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4221,'chs','upload.text_processing','处理:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4222,'chs','upload.row_your_offer','你的候选','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4223,'chs','upload.text_please_select_offer','&nbsp;&nbsp; 如果发布的是通过候选的资源,请选择该候选项目。投票用户会收到通知。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4224,'chs','upload.row_show_uploader','匿名发布','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4225,'chs','upload.checkbox_hide_uploader_note','不要在发布者项目中显示我的用户名','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4226,'chs','upload.text_read_rules','我已经阅读过规则','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4227,'chs','upload.submit_upload','发布','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4228,'chs','upload.text_to_browse_section','发布至<b>种子</b>区 ','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4229,'chs','upload.text_to_special_section','或<b>音乐</b>区 ','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4230,'chs','upload.text_type_note','&nbsp;&nbsp; <font class=\"small\"><b>只选</b>两者之一</font>','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4231,'chs','upload.text_medium','媒介:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4232,'chs','upload.text_team','制作组:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4233,'chs','upload.text_audio_codec','音频编码:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4234,'chs','upload.row_content','内容','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4235,'chs','upload.text_chinese_title','中文名:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4236,'chs','upload.text_english_title','英文名:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4237,'chs','upload.text_titles_note','(如果英文名不存在,使用拼音或不填写)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4238,'chs','uploaders.text_no_uploaders_yet','没有找到发布员!','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4239,'chs','uploaders.head_uploaders','发布员','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4240,'chs','uploaders.text_uploaders','发布员','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4241,'chs','uploaders.col_username','用户名','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4242,'chs','uploaders.col_torrents_size','种子大小','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4243,'chs','uploaders.col_torrents_num','种子数','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4244,'chs','uploaders.col_last_upload_time','最近发布时间','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4245,'chs','uploaders.col_last_upload','最近发布种子','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4246,'chs','uploaders.text_not_available','无','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4247,'chs','uploaders.submit_go','查找','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4248,'chs','uploaders.text_select_month','选择月份:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4249,'chs','uploaders.text_order_by','排序','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4250,'chs','uploaders.text_username','用户名','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4251,'chs','uploaders.text_torrent_size','种子大小','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4252,'chs','uploaders.text_torrent_num','种子数','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4253,'chs','usercp.std_sorry','对不起...','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4254,'chs','usercp.text_user_cp_home','&nbsp;&nbsp;设&nbsp;&nbsp;定&nbsp;&nbsp;首&nbsp;&nbsp;页&nbsp;&nbsp;','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4255,'chs','usercp.text_personal_settings','&nbsp;&nbsp;个&nbsp;&nbsp;人&nbsp;&nbsp;设&nbsp;&nbsp;定&nbsp;&nbsp;','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4256,'chs','usercp.text_tracker_settings','&nbsp;&nbsp;网&nbsp;&nbsp;站&nbsp;&nbsp;设&nbsp;&nbsp;定&nbsp;&nbsp;','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4257,'chs','usercp.text_forum_settings','&nbsp;&nbsp;论&nbsp;&nbsp;坛&nbsp;&nbsp;设&nbsp;&nbsp;定&nbsp;&nbsp;','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4258,'chs','usercp.text_security_settings','&nbsp;&nbsp;安&nbsp;&nbsp;全&nbsp;&nbsp;设&nbsp;&nbsp;定&nbsp;&nbsp;','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4259,'chs','usercp.row_save_settings','保存设定','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4260,'chs','usercp.submit_save_settings','保存设定!&nbsp;(只需点击一次)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4261,'chs','usercp.std_error','错误','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4262,'chs','usercp.head_control_panel','控制面板','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4263,'chs','usercp.head_personal_settings',' - 个人设定','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4264,'chs','usercp.std_invalid_action','无效的行为','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4265,'chs','usercp.text_saved','已保存!','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4266,'chs','usercp.row_account_parked','封存账号','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4267,'chs','usercp.checkbox_pack_my_account','我将长期不使用账号。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4268,'chs','usercp.text_account_pack_note','<b>注意:</b>封存账号可避免因长期(如假期)不活动而被删除账号。封存后账号处于受限状态,此时不能下载种子或浏览某些页面。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4269,'chs','usercp.row_pms','短讯','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4270,'chs','usercp.row_recommended_movies','推荐资源','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4271,'chs','usercp.checkbox_show_hot','在首页显示推荐热门','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4272,'chs','usercp.checkbox_show_classic','在首页显示推荐经典','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4273,'chs','usercp.text_accept_pms','接受以下短讯:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4274,'chs','usercp.radio_all_except_blocks','所有(除了黑名单)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4275,'chs','usercp.radio_friends_only','仅好友','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4276,'chs','usercp.radio_staff_only','管理组成员','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4277,'chs','usercp.checkbox_delete_pms','回复后删除短讯','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4278,'chs','usercp.checkbox_save_pms','保存短讯至发件箱','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4279,'chs','usercp.checkbox_pm_on_comments','我发布的种子有新评论时通知我','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4280,'chs','usercp.row_gender','性别','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4281,'chs','usercp.radio_not_available','未知','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4282,'chs','usercp.radio_male','男','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4283,'chs','usercp.radio_female','女','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4284,'chs','usercp.row_country','国家/地区','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4285,'chs','usercp.row_download_speed','下载带宽','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4286,'chs','usercp.row_upload_speed','上传带宽','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4287,'chs','usercp.row_bt_client','BT客户端','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4288,'chs','usercp.row_avatar_url','头像URL','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4289,'chs','usercp.select_choose_avatar','选择头像','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4290,'chs','usercp.select_nothing','默认头像','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4291,'chs','usercp.text_avatar_note','最大宽度为150像素必要的时候会被缩放。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4292,'chs','usercp.text_bitbucket_note','如果你需要上传头像,请使用<a class=faqlink href=bitbucket-upload.php>上传器</a>。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4293,'chs','usercp.row_info','个人说明','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4294,'chs','usercp.text_info_note','显示在你的个人信息页面。允许使用<a class=faqlink href=tags.php target=_new>BBCode代码</a>。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4295,'chs','usercp.head_tracker_settings',' - 网站设定','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4296,'chs','usercp.row_email_notification','邮件提示','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4297,'chs','usercp.checkbox_notification_received_pm','收到短讯的时候提醒我。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4298,'chs','usercp.checkbox_notification_default_categories','当默认分类中有新种子的时候通知我。\n','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4299,'chs','usercp.row_browse_default_categories','默认<br />分类','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4300,'chs','usercp.row_stylesheet','界面风格','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4301,'chs','usercp.row_site_language','站点语言','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4302,'chs','usercp.row_torrent_page','每页种子数','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4303,'chs','usercp.text_zero_equals_default','(0=使用默认,最大=100)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4304,'chs','usercp.head_forum_settings',' - 论坛设定','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4305,'chs','usercp.row_topics_per_page','每页主题数','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4306,'chs','usercp.row_posts_per_page','每页帖子数','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4307,'chs','usercp.row_view_avatars','查看头像','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4308,'chs','usercp.checkbox_low_bandwidth_note','(窄带用户可能需要关闭此项)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4309,'chs','usercp.row_view_signatures','查看签名档','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4310,'chs','usercp.row_forum_signature','我的签名档','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4311,'chs','usercp.head_security_settings',' - 安全设定','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4312,'chs','usercp.row_security_check','安全确认','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4313,'chs','usercp.text_security_check_note','<b>注意:</b>你必须输入当前密码才能改变安全设定项目!','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4314,'chs','usercp.std_enter_old_password','请先输入你的密码!','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4315,'chs','usercp.std_wrong_password_note','你输入的密码错误!','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4316,'chs','usercp.std_password_equals_username','对不起,用户名和密码不能相同。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4317,'chs','usercp.std_password_too_long','对不起密码过长至多40个字符','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4318,'chs','usercp.std_password_too_short','对不起密码过短至少6个字符','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4319,'chs','usercp.std_passwords_unmatched','两次输入的密码不一致!请重试。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4320,'chs','usercp.std_email_address_banned','该邮箱地址被禁用!','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4321,'chs','usercp.std_wrong_email_address_domains','不允许使用该邮箱地址!请使用以下邮箱:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4322,'chs','usercp.std_wrong_email_address_format','你输入的不像是有效的邮箱地址。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4323,'chs','usercp.std_email_in_use','这个邮箱地址已经被使用。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4324,'chs','usercp.std_confirmation_email_sent','(确认邮件已经发送!)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4325,'chs','usercp.std_passkey_reset',' (密钥已成功更新!)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4326,'chs','usercp.std_password_changed',' (你的密码已成功修改!)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4327,'chs','usercp.std_privacy_level_updated',' (你的隐私级别已成功更新!)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4328,'chs','usercp.row_reset_passkey','重置密钥','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4329,'chs','usercp.checkbox_reset_my_passkey','我想重置密钥。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4330,'chs','usercp.text_reset_passkey_note','<b>注意:</b>当密钥被重置后,你必须重新下载相关的种子文件才能继续下载或做种。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4331,'chs','usercp.row_email_address','邮箱地址','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4332,'chs','usercp.text_email_address_note','<b>注意:</b>改变邮箱地址后,你将在新地址收到验证邮件。你必须重新验证。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4333,'chs','usercp.row_change_password','修改密码','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4334,'chs','usercp.row_type_password_again','确认新密码','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4335,'chs','usercp.row_privacy_level','隐私等级','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4336,'chs','usercp.radio_normal','普通','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4337,'chs','usercp.radio_low','低(邮箱地址公开)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4338,'chs','usercp.radio_strong','强(个人信息全部隐藏)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4339,'chs','usercp.head_home',' - 首页','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4340,'chs','usercp.row_join_date','加入日期','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4341,'chs','usercp.row_avatar','头像','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4342,'chs','usercp.row_passkey','密钥','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4343,'chs','usercp.row_invitations','邀请','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4344,'chs','usercp.link_send_invitation','进入邀请系统','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4345,'chs','usercp.row_karma_points','魔力值','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4346,'chs','usercp.link_use_karma_points','使用魔力值','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4347,'chs','usercp.row_ratings_submitted','评分数','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4348,'chs','usercp.row_written_comments','评论数','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4349,'chs','usercp.link_view_comments','查看评论','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4350,'chs','usercp.row_forum_posts','论坛帖子数','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4351,'chs','usercp.link_view_posts','查看帖子','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4352,'chs','usercp.text_posts_per_day','帖子/天','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4353,'chs','usercp.text_of_total_posts','总贴','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4354,'chs','usercp.text_recently_read_topics','最近阅读主题','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4355,'chs','usercp.col_topic_title','主题','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4356,'chs','usercp.col_replies','回复','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4357,'chs','usercp.col_topic_starter','发布者','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4358,'chs','usercp.col_views','查看','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4359,'chs','usercp.col_last_post','最后回复','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4360,'chs','usercp.text_by','作者:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4361,'chs','usercp.select_none_selected','未选','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4362,'chs','usercp.text_ago','以前','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4363,'chs','usercp.mail_here','这里','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4364,'chs','usercp.mail_change_email_one','你请求将你在NexusPHP站点的帐户用户名','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4365,'chs','usercp.mail_change_email_two',')改用此邮箱地址','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4366,'chs','usercp.mail_change_email_three','作为联系地址。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4367,'chs','usercp.mail_change_email_four','如果你没有发过该请求请忽视本邮件。输入你邮箱地址的用户的IP地址是','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4368,'chs','usercp.mail_change_email_five','。请勿回复本邮件。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4369,'chs','usercp.mail_change_email_six','如果你的确发送过更改帐户信息的请求,请点击','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4370,'chs','usercp.mail_change_email_six_1','来确认。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4371,'chs','usercp.mail_change_email_seven','你的新邮箱地址将显示在你的个人资料页面。注意:你的个人资料只有在点击以上地址后才会改变。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4372,'chs','usercp.mail_change_email_eight','','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4373,'chs','usercp.mail_change_email_nine','NexusPHP网站','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4374,'chs','usercp.mail_profile_change_confirmation','修改个人资料验证','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4375,'chs','usercp.text_go_back','返回','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4376,'chs','usercp.text_category','类型','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4377,'chs','usercp.text_source','来源','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4378,'chs','usercp.text_codec','编码','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4379,'chs','usercp.text_standard','分辨率','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4380,'chs','usercp.text_processing','处理','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4381,'chs','usercp.text_show_dead_active','显示断种/活种?','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4382,'chs','usercp.select_including_dead','包括断种','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4383,'chs','usercp.select_active','活种','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4384,'chs','usercp.select_dead','断种','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4385,'chs','usercp.text_show_special_torrents','显示促销种子?','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4386,'chs','usercp.select_all','全部','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4387,'chs','usercp.select_normal','普通','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4388,'chs','usercp.select_free','免费','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4389,'chs','usercp.select_two_times_up','2x上传','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4390,'chs','usercp.select_free_two_times_up','免费&2x上传','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4391,'chs','usercp.text_show_bookmarked','显示收藏?','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4392,'chs','usercp.select_bookmarked','仅收藏','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4393,'chs','usercp.select_bookmarked_exclude','仅未收藏','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4394,'chs','usercp.select_with','且','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4395,'chs','usercp.select_without','但不','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4396,'chs','usercp.text_review','显示点评','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4397,'chs','usercp.row_pm_boxes','短讯箱','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4398,'chs','usercp.text_show','每页显示','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4399,'chs','usercp.text_pms_per_page','条短讯(最大=100)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4400,'chs','usercp.row_shoutbox','群聊区','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4401,'chs','usercp.text_show_last','显示最新','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4402,'chs','usercp.text_messages_at_shoutbox','条聊天记录(0=使用默认, 最小=10, 最大=500)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4403,'chs','usercp.text_refresh_shoutbox_every','每隔','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4404,'chs','usercp.text_seconds','秒刷新群聊区(0=使用默认设置, 最小=10, 最大=3600)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4405,'chs','usercp.text_hide_helpbox_messages','不显示求助区的留言','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4406,'chs','usercp.row_torrent_detail','种子详情页面','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4407,'chs','usercp.text_show_description','显示简介','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4408,'chs','usercp.text_show_nfo','显示NFO文件内容','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4409,'chs','usercp.text_show_imdb_info','显示IMDb信息','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4410,'chs','usercp.text_show_douban_info','显示豆瓣信息','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4411,'chs','usercp.text_show_lastfm_info','显示Last.fm信息','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4412,'chs','usercp.text_show_reviews','显示点评','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4413,'chs','usercp.text_show_comments','显示评论','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4414,'chs','usercp.row_browse_page','种子页面','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4415,'chs','usercp.text_browse_setting_warning','<font class=\'striking\'><b>警告:</b></font>开启大量功能可能会降低你的浏览速度。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4416,'chs','usercp.text_torrents_per_page','个种子','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4417,'chs','usercp.text_tooltip_type','种子标题上悬浮提示类型','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4418,'chs','usercp.text_last_review','最新点评','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4419,'chs','usercp.text_minor_imdb_info','简单IMDb信息 (片名 + 年代 + IMDb评分 + 国家 + 类别 + 导演 + 主演 + 标语)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4420,'chs','usercp.text_median_imdb_info','中型IMDb信息 (图片 + 片名 + 年代 + IMDb评分 + 片长 + 国家 + 对白语言 + 导演 + 类别 + 主演 + 英语剧情概要)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4421,'chs','usercp.text_douban_info','豆瓣信息 (图片 + 片名 + 年代 + 豆瓣评分 + 对白语言 + 导演 + 地区 + 主演 + 中文剧情概要)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4422,'chs','usercp.text_off','关闭悬浮提示','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4423,'chs','usercp.text_show_lastfm_tooltip','悬浮提示Last.fm信息','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4424,'chs','usercp.row_time_type','时间显示类型','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4425,'chs','usercp.text_time_added','发生时间','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4426,'chs','usercp.text_time_elapsed','已去时间','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4427,'chs','usercp.text_append_words_to_torrents','特殊种子','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4428,'chs','usercp.text_append_sticky','给固定于顶部的种子添加置顶图标 <img class=\"sticky\" src=\"pic/trans.gif\" alt=\"sticky\" />','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4429,'chs','usercp.text_append_new','给新种子添加\'新\'','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4430,'chs','usercp.text_append_picked','给批评家推荐的资源添加标记,如\'经典\'','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4431,'chs','usercp.text_show_action_icons','显示行为图标','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4432,'chs','usercp.text_show_nfo_icon','查看NFO图标','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4433,'chs','usercp.text_show_download_icon','下载图标','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4434,'chs','usercp.text_show_edit_icon','编辑图标','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4435,'chs','usercp.text_if_owner',' (如果是发种者)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4436,'chs','usercp.text_show_bookmark_icon','收藏图标','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4437,'chs','usercp.text_comments_reviews','评论','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4438,'chs','usercp.text_show_comment_number','显示评论数','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4439,'chs','usercp.text_last_comment_on_tooltip','悬浮提示最新评论内容','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4440,'chs','usercp.text_show_review_number','显示点评数','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4441,'chs','usercp.row_school','学校','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4442,'chs','usercp.row_discuss','讨论','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4443,'chs','usercp.row_funbox','趣味盒','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4444,'chs','usercp.text_show_funbox','在首页显示趣味盒','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4445,'chs','usercp.text_send','发送','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4446,'chs','usercp.text_use','使用','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4447,'chs','usercp.text_view','查看','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4448,'chs','usercp.row_ip_location','IP/地点','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4449,'chs','usercp.text_translation_note','你的语言不在列表中?看看你能不能','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4450,'chs','usercp.text_translation_link','帮助我们翻译添加新语言','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4451,'chs','usercp.text_movies_and_tvs','电影 & 电视:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4452,'chs','usercp.text_games_and_appz','游戏 & 程序:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4453,'chs','usercp.text_others','其它:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4454,'chs','usercp.text_at_browse_page','种子区','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4455,'chs','usercp.text_at_special_page','音乐区','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4456,'chs','usercp.text_additional_selection','补充设定','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4457,'chs','usercp.text_stylesheet_note','更多界面风格?想自己设计?','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4458,'chs','usercp.text_stylesheet_link','点击这里','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4459,'chs','usercp.row_font_size','字体大小','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4460,'chs','usercp.select_small','小','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4461,'chs','usercp.select_large','大','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4462,'chs','usercp.text_medium','媒介','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4463,'chs','usercp.text_torrents_on_promotion','促销种子:','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4464,'chs','usercp.text_highlight','高亮显示','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4465,'chs','usercp.text_append_words','添加标记,如\'2X免费\'','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4466,'chs','usercp.text_append_icon','添加图标,如<img class=\"pro_free\" src=\"pic/trans.gif\" alt=\"free\" />','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4467,'chs','usercp.text_no_mark','无标记','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4468,'chs','usercp.text_signature_note','允许使用<a class=faqlink href=tags.php target=_new>BBCode代码</a>。最大图片尺寸为500*200只有第一张图片会显示。','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4469,'chs','usercp.row_click_on_topic','点击主题时','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4470,'chs','usercp.text_go_to_first_page','查看第一页','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4471,'chs','usercp.text_go_to_last_page','查看最后页','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4472,'chs','usercp.select_half_down','50%下载','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4473,'chs','usercp.row_category_icons','分类图标','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4474,'chs','usercp.text_team','制作组','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4475,'chs','usercp.text_audio_codec','音频编码','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4476,'chs','usercp.text_sub_category','次分类','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4477,'chs','usercp.select_medium','中','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4478,'chs','usercp.row_tooltip_last_post','悬浮提示最新帖子','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4479,'chs','usercp.checkbox_last_post_note','(如果不喜欢悬浮提示,可关闭此项)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4480,'chs','usercp.row_network_bandwidth','网络带宽','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4481,'chs','usercp.text_downstream_rate','下行带宽','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4482,'chs','usercp.text_upstream_rate','上行带宽','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4483,'chs','usercp.text_isp','互联网服务提供商','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4484,'chs','usercp.text_show_title','显示标题','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4485,'chs','usercp.text_show_small_description','显示副标题','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4486,'chs','usercp.row_show_advertisements','显示广告','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4487,'chs','usercp.text_can_turn_off_advertisement','及以上等级用户可选择不显示广告','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4488,'chs','usercp.text_buy_no_advertisement','及以上等级用户可用魔力值兑换一定期限内不显示广告的权限,点击','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4489,'chs','usercp.text_bonus_center','这里','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4490,'chs','usercp.text_show_advertisement_note','我想看到广告','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4491,'chs','usercp.row_promotion_link','宣传链接','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4492,'chs','usercp.text_update_promotion_link','更新宣传链接','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4493,'chs','usercp.text_read_more','了解更多','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4494,'chs','userdetails.std_error','错误','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4495,'chs','userdetails.std_no_such_user','不存在该ID的用户','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4496,'chs','userdetails.head_details_for','用户详情 - ','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4497,'chs','userdetails.text_account_disabled_note','该账号已被禁用!','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4498,'chs','userdetails.text_remove_from_friends','从好友列表中删除','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4499,'chs','userdetails.text_remove_from_blocks','从黑名单中删除','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4500,'chs','userdetails.text_add_to_friends','加入好友列表','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4501,'chs','userdetails.text_add_to_blocks','加入黑名单','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4502,'chs','userdetails.text_flush_ghost_torrents','清除冗余种子,点击','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4503,'chs','userdetails.text_here','这里','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4504,'chs','userdetails.row_invitation','邀请','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4505,'chs','userdetails.text_no_invitation','没有邀请资格','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4506,'chs','userdetails.link_send_invitation','发送邀请','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4507,'chs','userdetails.row_invited_by','邀请人','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4508,'chs','userdetails.row_join_date','加入日期','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4509,'chs','userdetails.row_last_seen','最近动向','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4510,'chs','userdetails.row_last_seen_location','最近动向(地点)','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4511,'chs','userdetails.row_email','邮箱','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4512,'chs','userdetails.row_users_ips','IP记录','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4513,'chs','userdetails.row_ip_history','IP历史','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4514,'chs','userdetails.text_user_earlier_used','该用户在以前使用了','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4515,'chs','userdetails.text_different_ips','个不同的IP地址','2021-01-11 12:48:00','2021-01-11 12:48:00'),(4516,'chs','userdetails.row_ip_address','当前IP','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4517,'chs','userdetails.row_bt_client','BT客户端','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4518,'chs','userdetails.row_uploaded','上传量','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4519,'chs','userdetails.row_downloaded','下载量','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4520,'chs','userdetails.row_share_ratio','分享率','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4521,'chs','userdetails.row_internet_speed','网络带宽','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4522,'chs','userdetails.row_gender','性别','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4523,'chs','userdetails.row_donated','捐赠','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4524,'chs','userdetails.row_avatar','头像','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4525,'chs','userdetails.row_class','等级','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4526,'chs','userdetails.row_torrent_comment','种子评论','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4527,'chs','userdetails.link_view_comments','查看评论','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4528,'chs','userdetails.row_forum_posts','论坛帖子','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4529,'chs','userdetails.link_view_posts','查看帖子','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4530,'chs','userdetails.row_karma_points','魔力值','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4531,'chs','userdetails.row_uploaded_torrents','发布种子','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4532,'chs','userdetails.text_show_or_hide','[显示/隐藏]','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4533,'chs','userdetails.row_current_seeding','当前做种','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4534,'chs','userdetails.row_current_leeching','当前下载','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4535,'chs','userdetails.row_completed_torrents','完成种子','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4536,'chs','userdetails.row_incomplete_torrents','未完成种子','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4537,'chs','userdetails.text_public_access_denied','对不起,访问被用户','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4538,'chs','userdetails.text_user_wants_privacy','拒绝。用户想要保护其隐私。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4539,'chs','userdetails.text_edit_user','编辑用户','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4540,'chs','userdetails.row_title','头衔','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4541,'chs','userdetails.row_privacy_level','隐私级别','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4542,'chs','userdetails.radio_low','低','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4543,'chs','userdetails.radio_normal','普通','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4544,'chs','userdetails.radio_strong','高','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4545,'chs','userdetails.row_avatar_url','头像URL','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4546,'chs','userdetails.row_signature','签名','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4547,'chs','userdetails.row_donor_status','捐赠状态','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4548,'chs','userdetails.row_donor','捐赠','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4549,'chs','userdetails.radio_yes','是','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4550,'chs','userdetails.radio_no','否','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4551,'chs','userdetails.row_support','支持员','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4552,'chs','userdetails.row_support_language','支持语言','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4553,'chs','userdetails.row_support_for','支持内容','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4554,'chs','userdetails.row_comment','备注','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4555,'chs','userdetails.row_seeding_karma','魔力值','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4556,'chs','userdetails.row_warning_system','警告系统<br /><br />(不良行为)','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4557,'chs','userdetails.text_not_warned','未警告.','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4558,'chs','userdetails.text_arbitrary_duration','(Arbitrary duration)','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4559,'chs','userdetails.text_until','直到 ','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4560,'chs','userdetails.text_to_go','剩余时间','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4561,'chs','userdetails.text_warn_for','警告时间','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4562,'chs','userdetails.text_week','周','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4563,'chs','userdetails.text_weeks','周','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4564,'chs','userdetails.text_unlimited','无限制','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4565,'chs','userdetails.text_reason_of_warning','警告原因','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4566,'chs','userdetails.text_times_warned','警告次数','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4567,'chs','userdetails.text_last_warning','最近一次警告','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4568,'chs','userdetails.text_not_warned_note','该用户没有被警告','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4569,'chs','userdetails.row_auto_warning','自动警告','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4570,'chs','userdetails.text_low_ratio','低分享率','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4571,'chs','userdetails.text_leech_warned','吸血','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4572,'chs','userdetails.text_for_unlimited_time','无期...','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4573,'chs','userdetails.row_movie_picker','批评家','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4574,'chs','userdetails.row_enabled','有效','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4575,'chs','userdetails.row_forum_post_possible','允许论坛发帖?','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4576,'chs','userdetails.row_upload_possible','允许上传?','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4577,'chs','userdetails.row_download_possible','允许下载?','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4578,'chs','userdetails.row_change_username','改变用户名','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4579,'chs','userdetails.row_change_email','改变邮箱地址','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4580,'chs','userdetails.row_change_password','改变密码','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4581,'chs','userdetails.row_repeat_password','确认密码','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4582,'chs','userdetails.row_amount_uploaded','上传量','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4583,'chs','userdetails.row_amount_downloaded','下载量','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4584,'chs','userdetails.row_passkey','秘钥','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4585,'chs','userdetails.checkbox_reset_passkey','重置秘钥','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4586,'chs','userdetails.submit_okay','确定','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4587,'chs','userdetails.text_delete_user','删除用户','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4588,'chs','userdetails.submit_delete','删除','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4589,'chs','userdetails.text_ago','以前','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4590,'chs','userdetails.title_show_or_hide','显示/隐藏','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4591,'chs','userdetails.title_download','下载:','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4592,'chs','userdetails.title_upload','上传:','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4593,'chs','userdetails.title_male','男生','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4594,'chs','userdetails.title_female','女生','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4595,'chs','userdetails.title_not_available','未知','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4596,'chs','userdetails.title_send_pm','发送短讯','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4597,'chs','userdetails.title_report_user','举报用户','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4598,'chs','userdetails.text_free','免费','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4599,'chs','userdetails.text_two_times_up','2X','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4600,'chs','userdetails.text_free_two_times_up','2X免费','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4601,'chs','userdetails.text_half_down','50%','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4602,'chs','userdetails.text_by','警告者:','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4603,'chs','userdetails.text_by_system','警告者:系统','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4604,'chs','userdetails.text_transaction_memo','交易备忘:','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4605,'chs','userdetails.row_pick_for','选片','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4606,'chs','userdetails.row_staff_duties','管理员职责/贵宾资格原因','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4607,'chs','userdetails.row_transfer','传输','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4608,'chs','userdetails.row_sltime','BT时间','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4609,'chs','userdetails.text_seeding_leeching_time_ratio','做种/下载时间比率','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4610,'chs','userdetails.text_seeding_time','做种时间','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4611,'chs','userdetails.text_leeching_time','下载时间','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4612,'chs','userdetails.text_since','自','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4613,'chs','userdetails.row_compatibility','趣味相投度','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4614,'chs','userdetails.text_unknown','未知','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4615,'chs','userdetails.text_super','超级','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4616,'chs','userdetails.text_very_high','很高','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4617,'chs','userdetails.text_high','较高','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4618,'chs','userdetails.text_medium','普通','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4619,'chs','userdetails.text_low','较低','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4620,'chs','userdetails.text_very_low','很低','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4621,'chs','userdetails.row_invites','邀请','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4622,'chs','userdetails.js_delete_user_note','如果确信的话,你现在可以删除该用户。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4623,'chs','userdetails.std_sorry','对不起','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4624,'chs','userdetails.std_user_not_confirmed','该用户还未通过验证!','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4625,'chs','userdetails.text_not_available','N/A','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4626,'chs','userdetails.row_vip_by_bonus','贵宾资格为通过魔力值获得','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4627,'chs','userdetails.text_vip_by_bonus_note','该贵宾资格是否为通过魔力值换取。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4628,'chs','userdetails.row_vip_until','贵宾资格结束时间','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4629,'chs','userdetails.text_vip_until_note','时间格式为\'年年年年-月月-日日 时时:分分:秒秒\'。贵宾资格结束的时间。\'贵宾资格为通过魔力值获得\'必须设为\'是\'此规则才能生效。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4630,'chs','userdetails.row_show_ad','显示广告','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4631,'chs','userdetails.row_no_ad_until','不显示广告直到','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4632,'chs','userdetails.text_no_ad_until_note','时间格式为\'年年年年-月月-日日 时时:分分:秒秒\'。无广告待遇结束的时间。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4633,'chs','userhistory.std_error','错误','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4634,'chs','userhistory.std_permission_denied','你没有该权限','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4635,'chs','userhistory.std_no_posts_found','没有找到该帖子','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4636,'chs','userhistory.head_posts_history','帖子历史','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4637,'chs','userhistory.text_posts_history_for','用户帖子历史-','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4638,'chs','userhistory.text_forum','<b>论坛:&nbsp;</b>','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4639,'chs','userhistory.text_topic','<b>主题:&nbsp;</b>','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4640,'chs','userhistory.text_post','<b>帖子:&nbsp;</b>','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4641,'chs','userhistory.text_new','新!','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4642,'chs','userhistory.text_last_edited','最后被','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4643,'chs','userhistory.text_at','编辑于','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4644,'chs','userhistory.std_no_comments_found','没有找到评论','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4645,'chs','userhistory.head_comments_history','评论历史','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4646,'chs','userhistory.text_comments_history_for','用户评论历史-','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4647,'chs','userhistory.text_torrent','<b>种子:&nbsp;</b>','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4648,'chs','userhistory.text_comment','<b>评论:&nbsp;','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4649,'chs','userhistory.std_history_error','错误','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4650,'chs','userhistory.std_unkown_action','未知行为','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4651,'chs','userhistory.std_invalid_or_no_query','无效或没有该项。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4652,'chs','users.head_users','用户','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4653,'chs','users.text_users','<h1>用户</h1>\n','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4654,'chs','users.text_search','搜索:','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4655,'chs','users.select_any_class','(任何等级)','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4656,'chs','users.submit_okay','给我搜','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4657,'chs','users.text_prev','上一页','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4658,'chs','users.text_next','下一页','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4659,'chs','users.col_user_name','用户名','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4660,'chs','users.col_registered','注册','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4661,'chs','users.col_last_access','最后访问','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4662,'chs','users.col_class','等级','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4663,'chs','users.col_country','国家/地区','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4664,'chs','users.select_any_country','(任何国家/地区)','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4665,'chs','viewfilelist.col_path','路径','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4666,'chs','viewnfo.std_puke','奧哦','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4667,'chs','viewnfo.head_view_nfo','查看NFO文件','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4668,'chs','viewnfo.text_nfo_for','NFO文件','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4669,'chs','viewnfo.title_dos_vy','查看DOS样式','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4670,'chs','viewnfo.text_dos_vy','DOS样式','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4671,'chs','viewnfo.title_windows_vy','查看Windows样式','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4672,'chs','viewnfo.text_windows_vy','Windows样式','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4673,'chs','viewpeerlist.col_user_ip','用户','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4674,'chs','viewpeerlist.col_location','地点','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4675,'chs','viewpeerlist.col_connectable','可连接','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4676,'chs','viewpeerlist.col_uploaded','上传','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4677,'chs','viewpeerlist.col_rate','即时速度','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4678,'chs','viewpeerlist.col_av_rate','平均速度','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4679,'chs','viewpeerlist.col_downloaded','下载','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4680,'chs','viewpeerlist.col_ratio','分享率','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4681,'chs','viewpeerlist.col_complete','完成','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4682,'chs','viewpeerlist.col_connected','连接时间','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4683,'chs','viewpeerlist.col_idle','最近汇报','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4684,'chs','viewpeerlist.col_client','客户端','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4685,'chs','viewpeerlist.text_anonymous','匿名','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4686,'chs','viewpeerlist.text_unknown','(未知)','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4687,'chs','viewpeerlist.text_seeders','做种者','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4688,'chs','viewpeerlist.text_leechers','下载者','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4689,'chs','viewpeerlist.row_seeders','做种者','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4690,'chs','viewpeerlist.row_leechers','下载者','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4691,'chs','viewpeerlist.text_yes','是','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4692,'chs','viewpeerlist.text_no','否','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4693,'chs','viewpeerlist.text_inf','无限','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4694,'chs','viewsnatches.head_snatch_detail','完成详情','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4695,'chs','viewsnatches.text_snatch_detail_for','种子完成详情 - ','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4696,'chs','viewsnatches.text_users_top_finished_recently','顶部的用户最后完成下载','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4697,'chs','viewsnatches.col_username','用户名','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4698,'chs','viewsnatches.col_uploaded','上传','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4699,'chs','viewsnatches.col_downloaded','下载','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4700,'chs','viewsnatches.col_ratio','分享率','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4701,'chs','viewsnatches.col_when_completed','完成','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4702,'chs','viewsnatches.col_last_action','最近动向','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4703,'chs','viewsnatches.col_se_time','做种时间','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4704,'chs','viewsnatches.col_le_time','下载时间','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4705,'chs','viewsnatches.col_seeding','做种','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4706,'chs','viewsnatches.col_pm_user','短讯','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4707,'chs','viewsnatches.col_report_user','举报','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4708,'chs','viewsnatches.col_on_or_off','在线','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4709,'chs','viewsnatches.text_global','全局','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4710,'chs','viewsnatches.text_torrent','本种','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4711,'chs','viewsnatches.text_yes','是','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4712,'chs','viewsnatches.text_no','否','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4713,'chs','viewsnatches.title_report','举报','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4714,'chs','viewsnatches.col_ip','IP','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4715,'chs','viewsnatches.text_per_second','/秒','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4716,'chs','viewsnatches.text_anonymous','匿名','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4717,'chs','viewsnatches.text_inf','无限','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4718,'chs','viewsnatches.std_sorry','对不起','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4719,'chs','viewsnatches.text_no_snatched_users','还没有用户完成该种子。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4720,'cht','aboutnexus.text_version','版本','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4721,'cht','aboutnexus.text_version_note','本站NexusPHP使用的代碼來自NexusPHP。以下是版本詳情。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4722,'cht','aboutnexus.text_main_version','主版本','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4723,'cht','aboutnexus.text_sub_version','次版本','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4724,'cht','aboutnexus.text_release_date','發布時間','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4725,'cht','aboutnexus.text_authorize_to','被授權者','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4726,'cht','aboutnexus.text_authorization_type','授權類型','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4727,'cht','aboutnexus.text_commercial','商業授權','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4728,'cht','aboutnexus.text_free','免費授權','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4729,'cht','aboutnexus.text_nexus','關于','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4730,'cht','aboutnexus.text_nexus_note','由來自浙江大學的Nexus團隊發起并開發完成。它的目標是代替TBSource項目提供一個完整的、有序的、重視用戶信譽和知識的資源分享社區的解決方案。 <br /><br />\nNexusPHP第一階段的版本是基于TBSource開發的。我們在后者的基礎上添加或完善了大量功能同時極大地提高了代碼效率。除TBSource外我們還吸取了一些其它private tracker的想法或代碼如Bit-HDTVWhat.cd和SceneTorrents。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4731,'cht','aboutnexus.text_authorization','關于授權','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4732,'cht','aboutnexus.text_authorization_note','如果你有意使用NexusPHP來架設你的分享網站請<a href=\"#contact\" class=\"faqlink\">聯系我們</a>。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4733,'cht','aboutnexus.text_translation','關于翻譯','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4734,'cht','aboutnexus.text_translation_note','支持用戶端的多語言切換。我們的主要語言為英語。<br /><br />如果你的語言當前未被支持unavailable而且你有意幫助我們翻譯請在閱讀過<a href=\"faq.php#id71\" class=\"faqlink\">翻譯說明</a>后<a href=\"#contact\" class=\"faqlink\">聯系我們</a>。我們永遠歡迎新的翻譯。另外已有的翻譯經常需要維護特別是以下被標記為過期outdate不完整incomplete或需要新翻譯need-new的語言。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4735,'cht','aboutnexus.text_flag','旗','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4736,'cht','aboutnexus.text_language','語言','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4737,'cht','aboutnexus.text_state','狀態','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4738,'cht','aboutnexus.text_stylesheet','關于界面風格','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4739,'cht','aboutnexus.text_stylesheet_note','NexusPHP的頁面布局完全基于CSS設計這使得用戶自定義網站外觀和添加新的界面風格都變得簡單。<br /><br />以下為本站NexusPHP中擁有的界面風格列表。如果你想要獲得更多界面風格或自己設計請<a href=\"#contact\" class=\"faqlink\">聯系我們</a>。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4740,'cht','aboutnexus.text_name','名字','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4741,'cht','aboutnexus.text_designer','設計者','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4742,'cht','aboutnexus.text_comment','說明','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4743,'cht','aboutnexus.text_contact','聯系','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4744,'cht','aboutnexus.text_contact_note','有意加入有建議找到代碼的Bug洽談業務請通過以下任一方式聯系我們。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4745,'cht','aboutnexus.text_web_site','網站','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4746,'cht','aboutnexus.text_email','郵箱','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4747,'cht','aboutnexus.text_msn','MSN','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4748,'cht','aboutnexus.text_qq','QQ','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4749,'cht','aboutnexus.text_telephone','電話','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4750,'cht','admanage.head_ad_management','管理廣告','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4751,'cht','admanage.text_ad_management','管理廣告','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4752,'cht','admanage.text_add_ad','添加廣告','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4753,'cht','admanage.text_header','頁頭','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4754,'cht','admanage.text_footer','頁尾','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4755,'cht','admanage.text_below_navigation','導航欄下面','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4756,'cht','admanage.text_below_searchbox','搜索箱下面','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4757,'cht','admanage.text_torrent_detail','種子詳情頁面','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4758,'cht','admanage.text_comment_page','評論頁面','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4759,'cht','admanage.text_inter_overforums','論壇割區間','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4760,'cht','admanage.text_forum_post_page','論壇帖子間','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4761,'cht','admanage.text_popup','即現廣告','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4762,'cht','admanage.text_no_ads_yet','暫無廣告!','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4763,'cht','admanage.col_enabled','啟用','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4764,'cht','admanage.col_name','名字','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4765,'cht','admanage.col_position','位置','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4766,'cht','admanage.col_order','排序','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4767,'cht','admanage.col_type','展現方式','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4768,'cht','admanage.col_start_time','起始時間','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4769,'cht','admanage.col_end_time','終止時間','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4770,'cht','admanage.col_action','行為','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4771,'cht','admanage.text_yes','是','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4772,'cht','admanage.text_no','否','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4773,'cht','admanage.text_bbcodes','BBCode程式碼','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4774,'cht','admanage.text_xhtml','XHTML程式碼','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4775,'cht','admanage.text_text','文字','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4776,'cht','admanage.text_image','圖片','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4777,'cht','admanage.text_flash','Flash','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4778,'cht','admanage.text_delete','移除','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4779,'cht','admanage.text_edit','編輯','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4780,'cht','admanage.js_sure_to_delete_ad','你確定要移除此廣告嗎?','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4781,'cht','admanage.std_error','錯誤','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4782,'cht','admanage.std_invalid_id','無效ID','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4783,'cht','admanage.std_invalid_position','廣告位置無效','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4784,'cht','admanage.head_add_ad','添加廣告','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4785,'cht','admanage.head_edit_ad','編輯廣告','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4786,'cht','admanage.text_note','注意','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4787,'cht','admanage.text_ad_detail','廣告詳情','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4788,'cht','admanage.row_name','名字','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4789,'cht','admanage.row_start_time','起始時間','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4790,'cht','admanage.row_end_time','終止時間','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4791,'cht','admanage.row_enabled','啟用','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4792,'cht','admanage.row_order','排序','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4793,'cht','admanage.row_type','展現方式','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4794,'cht','admanage.row_image_url','圖片URL','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4795,'cht','admanage.row_image_link','廣告鏈結','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4796,'cht','admanage.row_image_width','圖片寬度','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4797,'cht','admanage.row_image_height','圖片高度','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4798,'cht','admanage.row_image_tooltip','鏈結懸浮輔助說明文字','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4799,'cht','admanage.row_text_content','文字內容','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4800,'cht','admanage.row_text_link','廣告鏈結','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4801,'cht','admanage.row_text_size','文字大小','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4802,'cht','admanage.row_bbcodes_code','BBCode程式碼','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4803,'cht','admanage.row_xhtml_code','XHTML程式碼','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4804,'cht','admanage.row_flash_url','Flash URL','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4805,'cht','admanage.row_flash_width','Flash寬度','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4806,'cht','admanage.row_flash_height','Flash高度','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4807,'cht','admanage.submit_submit','提交','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4808,'cht','admanage.text_ad','廣告','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4809,'cht','admanage.text_header_note','察看在所有頁面的右上方。建議使用大小在580x90內的圖片或Flash。只察看優先級最高的一個廣告。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4810,'cht','admanage.text_footer_note','察看在所有頁面的最底部。建議廣告大小在728x160內。只察看優先級最高的一個廣告。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4811,'cht','admanage.text_below_navigation_note','察看在所有頁面導航欄的下面。建議廣告大小為728x90。只察看優先級最高的一個廣告。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4812,'cht','admanage.text_below_searchbox_note','察看在種子頁面搜索箱的下面。建議廣告大小為728x90。只察看優先級最高的一個廣告。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4813,'cht','admanage.text_torrent_detail_note','察看在種子詳情頁面的種子介紹中。建議廣告大小為600x160。只察看優先級最高的一個廣告。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4814,'cht','admanage.text_comment_page_note','察看在種子和候選的評論間。建議廣告大小為600x160。可同時察看多個廣告。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4815,'cht','admanage.text_inter_overforums_note','察看在論壇首頁論壇割區間。建議廣告大小為728x90。可同時察看多個廣告。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4816,'cht','admanage.text_forum_post_page_note','察看在論壇主題詳情頁面的帖子間。建議廣告大小為600x160。可同時察看多個廣告。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4817,'cht','admanage.text_popup_note','在所有頁面談促。極具侵擾性請慎用。建議廣告大小為468x90。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4818,'cht','admanage.text_name_note','給廣告命名,便于識別。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4819,'cht','admanage.text_start_time_note','時間格式為\'年年年年-月月-日日 時時:分分:秒秒\',如\'2007-12-24 21:00:00\'。廣告起始生效的時間。<br />如留空則廣告將馬上生效。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4820,'cht','admanage.text_end_time_note','時間格式為\'年年年年-月月-日日 時時:分分:秒秒\',如\'2008-01-24 21:00:00\'。廣告結束的時間。<br />如留空則廣告永不結束,直到添加了新的廣告。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4821,'cht','admanage.text_order_note','廣告的察看優先級。數值\'0\'具有最高的優先級。<br />當某個廣告位置具有多個有效廣告:如果該位置只允許一個廣告,將察看優先級最高的廣告;如果該位置允許多個廣告,將按照優先級從高到低順序察看多個廣告。如多個廣告具有相同的優先級,最近添加的廣告將具有高優先權。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4822,'cht','admanage.text_enabled_note','只有啟用的廣告才會察看。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4823,'cht','admanage.text_type_note','選取廣告的展現方式。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4824,'cht','admanage.text_image_url_note','廣告圖片檔案的URL。<br />可使用相對位址(如\'pic/ad.jpg\')或絕對位址(如\'http://www.nexusphp.com/ad.jpg\')。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4825,'cht','admanage.text_image_link_note','廣告指向的鏈結。如\'http://www.nexusphp.com/ad.html\'。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4826,'cht','admanage.text_image_width_note','單位為像素。圖片察看的寬度。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4827,'cht','admanage.text_image_height_note','單位為像素。圖片察看的高度。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4828,'cht','admanage.text_image_tooltip_note','廣告鏈結懸浮輔助說明文字資訊。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4829,'cht','admanage.text_text_content_note','文字廣告的察看內容','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4830,'cht','admanage.text_text_link_note','廣告指向的鏈結。如\'http://www.nexusphp.com/ad.html\'。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4831,'cht','admanage.text_text_size_note','廣告文字的字型大小。可使用pt、px、em為單位如\'30pt\'。如留空,則使用\'30pt\'。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4832,'cht','admanage.text_bbcodes_code_note','什么是BBCode程式碼見','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4833,'cht','admanage.text_here','這裡','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4834,'cht','admanage.text_xhmtl_code_note','通常情況下你應該儘量避免直接使用XHTML展現廣告因為這樣做不但容易因程式碼錯誤導致整體頁面混亂而且<b>具有安全隱患</b>。如果一定要用請確保XHTML程式碼是安全和正確的。<br /><b>注意</b>請按XHTML 1.0 Transitional規格填寫程式碼而不是HTML 4.01規格。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4835,'cht','admanage.text_flash_url_note','Flash檔案的URL。<br />可使用相對位址(如\'pic/flash.demo.swf\')或絕對位址(如\'http://www.nexusphp.com/flash.demo.swf\')。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4836,'cht','admanage.text_flash_width_note','單位為像素。Flash察看的寬度。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4837,'cht','admanage.text_flash_height_note','單位為像素。Flash察看的高度。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4838,'cht','admanage.std_missing_form_data','有必填項目未寫。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4839,'cht','admanage.std_invalid_type','展現方式無效。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4840,'cht','admanage.std_success','成功','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4841,'cht','admanage.std_edit_success','廣告編輯成功。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4842,'cht','admanage.std_add_success','廣告添加成功。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4843,'cht','admanage.text_unlimited','無限制','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4844,'cht','admanage.std_go_back','傳回廣告清單','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4845,'cht','admanage.col_clicks','點擊數','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4846,'cht','adredir.std_error','錯誤','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4847,'cht','adredir.std_ad_system_disabled','廣告系統關閉中。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4848,'cht','adredir.std_invalid_ad_id','無效的廣告ID','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4849,'cht','adredir.std_no_redirect_url','無跳轉鏈結。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4850,'cht','attachment.text_nothing_received','失敗!沒有收到檔案!','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4851,'cht','attachment.text_file_number_limit_reached','失敗!你暫時無法上傳更多屬裝置!請等待些時間。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4852,'cht','attachment.text_file_size_too_big','失敗!檔案過大。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4853,'cht','attachment.text_file_extension_not_allowed','失敗!不允許該檔案副檔名。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4854,'cht','attachment.text_invalid_image_file','失敗!圖片檔案無效。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4855,'cht','attachment.text_cannot_move_file','失敗!無法移動上傳的檔案。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4856,'cht','attachment.submit_upload','上傳','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4857,'cht','attachment.text_left','今日剩餘:','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4858,'cht','attachment.text_of','/','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4859,'cht','attachment.text_size_limit','大小限制:','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4860,'cht','attachment.text_file_extensions','允許副檔名:','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4861,'cht','attachment.text_mouse_over_here','滑鼠移至此','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4862,'cht','attachment.text_small_thumbnail','小縮略圖','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4863,'cht','catmanage.head_category_management','分類管理','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4864,'cht','catmanage.text_category_management','分類管理','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4865,'cht','catmanage.text_manage','管理','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4866,'cht','catmanage.text_searchbox','種子分類型態','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4867,'cht','catmanage.text_category_icons','分類圖像','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4868,'cht','catmanage.text_second_icons','第二圖像','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4869,'cht','catmanage.text_categories','分類','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4870,'cht','catmanage.text_sources','來源','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4871,'cht','catmanage.text_media','媒介','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4872,'cht','catmanage.text_codecs','編碼','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4873,'cht','catmanage.text_standards','解析度','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4874,'cht','catmanage.text_processings','處理','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4875,'cht','catmanage.text_teams','制作組','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4876,'cht','catmanage.text_audio_codecs','聲訊編碼','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4877,'cht','catmanage.std_error','錯誤','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4878,'cht','catmanage.std_invalid_type','無效的類別。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4879,'cht','catmanage.text_add','添加','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4880,'cht','catmanage.text_no_record_yet','暫無記錄!','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4881,'cht','catmanage.col_id','ID','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4882,'cht','catmanage.col_name','名字','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4883,'cht','catmanage.col_order','排序','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4884,'cht','catmanage.col_action','行為','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4885,'cht','catmanage.text_delete','移除','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4886,'cht','catmanage.text_edit','編輯','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4887,'cht','catmanage.js_sure_to_delete_this','你確信要移除此項目嗎?','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4888,'cht','catmanage.col_sub_category','次分類','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4889,'cht','catmanage.text_per_row','每行項目數','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4890,'cht','catmanage.text_padding','間隔','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4891,'cht','catmanage.text_enabled','察看','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4892,'cht','catmanage.text_disabled','不察看','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4893,'cht','catmanage.col_folder','圖像檔案夾','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4894,'cht','catmanage.text_multi_language','多語言','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4895,'cht','catmanage.text_second_icon','第二圖像','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4896,'cht','catmanage.text_css_file','CSS檔案','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4897,'cht','catmanage.text_none','無','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4898,'cht','catmanage.text_css_file_note','為此分類圖像指定CSS檔案。填寫完整路徑如\'styles/scenetorrents.css\'。若無請留空。<br />允許的字元:[a-z](小寫),[0-9][_./]。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4899,'cht','catmanage.text_designer','設計者','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4900,'cht','catmanage.text_comment','說明','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4901,'cht','catmanage.text_yes','是','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4902,'cht','catmanage.text_no','否','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4903,'cht','catmanage.col_image','圖片檔名','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4904,'cht','catmanage.text_class_name','class屬性值','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4905,'cht','catmanage.col_mode','型態','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4906,'cht','catmanage.std_invalid_id','無效的id','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4907,'cht','catmanage.submit_submit','提交','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4908,'cht','catmanage.text_subcategory_name_note','不要使用過長的名字。建議在10個字母內。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4909,'cht','catmanage.text_order_note','遞增排序,即\'0\'排在最前。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4910,'cht','catmanage.row_searchbox_name','分類型態名字','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4911,'cht','catmanage.text_searchbox_name_note','允許的字元:[a-z](小寫),[0-9][_./]。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4912,'cht','catmanage.row_show_sub_category','察看次分類','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4913,'cht','catmanage.text_show_sub_category_note','勾選你想啟用的次分類。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4914,'cht','catmanage.row_items_per_row','每行項目數','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4915,'cht','catmanage.text_items_per_row_note','設定在搜索箱中每行察看的項目數,如\'8\'。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4916,'cht','catmanage.row_padding_between_items','項目間距','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4917,'cht','catmanage.text_padding_between_items_note','單位為像素。搜索箱中項目的水平間隔距離,如\'3\'。','2021-01-11 12:48:01','2021-01-11 12:48:01'),(4918,'cht','catmanage.text_category_icon_name_note','允許的字元:[a-z](小寫),[0-9][_./]。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4919,'cht','catmanage.text_folder_note','分類圖像所在的檔案夾名。允許的字元:[a-z](小寫),[0-9][_./]。<br /><b>必須</b>在末尾添加斜杠(/),如\'mycaticon/\'','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4920,'cht','catmanage.text_multi_language_note','是否為不同語言使用不同的分類圖像。如果設為\'是\',將多份圖像分別擺入命名如\'en\'\'chs\'等的檔案夾中。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4921,'cht','catmanage.text_second_icon_note','是否使用第二圖像察看補充資訊。如果設為\'是\',將第二圖像擺入普通圖像目錄下命名為\'additional\'的檔案夾中。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4922,'cht','catmanage.text_designer_note','此圖像集的設計者。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4923,'cht','catmanage.text_comment_note','此圖像集的說明。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4924,'cht','catmanage.text_icon_directory_note','你必須將圖像檔案擺入伺服器正確的目錄才能使得以下設定起作用。將普通的分類圖像擺入\'pic/category/<i>分類型態名字</i>/<i>圖像檔案夾</i>[<i>語言縮寫</i>/]\',將第二圖像擺入\'pic/category/<i>分類型態名字</i>/<i>圖像檔案夾</i>[<i>語言縮寫</i>/]additional/\'. <br />不明白?參照下面的例子:<ul><li>當<ul><li><b>分類型態名字</b>=\'nhd\'</li><li><b>圖像檔案夾</b>=\'scenetorrents/\'</li><li><b>多語言</b>=\'是\'</li><li><b>第二圖像</b>=\'否\'</li></ul>你應該將一個英語的電影類別的圖像(如\'movies.png\')檔案擺入\'pic/category/nhd/scenetorrents/en/\'。</li><li>當<ul><li><b>分類型態名字</b>=\'chd\'</li><li><b>圖像檔案夾</b>=\'nanosofts/\'</li><li><b>多語言</b>=\'否\'</li><li><b>第二圖像</b>=\'是\'</li></ul>你應該將一個英語的電影類別的圖像(如\'movies.png\')檔案擺入\'pic/category/chd/nanosofts/\',將一個第二圖像(如\'bdh264.png\')擺入\'pic/category/chd/nanosofts/additional/\'。</li></ul>','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4925,'cht','catmanage.text_second_icon_name_note','不要使用過長的名字。建議在10個字母內。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4926,'cht','catmanage.text_image_note','圖片檔案的名字。允許的字元:[a-z](小寫),[0-9][_./]。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4927,'cht','catmanage.row_selections','選取','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4928,'cht','catmanage.text_selections_note','如果某個選取未指定,其所有選項都符合此規則。必須至少指定一個選取。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4929,'cht','catmanage.row_category_name','分類名','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4930,'cht','catmanage.text_category_name_note','不要使用過長的名字。建議在10個字母內。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4931,'cht','catmanage.row_mode','型態','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4932,'cht','catmanage.text_class_name_note','為圖片指定class屬性值。若無請留空。允許的字元: [a-z](小寫),[0-9][_],第一個字元必須是字母。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4933,'cht','catmanage.std_missing_form_data','有必填項目未填寫。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4934,'cht','catmanage.std_invalid_character_in_filename','此檔名包含不合法字元:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4935,'cht','catmanage.std_must_define_one_selection','你必須至少指定一個選取!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4936,'cht','catmanage.std_invalid_mode_id','無效的型態id。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4937,'cht','cheaterbox.std_oho','噢哦!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4938,'cht','cheaterbox.std_no_suspect_detected','還沒有檢測到任何作弊嫌疑者。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4939,'cht','cheaterbox.head_cheaterbox','作弊者','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4940,'cht','cheaterbox.text_cheaterbox','作弊者 <font class=striking>BETA</font>','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4941,'cht','cheaterbox.col_added','時間','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4942,'cht','cheaterbox.col_suspect','嫌疑者','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4943,'cht','cheaterbox.col_hit','次數','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4944,'cht','cheaterbox.col_torrent','種子','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4945,'cht','cheaterbox.col_ul','上傳','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4946,'cht','cheaterbox.col_dl','下載','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4947,'cht','cheaterbox.col_ann_time','匯報時間','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4948,'cht','cheaterbox.col_seeders','做種者','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4949,'cht','cheaterbox.col_leechers','下載者','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4950,'cht','cheaterbox.col_comment','備注','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4951,'cht','cheaterbox.col_dealt_with','處理','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4952,'cht','cheaterbox.col_action','行為','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4953,'cht','cheaterbox.text_torrent_does_not_exist','種子不存在或已被刪除','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4954,'cht','cheaterbox.text_yes','是','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4955,'cht','cheaterbox.text_no','否','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4956,'cht','cheaterbox.submit_set_dealt','設為已處理','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4957,'cht','cheaterbox.submit_delete','刪除','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4958,'cht','checkuser.std_error','錯誤','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4959,'cht','checkuser.std_no_user_id','沒有該ID的用戶','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4960,'cht','checkuser.std_no_permission','你沒有該權限','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4961,'cht','checkuser.head_detail_for','用戶詳情 - ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4962,'cht','checkuser.text_account_disabled','<p><b>該帳號被禁用!</b></p>\n','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4963,'cht','checkuser.row_join_date','加入日期','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4964,'cht','checkuser.row_gender','性別','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4965,'cht','checkuser.row_email','郵箱','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4966,'cht','checkuser.row_ip','IP','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4967,'cht','checkuser.submit_confirm_this_user','確認該用戶','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4968,'cht','comment.std_error','錯誤','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4969,'cht','comment.std_comment_flooding_denied','禁止濫發評論。請在','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4970,'cht','comment.std_before_posting_another','秒後再發。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4971,'cht','comment.std_no_torrent_id','沒有該ID的種子。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4972,'cht','comment.std_no_comment_id','沒有該ID的評論','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4973,'cht','comment.std_comment_body_empty','評論內容不能為空!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4974,'cht','comment.head_add_comment_to','添加評論 - ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4975,'cht','comment.text_add_comment_to','添加評論 - ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4976,'cht','comment.submit_okay','&nbsp;&nbsp;確定&nbsp;&nbsp;','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4977,'cht','comment.text_comments_in_reverse_order','逆序顯示,頂部為最後發佈的評論\n','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4978,'cht','comment.std_invalid_id','無效的ID','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4979,'cht','comment.std_permission_denied','沒有該權限。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4980,'cht','comment.head_edit_comment_to','編輯評論 - ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4981,'cht','comment.text_edit_comment_to','編輯評論 - ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4982,'cht','comment.std_delete_comment','刪除評論','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4983,'cht','comment.std_delete_comment_note','你即將刪除評論。點擊\n','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4984,'cht','comment.std_here_if_sure','><b>這裏</b></a>來確認。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4985,'cht','comment.head_original_comment','原始評論','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4986,'cht','comment.text_original_content_of_comment','原始評論內容','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4987,'cht','comment.std_unknown_action','未知行為。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4988,'cht','comment.std_no_review_id','該ID的點評不存在','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4989,'cht','comment.std_review_body_empty','點評正文不能為空!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4990,'cht','comment.text_reviews_in_reverse_order','<h2>逆序顯示,頂部為最后發布的點評</h2>\n','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4991,'cht','comment.head_edit_review_to','編輯點評 - ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4992,'cht','comment.text_edit_review_to','編輯點評 - ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4993,'cht','comment.std_delete_review','刪除點評','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4994,'cht','comment.std_delete_review_note','你即將刪除點評。點擊\n','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4995,'cht','comment.head_original_review','原始點評','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4996,'cht','comment.text_original_content_of_review','原始點評內容','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4997,'cht','comment.row_user_comment','用戶評論','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4998,'cht','comment.row_editor_notes','編輯評注','2021-01-11 12:48:02','2021-01-11 12:48:02'),(4999,'cht','comment.row_bouns_change','魔力值改變','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5000,'cht','comment.text_bouns_change_notes',' 分值范圍是0 - 1000視點評質量取數值(超過1000當做1000其他不在范圍內的值當做0)','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5001,'cht','comment.std_review_no_external_info','沒有外部信息,無法標記評論!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5002,'cht','comment.std_review_unmark','去除點評標記','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5003,'cht','comment.std_unmark_review_note','你即將去除點評的標記。點擊\n','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5004,'cht','comment.row_original_torrent','原始種子','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5005,'cht','comment.text_no_exists','不再存在!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5006,'cht','comment.text_torrent_id','種子ID','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5007,'cht','comment.text_back','返回','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5008,'cht','comment.text_body','正文','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5009,'cht','comment.text_compose','撰寫','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5010,'cht','comment.text_edit','編輯','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5011,'cht','confirm_resend.resend_confirmation_email_failed','重發確認郵件失敗','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5012,'cht','confirm_resend.std_fields_blank','有項目沒有填寫。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5013,'cht','confirm_resend.std_invalid_email_address','郵箱地址無效!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5014,'cht','confirm_resend.std_email_not_found','資料庫中沒有該郵箱地址。\n','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5015,'cht','confirm_resend.std_user_already_confirm','該郵箱的用戶已經通過驗證。\n','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5016,'cht','confirm_resend.std_passwords_unmatched','兩次輸入的密碼不一致!肯定拼錯了,請重試。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5017,'cht','confirm_resend.std_password_too_short','對不起密碼過短至少6個字元','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5018,'cht','confirm_resend.std_password_too_long','對不起密碼過長至多40個字元','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5019,'cht','confirm_resend.std_password_equals_username','對不起,用戶名和密碼不能相同。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5020,'cht','confirm_resend.std_error','錯誤','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5021,'cht','confirm_resend.std_database_error','數據庫錯誤!請將該情況報告給管理員。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5022,'cht','confirm_resend.text_resend_confirmation_mail_note','<h1>重發確認郵件</h1><p>填寫以下表格使系統重發驗證郵件。</p><p>你必須在過去24小時內註冊且沒有通過驗證才能使用該功能<br />否則你的帳號信息已被刪除,需要重新註冊。</p><p><b>注意:</b>連續10次嘗試失敗將導致你的IP地址被禁用</p>','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5023,'cht','confirm_resend.row_registered_email','註冊郵箱:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5024,'cht','confirm_resend.row_new_password','新密碼:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5025,'cht','confirm_resend.text_password_note','至少6個字元','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5026,'cht','confirm_resend.row_enter_password_again','再次輸入新密碼:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5027,'cht','confirm_resend.submit_send_it','發送!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5028,'cht','confirm_resend.text_you_have','你還有','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5029,'cht','confirm_resend.text_remaining_tries','次嘗試機會。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5030,'cht','confirm_resend.mail_title','用戶註冊驗證(重發)','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5031,'cht','confirm_resend.mail_this_link','這個鏈接','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5032,'cht','confirm_resend.mail_here','這裏','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5033,'cht','confirm_resend.mail_one','你好 ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5034,'cht','confirm_resend.mail_two',',<br /><br />你請求重新收取NexusPHP網站的註冊確認郵件並指定此郵箱地址 ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5035,'cht','confirm_resend.mail_three',' 為你的聯系地址。<br /><br />如果你沒有發過該請求請忽視本郵件。輸入你郵箱地址者的IP地址為 ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5036,'cht','confirm_resend.mail_four','. 。請勿回復本郵件。<br /><br />如果你的確發過該請求,請點擊以下鏈接來通過驗證: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5037,'cht','confirm_resend.mail_four_1','<br /><br />如果以上鏈接打開出錯、不存在或已經過期, 嘗試在這裏重新發送確認郵件 ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5038,'cht','confirm_resend.mail_five','在通過驗證後,你就可以使用新賬號了。<br /><br />如果你在24小時內沒有通過驗證你的賬號將被刪除。<br />新人登錄NexusPHP後請務必先閱讀站點規則提問前請參考常見問題。<br /><br />請註意如果你並沒有在NexusPHP網站註冊請舉報此郵件至nobody@gmail.com<br /><br />------<br /><br />NexusPHP 網站.','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5039,'cht','confirm_resend.text_select_lang','Select Site Language: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5040,'cht','confirm_resend.std_need_admin_verification','賬戶需要通過管理員手動驗証。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5041,'cht','contactstaff.head_contact_staff','聯繫管理組','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5042,'cht','contactstaff.text_message_to_staff','給管理組發短訊','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5043,'cht','contactstaff.row_subject','標題','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5044,'cht','contactstaff.row_body','正文','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5045,'cht','contactstaff.submit_send_it','發送','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5046,'cht','delete.std_delete_failed','刪除失敗!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5047,'cht','delete.std_missing_form_date','有項目未填','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5048,'cht','delete.std_not_owner','你不是發種者!你怎麼會來這?\n','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5049,'cht','delete.std_invalid_reason','無效的理由','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5050,'cht','delete.std_describe_violated_rule','請填寫具體違反的規則。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5051,'cht','delete.std_enter_reason','請填寫刪除該種子的原因。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5052,'cht','delete.head_torrent_deleted','成功刪除種子!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5053,'cht','delete.text_go_back','回到剛才的地方','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5054,'cht','delete.text_back_to_index','返回首頁','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5055,'cht','delete.text_torrent_deleted','成功刪除種子!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5056,'cht','deletedisabled.head_delete_diasabled','移除被禁用戶','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5057,'cht','deletedisabled.text_delete_diasabled','移除被禁用戶','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5058,'cht','deletedisabled.submit_delete_all_disabled_users','移除所有被禁用戶','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5059,'cht','deletedisabled.text_delete_disabled_note','如果你點擊下面的按鈕,網站中所有的被禁止用戶將被<b>移除</b>。除非<b>十分確定</b>,否則<b>不要</b>點此按鈕。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5060,'cht','deletedisabled.text_users_are_disabled','個用戶被移除。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5061,'cht','deletemessage.std_bad_message_id','錯誤短訊ID','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5062,'cht','deletemessage.std_not_suggested','如果我是你,我不會這麼做...','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5063,'cht','deletemessage.std_not_in_inbox','你的收件箱中沒有該短訊。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5064,'cht','deletemessage.std_not_in_sentbox','你的發件箱中沒有該短訊。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5065,'cht','deletemessage.std_unknown_pm_type','未知短訊類型。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5066,'cht','details.std_error','錯誤','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5067,'cht','details.std_no_torrent_id','沒有該ID的種子','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5068,'cht','details.head_details_for_torrent','種子詳情 ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5069,'cht','details.text_successfully_uploaded','發布成功!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5070,'cht','details.text_redownload_torrent_note','你必須<b>重新下載</b>種子才能開始做種。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5071,'cht','details.text_successfully_edited','編輯成功!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5072,'cht','details.text_go_back','傳回到','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5073,'cht','details.text_whence_you_came','原先地點','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5074,'cht','details.text_rating_added','添加評分成功!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5075,'cht','details.text_thanks_added','感謝表示成功!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5076,'cht','details.text_free','免費','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5077,'cht','details.text_two_times_up','2X','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5078,'cht','details.text_free_two_times_up','2X免費','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5079,'cht','details.text_half_down','50%','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5080,'cht','details.row_download','下載','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5081,'cht','details.text_downloading_not_allowed','你被禁止下載。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5082,'cht','details.row_small_description','副標題','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5083,'cht','details.row_info_hash','Hash碼','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5084,'cht','details.row_description','簡介','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5085,'cht','details.text_nfo','NFO','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5086,'cht','details.text_view_nfo','[所有型態]','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5087,'cht','details.row_imdb_url','IMDb鏈結','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5088,'cht','details.row_subtitles','字幕','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5089,'cht','details.text_no_subtitles','該種子暫無字幕','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5090,'cht','details.submit_upload_subtitles','上傳字幕','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5091,'cht','details.row_info','資訊','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5092,'cht','details.text_imdb','IMDb','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5093,'cht','details.text_lastfm','Last.fm','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5094,'cht','details.text_douban','豆瓣','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5095,'cht','details.text_not_ready','資訊未抓取,點擊','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5096,'cht','details.text_here_to_retrieve','<b>這裡</b></a>重新檢索','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5097,'cht','details.text_someone_has_requested','某用戶在','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5098,'cht','details.text_please_be_patient','秒以前傳送檢索要求,請等待。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5099,'cht','details.text_information','資訊:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5100,'cht','details.text_title',' 片名: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5101,'cht','details.text_title_chinese','中文片名: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5102,'cht','details.text_also_known_as',' 代號: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5103,'cht','details.text_year',' 年代: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5104,'cht','details.text_runtime',' 片長: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5105,'cht','details.text_mins','分鐘','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5106,'cht','details.text_votes',' 票數: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5107,'cht','details.text_rating',' 評分: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5108,'cht','details.text_language',' 對白語言: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5109,'cht','details.text_country',' 國家: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5110,'cht','details.text_all_genres',' 類別: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5111,'cht','details.text_tagline',' 標語: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5112,'cht','details.text_director',' 導演: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5113,'cht','details.text_written_by',' 編劇: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5114,'cht','details.text_performed_by',' 演出: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5115,'cht','details.text_offcial_site',' 官方網站: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5116,'cht','details.text_imdb_link',' IMDb鏈結 ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5117,'cht','details.text_produced_by',' 制作: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5118,'cht','details.text_music',' 音樂: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5119,'cht','details.text_plot_outline',' 劇情概要:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5120,'cht','details.text_cast',' 主演:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5121,'cht','details.text_as',' .... ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5122,'cht','details.text_recommended_comment',' 建議評論:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5123,'cht','details.text_information_updated_at','<br /><br /><b>注意:</b>該資訊最后更新于','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5124,'cht','details.text_might_be_outdated',',可能已過期,點擊','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5125,'cht','details.text_here_to_update','<b>這裡</b></a>更新資訊','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5126,'cht','details.text_network_error','警告!網路狀態不允許實時檢索資訊','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5127,'cht','details.text_avprogress','平均進度:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5128,'cht','details.row_type','類別','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5129,'cht','details.text_none_selected','(未選)','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5130,'cht','details.text_source','來源:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5131,'cht','details.text_codec','編碼:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5132,'cht','details.text_stardard','解析度:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5133,'cht','details.text_processing','處理:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5134,'cht','details.row_quality','品質','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5135,'cht','details.col_type','類別','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5136,'cht','details.col_name','標題','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5137,'cht','details.col_quality','品質','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5138,'cht','details.title_size','大小','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5139,'cht','details.title_time_added','添加時間','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5140,'cht','details.title_seeders','種子數','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5141,'cht','details.title_leechers','下載數','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5142,'cht','details.col_special','促銷?','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5143,'cht','details.text_normal','普通','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5144,'cht','details.row_other_copies','其他版本','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5145,'cht','details.row_last_seeder','最近現行:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5146,'cht','details.text_ago','以前','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5147,'cht','details.text_size','<b>大小:</b>','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5148,'cht','details.text_none_yet','暫無(需要10票現在只有','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5149,'cht','details.text_only','票','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5150,'cht','details.text_none','無','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5151,'cht','details.text_no_votes_yet','暫無評分','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5152,'cht','details.text_invalid','無效?','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5153,'cht','details.text_out_of_five_with','/5分共','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5154,'cht','details.text_votes_total','票','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5155,'cht','details.text_login_to_vote','登入</a>后才能評分','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5156,'cht','details.text_you_rated_as','(你將該種子評分為\"','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5157,'cht','details.select_add_rating','(添加評分)','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5158,'cht','details.submit_vote','我投','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5159,'cht','details.row_rating','評分','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5160,'cht','details.row_time','時間','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5161,'cht','details.row_hot_meter','熱度表','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5162,'cht','details.text_views','檢視: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5163,'cht','details.text_hits','點擊: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5164,'cht','details.text_snatched','<b>完成:</b> ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5165,'cht','details.text_view_snatches','</b>次</a> &lt;--- 點擊檢視完成詳情','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5166,'cht','details.text_average_speed','平均速度: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5167,'cht','details.text_total_speed','總速度: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5168,'cht','details.text_health_note','(資料為按時間計算的平均值,不一定准確)','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5169,'cht','details.text_traffic','流量: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5170,'cht','details.text_no_traffic','沒有流量','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5171,'cht','details.text_status','狀態:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5172,'cht','details.text_dead','斷種','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5173,'cht','details.row_health','活力度','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5174,'cht','details.text_anonymous','匿名','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5175,'cht','details.text_edit_torrent','編輯/刪除','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5176,'cht','details.title_edit_torrent','點擊編輯或移除本種子','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5177,'cht','details.row_upped_by','由','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5178,'cht','details.text_click','點擊','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5179,'cht','details.text_num_files','檔案數:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5180,'cht','details.text_see_full_list','[檢視清單]','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5181,'cht','details.text_files','個檔案','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5182,'cht','details.row_file_list','檔案清單','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5183,'cht','details.text_hide_list','[隱藏清單]','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5184,'cht','details.row_action','行為','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5185,'cht','details.text_download_torrent','下載種子','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5186,'cht','details.title_download_torrent','下載種子','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5187,'cht','details.text_ask_for_reseed','要求續種','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5188,'cht','details.title_ask_for_reseed','當沒有種子時要求完成者續種','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5189,'cht','details.text_report_torrent','舉報種子','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5190,'cht','details.title_report_torrent','舉報該種子違反了規則','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5191,'cht','details.text_here','<b>這裡</b></a>.','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5192,'cht','details.row_peers','同伴','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5193,'cht','details.text_seeders','個做種者','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5194,'cht','details.text_leechers','個下載者','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5195,'cht','details.text_peers_total','個同伴','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5196,'cht','details.row_seeders','做種者','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5197,'cht','details.row_leechers','下載者','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5198,'cht','details.submit_say_thanks','&nbsp;&nbsp;說謝謝&nbsp;&nbsp;','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5199,'cht','details.submit_you_said_thanks','你已說過謝謝','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5200,'cht','details.text_no_thanks_added','暫無感謝者','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5201,'cht','details.row_thanks_by','感謝者','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5202,'cht','details.row_torrent_info','種子檔案','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5203,'cht','details.text_torrent_structure','種子架構:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5204,'cht','details.text_torrent_info_note','[檢視架構]','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5205,'cht','details.head_comments_for_torrent','種子評論 - ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5206,'cht','details.text_comments_for','種子評論 - ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5207,'cht','details.text_snatch_detail_for','種子完成詳情-','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5208,'cht','details.text_users_top_finished_recently','頂部的用戶最后完成下載','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5209,'cht','details.col_username','用戶名','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5210,'cht','details.col_uploaded','上傳量','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5211,'cht','details.col_downloaded','下載量','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5212,'cht','details.col_when_completed','完成','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5213,'cht','details.col_last_action','最近動向','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5214,'cht','details.col_seeding','做種','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5215,'cht','details.col_pm_user','短訊','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5216,'cht','details.col_report_user','舉報','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5217,'cht','details.col_on_or_off','在線','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5218,'cht','details.text_global','全域','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5219,'cht','details.text_torrent','本種','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5220,'cht','details.text_yes','是','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5221,'cht','details.text_no','否','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5222,'cht','details.text_add_a_comment','添加評論','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5223,'cht','details.text_no_comments_yet','暫無評論','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5224,'cht','details.text_quick_comment','快速評論','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5225,'cht','details.submit_add_comment','&nbsp;&nbsp;添加&nbsp;&nbsp;','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5226,'cht','details.title_pm','傳送短訊','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5227,'cht','details.title_report','舉報','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5228,'cht','details.title_online','在線','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5229,'cht','details.title_offline','不在線','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5230,'cht','details.select_kewl','狂贊!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5231,'cht','details.select_pretty_good','較好','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5232,'cht','details.select_decent','一般','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5233,'cht','details.select_pretty_bad','較差','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5234,'cht','details.select_sucks','垃圾!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5235,'cht','details.text_lastfm_not_ready','Last.fm資訊未抓取點擊','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5236,'cht','details.text_biography','小傳','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5237,'cht','details.text_tags','標簽:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5238,'cht','details.text_similiar_artists','類似藝朮家:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5239,'cht','details.text_may_also_like','可能也喜歡:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5240,'cht','details.text_top_albums','熱門專輯:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5241,'cht','details.text_listener','個聽眾','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5242,'cht','details.text_scrobbled','次播放','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5243,'cht','details.text_album','專輯','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5244,'cht','details.text_album_name','專輯名: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5245,'cht','details.text_track_number_info','曲目:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5246,'cht','details.text_release_date','發行日期:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5247,'cht','details.text_label','唱片公司:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5248,'cht','details.text_track_list','曲目清單:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5249,'cht','details.text_track_number','#&nbsp;&nbsp;&nbsp;','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5250,'cht','details.text_track_name','曲目名','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5251,'cht','details.text_track_duration','時長','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5252,'cht','details.text_track_listener','聽者','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5253,'cht','details.text_ratings_legend','平均: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5254,'cht','details.text_points','分','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5255,'cht','details.text_totalvotes','票','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5256,'cht','details.text_author','作者:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5257,'cht','details.text_from','來自','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5258,'cht','details.h1_user_reviews','用戶點評選','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5259,'cht','details.h1_critic_reviews','影評家點評','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5260,'cht','details.h1_user_comments','用戶評論','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5261,'cht','details.text_local_link','區域鏈結','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5262,'cht','details.text_at','發布于','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5263,'cht','details.row_basic_info','基本資訊','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5264,'cht','details.text_site_rating','評分','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5265,'cht','details.text_blank','發布于','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5266,'cht','details.text_creator','主創: ','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5267,'cht','details.submit_search_at_shooter','搜索射手網','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5268,'cht','details.submit_search_at_opensubtitles','搜索Opensubtitles','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5269,'cht','details.title_bookmark','收藏','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5270,'cht','details.text_album_information','專輯資訊:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5271,'cht','details.text_about_album','關于該專輯:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5272,'cht','details.text_artist','藝朮家','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5273,'cht','details.text_artist_name','藝朮家:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5274,'cht','details.text_medium','媒介:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5275,'cht','details.text_team','制作組:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5276,'cht','details.text_audio_codec','聲訊編碼:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5277,'cht','details.text_delete','移除','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5278,'cht','details.text_other_copies','個其他版本','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5279,'cht','details.row_uploader_bandwidth','發布者頻寬','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5280,'cht','details.text_and_more','……(這裏只顯示最新記錄。共','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5281,'cht','details.text_users_in_total','個用戶表示了感謝)','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5282,'cht','donate.std_sorry','對不起','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5283,'cht','donate.std_do_not_accept_donation','我們目前不接收捐贈。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5284,'cht','donate.std_success','成功','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5285,'cht','donate.std_donation_success_note_one','感謝你的捐贈!你的付款已完成。請點擊','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5286,'cht','donate.std_here','這裡','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5287,'cht','donate.std_donation_success_note_two','傳送你的付款資訊給我們,方便我們確認你的捐贈。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5288,'cht','donate.head_donation','捐贈','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5289,'cht','donate.text_donate','捐贈','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5290,'cht','donate.std_error','錯誤','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5291,'cht','donate.std_no_donation_account_available','沒有設定接收捐贈的賬號。請將此情況告訴管理組。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5292,'cht','donate.text_donation_note','感謝你有意捐贈。無論捐贈的數目是多少,我們都表示最真誠的感謝!','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5293,'cht','donate.text_donate_with_paypal','使用PayPal捐贈','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5294,'cht','donate.text_donate_paypal_note','1. 選取你的捐贈金額。<br />2. 點擊PayPal按鈕。<br />3. 在PayPal網站完成付款。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5295,'cht','donate.text_select_donation_amount','請選取你的捐贈金額:','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5296,'cht','donate.select_choose_donation_amount','---選取捐贈金額---','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5297,'cht','donate.select_other_donation_amount','其他金額','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5298,'cht','donate.text_usd_mark','','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5299,'cht','donate.text_donation','美元','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5300,'cht','donate.text_donate_with_alipay','使用支付寶捐贈','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5301,'cht','donate.text_donate_alipay_note_one','1. 點擊支付寶按鈕。<br />2. 選取“向陌生賣家付款”。<br />3. 在“收款方支付寶賬戶”中填寫我們的支付寶賬號','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5302,'cht','donate.text_donate_alipay_note_two','。<br />4. 繼續直到完成付款。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5303,'cht','donate.text_after_donation_note_one','在完成捐贈后,請一定將你的<b>付款資訊</b>通過站短','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5304,'cht','donate.text_send_us','傳送給我們','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5305,'cht','donate.text_after_donation_note_two',',方便我們確認你的捐贈。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5306,'cht','downloadnotice.head_download_notice','下載輔助說明','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5307,'cht','downloadnotice.text_client_banned_notice','被禁止用戶端輔助說明','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5308,'cht','downloadnotice.text_client_banned_note','Tracker檢查到你最近一次使用的BT用戶端屬于<b>被禁</b>的范疇。請閱讀以下說明。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5309,'cht','downloadnotice.text_low_ratio_notice','低分享率輔助說明','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5310,'cht','downloadnotice.text_low_ratio_note_one','<span class=\'striking\'><b>警告:</b></span>你的分享率過低!你必須在','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5311,'cht','downloadnotice.text_low_ratio_note_two','內改善它,否則你在本站的<b>賬號將被禁止</b>。如果你不明白什么是分享率,請仔細閱讀以下說明。','2021-01-11 12:48:02','2021-01-11 12:48:02'),(5312,'cht','downloadnotice.text_first_time_download_notice','第一次下載輔助說明','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5313,'cht','downloadnotice.text_first_time_download_note','你好!<br />這可能是你<b>第一次</b>在本站下載種子。<br />在此之前請閱讀以下几個簡短的注意事項。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5314,'cht','downloadnotice.text_this_is_private_tracker','這是非公開BT網站有分享率要求','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5315,'cht','downloadnotice.text_private_tracker_note_one','這是非公開BT網站Private Tracker即我們的Tracker<b>只</b>提供給註冊會員使用。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5316,'cht','downloadnotice.text_learn_more','關于非公開BT網站見','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5317,'cht','downloadnotice.text_nexuswiki','NexusWiki','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5318,'cht','downloadnotice.text_private_tracker_note_two','要維持你的會員資格,你<b>必須</b>保持一個最低要求的上傳量/下載量的比值(即<b>分享率</b>)。分享率過低將導致你<span class=\'striking\'>失去在這裡的會員資格</span>。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5319,'cht','downloadnotice.text_see_ratio','關于分享率要求,見','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5320,'cht','downloadnotice.text_private_tracker_note_three','你目前的分享率會一直察看在導航功能表的正下面,請經常關注它。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5321,'cht','downloadnotice.text_private_tracker_note_four','<b>怎樣才能獲得良好的分享率?</b><br />最好的方式是<b>一直保持你的BT用戶端處于執行狀態</b>,為你下載的資源做種直到移除相應的檔案為止。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5322,'cht','downloadnotice.text_use_allowed_clients','只能使用允許的BT用戶端','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5323,'cht','downloadnotice.text_allowed_clients_note_one','BT用戶端有很多種。但是在本站我們<b>只</b>允許其中的部分。其他用戶端(如位元彗星,迅雷)屬于<span class=\'striking\'>被禁</span>范疇我們的Tracker不會接受其連接請求。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5324,'cht','downloadnotice.text_why_banned','關于為什么禁止一些用戶端,見','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5325,'cht','downloadnotice.text_allowed_clients_note_two','你可以在','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5326,'cht','downloadnotice.text_allowed_clients_note_three','中看到所有被允許的用戶端。如果你不清楚該使用哪個用戶端,可以選取以下兩個建議之一:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5327,'cht','downloadnotice.title_download','下載','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5328,'cht','downloadnotice.text_for','支援平台:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5329,'cht','downloadnotice.text_for_more_information_read','了解更多資訊,見','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5330,'cht','downloadnotice.text_rules','規則','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5331,'cht','downloadnotice.text_and','和','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5332,'cht','downloadnotice.text_faq','常見問題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5333,'cht','downloadnotice.text_let_me_download','我會提高分享率的。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5334,'cht','downloadnotice.text_notice_not_show_again','下次不察看此輔助說明','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5335,'cht','downloadnotice.text_notice_always_show','每次都會察看此輔助說明,直到你改善了分享率為止。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5336,'cht','downloadnotice.submit_download_the_torrent','下載種子檔案','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5337,'cht','edit.head_edit_torrent','編輯種子 - ','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5338,'cht','edit.text_cannot_edit_torrent','無法編輯該種子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5339,'cht','edit.text_cannot_edit_torrent_note','你不是發種者,或者你沒有正確<a href=\"login.php?returnto=%2Fi18n.php%3Faction%3Dimport&nowarn=1\">登錄。</a>\n','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5340,'cht','edit.row_torrent_name','標題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5341,'cht','edit.row_small_description','副標題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5342,'cht','edit.row_nfo_file','NFO文件','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5343,'cht','edit.radio_keep_current','原文件','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5344,'cht','edit.radio_update','更新','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5345,'cht','edit.radio_remove','去除','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5346,'cht','edit.row_description','簡介','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5347,'cht','edit.row_type','類型','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5348,'cht','edit.text_source','來源:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5349,'cht','edit.select_choose_one','請選擇','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5350,'cht','edit.text_codec','編碼:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5351,'cht','edit.text_standard','解析度:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5352,'cht','edit.text_processing','處理:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5353,'cht','edit.row_quality','品質','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5354,'cht','edit.text_quality_note','只適用於<b>視頻</b>檔。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5355,'cht','edit.row_visible','顯示','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5356,'cht','edit.checkbox_visible','在流覽頁面顯示','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5357,'cht','edit.text_visible_note','注意:有上傳者時種子會自動顯示,若沒有種子一段時間(斷種)則會隱藏。選中這項可手動加快該過程。同時請注意,隱藏的種子還是能被查看或搜索到,只是默認狀態下不顯示。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5358,'cht','edit.row_anonymous_uploader','匿名上傳','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5359,'cht','edit.checkbox_anonymous_note','不要在流覽頁面顯示用戶名','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5360,'cht','edit.row_special_torrent','促銷種子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5361,'cht','edit.select_use_global_setting','使用全域設定','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5362,'cht','edit.select_forever','永久','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5363,'cht','edit.select_until','直到','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5364,'cht','edit.text_keep_current','原設定','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5365,'cht','edit.text_ie_for','時長','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5366,'cht','edit.text_promotion_until_note','(時間格式為\'年年年年-月月-日日 時時:分分:秒秒\'','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5367,'cht','edit.select_normal','普通','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5368,'cht','edit.select_free','免費','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5369,'cht','edit.select_two_times_up','2x上傳','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5370,'cht','edit.select_free_two_times_up','免費&2x上傳','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5371,'cht','edit.select_half_down','50%下載','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5372,'cht','edit.select_choose_torrent_state','設定種子的促銷狀態','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5373,'cht','edit.row_torrent_position','種子位置','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5374,'cht','edit.row_recommended_movie','推薦影片','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5375,'cht','edit.select_choose_recommended_movie','選擇影片海報是否在首頁“推薦熱片”或“推薦經典”中顯示','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5376,'cht','edit.select_hot','熱門','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5377,'cht','edit.select_classic','經典','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5378,'cht','edit.select_recommended','推薦','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5379,'cht','edit.select_sticky','置頂','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5380,'cht','edit.select_choose_if_sticky','選擇種子是否在流覽頁面置頂','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5381,'cht','edit.row_banned','禁止','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5382,'cht','edit.checkbox_banned','禁止','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5383,'cht','edit.submit_edit_it','編輯','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5384,'cht','edit.submit_revert_changes','重置','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5385,'cht','edit.text_delete_torrent','<b>刪除種子</b> - 原因:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5386,'cht','edit.radio_dead','斷種','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5387,'cht','edit.text_dead_note',' 0 做種者 + 0 下載者 = 0 總同伴','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5388,'cht','edit.radio_dupe','重複','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5389,'cht','edit.radio_nuked','劣質','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5390,'cht','edit.radio_rules','違規','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5391,'cht','edit.text_req','(必填)','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5392,'cht','edit.radio_other','其他','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5393,'cht','edit.submit_delete_it','刪除','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5394,'cht','edit.text_move_to_browse','類型變為<b>種子</b>區的 ','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5395,'cht','edit.text_move_to_special','類型變為<b>音樂</b>區的 ','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5396,'cht','edit.text_medium','媒介:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5397,'cht','edit.row_pick','挑選','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5398,'cht','edit.row_check','勾選','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5399,'cht','edit.text_team','製作組','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5400,'cht','edit.text_audio_codec','音頻編碼','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5401,'cht','edit.row_content','內容','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5402,'cht','faq.head_faq','常見問題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5403,'cht','faq.text_welcome_to','歡迎來到','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5404,'cht','faq.text_welcome_content_one','我們的目標是提供純粹高品質的東西。因此只有授權的用戶才能發布種子。如果你有0-day資源的來源請不要遲疑<a class=\"faqlink\" href=\"contactstaff.php\">聯繫</a>我們!<br /><br />這是非公開BT站點你必須註冊後才能訪問。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5405,'cht','faq.text_welcome_content_two','在NexusPHP幹任何事前我們建議你先閱讀站點的<a class=\"faqlink\" href=\"rules.php\">規則</a>!規則只有簡單幾條,但我們要求用戶嚴格遵照。<br /><br />在使用前請閱讀NexusPHP<a class=\"faqlink\" href=\"useragreement.php\">用戶協定</a>。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5406,'cht','faq.text_contents','目錄','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5407,'cht','fastdelete.std_delete_failed','刪除失敗!','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5408,'cht','fastdelete.std_missing_form_data','有項目沒填','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5409,'cht','fastdelete.text_no_permission','你沒有許可權刪除該種子,只有版主及以上用戶才可以。如果你想刪除自己發佈的種子,請聯繫他們。\n','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5410,'cht','fastdelete.std_delete_torrent','刪除種子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5411,'cht','fastdelete.std_delete_torrent_note','確認:你即將刪除種子,點擊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5412,'cht','fastdelete.std_here_if_sure','這裏</a>來確認。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5413,'cht','forummanage.head_forum_management','論壇管理','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5414,'cht','forummanage.text_forum_management','論壇管理','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5415,'cht','forummanage.text_edit_forum','編輯論壇版塊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5416,'cht','forummanage.row_forum_name','版塊名字','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5417,'cht','forummanage.row_forum_description','版塊描述','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5418,'cht','forummanage.row_overforum','論壇分區','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5419,'cht','forummanage.row_moderator','版主','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5420,'cht','forummanage.text_moderator_note','最多3個版主。用\',\'分割用戶名','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5421,'cht','forummanage.row_minimum_read_permission','最低允許閱讀等級','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5422,'cht','forummanage.row_minimum_write_permission','最低允許回復等級','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5423,'cht','forummanage.row_minimum_create_topic_permission','最低允許發布主題等級','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5424,'cht','forummanage.row_forum_order','論壇版塊排序','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5425,'cht','forummanage.text_forum_order_note','按數字升序排列即0顯示在最頂端。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5426,'cht','forummanage.submit_edit_forum','編輯論壇版塊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5427,'cht','forummanage.text_no_records_found','對不起,沒有記錄!','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5428,'cht','forummanage.text_add_forum','添加論壇版塊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5429,'cht','forummanage.text_make_new_forum','添加新的版塊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5430,'cht','forummanage.submit_overforum_management','論壇分區管理','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5431,'cht','forummanage.submit_add_forum','添加版塊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5432,'cht','forummanage.col_name','名字','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5433,'cht','forummanage.col_overforum','論壇分區','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5434,'cht','forummanage.col_read','讀','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5435,'cht','forummanage.col_write','回復','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5436,'cht','forummanage.col_create_topic','創建主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5437,'cht','forummanage.col_moderator','版主','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5438,'cht','forummanage.col_modify','修改','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5439,'cht','forummanage.text_not_available','暫無','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5440,'cht','forummanage.text_edit','編輯','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5441,'cht','forummanage.text_delete','刪除','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5442,'cht','forummanage.js_sure_to_delete_forum','你確定要刪除此論壇版塊嗎?','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5443,'cht','forummanage.submit_make_forum','創建論壇版塊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5444,'cht','forums.text_no_active_users','論壇當前沒有活躍用戶。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5445,'cht','forums.text_stats','數據','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5446,'cht','forums.text_our_members_have','用戶共發佈','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5447,'cht','forums.text_posts_in_topics','個帖子,','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5448,'cht','forums.text_in_topics','個主題。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5449,'cht','forums.text_there','論壇共有','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5450,'cht','forums.text_online_user','個','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5451,'cht','forums.text_in_forum_now','線上用戶。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5452,'cht','forums.std_no_post_found','沒有帖子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5453,'cht','forums.text_quick_jump','跳轉至','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5454,'cht','forums.submit_go','確定','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5455,'cht','forums.std_bad_forum_id','無效版塊ID','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5456,'cht','forums.text_new_topic_in','新主題 - ','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5457,'cht','forums.text_forum','版塊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5458,'cht','forums.std_forum_error','論壇錯誤','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5459,'cht','forums.std_topic_not_found','沒有找到該主題。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5460,'cht','forums.text_reply_to_topic','回復主題:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5461,'cht','forums.text_compose','撰寫','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5462,'cht','forums.std_error','錯誤','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5463,'cht','forums.std_no_post_id','該ID的帖子不存在','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5464,'cht','forums.submit_submit','提交','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5465,'cht','forums.submit_preview','預覽','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5466,'cht','forums.text_tags','標籤','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5467,'cht','forums.text_smilies','表情','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5468,'cht','forums.text_ten_last_posts','10個最近帖子按逆序排列','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5469,'cht','forums.text_by','','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5470,'cht','forums.text_at','','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5471,'cht','forums.head_edit_forum','編輯版塊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5472,'cht','forums.text_edit_forum','編輯版塊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5473,'cht','forums.row_forum_name','版塊名字','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5474,'cht','forums.row_description','簡介','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5475,'cht','forums.row_permission','許可權','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5476,'cht','forums.text_minimum','','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5477,'cht','forums.select_minimum_class_view','及以上才能查看<br />','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5478,'cht','forums.select_minimum_class_post','及以上才能回復<br />','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5479,'cht','forums.select_minimum_class_topic','及以上才能發新主題<br />','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5480,'cht','forums.std_no_forum_id','版塊ID不存在。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5481,'cht','forums.std_must_specify_forum_name','你必須指定版塊的名字。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5482,'cht','forums.std_must_provide_forum_description','你必須填寫版塊簡介。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5483,'cht','forums.head_delete_forum','刪除版塊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5484,'cht','forums.text_warning','** 警告! **','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5485,'cht','forums.text_deleting_forum_id','刪除版塊ID ','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5486,'cht','forums.text_will_also_delete','的同時也會刪除','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5487,'cht','forums.text_posts_in','個帖子和','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5488,'cht','forums.text_topics','個主題。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5489,'cht','forums.text_accept','同意','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5490,'cht','forums.text_cancel','取消','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5491,'cht','forums.std_unauthorised_performing_action','你沒有該權限!','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5492,'cht','forums.head_new_topic','新主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5493,'cht','forums.std_must_enter_subject','你必須填寫話題。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5494,'cht','forums.std_subject_limited','話題長度過大。請減少字數。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5495,'cht','forums.std_bad_topic_id','主題ID錯誤','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5496,'cht','forums.std_sorry','對不起...','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5497,'cht','forums.std_unauthorized_to_post','你沒有發帖的許可權。請查看(<a href=\"messages.php\">收件箱</a>)','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5498,'cht','forums.std_permission_denied','沒有該權限。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5499,'cht','forums.std_no_body_text','正文不能為空。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5500,'cht','forums.std_post_flooding','禁止濫發帖子。請在','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5501,'cht','forums.std_seconds_before_making','秒後重試。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5502,'cht','forums.std_no_topic_id_returned','沒有訪回任何主題ID','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5503,'cht','forums.std_topic_locked','該主題已被鎖定。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5504,'cht','forums.std_post_id_not_available','帖子ID不存在','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5505,'cht','forums.std_unpermitted_viewing_topic','你沒有閱讀該主題的權限。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5506,'cht','forums.text_prev','上一頁','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5507,'cht','forums.text_next','下一頁','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5508,'cht','forums.head_view_topic','查看主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5509,'cht','forums.text_forums','論壇','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5510,'cht','forums.text_ago','以前','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5511,'cht','forums.text_quote','引用','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5512,'cht','forums.text_last_edited_by','最後被','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5513,'cht','forums.text_last_edit_at','編輯于','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5514,'cht','forums.text_posts','帖子:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5515,'cht','forums.text_ul','上傳:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5516,'cht','forums.text_dl','下載:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5517,'cht','forums.text_ratio','分享率:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5518,'cht','forums.text_class','等級:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5519,'cht','forums.text_back_to_top','返回頂部','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5520,'cht','forums.title_sticky','置頂','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5521,'cht','forums.submit_sticky','置頂','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5522,'cht','forums.submit_unsticky','取消置頂','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5523,'cht','forums.submit_unlock','解除主題鎖定','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5524,'cht','forums.submit_lock','鎖定主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5525,'cht','forums.submit_delete_topic','刪除主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5526,'cht','forums.text_rename_topic','重命名主題:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5527,'cht','forums.submit_okay','確定','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5528,'cht','forums.text_move_thread_to','將該主題移至','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5529,'cht','forums.submit_move','移動','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5530,'cht','forums.text_topic_locked_new_denied','<p>該主題已被鎖定;禁止發佈新貼。</p>','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5531,'cht','forums.text_unpermitted_posting_here','<p><i>你沒有在該版塊回復的權限。</i></p>','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5532,'cht','forums.head_post_reply','回復','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5533,'cht','forums.std_forum_not_found','沒有該版塊。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5534,'cht','forums.std_cannot_get_posts_count','無法獲取帖子總數。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5535,'cht','forums.std_delete_topic','刪除主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5536,'cht','forums.std_delete_topic_note','確認:你即將刪除主題,點擊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5537,'cht','forums.std_here_if_sure','這裏</a>來確認。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5538,'cht','forums.std_no_topic_for_post','該帖子沒有對應的主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5539,'cht','forums.std_denied','拒絕!','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5540,'cht','forums.std_body_empty','正文不能為空!','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5541,'cht','forums.std_subject_empty','話題不能為空!','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5542,'cht','forums.std_success','成功','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5543,'cht','forums.std_post_edited_successfully','帖子編輯成功。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5544,'cht','forums.text_edit_post','編輯帖子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5545,'cht','forums.std_how_could_this_happen','這是怎麼回事?!','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5546,'cht','forums.std_post_not_found','該帖子不存在','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5547,'cht','forums.std_cannot_delete_post','無法刪除帖子。此帖子為該主題的第一個帖子,你應該','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5548,'cht','forums.std_delete_topic_instead','刪除該主題</a>。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5549,'cht','forums.std_delete_post','刪除帖子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5550,'cht','forums.std_delete_post_note','確認:你即將刪除帖子,點擊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5551,'cht','forums.std_must_enter_new_title','你必須輸入新的話題!','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5552,'cht','forums.std_not_permitted','禁止','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5553,'cht','forums.std_sql_error','SQL錯誤','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5554,'cht','forums.head_forum','版塊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5555,'cht','forums.col_topic','主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5556,'cht','forums.col_replies','回復','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5557,'cht','forums.col_views','查看','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5558,'cht','forums.col_author','作者','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5559,'cht','forums.col_last_post','最近回復','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5560,'cht','forums.text_no_topics_found','沒有主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5561,'cht','forums.text_new_posts','新帖子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5562,'cht','forums.text_locked_topic','鎖定主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5563,'cht','forums.text_unpermitted_starting_new_topics','你沒有在該版塊發佈新話題的許可權。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5564,'cht','forums.submit_view_unread','查看未讀','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5565,'cht','forums.submit_new_topic','發新主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5566,'cht','forums.text_topics_with_unread_posts','新回復的帖子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5567,'cht','forums.col_forum','版塊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5568,'cht','forums.text_more_than','找到超過','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5569,'cht','forums.text_items_found_displaying_first','個專案,顯示最近','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5570,'cht','forums.text_catch_up','全部設置已讀','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5571,'cht','forums.text_nothing_found','沒有結果','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5572,'cht','forums.head_forum_search','論壇搜索','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5573,'cht','forums.col_post','帖子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5574,'cht','forums.col_posted_by','帖子作者','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5575,'cht','forums.text_found','找到','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5576,'cht','forums.text_num_posts','個帖子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5577,'cht','forums.text_search_on_forum','搜索論壇','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5578,'cht','forums.text_by_keyword','按關鍵字','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5579,'cht','forums.head_forums','論壇','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5580,'cht','forums.col_forums','版塊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5581,'cht','forums.col_topics','主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5582,'cht','forums.col_posts','帖子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5583,'cht','forums.std_bad_forum_last_post','最近回復錯誤','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5584,'cht','forums.text_in','主題:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5585,'cht','forums.text_edit','編輯','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5586,'cht','forums.text_delete','刪除','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5587,'cht','forums.std_unknown_action','未知行為','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5588,'cht','forums.text_search','搜索','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5589,'cht','forums.text_view_unread','查看未讀','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5590,'cht','forums.text_forum_manager','論壇管理','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5591,'cht','forums.title_reply_with_quote','引用該貼','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5592,'cht','forums.title_reply_directly','直接回復','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5593,'cht','forums.title_delete_post','刪除帖子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5594,'cht','forums.title_edit_post','編輯帖子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5595,'cht','forums.text_quick_reply','快速回復','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5596,'cht','forums.submit_add_reply','提交','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5597,'cht','forums.text_add_reply','回復主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5598,'cht','forums.title_online','在線','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5599,'cht','forums.title_offline','不在線','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5600,'cht','forums.title_send_message_to','發短訊給','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5601,'cht','forums.title_report_this_post','舉報該帖子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5602,'cht','forums.title_new_topic','新主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5603,'cht','forums.col_moderator','版主','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5604,'cht','forums.text_apply_now','誠征中','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5605,'cht','forums.text_locked','鎖定','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5606,'cht','forums.text_number','','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5607,'cht','forums.text_lou','樓','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5608,'cht','forums.there_is','該主題共被查看','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5609,'cht','forums.hits_on_this_topic','次','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5610,'cht','forums.title_read','已讀','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5611,'cht','forums.title_unread','未讀','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5612,'cht','forums.title_locked','鎖定','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5613,'cht','forums.title_locked_new','鎖定且未讀','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5614,'cht','forums.text_highlight_topic','高亮顯示主題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5615,'cht','forums.select_color','無','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5616,'cht','forums.submit_change','確定','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5617,'cht','forums.head_view_unread','查看未讀','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5618,'cht','forums.text_today','今日: ','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5619,'cht','forums.text_new_post','個今日','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5620,'cht','forums.text_posts_today','帖子。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5621,'cht','forums.text_at_time','發布于','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5622,'cht','forums.text_blank','發布于','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5623,'cht','forums.text_last_posted_by','最新帖子由','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5624,'cht','forums.text_fast_search','快速搜索:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5625,'cht','forums.text_go','給我搜','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5626,'cht','forums.submit_show_more','查看更多','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5627,'cht','forums.text_view_all_posts','顯示全部帖子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5628,'cht','forums.text_view_this_author_only','只看該作者','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5629,'cht','forums.title_jump_to_unread','跳至未讀帖子','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5630,'cht','forums.text_new','新','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5631,'cht','forums.title_order_topic_desc','按發布時間降序','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5632,'cht','forums.title_order_topic_asc','按發布時間升序','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5633,'cht','forums.title_order_post_asc','按最近回覆升序','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5634,'cht','forums.title_order_post_desc','按最近回覆降序','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5635,'cht','forums.text_order','排序方式','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5636,'cht','forums.text_topic_desc','發布時間降序','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5637,'cht','forums.text_topic_asc','發布時間升序','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5638,'cht','forums.text_post_asc','最近回覆升序','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5639,'cht','forums.text_post_desc','最近回覆降序','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5640,'cht','friends.std_error','錯誤','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5641,'cht','friends.std_invalid_id','無效的ID','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5642,'cht','friends.std_access_denied','訪問拒絕。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5643,'cht','friends.std_no_user_id','沒有用戶的ID為','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5644,'cht','friends.std_unknown_type','未知類型','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5645,'cht','friends.std_user_id','用戶','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5646,'cht','friends.std_already_in','已經在你的','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5647,'cht','friends.std_list','列表中。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5648,'cht','friends.std_delete','刪除','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5649,'cht','friends.std_delete_note','你真要刪除一個','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5650,'cht','friends.std_click','嗎?點擊\n','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5651,'cht','friends.std_here_if_sure','<b>這裏</b></a>來確認。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5652,'cht','friends.std_no_friend_found','沒有好友的ID為','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5653,'cht','friends.std_no_block_found','沒有壞人的ID為','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5654,'cht','friends.head_personal_lists_for','社交名單 - ','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5655,'cht','friends.text_personallist','社交名單','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5656,'cht','friends.text_friendlist','好友','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5657,'cht','friends.text_friends_empty','<em>暫無好友</em>','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5658,'cht','friends.text_neighbors_empty','<em>暫無鄰居</em>','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5659,'cht','friends.text_last_seen_on','最後訪問時間:','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5660,'cht','friends.text_ago','以前','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5661,'cht','friends.text_remove_from_friends','刪除好友','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5662,'cht','friends.text_send_pm','發送短訊','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5663,'cht','friends.text_added_you_to_friendslist','添你為好友者','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5664,'cht','friends.text_add_to_friends','加為好友','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5665,'cht','friends.text_blocklist_empty','<em>你的黑名單為空</em>','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5666,'cht','friends.text_blocked_users','黑名單','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5667,'cht','friends.text_find_user','搜索用戶/流覽用戶列表','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5668,'cht','friends.text_neighbors','鄰居','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5669,'cht','friends.text_friend','好友','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5670,'cht','friends.text_block','壞人','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5671,'cht','fun.std_delete_fun','刪除趣味內容?','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5672,'cht','fun.text_please_click','你真的要刪除該趣味內容嗎?點擊\n','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5673,'cht','fun.text_here_if_sure','這里</a>來確認。','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5674,'cht','fun.std_error','錯誤','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5675,'cht','fun.std_invalid_id','無效的ID','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5676,'cht','fun.std_permission_denied','訪問被拒絕!','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5677,'cht','fun.text_fun_title','標題','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5678,'cht','fun.text_body','正文','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5679,'cht','fun.submit_okay','確定','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5680,'cht','fun.head_new_fun','新趣味內容','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5681,'cht','fun.text_submit_new_fun','提交新趣味內容','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5682,'cht','fun.text_new_compose','新撰寫','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5683,'cht','fun.head_fun','趣味內容','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5684,'cht','fun.text_on','于','2021-01-11 12:48:03','2021-01-11 12:48:03'),(5685,'cht','fun.text_blank','發布于','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5686,'cht','fun.text_ago','以前','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5687,'cht','fun.text_posted_by','由','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5688,'cht','fun.text_not_funny','無聊','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5689,'cht','fun.text_funny','有趣','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5690,'cht','fun.text_very_funny','爆笑','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5691,'cht','fun.head_edit_fun','編輯趣味內容','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5692,'cht','fun.text_edit_fun','編輯趣味內容','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5693,'cht','fun.std_body_is_empty','正文不能為空!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5694,'cht','fun.std_title_is_empty','標題不能為空!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5695,'cht','fun.std_fun_added_successfully','趣味條目成功添加。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5696,'cht','fun.std_error_happened','出了點問題。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5697,'cht','fun.std_the_newest_fun_item','最新的趣味條目','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5698,'cht','fun.std_posted_on','發布于','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5699,'cht','fun.std_need_to_wait','。請等它發布時間超過24小時后再添加新的趣味內容。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5700,'cht','fun.std_are_you_sure','你確定嗎?','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5701,'cht','fun.std_only_against_rule','你確定要禁止改趣味條目嗎?注意只有當該趣味內容違反了規則后才需這么做。另外,你也可以同時給用戶一次警告。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5702,'cht','fun.std_reason_required','原因<font color=red>(必須填寫)</font>: ','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5703,'cht','fun.std_reason_is_empty','你必須填寫原因!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5704,'cht','fun.std_success','成功','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5705,'cht','fun.std_fun_item_banned','該趣味內容被成功禁止。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5706,'cht','fun.std_already_vote','你已經投過票了!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5707,'cht','fun.std_cannot_give_bonus','系統無法給趣味內容發布者獎勵魔力值。請將該問題報告給管理員。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5708,'cht','functions.std_access_denied','訪問拒絕!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5709,'cht','functions.std_fake_account','我們懷疑你在使用偽造帳戶,因此記錄了本次行為!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5710,'cht','functions.std_permission_denied','你沒有該許可權!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5711,'cht','functions.std_already_logged_in','你已經登錄!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5712,'cht','functions.text_page_last_updated','本頁面最後更新於','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5713,'cht','functions.text_browser_cookies_note','如果在啟用Cookies後仍然無法登錄則你的登錄Cookie可能有問題。我們建議你在刪除Cookies後重試。刪除Internet Explorer的Cookies的方法是進入<b>工具</b>→<b>Internet選項...</b>然後點擊<b>刪除Cookies</b>按鈕。注意這樣也會刪除保存在你電腦中其他站點的Cookies。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5714,'cht','functions.std_error','錯誤','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5715,'cht','functions.text_unable_to_send_mail','無法發送郵件。請將該錯誤報告給管理員。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5716,'cht','functions.std_success','成功','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5717,'cht','functions.std_confirmation_email_sent','驗證郵件已經發至','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5718,'cht','functions.std_please_wait','請等候郵件抵達。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5719,'cht','functions.std_account_details_sent','新的帳戶資訊已發至','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5720,'cht','functions.std_locked',' 鎖定!(認證的最大錯誤嘗試次數','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5721,'cht','functions.std_attempts_reached','次已到)','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5722,'cht','functions.std_your_ip_banned','我們懷疑你在欺騙系統因此禁用了你的IP位址','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5723,'cht','functions.std_login_failed','登錄失敗!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5724,'cht','functions.std_login_failed_note','<b>錯誤</b>: 用戶名或密碼不正確!或者你還沒有通過驗證<br /><br />忘記了密碼?<b><a href=recover.php>找回</a></b>你的密碼?','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5725,'cht','functions.std_failed','失敗','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5726,'cht','functions.std_sorry','對不起','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5727,'cht','functions.std_oops','哦奧!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5728,'cht','functions.std_invite_system_disabled','邀請系統當前未開放...','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5729,'cht','functions.std_open_registration_disabled','自由註冊當前關閉,只允許邀請註冊。如果你想加入,請找到能夠邀請你進入本站的朋友:)我們只想知道有多少作弊者和吸血鬼在被踢後才開始想到珍惜帳戶。是的,在被踢後不是你想回來就能回來。請具備邀請資格的用戶注意,如果你在知情的情況下將邀請發給作弊者和行為不端者,你和被邀請者都會被踢。如果你想重新啟用帳戶必須經過我們同意。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5730,'cht','functions.std_account_limit_reached','當前帳戶上限數已到。系統會經常刪除不活動的帳戶,請過段時間再試...','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5731,'cht','functions.std_the_ip','該IP<b>','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5732,'cht','functions.std_used_many_times','已經被很多帳戶使用...<b>NexusPHP</b>不允許該IP註冊更多帳戶。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5733,'cht','functions.std_invalid_image_code','圖片代碼無效!<br /><b>不要返回,圖片代碼已被清除!</b><br /><br />點擊','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5734,'cht','functions.std_here_to_request_new','<b>這裏</b></a>獲取新的圖片代碼。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5735,'cht','functions.row_security_image','驗證圖片:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5736,'cht','functions.row_security_code','驗證碼:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5737,'cht','functions.text_slots','連接數:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5738,'cht','functions.text_unlimited','無限制','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5739,'cht','functions.std_server_load_very_high','伺服器負載過高,正在重試,請稍後...','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5740,'cht','functions.std_too_many_users','太多用戶。請刷新頁面重試。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5741,'cht','functions.text_unauthorized_ip','<h1>403 Forbidden</h1>未授權的IP地址。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5742,'cht','functions.text_home','&nbsp;首&nbsp;&nbsp;頁&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5743,'cht','functions.text_forums','&nbsp;論&nbsp;&nbsp;壇&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5744,'cht','functions.text_torrents','&nbsp;種&nbsp;&nbsp;子&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5745,'cht','functions.text_offers','&nbsp;候&nbsp;&nbsp;選&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5746,'cht','functions.text_request','&nbsp;求&nbsp;&nbsp;種&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5747,'cht','functions.text_upload','&nbsp;發&nbsp;&nbsp;布&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5748,'cht','functions.text_subtitles','&nbsp;字&nbsp;&nbsp;幕&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5749,'cht','functions.text_user_cp','&nbsp;控制面板&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5750,'cht','functions.text_top_ten','排&nbsp;行&nbsp;榜','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5751,'cht','functions.text_log','&nbsp;日&nbsp;&nbsp;志&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5752,'cht','functions.text_rules','&nbsp;規&nbsp;&nbsp;則&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5753,'cht','functions.text_faq','&nbsp;常見問題&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5754,'cht','functions.text_staff','管&nbsp;理&nbsp;組','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5755,'cht','functions.std_site_down_for_maintenance','站點關閉維護中,請稍後再訪問...謝謝','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5756,'cht','functions.text_click_view_full_image','點擊這裏查看完整圖像','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5757,'cht','functions.text_image_resized','圖像被縮小,點擊這裏查看完整圖像','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5758,'cht','functions.text_click_view_small_image','點擊這裏查看縮小圖像','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5759,'cht','functions.text_login','登錄','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5760,'cht','functions.text_signup','註冊','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5761,'cht','functions.text_inf','無限','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5762,'cht','functions.title_donor','捐贈者','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5763,'cht','functions.title_warned','被警告者','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5764,'cht','functions.title_inbox_new_messages','收件箱&nbsp;(有新短訊)','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5765,'cht','functions.title_inbox_no_new_messages','收件箱&nbsp;(無新短訊)','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5766,'cht','functions.text_yes','是','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5767,'cht','functions.text_no','否','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5768,'cht','functions.text_unknown','未知','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5769,'cht','functions.text_welcome_back','歡迎回來','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5770,'cht','functions.text_staff_panel','管理組面板','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5771,'cht','functions.text_site_settings','站點設定','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5772,'cht','functions.text_logout','退出','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5773,'cht','functions.text_bonus','魔力值 ','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5774,'cht','functions.text_use','使用','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5775,'cht','functions.text_ratio','分享率:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5776,'cht','functions.text_uploaded','上傳量:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5777,'cht','functions.text_downloaded','下載量:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5778,'cht','functions.text_active_torrents','當前活動:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5779,'cht','functions.title_torrents_seeding','當前做種','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5780,'cht','functions.title_torrents_leeching','當前下載','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5781,'cht','functions.text_connectable','可連接:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5782,'cht','functions.text_the_time_is_now','當前時間:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5783,'cht','functions.text_message_new',' 新','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5784,'cht','functions.title_sentbox','發件箱','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5785,'cht','functions.title_inbox','收件箱','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5786,'cht','functions.title_buddylist','社交名單','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5787,'cht','functions.text_you_have','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;你有','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5788,'cht','functions.text_new_message','條新短訊','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5789,'cht','functions.text_click_here_to_read','!點擊查看&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5790,'cht','functions.text_your_friends','你的好友','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5791,'cht','functions.text_awaiting_confirmation','等待你的確認!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5792,'cht','functions.text_website_offline_warning','<b>警告</b>:站點當前不線上!點擊<a href=settings.php>這裏</a>改變設置。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5793,'cht','functions.text_there_is','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;有','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5794,'cht','functions.text_new_report','條新舉報資訊&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5795,'cht','functions.text_new_staff_message','條新管理組資訊&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5796,'cht','functions.text_search','搜索','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5797,'cht','functions.text_profile','個人資料','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5798,'cht','functions.text_chat','聊天','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5799,'cht','functions.text_dox','文檔','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5800,'cht','functions.text_links','鏈結','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5801,'cht','functions.text_username','用戶名:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5802,'cht','functions.text_password','密碼:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5803,'cht','functions.submit_log_in','登錄','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5804,'cht','functions.text_register','註冊','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5805,'cht','functions.text_rules_link','規則','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5806,'cht','functions.text_faq_link','常見問題','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5807,'cht','functions.text_useragreement','用戶協定','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5808,'cht','functions.text_prev','上一頁','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5809,'cht','functions.text_next','下一頁','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5810,'cht','functions.text_by','','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5811,'cht','functions.text_orphaned','(無此帳戶)','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5812,'cht','functions.text_at','','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5813,'cht','functions.text_quote','引用','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5814,'cht','functions.text_edit','編輯','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5815,'cht','functions.text_delete','刪除','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5816,'cht','functions.text_view_original','查看原始','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5817,'cht','functions.text_last_edited_by','最後被','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5818,'cht','functions.text_edited_at','編輯于','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5819,'cht','functions.col_type','類型','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5820,'cht','functions.col_name','標題','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5821,'cht','functions.col_dl','下載','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5822,'cht','functions.col_wait','等待','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5823,'cht','functions.col_edit','編輯','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5824,'cht','functions.col_visible','可見','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5825,'cht','functions.title_number_of_comments','評論數','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5826,'cht','functions.title_time_added','添加時間','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5827,'cht','functions.title_size','大小','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5828,'cht','functions.title_number_of_seeders','種子數','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5829,'cht','functions.title_number_of_leechers','下載數','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5830,'cht','functions.title_number_of_snatched','完成數','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5831,'cht','functions.col_uploader','發佈者','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5832,'cht','functions.col_action','行為','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5833,'cht','functions.text_normal','普通','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5834,'cht','functions.text_free','免費','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5835,'cht','functions.text_two_times_up','2X','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5836,'cht','functions.text_free_two_times_up','2X免費','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5837,'cht','functions.text_half_down','50%','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5838,'cht','functions.text_half_down_two_up','2X 50%','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5839,'cht','functions.text_new_uppercase','新','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5840,'cht','functions.text_sticky','置頂','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5841,'cht','functions.title_download_torrent','下載本種','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5842,'cht','functions.text_h','時','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5843,'cht','functions.text_none','無','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5844,'cht','functions.text_anonymous','匿名','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5845,'cht','functions.text_promoted_torrents_note','<b>高亮的種子是:&nbsp;&nbsp;</b> <a href=\"?spstate=2\" target=\"_self\" title=\"查看免費種子\"><font class=\'free\'><b>免費</b></font></a> | <a href=\"?spstate=3\" target=\"_self\" title=\"查看兩倍上傳量種子\"><font class=\'twoup\'><b>2x上傳</b></font></a> | <a href=\"?spstate=4\" target=\"_self\" title=\"查看免費且兩倍上傳種子\"><font class=\'twoupfree\'><b>免費&amp;2x上傳</b></font></a> | <a href=\"?spstate=5\" target=\"_self\" title=\"查看50%下載種子\"><font class=\'halfdown\'><b>50%下載</b></font></a> | <a href=\"?spstate=6\" target=\"_self\" title=\"查看50%下載且兩倍上傳種子\"><font class=\'twouphalfdown\'><b>50%下載&amp;2x上傳</b></font></a> | <a href=\"?spstate=7\" target=\"_self\" title=\"查看30%下载种子\"><font class=\'thirtypercent\'><b>30%下載</b></font></a><br />下載它們是提高分享率的好方式!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5846,'cht','functions.std_file','文件','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5847,'cht','functions.std_does_not_exist','不存在','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5848,'cht','functions.std_access_permission_note','!<br /><font color=\"blue\">在設定前,請確保已恰當設置檔和目錄的訪問許可權。請參考下面。</font><br /><br />chmod -R 777 config (設置目錄)。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5849,'cht','functions.std_cannot_read_file','無法閱讀文件','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5850,'cht','functions.std_cannot_serialize_file','無法序列化檔','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5851,'cht','functions.std_cannot_open_file','無法打開文件','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5852,'cht','functions.std_to_save_info','來保存資訊','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5853,'cht','functions.text_cannot_save_info_in','無法將資訊保存到檔(序列化出錯)','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5854,'cht','functions.std_your_account_parked','你的帳戶處於封存中。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5855,'cht','functions.title_online','線上','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5856,'cht','functions.title_offline','不線上','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5857,'cht','functions.title_send_message_to','發短訊給','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5858,'cht','functions.title_report_this_comment','舉報該評論','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5859,'cht','functions.text_bookmarks','收藏','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5860,'cht','functions.title_bookmark_torrent','收藏','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5861,'cht','functions.title_delbookmark_torrent','去除收藏','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5862,'cht','functions.text_mark','標記','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5863,'cht','functions.text_unmark','去除標記','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5864,'cht','functions.text_award','魔力值獎勵:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5865,'cht','functions.text_additional_notes','附加注釋:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5866,'cht','functions.title_view_reviews','點擊查看點評','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5867,'cht','functions.title_has_new_comment','有新評論','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5868,'cht','functions.title_no_new_comment','無新評論','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5869,'cht','functions.row_external_info','外部信息','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5870,'cht','functions.row_imdb_url','IMDb鏈接','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5871,'cht','functions.text_imdb_url_note','(來自<strong><a href=\"http://www.imdb.com\">IMDb</a></strong>的鏈接。如電影<b>The Dark Knight</b>的鏈接是<b>http://www.imdb.com/title/tt0468569/</b>)','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5872,'cht','functions.text_artist','藝術家:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5873,'cht','functions.text_album','專輯名:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5874,'cht','functions.title_get_rss','獲取RSS','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5875,'cht','functions.text_hot','熱門','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5876,'cht','functions.text_classic','經典','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5877,'cht','functions.text_recommended','推薦','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5878,'cht','functions.title_view_nfo','查看NFO檔','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5879,'cht','functions.title_edit_torrent','編輯/刪除种子','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5880,'cht','functions.title_time_alive','存活時間','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5881,'cht','functions.title_add_comments','添加評論','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5882,'cht','functions.text_at_time','發布與','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5883,'cht','functions.text_blank','發布在','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5884,'cht','functions.text_ago','前','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5885,'cht','functions.text_last_commented_by','最新評論由','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5886,'cht','functions.text_imdb','IMDb','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5887,'cht','functions.text_votes','票','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5888,'cht','functions.text_country','國家','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5889,'cht','functions.text_genres','類別','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5890,'cht','functions.text_director','導演','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5891,'cht','functions.text_starring','主演','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5892,'cht','functions.text_runtime','片長','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5893,'cht','functions.text_language','對白語言','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5894,'cht','functions.text_douban','豆瓣','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5895,'cht','functions.text_region','地區','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5896,'cht','functions.text_creator','主創','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5897,'cht','functions.text_awaiting_five_votes','<i>等待5票</i>','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5898,'cht','functions.text_invite','邀請 ','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5899,'cht','functions.text_send','發送','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5900,'cht','functions.text_tracks','曲目','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5901,'cht','functions.text_label','唱片公司','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5902,'cht','functions.text_tags','標籤','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5903,'cht','functions.text_user_ip','用戶IP','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5904,'cht','functions.text_location_main','地點主分類','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5905,'cht','functions.text_location_sub','地點次分類','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5906,'cht','functions.text_ip_range','IP範圍','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5907,'cht','functions.text_min','分','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5908,'cht','functions.text_music','&nbsp;音&nbsp;&nbsp;樂&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5909,'cht','functions.title_reply_with_quote','引用','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5910,'cht','functions.title_add_reply','回復','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5911,'cht','functions.title_delete','刪除','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5912,'cht','functions.title_edit','編輯','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5913,'cht','functions.title_reportbox','舉報信箱','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5914,'cht','functions.title_staffbox','管理組信箱','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5915,'cht','functions.title_sticky','置頂','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5916,'cht','functions.text_new_news','條未讀的重要消息&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5917,'cht','functions.std_no_user_named','沒有用戶的名字是','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5918,'cht','functions.text_banned','禁止','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5919,'cht','functions.text_are','','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5920,'cht','functions.text_is','','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5921,'cht','functions.select_choose_one','請選擇','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5922,'cht','functions.text_space','','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5923,'cht','functions.text_day','天','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5924,'cht','functions.text_new_suspected_cheater','個新的作弊嫌疑者&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5925,'cht','functions.title_cheaterbox','作弊者','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5926,'cht','functions.text_will_end_in','剩餘時間:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5927,'cht','functions.text_alt_pageup_shortcut','Alt+Pageup','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5928,'cht','functions.text_alt_pagedown_shortcut','Alt+Pagedown','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5929,'cht','functions.text_shift_pageup_shortcut','Shift+Pageup','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5930,'cht','functions.text_shift_pagedown_shortcut','Shift+Pagedown','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5931,'cht','functions.text_code','代碼','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5932,'cht','functions.std_invalid_id','無效的ID基於安全考慮我們記錄了本次行為。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5933,'cht','functions.text_smilies','表情','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5934,'cht','functions.col_type_something','輸入...','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5935,'cht','functions.col_to_make_a','得到...','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5936,'cht','functions.text_year','年','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5937,'cht','functions.text_month','月','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5938,'cht','functions.text_s','','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5939,'cht','functions.text_hour','時','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5940,'cht','functions.select_color','顏色','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5941,'cht','functions.select_font','字體','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5942,'cht','functions.select_size','字型大小','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5943,'cht','functions.text_subject','主題:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5944,'cht','functions.text_more_smilies','更多表情','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5945,'cht','functions.js_prompt_enter_url','你必須輸入一個URL','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5946,'cht','functions.js_prompt_enter_title','你必須輸入一個標題','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5947,'cht','functions.js_prompt_error','錯誤!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5948,'cht','functions.js_prompt_enter_item','輸入一個列表的項目. 在列表的末尾, 按取消或將下一個留空','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5949,'cht','functions.js_prompt_enter_image_url','你必須輸入一個完整的圖像URL','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5950,'cht','functions.js_prompt_enter_email','你必須輸入一個Email位址','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5951,'cht','functions.text_new','新撰寫','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5952,'cht','functions.text_reply','回復','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5953,'cht','functions.submit_submit','提交','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5954,'cht','functions.submit_preview','預覽','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5955,'cht','functions.row_subject','主題','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5956,'cht','functions.row_body','正文','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5957,'cht','functions.text_peasant','Peasant','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5958,'cht','functions.text_user','User','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5959,'cht','functions.text_power_user','Power User','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5960,'cht','functions.text_elite_user','Elite User','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5961,'cht','functions.text_crazy_user','Crazy User','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5962,'cht','functions.text_insane_user','Insane User','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5963,'cht','functions.text_veteran_user','Veteran User','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5964,'cht','functions.text_extreme_user','Extreme User','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5965,'cht','functions.text_ultimate_user','Ultimate User','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5966,'cht','functions.text_nexus_master','Nexus Master','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5967,'cht','functions.text_vip','貴賓','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5968,'cht','functions.text_retiree','養老族','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5969,'cht','functions.text_uploader','發布員','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5970,'cht','functions.text_forum_moderator','論壇版主','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5971,'cht','functions.text_moderators','總版主','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5972,'cht','functions.text_administrators','管理員','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5973,'cht','functions.text_sysops','維護開发員','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5974,'cht','functions.text_staff_leader','主管','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5975,'cht','functions.text_short_year','年','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5976,'cht','functions.text_short_month','月','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5977,'cht','functions.text_short_day','日','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5978,'cht','functions.text_short_hour','時','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5979,'cht','functions.text_short_min','分','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5980,'cht','functions.submit_edit','編輯','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5981,'cht','functions.text_banned_client_warning','你最近一次使用的BT用戶端是被禁止的點擊這裡。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5982,'cht','functions.text_please_improve_ratio_within','請在','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5983,'cht','functions.text_or_you_will_be_banned','內改善你的分享率,否則你的賬號將被禁用!點擊這裡。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5984,'cht','functions.text_size','大小','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5985,'cht','functions.text_downloads','下載','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5986,'cht','functions.text_attachment_key','附件','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5987,'cht','functions.text_not_found','無效','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5988,'cht','functions.text_thirty_percent_down','30%','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5989,'cht','functions.text_please_download_something_within','請在','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5990,'cht','functions.text_inactive_account_be_deleted','內做些下載。沒有流量的用戶會被移除賬號。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5991,'cht','getrss.text_rss_feeds','RSS訂閱','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5992,'cht','getrss.head_rss_feeds','RSS訂閱','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5993,'cht','getrss.std_error','錯誤','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5994,'cht','getrss.std_no_row','請選擇每頁內容顯示條數!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5995,'cht','getrss.std_no_categories','請選擇分類!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5996,'cht','getrss.std_done','完成!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5997,'cht','getrss.std_use_following_url','你可以在RSS閱讀器如Google Reader使用以下URL','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5998,'cht','getrss.std_utorrent_feed_url','你可以在支持RSS訂閱功能的BT客戶端如uTorrent使用以下URL','2021-01-11 12:48:04','2021-01-11 12:48:04'),(5999,'cht','getrss.row_categories_to_retrieve','檢索分類','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6000,'cht','getrss.row_feed_type','訂閱類型','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6001,'cht','getrss.text_web_link','網頁鏈接','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6002,'cht','getrss.text_download_link','下載鏈接','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6003,'cht','getrss.row_rows_per_page','每頁條數','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6004,'cht','getrss.submit_generatte_rss_link','生成RSS鏈接','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6005,'cht','getrss.text_category','類型','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6006,'cht','getrss.text_source','來源','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6007,'cht','getrss.text_codec','編碼','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6008,'cht','getrss.text_standard','解析度','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6009,'cht','getrss.text_processing','處理','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6010,'cht','getrss.text_medium','媒介','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6011,'cht','getrss.text_team','製作組','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6012,'cht','getrss.text_audio_codec','音頻編碼','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6013,'cht','getrss.row_item_title_type','項目標題格式','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6014,'cht','getrss.text_item_category','[類型] + ','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6015,'cht','getrss.text_item_title','標題 + ','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6016,'cht','getrss.text_item_small_description','[副標題] + ','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6017,'cht','getrss.text_item_size','[大小] + ','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6018,'cht','getrss.text_item_uploader','[發佈者]','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6019,'cht','getrss.row_show_bookmarked','顯示收藏','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6020,'cht','getrss.text_all','全部','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6021,'cht','getrss.text_only_bookmarked','僅收藏','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6022,'cht','getrss.text_show_bookmarked_note','僅適用BT客戶端','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6023,'cht','getrss.row_keyword','關鍵字','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6024,'cht','getrss.text_with','匹配模式:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6025,'cht','getrss.select_and','和','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6026,'cht','getrss.select_or','或','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6027,'cht','getrss.select_exact','准確','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6028,'cht','getrss.text_mode','','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6029,'cht','getrss.text_keyword_note','只訂閱標題中包含此關鍵字的項目','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6030,'cht','getusertorrentlistajax.col_type','類別','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6031,'cht','getusertorrentlistajax.col_name','標題','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6032,'cht','getusertorrentlistajax.title_size','大小','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6033,'cht','getusertorrentlistajax.title_seeders','種子數','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6034,'cht','getusertorrentlistajax.title_leechers','下載數','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6035,'cht','getusertorrentlistajax.col_uploaded','上傳','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6036,'cht','getusertorrentlistajax.col_downloaded','下載','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6037,'cht','getusertorrentlistajax.col_ratio','分享率','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6038,'cht','getusertorrentlistajax.col_anonymous','匿名','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6039,'cht','getusertorrentlistajax.col_time_completed','完成時間','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6040,'cht','getusertorrentlistajax.col_se_time','做種時間','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6041,'cht','getusertorrentlistajax.col_le_time','下載時間','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6042,'cht','getusertorrentlistajax.text_record','條記錄','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6043,'cht','getusertorrentlistajax.text_no_record','沒有記錄','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6044,'cht','index.std_no_poll','沒有調查','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6045,'cht','index.std_error','錯誤','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6046,'cht','index.std_duplicate_votes_denied','不允許完全相同的投票選項!','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6047,'cht','index.std_vote_not_counted','發生錯誤。你的投票沒有被接受。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6048,'cht','index.std_option_unselected','請選擇項目。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6049,'cht','index.text_news_page','發布','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6050,'cht','index.text_recent_news','最近消息','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6051,'cht','index.text_e','編輯','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6052,'cht','index.text_d','刪除','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6053,'cht','index.text_hotmovies','熱門','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6054,'cht','index.text_classicmovies','經典','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6055,'cht','index.text_free','免費','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6056,'cht','index.text_two_times_up','2X','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6057,'cht','index.text_free_two_times_up','2X免費','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6058,'cht','index.text_shoutbox','群聊區','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6059,'cht','index.text_message','聊天:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6060,'cht','index.sumbit_shout','我喊','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6061,'cht','index.submit_clear','清空','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6062,'cht','index.text_last_five_posts','論壇最新帖子','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6063,'cht','index.col_topic_title','標題','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6064,'cht','index.col_view','查看</nbor>','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6065,'cht','index.col_author','作者','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6066,'cht','index.col_posted_at','發表時間','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6067,'cht','index.text_in','版塊:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6068,'cht','index.std_no_torrent_found','沒有種子','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6069,'cht','index.text_last_five_torrent','最近5個上傳種子','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6070,'cht','index.col_name','標題','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6071,'cht','index.col_seeder','做種','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6072,'cht','index.col_leecher','下載','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6073,'cht','index.text_polls','投票 ','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6074,'cht','index.text_new','新投票','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6075,'cht','index.text_edit','編輯','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6076,'cht','index.text_delete','刪除','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6077,'cht','index.text_votes','投票數:','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6078,'cht','index.radio_blank_vote','棄權(\"我想偷看結果!\")','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6079,'cht','index.submit_vote','投票','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6080,'cht','index.text_previous_polls','以前的投票','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6081,'cht','index.text_tracker_statistics','站點數據','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6082,'cht','index.row_registered_users','註冊用戶 / 上限','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6083,'cht','index.row_unconfirmed_users','未驗證用戶','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6084,'cht','index.row_vips','VIP','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6085,'cht','index.row_donors','捐贈者','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6086,'cht','index.row_warned_users','被警告用戶','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6087,'cht','index.row_banned_users','被禁用戶','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6088,'cht','index.row_male_users','男生','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6089,'cht','index.row_female_users','女生','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6090,'cht','index.row_torrents','種子','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6091,'cht','index.row_dead_torrents','斷種','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6092,'cht','index.row_seeders','做種數','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6093,'cht','index.row_leechers','下載數','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6094,'cht','index.row_peers','同伴','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6095,'cht','index.row_seeder_leecher_ratio','做種數 / 下載數比例','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6096,'cht','index.row_total_size_of_torrents','種子總大小','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6097,'cht','index.row_total_uploaded','總上傳量','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6098,'cht','index.row_total_downloaded','總下載量','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6099,'cht','index.row_total_data','總數據量','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6100,'cht','index.text_no_users_day','過去24小時內沒有活躍用戶。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6101,'cht','index.text_no_active_users_now','當前沒有活躍用戶。','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6102,'cht','index.text_no_user_torrenting','無 :(','2021-01-11 12:48:04','2021-01-11 12:48:04'),(6103,'cht','index.text_tracker_load','伺服器負載','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6104,'cht','index.text_our_tracker_load','網站同伴數負載:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6105,'cht','index.text_global_server_load','伺服器負載: ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6106,'cht','index.text_whats_going_on','當前情況','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6107,'cht','index.text_members_have_visited','個用戶在過去24小時訪問歡迎我們的最新用戶','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6108,'cht','index.text_users_browsing_now','個用戶過去15分鐘在線上。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6109,'cht','index.text_peers_active_now','個當前做種或下載的用戶。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6110,'cht','index.text_disclaimer','免責條款','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6111,'cht','index.text_disclaimer_content','本站列出的檔並沒有保存在本站的伺服器上。本站僅負責連接我們對被傳播檔的內容一無所知。本站的鏈結均由用戶自發提供。NexusPHP的管理員無法對用戶的提交內容或其他行為負責。您不能使用NexusPHP傳播或下載任何您沒有使用許可的檔或材料由此引起的後果由您自己承擔。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6112,'cht','index.text_browser_note','獲得本站最佳效果,請使用<a href=\"http://www.microsoft.com/windows/downloads/ie/getitnow.mspx\" target=\"_blank\"><img class=\"ie\" src=\"pic/trans.gif\" alt=\"Internet Explorer 8\" title=\"下載Internet Explorer 8\" /></a>或<a href=\"http://www.mozilla.com/en-US/firefox/\" target=\"_blank\"><img class=\"firefox\" src=\"pic/trans.gif\" alt=\"Firefox\" title=\"下載Firefox\" /></a>且使用大于1024*768的解析度。建議BT用戶端為 <a href=\"http://azureus.sourceforge.net/download.php\" target=\"_blank\"><img class=\"azureus\" src=\"pic/trans.gif\" alt=\"Azureus\" title=\"下載Azureus\" /></a>或<a href=\"http://www.utorrent.com/download.php\" target=\"_blank\"><img class=\"utorrent\" src=\"pic/trans.gif\" alt=\"uTorrent\" title=\"下載uTorrent\" /></a>','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6113,'cht','index.title_show_or_hide','顯示/隱藏','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6114,'cht','index.text_links','友情鏈接','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6115,'cht','index.text_manage_links','管理鏈接','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6116,'cht','index.text_author','作者:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6117,'cht','index.text_datetime','時間:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6118,'cht','index.p_critic_reviews','影評家點評','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6119,'cht','index.p_user_reviews','用戶點評選','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6120,'cht','index.head_home','首頁','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6121,'cht','index.sumbit_to_guest','對游客','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6122,'cht','index.text_apply_for_link','申請鏈接','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6123,'cht','index.text_ago','以前','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6124,'cht','index.text_seconds','秒後自動刷新','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6125,'cht','index.text_funbox','趣味盒','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6126,'cht','index.text_more_fun','更多','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6127,'cht','index.text_new_fun','發布','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6128,'cht','index.text_ban','禁止','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6129,'cht','index.submit_fun','有趣','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6130,'cht','index.submit_dull','無聊','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6131,'cht','index.text_out_of','個用戶(共','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6132,'cht','index.text_people_found_it','票)認為它有趣。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6133,'cht','index.text_your_opinion','你覺得呢?','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6134,'cht','index.text_vote_accepted','謝謝!你的投票已提交。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6135,'cht','index.row_users_active_today','今日訪問用戶數','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6136,'cht','index.row_users_active_this_week','本周訪問用戶數','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6137,'cht','index.row_active_browsing_users','當前訪問用戶數','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6138,'cht','index.row_tracker_active_users','當前Tracker用戶數','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6139,'cht','index.text_detail','詳情','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6140,'cht','invite.std_sorry','對不起','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6141,'cht','invite.std_permission_denied','沒有該許可權!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6142,'cht','invite.head_invites','邀請','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6143,'cht','invite.std_no_invites_left','你沒有剩餘邀請名額。 :( <br /><br />點擊','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6144,'cht','invite.here_to_go_back','這裏</a>返回。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6145,'cht','invite.text_invite_code_sent','邀請代碼已發送!<br />','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6146,'cht','invite.text_invite_someone','邀請其他人加入','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6147,'cht','invite.text_s','','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6148,'cht','invite.text_invitation_left','過剩餘邀請','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6149,'cht','invite.text_left','','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6150,'cht','invite.text_email_address','郵箱地址','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6151,'cht','invite.text_email_address_note','郵箱位址必須是有效的。被邀請人會收到你的邀請函。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6152,'cht','invite.text_message','信息','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6153,'cht','invite.submit_invite','邀請','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6154,'cht','invite.text_invite_status','被邀者當前狀態','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6155,'cht','invite.text_no_invites','沒有被邀者','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6156,'cht','invite.text_username','用戶名','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6157,'cht','invite.text_email','郵箱','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6158,'cht','invite.text_uploaded','上傳','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6159,'cht','invite.text_downloaded','下載','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6160,'cht','invite.text_ratio','分享率','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6161,'cht','invite.text_status','狀態','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6162,'cht','invite.text_confirm','確認','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6163,'cht','invite.text_confirmed','已確認','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6164,'cht','invite.text_pending','待定','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6165,'cht','invite.submit_confirm_users','確認用戶','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6166,'cht','invite.sumbit_invite_someone','邀請其他人','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6167,'cht','invite.text_sent_invites_status','已發邀請狀態','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6168,'cht','invite.text_no_invitation_sent','當前沒有已發邀請','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6169,'cht','invite.text_hash','Hash','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6170,'cht','invite.text_send_date','發送日期','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6171,'cht','invite.text_invitation_body','\n你好,\n\n我邀請你加入 NexusPHP, 這是一個擁有豐富高質量資源的非開放社區. \n如果你有興趣加入我們請閱讀規則並確認邀請.最後,確保維持一個良好的分享率 \n分享允許的資源.\n\n歡迎到來! :)\n','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6172,'cht','invite.text_invite_system','的邀請系統','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6173,'cht','invite.std_only','只有','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6174,'cht','invite.std_or_above_can_invite','及以上的用戶才能發送邀請。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6175,'cht','invite.text_email_restriction_note','你只能發送邀請給以下郵箱:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6176,'cht','iphistory.std_error','錯誤','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6177,'cht','iphistory.std_invalid_id','無效的ID','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6178,'cht','iphistory.text_user_not_found','沒有該用戶','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6179,'cht','iphistory.head_ip_history_log_for','用戶IP曆史 - ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6180,'cht','iphistory.text_historical_ip_by','用戶IP位址曆史 - ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6181,'cht','iphistory.col_last_access','最近存取','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6182,'cht','iphistory.col_ip','IP','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6183,'cht','iphistory.col_hostname','主機名','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6184,'cht','iphistory.text_not_available','無','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6185,'cht','iphistory.text_duplicate','重複','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6186,'cht','ipsearch.std_error','錯誤','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6187,'cht','ipsearch.std_invalid_ip','無效的IP位址。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6188,'cht','ipsearch.std_invalid_subnet_mask','無效的網路遮罩。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6189,'cht','ipsearch.head_search_ip_history','搜索IP曆史','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6190,'cht','ipsearch.text_search_ip_history','搜索IP曆史','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6191,'cht','ipsearch.row_ip','IP','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6192,'cht','ipsearch.row_subnet_mask','網路遮罩','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6193,'cht','ipsearch.submit_search','給我搜','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6194,'cht','ipsearch.text_no_users_found','沒有找到用戶','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6195,'cht','ipsearch.text_users_used_the_ip','個用戶使用過此IP','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6196,'cht','ipsearch.col_username','用戶名','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6197,'cht','ipsearch.col_last_ip','最近IP','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6198,'cht','ipsearch.col_last_access','最近存取','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6199,'cht','ipsearch.col_ip_num','IP數','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6200,'cht','ipsearch.col_last_access_on','此IP最近存取','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6201,'cht','ipsearch.col_added','加入時間','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6202,'cht','ipsearch.col_invited_by','邀請者','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6203,'cht','ipsearch.text_not_available','無','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6204,'cht','linksmanage.head_apply_for_links','申請鏈接','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6205,'cht','linksmanage.text_apply_for_links','申請鏈接','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6206,'cht','linksmanage.text_rules','交換鏈接規則:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6207,'cht','linksmanage.text_rule_one','1.申請人員請先將本站的鏈接<a href=\"http://nexus-php8.tinyhd.net\" title=\"The Ultimate File Sharing Experience\">NexusPHP</a>放置在其網站,然后再向我們提出申請。 ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6208,'cht','linksmanage.text_rule_two','2.申請鏈接的網站<strong>不得</strong>涉及任何違法內容。NexusPHP的管理員不對申請網站的任何行為責任。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6209,'cht','linksmanage.text_rule_three','3.本站所做鏈接均為文字鏈接。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6210,'cht','linksmanage.text_rule_four','4.申請網站至少要有200名注冊用戶或者平均日訪問人數不少于50。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6211,'cht','linksmanage.text_rule_five','5.本站NexusPHP保留可不經過任何通知自由<strong>修改或刪除</strong>本站上的鏈接的權力。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6212,'cht','linksmanage.text_rule_six','6.如果你的網站符合以上條款歡迎向我們NexusPHP提出交換鏈接的申請。然而我們不保證接受所有申請。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6213,'cht','linksmanage.text_red_star_required','紅星號(<font color=\'red\'>*</font>)標記的區域必須填寫','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6214,'cht','linksmanage.text_site_name','網站名','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6215,'cht','linksmanage.text_url','鏈接地址','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6216,'cht','linksmanage.text_title','標語','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6217,'cht','linksmanage.text_title_note','標語將顯示在鏈接的提示上,如<a href=\'http://www.nexusphp.com\' title=\'終極檔案共用解決方案\' target=\'_blank\'><b>NexusPHP</b></a>','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6218,'cht','linksmanage.text_administrator','管理員','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6219,'cht','linksmanage.text_administrator_note','要求填寫管理員的<b>真實姓名</b>','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6220,'cht','linksmanage.text_email','郵箱','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6221,'cht','linksmanage.text_reason','理由','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6222,'cht','linksmanage.submit_okay','確定','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6223,'cht','linksmanage.submit_reset','清空','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6224,'cht','linksmanage.std_error','錯誤','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6225,'cht','linksmanage.std_no_sitename','網站名不能為空。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6226,'cht','linksmanage.std_no_url','鏈接地址不能為空。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6227,'cht','linksmanage.std_no_admin','管理員不能為空。請填寫管理員的姓名。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6228,'cht','linksmanage.std_no_email','郵箱地址不能為空。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6229,'cht','linksmanage.std_invalid_email','郵箱地址無效。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6230,'cht','linksmanage.std_no_reason','理由不能為空。請填寫申請理由。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6231,'cht','linksmanage.std_reason_too_short','理由過短。請詳細填寫。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6232,'cht','linksmanage.std_success','成功','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6233,'cht','linksmanage.std_success_note','你的申請已成功提交。請等待我們的回復。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6234,'cht','linksmanage.text_sitename_note','申請網站的名字,如<i>NexusPHP</i>','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6235,'cht','linksmanage.text_url_note','如<i>http://www.nexusphp.com</i>','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6236,'cht','linksmanage.text_email_note','請填寫申請網站的管理員的郵箱地址,便于我們聯系','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6237,'cht','linksmanage.js_sure_to_delete_link','你確定要刪除此鏈接?','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6238,'cht','log.std_sorry','對不起...','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6239,'cht','log.std_permission_denied_only','你沒有該權限。只有','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6240,'cht','log.std_or_above_can_view','及以上等級的用戶才能查看日志。<br /><br />請查看<a class=faqlink href=faq.php#id22><b>常見問題</b></a>了解更多關于用戶等級和權限的信息。<br /><br /><b></p>NexusPHP管理組</b>','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6241,'cht','log.head_site_log','常規日志','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6242,'cht','log.text_search_log','搜素常規日志','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6243,'cht','log.submit_search','給我搜','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6244,'cht','log.text_log_empty','<br /><b>沒有日志</b><br /><br />','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6245,'cht','log.title_time_added','時間','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6246,'cht','log.col_date','日期','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6247,'cht','log.col_event','事件','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6248,'cht','log.time_zone_note','<p>時間為北京時間。</p>\n','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6249,'cht','log.text_daily_log','&nbsp;常&nbsp;規&nbsp;日&nbsp;志&nbsp;','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6250,'cht','log.text_chronicle','&nbsp;史&nbsp;&nbsp;冊&nbsp;','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6251,'cht','log.text_code_update','&nbsp;代&nbsp;碼&nbsp;更&nbsp;新&nbsp;','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6252,'cht','log.text_funbox','&nbsp;趣&nbsp;味&nbsp;盒&nbsp;','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6253,'cht','log.text_news','&nbsp;首&nbsp;頁&nbsp;公&nbsp;告&nbsp;','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6254,'cht','log.text_poll','&nbsp;投&nbsp;&nbsp;票&nbsp;','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6255,'cht','log.std_error','錯誤','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6256,'cht','log.std_invalid_action','無效的行為','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6257,'cht','log.head_chronicle','史冊','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6258,'cht','log.text_search_chronicle','搜索史冊','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6259,'cht','log.text_chronicle_empty','<b>史冊沒有記錄</b><br />','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6260,'cht','log.col_modify','行為','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6261,'cht','log.text_edit','編輯','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6262,'cht','log.text_delete','刪除','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6263,'cht','log.submit_add','添加','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6264,'cht','log.text_add_chronicle','添加史冊記錄','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6265,'cht','log.std_permission_denied','對不起!你沒有該權限。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6266,'cht','log.submit_okay','確定','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6267,'cht','log.text_edit_chronicle','編輯史冊記錄','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6268,'cht','log.head_code_update','代碼更新','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6269,'cht','log.text_search_code_update','搜索代碼更新事件','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6270,'cht','log.text_add_code_update','添加代碼更新記錄','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6271,'cht','log.text_edit_codeupdate','編輯代碼更新記錄','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6272,'cht','log.text_codeupdate_empty','<b>沒有代碼更新記錄</b><br />','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6273,'cht','log.head_funbox','趣味盒','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6274,'cht','log.head_news','首頁公告','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6275,'cht','log.text_search_news','搜索首頁公告','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6276,'cht','log.text_news_empty','<b>沒有首頁公告</b><br />','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6277,'cht','log.col_title','標題','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6278,'cht','log.col_body','正文','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6279,'cht','log.std_delete_poll','刪除投票','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6280,'cht','log.std_delete_poll_confirmation','你確定要刪除該投票嗎?點擊','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6281,'cht','log.std_here_if_sure','<b>這里</b></a>來確認。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6282,'cht','log.std_no_polls','暫時沒有投票!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6283,'cht','log.head_previous_polls','以前的投票','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6284,'cht','log.text_previous_polls','以前的投票','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6285,'cht','log.text_ago','以前','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6286,'cht','log.text_votes','投票數:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6287,'cht','log.text_in','范圍:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6288,'cht','log.text_funbox_empty','<b>趣味盒是空的</b><br />','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6289,'cht','log.text_search_funbox','搜索趣味盒','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6290,'cht','log.text_title','標題','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6291,'cht','log.text_body','正文','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6292,'cht','log.text_both','兩者','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6293,'cht','log.text_all','所有','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6294,'cht','log.text_normal','普通','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6295,'cht','log.text_mod','機密','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6296,'cht','login.h1_not_logged_in','未登錄!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6297,'cht','login.p_error','錯誤:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6298,'cht','login.p_after_logged_in','該頁面必須在登錄後才能訪問','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6299,'cht','login.p_need_cookies_enables','<b>注意</b>: 你需要啟用cookies才能登錄或切換語言','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6300,'cht','login.p_fail_ban','次連續登錄失敗將導致你的IP位址被禁用!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6301,'cht','login.p_you_have','你還有','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6302,'cht','login.p_remaining_tries','次嘗試機會','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6303,'cht','login.p_no_account_signup','還沒有帳號? 馬上<a href=\"signup.php\"><b>註冊</b></a>','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6304,'cht','login.p_forget_pass_recover','忘記了密碼? 通過<a href=\"recover.php\"><b>郵件</b></a>來找回密碼','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6305,'cht','login.p_resend_confirm','沒有收到驗證郵件或驗證鏈結無法打開? <a href=\"confirm_resend.php\"><b>重新發送驗證郵件</b></a>','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6306,'cht','login.rowhead_username','用戶名:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6307,'cht','login.rowhead_password','密碼:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6308,'cht','login.button_login','登錄','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6309,'cht','login.button_reset','重置','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6310,'cht','login.text_auto_logout','自動登出:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6311,'cht','login.text_restrict_ip','限制IP','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6312,'cht','login.text_ssl','SSL (HTTPS)','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6313,'cht','login.checkbox_auto_logout',' 15分鐘後自動登出','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6314,'cht','login.checkbox_restrict_ip',' 限制只能使用本IP登錄','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6315,'cht','login.checkbox_ssl',' 使用SSL數據加密協議流覽網站(流覽器)','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6316,'cht','login.checkbox_ssl_tracker',' 使用SSL數據加密協議連接Tracker(BT客戶端)','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6317,'cht','login.text_advanced_options','高級選項:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6318,'cht','login.text_helpbox','求助區','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6319,'cht','login.text_helpbox_note','注冊或登錄遇到問題?請在此留言','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6320,'cht','login.text_message','留言:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6321,'cht','login.sumbit_shout','發送','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6322,'cht','login.submit_clear','清空','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6323,'cht','login.text_select_lang','Select Site Language: ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6324,'cht','login.head_login','登錄','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6325,'cht','mailtest.head_mail_test','郵件測試','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6326,'cht','mailtest.text_mail_test','郵件測試','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6327,'cht','mailtest.row_enter_email','匯入郵箱位址','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6328,'cht','mailtest.text_enter_email_note','匯入用于接收測試郵件的郵箱位址如yourname@gmail.com','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6329,'cht','mailtest.submit_send_it','傳送!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6330,'cht','mailtest.text_smtp_testing_mail','測試郵件','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6331,'cht','mailtest.std_error','錯誤','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6332,'cht','mailtest.std_invalid_email_address','郵箱位址無效!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6333,'cht','mailtest.mail_test_mail_content','你好如果你看見這個資訊你的SMTP郵件傳送功能正常。祝愉快','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6334,'cht','mailtest.std_success','成功','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6335,'cht','mailtest.std_success_note','沒有錯誤發生,但這不意為着郵件肯定已成功傳送。請檢查郵箱。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6336,'cht','makepoll.std_error','錯誤','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6337,'cht','makepoll.std_no_poll_id','不存在此投票ID','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6338,'cht','makepoll.std_missing_form_data','請填寫比填項目!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6339,'cht','makepoll.head_edit_poll','編輯投票','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6340,'cht','makepoll.text_edit_poll','編輯投票','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6341,'cht','makepoll.head_new_poll','新的投票','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6342,'cht','makepoll.text_day','天','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6343,'cht','makepoll.text_hour','時','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6344,'cht','makepoll.text_current_poll','注意:當前投票','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6345,'cht','makepoll.text_is_only','發布僅','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6346,'cht','makepoll.text_old','。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6347,'cht','makepoll.text_make_poll','新的投票','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6348,'cht','makepoll.text_question','問題','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6349,'cht','makepoll.text_option','選項','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6350,'cht','makepoll.submit_edit_poll','編輯投票','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6351,'cht','makepoll.submit_create_poll','創建投票','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6352,'cht','makepoll.text_required',' 必須填寫','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6353,'cht','messages.std_error','錯誤','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6354,'cht','messages.std_invalid_mailbox','無效的短訊箱','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6355,'cht','messages.text_inbox','收件箱','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6356,'cht','messages.text_sentbox','發件箱','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6357,'cht','messages.text_sender','發訊者','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6358,'cht','messages.text_receiver','收訊者','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6359,'cht','messages.col_status','狀態','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6360,'cht','messages.col_subject','主題','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6361,'cht','messages.col_date','日期','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6362,'cht','messages.col_act','行為','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6363,'cht','messages.text_no_messages','沒有短訊','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6364,'cht','messages.text_remove_from_friends','[刪除好友]','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6365,'cht','messages.text_add_to_friends','[加為好友]','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6366,'cht','messages.submit_move_to','移至','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6367,'cht','messages.text_or',' 或 ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6368,'cht','messages.submit_delete','刪除','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6369,'cht','messages.text_unread_messages',' 未讀短訊','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6370,'cht','messages.text_read_messages',' 已讀短訊','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6371,'cht','messages.text_mailbox_manager','短訊箱管理','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6372,'cht','messages.std_no_permission','你沒有閱讀該短訊的許可權。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6373,'cht','messages.text_to','至','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6374,'cht','messages.text_from','自','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6375,'cht','messages.text_new','(新)','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6376,'cht','messages.text_reply','回復','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6377,'cht','messages.text_delete','刪除','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6378,'cht','messages.text_forward_pm','轉發短訊','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6379,'cht','messages.std_cannot_move_messages','無法移動短訊!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6380,'cht','messages.std_cannot_delete_messages','無法刪除短訊!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6381,'cht','messages.std_no_action','無行為','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6382,'cht','messages.std_no_permission_forwarding','你沒有轉發該短訊的許可權。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6383,'cht','messages.row_to','至:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6384,'cht','messages.row_original_receiver','原收訊者:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6385,'cht','messages.row_original_sender','原發訊者:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6386,'cht','messages.row_subject','主題:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6387,'cht','messages.row_message','正文:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6388,'cht','messages.checkbox_save_message','保存短訊','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6389,'cht','messages.submit_forward','轉發','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6390,'cht','messages.std_no_such_user','對不起,不存在該用戶名的帳號。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6391,'cht','messages.std_rufused','拒絕','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6392,'cht','messages.std_user_blocks_your_pms','該用戶拒絕接受你的短訊。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6393,'cht','messages.std_user_accepts_friends_pms','該用戶只接受其好友的短訊。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6394,'cht','messages.std_user_blocks_all_pms','該用戶拒絕接受一切短訊。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6395,'cht','messages.std_success','成功','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6396,'cht','messages.std_pm_forwarded','轉發成功','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6397,'cht','messages.head_editing_mailboxes','編輯短訊箱','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6398,'cht','messages.text_editing_mailboxes','編輯短訊箱','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6399,'cht','messages.text_add_mailboxes','添加短訊箱','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6400,'cht','messages.text_extra_mailboxes_note','你可以添加額外的短訊箱。你不必只使用收件箱。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6401,'cht','messages.submit_add','添加','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6402,'cht','messages.text_edit_mailboxes','編輯短訊箱','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6403,'cht','messages.text_edit_mailboxes_note','你可以編輯名字,或者刪除短訊箱。<br />注意:刪除短訊箱將導致其中所有短訊被刪除。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6404,'cht','messages.text_no_mailboxes_to_edit','沒有可編輯的短訊箱。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6405,'cht','messages.submit_edit','編輯','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6406,'cht','messages.std_no_message_id','沒有該ID的短訊。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6407,'cht','messages.std_could_not_delete_message','無法刪除該短訊。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6408,'cht','messages.text_jump_to','短訊箱:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6409,'cht','messages.select_inbox','收件箱','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6410,'cht','messages.select_sentbox','發件箱','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6411,'cht','messages.submit_go','確定','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6412,'cht','messages.input_check_all','全選','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6413,'cht','messages.input_uncheck_all','全不選','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6414,'cht','messages.title_unread','未讀','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6415,'cht','messages.title_read','已讀','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6416,'cht','messages.text_system','系統','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6417,'cht','messages.text_no_subject','無主題','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6418,'cht','messages.col_search_message','搜索短訊','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6419,'cht','messages.text_search','搜索:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6420,'cht','messages.text_in','範圍:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6421,'cht','messages.select_title','標題','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6422,'cht','messages.select_body','正文','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6423,'cht','messages.select_both','兩者','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6424,'cht','messages.submit_mark_as_read','設為已讀','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6425,'cht','messages.std_cannot_mark_messages','短訊無法設為已讀。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6426,'cht','messages.std_no_message_selected','請選中要操作的短訊。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6427,'cht','moforums.head_overforum_management','論壇分區管理','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6428,'cht','moforums.text_forum_management','論壇管理','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6429,'cht','moforums.text_overforum_management','論壇分區管理','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6430,'cht','moforums.col_name','名字','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6431,'cht','moforums.col_viewed_by','最低允許查看等級','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6432,'cht','moforums.col_modify','修改','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6433,'cht','moforums.text_edit','編輯','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6434,'cht','moforums.text_delete','刪除','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6435,'cht','moforums.js_sure_to_delete_overforum','你確定要刪除此論壇分區嗎?','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6436,'cht','moforums.text_no_records_found','對不起,沒有記錄!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6437,'cht','moforums.text_new_overforum','新論壇分區','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6438,'cht','moforums.text_overforum_name','名字','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6439,'cht','moforums.text_overforum_description','描述','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6440,'cht','moforums.text_minimum_view_permission','最低允許閱讀等級','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6441,'cht','moforums.text_overforum_order','論壇分區排序','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6442,'cht','moforums.text_overforum_order_note','按數字升序排列即0顯示在最頂端。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6443,'cht','moforums.submit_make_overforum','創建新的分區','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6444,'cht','moforums.text_edit_overforum','編輯分區','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6445,'cht','moforums.submit_edit_overforum','編輯分區','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6446,'cht','moresmilies.head_more_smilies','更多可點表情','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6447,'cht','moresmilies.text_close','關閉','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6448,'cht','mybonus.std_sorry','對不起!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6449,'cht','mybonus.std_karma_system_disabled','魔力值系統當前處於關閉中。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6450,'cht','mybonus.std_points_active','不過你的魔力值仍在計算中。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6451,'cht','mybonus.text_success_upload','祝賀你,你成功增加了<b>上傳值</b>','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6452,'cht','mybonus.text_success_invites','祝賀你,你獲得了<b>1</b>個新的邀請名額!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6453,'cht','mybonus.text_success_vip','祝賀你,你獲得了一個月的','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6454,'cht','mybonus.text_success_vip_two','資格!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6455,'cht','mybonus.text_no_permission','<b>錯誤!</b>你沒有該許可權。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6456,'cht','mybonus.text_success_custom_title','祝賀你,你獲得了<b></b>頭銜!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6457,'cht','mybonus.text_success_gift','你成功贈送了<b>魔力值</b>。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6458,'cht','mybonus.head_karma_page','的魔力值','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6459,'cht','mybonus.text_karma_system','魔力值系統','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6460,'cht','mybonus.text_exchange_your_karma','用你的魔力值(當前','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6461,'cht','mybonus.text_for_goodies',')換東東!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6462,'cht','mybonus.text_no_buttons_note','如果按鈕不可點,則你的魔力值不足以交換該項。','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6463,'cht','mybonus.col_option','項目','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6464,'cht','mybonus.col_description','簡介','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6465,'cht','mybonus.col_points','價格','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6466,'cht','mybonus.col_trade','交換','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6467,'cht','mybonus.text_username','用戶名:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6468,'cht','mybonus.text_to_be_given','贈送量:','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6469,'cht','mybonus.text_karma_points',' 個魔力值!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6470,'cht','mybonus.text_enter_titile','輸入你想要的<b>特殊頭銜</b> ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6471,'cht','mybonus.text_click_exchange',' 點擊交換!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6472,'cht','mybonus.text_enter_receiver_name','輸入贈送魔力值物件的<b>用戶名</b>,選擇贈送量然後點擊贈送!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6473,'cht','mybonus.text_min','最少','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6474,'cht','mybonus.text_max','最多','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6475,'cht','mybonus.submit_karma_gift','贈送','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6476,'cht','mybonus.text_plus_only','及以上方可!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6477,'cht','mybonus.submit_exchange','交換','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6478,'cht','mybonus.text_unavailable','當前不可用!','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6479,'cht','mybonus.text_more_points_needed','需要更多魔力值','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6480,'cht','mybonus.text_what_is_karma','魔力值到底是什麼玩意兒,我怎樣才能得到它?','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6481,'cht','mybonus.text_get_by_seeding','做種每小時將得到如下的魔力值','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6482,'cht','mybonus.text_for_seeding_torrent',' * <i>你的做種數</i> (做種數最多計','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6483,'cht','mybonus.text_torrent','個','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6484,'cht','mybonus.text_donors_always_get','捐贈者每次將得到','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6485,'cht','mybonus.text_times_of_bonus','倍的魔力值','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6486,'cht','mybonus.text_other_things_get_bonus','其他獲取方式','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6487,'cht','mybonus.text_point','個魔力值','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6488,'cht','mybonus.text_upload_torrent','發布新種子 = ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6489,'cht','mybonus.text_upload_subtitle','上傳一個字幕 = ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6490,'cht','mybonus.text_start_topic','發佈新主題 = ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6491,'cht','mybonus.text_make_post','回復帖子 = ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6492,'cht','mybonus.text_add_comment','發佈種子、候選的評論 = ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6493,'cht','mybonus.text_poll_vote','參與一次調查投票 = ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6494,'cht','mybonus.text_offer_vote','参与一次候选投票 = ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6495,'cht','mybonus.text_funbox_vote','參與一次候選投票 = ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6496,'cht','mybonus.text_rate_torrent','評分種子 = ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6497,'cht','mybonus.text_say_thanks','說謝謝 = ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6498,'cht','mybonus.text_receive_thanks','收到感謝 = ','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6499,'cht','mybonus.text_funbox_reward','發佈的趣味盒內容獲得用戶較高的評價(詳見規則)','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6500,'cht','mybonus.text_howto_get_karma_four','</ul>\r\n<h1>注意點</h1>\r\n<ul>','2021-01-11 12:48:05','2021-01-11 13:19:15'),(6501,'cht','mybonus.text_howto_get_karma_five','<li>與獲取相反的事件也會消耗你的魔力值。<br />如:如果你上傳種子後又刪除了它,你會先得到然後又失去','2021-01-11 12:48:05','2021-01-11 12:48:05'),(6502,'cht','mybonus.text_howto_get_karma_six','。</li>\r\n <li>站點還有其他獲取魔力值的事,請慢慢探索。:)</li>\r\n <li>管理組可以剝奪或發放魔力值,視用戶是違反規則還是做貢獻而定。</li>\r\n</ul>','2021-01-11 12:48:05','2021-01-11 13:19:15'),(6503,'cht','mybonus.std_no_permission','沒有該許可權','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6504,'cht','mybonus.std_class_above_vip','你的等級比VIP高','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6505,'cht','mybonus.text_wasted_karma','我剛剛浪費了魔力值','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6506,'cht','mybonus.text_huh','恩?','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6507,'cht','mybonus.text_karma_self_giving_warning','哥們,你玩夠了嗎...<br />你不能將魔力值送給自己...<br />如果要送,選擇其他用戶!<br /><br />點擊返回<a class=altlink href=mybonus.php>魔力值頁面</a>。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6508,'cht','mybonus.text_receiver_not_exists','對不起...<br />不存在該用戶。<br /><br />點擊回到你的<a class=altlink href=mybonus.php>魔力值頁面</a>。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6509,'cht','mybonus.text_oups','啊哦!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6510,'cht','mybonus.text_not_enough_karma','<b>對不起</b>,你沒有足夠的魔力值!<br />點擊回到你的<a class=altlink href=mybonus.php>魔力值頁面</a>。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6511,'cht','mybonus.text_cheat_alert','想作弊?沒門!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6512,'cht','mybonus.text_not_enough_bonus','對不起,你沒有足夠的魔力值。還有,你怎麼到這來的?','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6513,'cht','mybonus.text_uploaded_one','1.0 GB上傳量','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6514,'cht','mybonus.text_uploaded_note','如果有足夠的魔力值,你可以用它來換取上傳量。交易完成後,你的魔力值會減少,上傳量則會增加。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6515,'cht','mybonus.text_uploaded_two','5.0 GB上傳量','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6516,'cht','mybonus.text_uploaded_three','10.0 GB上傳量','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6517,'cht','mybonus.text_buy_invite','1個邀請名額','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6518,'cht','mybonus.text_buy_invite_note','如果有足夠的魔力值,你可以用它來換取邀請名額。交易完成後,你的魔力值會減少,邀請名額數則會增加。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6519,'cht','mybonus.text_custom_title','自定義頭銜','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6520,'cht','mybonus.text_custom_title_note','如果有足夠的魔力值,你就可以給自己定一個頭銜了。注意:禁止使用髒話、攻擊性的辭彙或用戶等級作為頭銜。交易完成後,你的魔力值會減少,你的頭銜將變成自定義的。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6521,'cht','mybonus.text_vip_status','貴賓待遇','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6522,'cht','mybonus.text_vip_status_note','如果有足夠的魔力值,你可以用它來換取一個月的貴賓待遇。交易完成後,你的魔力值會減少,同時你的等級將變為貴賓。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6523,'cht','mybonus.text_bonus_gift','贈送魔力值','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6524,'cht','mybonus.text_bonus_gift_note','可能你不需要魔力值,為什麼不把它送給那些需要的人呢?你可以把自己的魔力值作為禮物送給別人。交易完成後,你的魔力值會減少,禮物接收者的魔力值則會增加。同時,接收者會收到一條關於你的饋贈的短訊。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6525,'cht','mybonus.text_error','錯誤','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6526,'cht','mybonus.text_ratio_too_high','分享率已很高','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6527,'cht','mybonus.text_bonus_formula_one','每小時獲得的魔力值點數由下面的公式給出<br />&nbsp;&nbsp;&nbsp;&nbsp;<img src=pic/bonusformulaa.png alt=\"A = sigma( ( 1 - 10 ^ ( - Ti / T0 ) ) * Si * ( 1 + sqrt( 2 ) * 10 ^ ( - ( Ni - 1 ) / ( N0 - 1 ) ) )\" title=\"A = sigma( ( 1 - 10 ^ ( - Ti / T0 ) ) * Si * ( 1 + sqrt( 2 ) * 10 ^ ( - ( Ni - 1 ) / ( N0 - 1 ) ) )\"><br />&nbsp;&nbsp;&nbsp;&nbsp;<img src=pic/bonusformulab.png alt=\"B = B0 * 2 / pi * arctan( A / L )\" title=\"B = B0 * 2 / pi * arctan( A / L )\"><br />\r\n式中<ul><li><b>A</b>為中間變量</li><li><b>Ti</b>為第<b>i</b>個種子的生存時間, 即自種子發布起到現在所經過的時間, 單位是周</li><li><b>T0</b>為參數。<b>T0</b> = ','2021-01-11 12:48:06','2021-01-11 13:19:15'),(6528,'cht','mybonus.text_bonus_formula_two','</li><li><b>Si</b>為第<b>i</b>個種子的大小單位是GB</li><li><b>Ni</b>為第<b>i</b>個種子當前的做種者數</li><li><b>N0</b>為參數。<b>N0</b> = ','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6529,'cht','mybonus.text_bonus_formula_three','</li><li><b>B</b>為1小時中用戶獲得的做種魔力值點數</li><li><b>B0</b>為參數代表用戶1小時獲得魔力值的上限。<b>B0</b> = ','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6530,'cht','mybonus.text_bonus_formula_four','</li><li><b>L</b>為參數。<b>L</b> = ','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6531,'cht','mybonus.text_bonus_formula_five','</li></ul>簡言之,為做種人數少、文件體積大的種子做種能獲得更多魔力值。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6532,'cht','mybonus.text_user_with_ratio_above','分享率高于','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6533,'cht','mybonus.text_and_uploaded_amount_above','且上傳量大于','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6534,'cht','mybonus.text_cannot_exchange_uploading','GB的用戶不能換取更多的上傳量。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6535,'cht','mybonus.text_you_are_currently_getting','你當前每小時能獲取','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6536,'cht','mybonus.text_per_hour','','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6537,'cht','mybonus.text_custom','自定義','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6538,'cht','mybonus.bonus_amount_not_allowed','魔力值數量不允許。你每次只能贈送25.0至1000.0個魔力值。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6539,'cht','mybonus.text_system_charges_receiver','<b>注意:</b>系統向禮物接收者索取','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6540,'cht','mybonus.text_tax_bonus_point','個魔力值','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6541,'cht','mybonus.text_tax_plus',' + ','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6542,'cht','mybonus.text_percent_of_transfered_amount','% * 贈送額的魔力值','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6543,'cht','mybonus.text_as_tax','作為稅收。例如當你選取贈送100個魔力值接收者實際只收到','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6544,'cht','mybonus.text_tax_example_note','個魔力值。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6545,'cht','mybonus.text_no_advertisements','天不察看廣告','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6546,'cht','mybonus.text_no_advertisements_note','如果有足夠的魔力值,你可以用它來換取一定期限內不察看廣告的許可權。交易完成后,你的魔力值會減少,同時在一定期限內你將看不到網站中的廣告。如果在此期間你需要察看廣告,你可以隨時在控制面板開啟它。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6547,'cht','mybonus.text_success_no_ad','享受無廣告的時間!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6548,'cht','mybonus.submit_class_above_no_ad','你可在控制面板關閉廣告','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6549,'cht','mybonus.submit_already_disabled','廣告已可關閉','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6550,'cht','mybonus.text_click_on_ad','點擊一次廣告(每個廣告只計一次) = ','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6551,'cht','mybonus.text_promotion_link_clicked','宣傳鏈結獲得一次點擊每個IP只計一次 = ','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6552,'cht','mybonus.text_charity_giving','慈善捐贈','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6553,'cht','mybonus.text_charity_giving_note','你可以將你的魔力值通過慈善捐贈送與有需要的用戶群體。而且,完全由你決定贈與群體的條件。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6554,'cht','mybonus.text_ratio_below','平均配置給用戶:分享率低于','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6555,'cht','mybonus.text_and_downloaded_above','且下載量大于','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6556,'cht','mybonus.text_select_receiver_ratio','選取你想捐贈予的用戶的<b>分享率</b>,選取你想贈送的魔力值總值,然后點擊<b>慈善捐贈</b>','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6557,'cht','mybonus.submit_charity_giving','慈善捐贈','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6558,'cht','mybonus.text_message','留言:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6559,'cht','mybonus.bonus_amount_not_allowed_two','魔力值數量不允許。你每次只能贈送1000.0至50000.0個魔力值。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6560,'cht','mybonus.bonus_ratio_not_allowed','分享率不符合要求只有分享率低于0.8的用戶需要慈善輔助說明。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6561,'cht','mybonus.std_no_users_need_charity','暫時沒有需要慈善輔助說明的用戶。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6562,'cht','mybonus.text_success_charity','謝謝!感謝你的慷慨捐贈。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6563,'cht','news.std_delete_news_item','刪除最近消息','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6564,'cht','news.std_are_you_sure','你真的要刪除一條最近消息嗎?如果確定,請點擊','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6565,'cht','news.std_here','這里','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6566,'cht','news.std_if_sure','。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6567,'cht','news.std_error','錯誤','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6568,'cht','news.std_news_body_empty','最近消息的正文不能為空!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6569,'cht','news.std_news_title_empty','最近消息的標題不能為空!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6570,'cht','news.std_something_weird_happened','奇怪的事情發生了。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6571,'cht','news.std_invalid_news_id','最近消息的ID不存在','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6572,'cht','news.head_edit_site_news','編輯最近消息','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6573,'cht','news.text_edit_site_news','編輯最近消息','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6574,'cht','news.text_notify_users_of_this','提醒用戶查看這條消息。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6575,'cht','news.head_site_news','最近消息','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6576,'cht','news.text_submit_news_item','提交新的消息','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6577,'cht','offers.text_offered_by','由','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6578,'cht','offers.text_inf','無限','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6579,'cht','offers.text_ratio','分享率:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6580,'cht','offers.text_orphaned','(無此帳戶)','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6581,'cht','offers.text_at','提交于','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6582,'cht','offers.text_edit','編輯','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6583,'cht','offers.text_delete','移除','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6584,'cht','offers.text_profile','個人資料','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6585,'cht','offers.text_pm','短訊','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6586,'cht','offers.text_report','舉報','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6587,'cht','offers.text_last_edited_by','最后被','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6588,'cht','offers.text_edited_at','編輯于','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6589,'cht','offers.head_offer_error','候選錯誤','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6590,'cht','offers.std_error','錯誤!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6591,'cht','offers.std_smell_rat','有地方不對勁!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6592,'cht','offers.head_offer','候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6593,'cht','offers.submit_search','給我搜','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6594,'cht','offers.text_red_star_required','紅狀圖形(<font color=\"red\">*</font>)記號的區域必須填寫','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6595,'cht','offers.text_offers_open_to_all','候選區對所有用戶均開放...提高分享率的好方式!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6596,'cht','offers.select_type_select','(請選取)','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6597,'cht','offers.row_type','類別','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6598,'cht','offers.row_title','標題','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6599,'cht','offers.row_post_or_photo','海報或圖片','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6600,'cht','offers.text_link_to_picture','(圖像的鏈結。不要加<a href=\"tags.php\" title=\"檢視標簽用法\">標簽</a>程式碼! 察看在簡介裡)','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6601,'cht','offers.row_description','簡介','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6602,'cht','offers.submit_add_offer','添加','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6603,'cht','offers.col_type','類別','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6604,'cht','offers.col_title','標題','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6605,'cht','offers.title_time_added','添加時間','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6606,'cht','offers.col_offered_by','添加者','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6607,'cht','offers.submit_show_all','察看全部','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6608,'cht','offers.std_must_enter_name','你必須匯入標題!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6609,'cht','offers.std_must_select_category','你必須選取候選的類別!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6610,'cht','offers.stdst_enter_description','你必須填寫簡介!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6611,'cht','offers.std_wrong_image_format','圖片必須是jpg, gif 或png格式。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6612,'cht','offers.head_success','成功!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6613,'cht','offers.head_error','錯誤!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6614,'cht','offers.std_offer_exists','候選已經存在!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6615,'cht','offers.text_view_all_offers','檢視所有候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6616,'cht','offers.head_offer_detail_for','候選詳情','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6617,'cht','offers.text_offer_detail','候選詳情','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6618,'cht','offers.row_time_added','添加時間','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6619,'cht','offers.row_status','狀態','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6620,'cht','offers.text_pending','待定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6621,'cht','offers.text_allowed','允許','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6622,'cht','offers.text_denied','拒絕','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6623,'cht','offers.text_edit_offer','編輯候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6624,'cht','offers.text_delete_offer','移除候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6625,'cht','offers.report_offer','舉報候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6626,'cht','offers.row_allow','允許','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6627,'cht','offers.submit_allow','允許','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6628,'cht','offers.submit_let_votes_decide','讓投票決定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6629,'cht','offers.row_vote','投票','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6630,'cht','offers.text_for','支援','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6631,'cht','offers.text_against','反對','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6632,'cht','offers.row_offer_allowed','候選已允許','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6633,'cht','offers.text_voter_receives_pm_note','當候選被上傳時投票者會收到通知短訊!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6634,'cht','offers.text_urge_upload_offer_note','該候選已經被允許!請儘快上傳該種子。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6635,'cht','offers.row_vote_results','投票狀態','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6636,'cht','offers.text_see_vote_detail','[檢視投票詳情]','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6637,'cht','offers.row_report_offer','舉報候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6638,'cht','offers.text_for_breaking_rules','該候選違反了規則 ','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6639,'cht','offers.submit_report_offer','舉報','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6640,'cht','offers.text_add_comment','添加評論','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6641,'cht','offers.text_no_comments','沒有評論','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6642,'cht','offers.std_access_denied','存取被拒絕!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6643,'cht','offers.std_mans_job','這是人的工作','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6644,'cht','offers.std_have_no_permission','你沒有該許可權','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6645,'cht','offers.std_sorry','對不起','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6646,'cht','offers.std_no_votes_yet','暫時沒有投票... ','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6647,'cht','offers.std_back_to_offer_detail','<b>候選詳情</b></a></p>','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6648,'cht','offers.std_cannot_edit_others_offer','你沒有許可權編輯別人的候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6649,'cht','offers.head_edit_offer','編輯候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6650,'cht','offers.submit_edit_offer','編輯候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6651,'cht','offers.head_offer_voters','候選投票者','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6652,'cht','offers.text_vote_results_for','候選投票狀態','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6653,'cht','offers.col_user','用戶','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6654,'cht','offers.col_uploaded','上傳量','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6655,'cht','offers.col_downloaded','下載量','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6656,'cht','offers.col_ratio','分享率','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6657,'cht','offers.col_vote','投票','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6658,'cht','offers.std_already_voted','你已經投過票','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6659,'cht','offers.std_already_voted_note','<p>你已經投過票,每個候選只能投一次。</p><p>傳回到','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6660,'cht','offers.head_vote_for_offer','候選投票','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6661,'cht','offers.std_vote_accepted','投票成功','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6662,'cht','offers.std_vote_accepted_note','<p>你的投票成功了。</p><p>傳回到','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6663,'cht','offers.std_cannot_delete_others_offer','你沒有許可權移除別人的候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6664,'cht','offers.std_delete_offer','移除候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6665,'cht','offers.std_delete_offer_note','你將要移除該候選。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6666,'cht','offers.head_offers','候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6667,'cht','offers.text_offers_section','候選區','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6668,'cht','offers.text_add_offer','添加候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6669,'cht','offers.text_view_request','檢視求種','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6670,'cht','offers.select_show_all','(察看全部)','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6671,'cht','offers.submit_view_only_selected','察看選取','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6672,'cht','offers.text_search_offers','搜索:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6673,'cht','offers.title_comment','評論','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6674,'cht','offers.col_vote_results','投票','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6675,'cht','offers.text_nothing_found','空!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6676,'cht','offers.text_yep','是','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6677,'cht','offers.text_nah','否','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6678,'cht','offers.title_show_vote_details','察看投票詳情','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6679,'cht','offers.title_i_want_this','我要!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6680,'cht','offers.title_do_not_want_it','沒興趣','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6681,'cht','offers.row_action','行為','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6682,'cht','offers.text_quick_comment','快速評論','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6683,'cht','offers.submit_add_comment','添加','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6684,'cht','offers.text_blank','提交于','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6685,'cht','offers.col_act','行為','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6686,'cht','offers.title_delete','移除','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6687,'cht','offers.title_edit','編輯','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6688,'cht','offers.col_timeout','過期','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6689,'cht','offers.row_info','資訊','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6690,'cht','offers.text_reason_is','原因:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6691,'cht','offers.submit_confirm','確定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6692,'cht','offers.title_add_comments','添加評論','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6693,'cht','offers.text_at_time','發布于','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6694,'cht','offers.text_blank_two','發布在','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6695,'cht','offers.text_last_commented_by','最新評論由','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6696,'cht','offers.title_has_new_comment','有新評論','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6697,'cht','offers.title_no_new_comment','無新評論','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6698,'cht','offers.text_new','新','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6699,'cht','offers.std_cannot_vote_youself','你無法給自己提交的候選投票。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6700,'cht','offers.text_rules','規則:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6701,'cht','offers.text_rule_one_one','','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6702,'cht','offers.text_rule_one_two','及以上等級的用戶可直接發布種子,無需經過候選。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6703,'cht','offers.text_rule_one_three','或以上等級的用戶可以添加候選。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6704,'cht','offers.text_rule_two_one','當候選的支援票比反對票多','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6705,'cht','offers.text_rule_two_two','票時,候選被通過。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6706,'cht','offers.text_rule_three_one','如候選在添加','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6707,'cht','offers.text_rule_three_two','小時后未被通過,它將被移除。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6708,'cht','offers.text_rule_four_one','如在候選通過后','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6709,'cht','offers.text_rule_four_two','小時內用戶沒有發布種子,通過的候選將被移除。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6710,'cht','ok.head_user_signup','用戶註冊','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6711,'cht','ok.std_account_activated','註冊成功,但帳號未啟動!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6712,'cht','ok.account_activated_note','你的帳號已成功創建。不過新用戶需要在管理員批准後才能成為註冊用戶並訪問站點。謝謝你的理解。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6713,'cht','ok.account_activated_note_two','你的帳號已成功創建。不過新用戶需要在邀請者批准後才能成為註冊用戶並訪問站點。謝謝你的理解。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6714,'cht','ok.std_signup_successful','註冊成功!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6715,'cht','ok.std_confirmation_email_note','一封驗證郵件已發送到你指定的郵箱(','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6716,'cht','ok.std_confirmation_email_note_end',')。在使用帳號前你必須按郵件內容指示通過驗證。如果你不這樣做,註冊的新帳號會在較短時間後被刪除。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6717,'cht','ok.head_sysop_activation','系統操作員帳號啟動','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6718,'cht','ok.std_sysop_activation_note','<h1>系統操作員帳號成功啟動!</h1>\n','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6719,'cht','ok.std_auto_logged_in_note','<p>你的帳號已成功啟動!你已自動登錄。你現在可以訪問<a class=altlink href=\"/\"><b>首頁</b></a>並使用你的帳號。</p>\n','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6720,'cht','ok.std_cookies_disabled_note','<p>你的帳號已成功啟動!但是,你沒有自動登錄。你可能需要打開瀏覽器的新視窗才能登錄。<br />或者是因為你禁用了瀏覽器的cookies。你必須啟用cookies才能使用你的帳號。請啟用cookies然後再次嘗試<a class=altlink href=\"login.php\">登錄</a>。</p>\n','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6721,'cht','ok.head_already_confirmed','已經通過驗證','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6722,'cht','ok.std_already_confirmed','<h1>已經通過驗證</h1>\n','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6723,'cht','ok.std_already_confirmed_note','<p>該帳號已經通過驗證。你可以使用它來<a class=altlink href=\"login.php\">登錄</a>。</p>\n','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6724,'cht','ok.head_signup_confirmation','註冊驗證','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6725,'cht','ok.std_account_confirmed','<h1>帳號成功通過驗證!</h1>\n','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6726,'cht','ok.std_read_rules_faq','<p>在使用NexusPHP前請務必先閱讀並熟悉站點的<a class=altlink href=\"rules.php\"><b>規則</b></a>和<a class=altlink href=\"faq.php\"><b>常見問題</b></a>。</p>\n','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6727,'cht','polloverview.std_error','錯誤','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6728,'cht','polloverview.head_poll_overview','投票概況','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6729,'cht','polloverview.text_polls_overview','投票概況','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6730,'cht','polloverview.col_id','ID','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6731,'cht','polloverview.col_added','添加時間','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6732,'cht','polloverview.col_question','問題','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6733,'cht','polloverview.text_no_users_voted','對不起...還沒有用戶投過票!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6734,'cht','polloverview.text_no_poll_id','對不起...沒有該ID的投票','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6735,'cht','polloverview.text_poll_question','投票問題','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6736,'cht','polloverview.col_option_no','編號','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6737,'cht','polloverview.col_options','選項','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6738,'cht','polloverview.text_polls_user_overview','投票用戶情況','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6739,'cht','polloverview.col_username','用戶名','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6740,'cht','polloverview.col_selection','選項','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6741,'cht','polls.std_error','錯誤','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6742,'cht','polls.std_permission_denied','你沒有該許可權','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6743,'cht','polls.std_delete_poll','刪除投票','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6744,'cht','polls.std_delete_poll_confirmation','你確定要刪除該投票嗎?點擊\n','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6745,'cht','polls.std_here_if_sure','<b>這裏</b></a>來確認。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6746,'cht','polls.std_sorry','對不起...','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6747,'cht','polls.std_no_polls','暫時沒有投票!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6748,'cht','polls.head_previous_polls','以前的投票','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6749,'cht','polls.text_previous_polls','以前的投票','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6750,'cht','polls.text_ago','以前','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6751,'cht','polls.text_edit','編輯','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6752,'cht','polls.text_delete','刪除','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6753,'cht','polls.text_votes','投票數:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6754,'cht','preview.text_preview','預覽','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6755,'cht','promotionlink.head_promotion_link','宣傳鏈結','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6756,'cht','promotionlink.text_promotion_link','宣傳鏈結','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6757,'cht','promotionlink.text_promotion_link_note_one','如果你很喜歡本站,想讓更多人知道它,你可以使用你的宣傳鏈結輔助說明我們宣傳。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6758,'cht','promotionlink.text_promotion_link_note_two','每個用戶都有唯一的確定其身份的宣傳鏈結,由系統隨機生成。當網友點擊你的宣傳鏈結時,他將會被轉向本站,同時系統會對你進行獎勵。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6759,'cht','promotionlink.text_you_would_get','你將獲得','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6760,'cht','promotionlink.text_bonus_points','個魔力值如果你的宣傳鏈結獲得一次來自一個未記錄的IP的點擊。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6761,'cht','promotionlink.text_seconds','秒內最多獎勵一次點擊。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6762,'cht','promotionlink.text_your_promotion_link_is','你的宣傳鏈結為:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6763,'cht','promotionlink.text_promotion_link_note_four','你可以通過各種方式將你的宣傳鏈結傳遞出去,以下是一些例子。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6764,'cht','promotionlink.col_type','類別','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6765,'cht','promotionlink.col_code','程式碼','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6766,'cht','promotionlink.col_result','效果','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6767,'cht','promotionlink.col_note','註釋','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6768,'cht','promotionlink.row_xhtml','XHTML 1.0','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6769,'cht','promotionlink.text_xhtml_note','如果你有個人網站你可以在頁面中使用XHTML程式碼。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6770,'cht','promotionlink.row_html','HTML 4.01','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6771,'cht','promotionlink.text_html_note','如果你有個人網站你可以在頁面中使用HTML程式碼。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6772,'cht','promotionlink.row_bbcode','BBCode論壇程式碼','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6773,'cht','promotionlink.text_bbcode_note','大部分論壇程式如vBulletinDiscuz!PHPWind支援名為BBCode的論壇程式碼。你可以將此程式碼放在你的簽名檔中。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6774,'cht','promotionlink.row_bbcode_userbar','論壇程式碼 - 個性條','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6775,'cht','promotionlink.text_bbcode_userbar_note','抓取你的個性條。如果你在控制面板中將你的隱私等級設為“高”,則<b>無法</b>使用個性條。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6776,'cht','promotionlink.row_bbcode_userbar_alt','論壇程式碼 - 個性條(另一方式)','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6777,'cht','promotionlink.text_bbcode_userbar_alt_note','當上面方式不可用時使用此方式。如果你在控制面板中將你的隱私等級設為“高”,則<b>無法</b>使用個性條。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6778,'cht','recover.std_recover_failed','找回密碼失敗!(請看下麵)','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6779,'cht','recover.std_missing_email_address','你必須輸入郵箱地址!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6780,'cht','recover.std_invalid_email_address','無效的郵箱地址!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6781,'cht','recover.std_email_not_in_database','數據庫中不存在該郵箱地址。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6782,'cht','recover.std_error','錯誤','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6783,'cht','recover.std_database_error','數據庫錯誤。請將該錯誤告訴管理員。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6784,'cht','recover.std_unable_updating_user_data','無法更新用戶資料。請將該錯誤向管理員報告。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6785,'cht','recover.text_recover_user','找回用戶名或密碼','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6786,'cht','recover.text_use_form_below','使用以下表格重置密碼,更新後的帳戶資訊會發送到你的郵箱。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6787,'cht','recover.text_reply_to_confirmation_email','(請按郵件指示執行)','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6788,'cht','recover.text_note','注意:連續','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6789,'cht','recover.text_ban_ip','次錯誤嘗試會導致你的IP地址被禁用','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6790,'cht','recover.row_registered_email','註冊郵箱:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6791,'cht','recover.submit_recover_it','確定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6792,'cht','recover.text_you_have','你還有','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6793,'cht','recover.text_remaining_tries','次嘗試機會。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6794,'cht','recover.mail_this_link','這個鏈接','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6795,'cht','recover.mail_here','這裏','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6796,'cht','recover.mail_title',' 網站密碼重置驗證','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6797,'cht','recover.mail_one','你好,<br /><br />你請求重置你在NexusPHP網站賬戶的密碼。<br />該賬戶的郵箱地址為 ','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6798,'cht','recover.mail_two',' 。<br /><br />發送請求的IP地址為 ','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6799,'cht','recover.mail_three','.<br /><br />如果你沒有發過該請求,請忽視本郵件。請勿回復本郵件。<br /><br />如果你的確發過該請求,請點擊這個鏈接來確認: ','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6800,'cht','recover.mail_four','<br />確認後,你的密碼將被重置並通過另一封郵件發送給你。<br /><br />------<br />NexusPHP 網站','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6801,'cht','recover.mail_two_title',' 網站賬戶信息','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6802,'cht','recover.mail_two_one','你好,<br /><br />依你的請求,我們給你的賬戶生成了新的密碼。<br /><br />以下是你的賬戶重置後的信息:<br /><br />用戶名:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6803,'cht','recover.mail_two_two','<br />密碼:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6804,'cht','recover.mail_two_three','<br /><br />你可以從這裏登錄: ','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6805,'cht','recover.mail_two_four','<br /><br />登錄後你可以在控制面板-安全設定中修改密碼。<br />------<br />NexusPHP 網站','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6806,'cht','recover.text_select_lang','Select Site Language: ','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6807,'cht','recover.std_user_account_unconfirmed','該賬戶還未通過驗證。如果你沒有收到驗證郵件,試試<a href=\'confirm_resend.php\'><b>重新發送驗證郵件</b></a>。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6808,'cht','report.std_error','錯誤','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6809,'cht','report.std_missing_reason','必須填寫原因!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6810,'cht','report.std_message','消息','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6811,'cht','report.std_successfully_reported','舉報成功!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6812,'cht','report.std_already_reported_this','你已經舉報過該專案!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6813,'cht','report.std_sorry','對不起','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6814,'cht','report.std_cannot_report_oneself','你不能舉報自己!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6815,'cht','report.std_invalid_user_id','無效的用戶ID','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6816,'cht','report.std_cannot_report','你不能舉報','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6817,'cht','report.std_are_you_sure','確認','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6818,'cht','report.text_are_you_sure_user','你確信用戶','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6819,'cht','report.text_to_staff','違反了規則,要向管理組舉報?','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6820,'cht','report.text_not_for_leechers','請<b>不要</b>用於舉報吸血鬼,系統有腳本對付他們。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6821,'cht','report.text_reason_is','原因<font class=striking>(必需填寫)</font> ','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6822,'cht','report.submit_confirm','確信','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6823,'cht','report.text_reason_note','<b><font class=striking>請注意!</font></b>&nbsp;如果沒有理由亂舉報,你會受到警告。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6824,'cht','report.std_invalid_torrent_id','無效的種子ID','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6825,'cht','report.text_are_you_sure_torrent','你確信種子','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6826,'cht','report.std_invalid_forum_id','無效的論壇帖子ID','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6827,'cht','report.text_are_you_sure_post','你確信論壇帖子帖子ID','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6828,'cht','report.text_of_topic',';主題:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6829,'cht','report.text_of_torrent',';種子:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6830,'cht','report.text_of_offer',';候選:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6831,'cht','report.text_of_request',';求種:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6832,'cht','report.text_by',')的發佈者','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6833,'cht','report.std_invalid_comment_id','無效的評論ID','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6834,'cht','report.std_orphaned_comment','評論不屬於任何內容。請向管理員報告此情況。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6835,'cht','report.text_are_you_sure_comment','你確信評論ID','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6836,'cht','report.std_invalid_offer_id','無效的候選ID','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6837,'cht','report.text_are_you_sure_offer','你確信候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6838,'cht','report.std_invalid_request_id','無效的求種ID','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6839,'cht','report.std_are_you_sure_request','你確信求種','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6840,'cht','report.std_invalid_action','無效的行為。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6841,'cht','report.text_are_you_sure_subtitle','你確信字幕','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6842,'cht','reports.std_oho','噢哦!','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6843,'cht','reports.std_no_report','沒有舉報信息。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6844,'cht','reports.head_reports','舉報','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6845,'cht','reports.text_reports','舉報','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6846,'cht','reports.col_added','時間','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6847,'cht','reports.col_reporter','舉報者','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6848,'cht','reports.col_reporting','舉報內容','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6849,'cht','reports.col_type','類型','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6850,'cht','reports.col_reason','原因','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6851,'cht','reports.col_dealt_with','處理','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6852,'cht','reports.col_action','行為','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6853,'cht','reports.text_yes','是','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6854,'cht','reports.text_no','否','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6855,'cht','reports.text_torrent','種子','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6856,'cht','reports.text_torrent_does_not_exist','種子不存在或已被刪除。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6857,'cht','reports.text_user','用戶','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6858,'cht','reports.text_user_does_not_exist','用戶不存在或已被刪除。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6859,'cht','reports.text_offer','候選','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6860,'cht','reports.text_offer_does_not_exist','候選不存在或已被刪除。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6861,'cht','reports.text_forum_post','論壇帖子','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6862,'cht','reports.text_post_does_not_exist','論壇帖子不存在或已被刪除。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6863,'cht','reports.text_post_id','帖子ID','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6864,'cht','reports.text_of_topic',';主題:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6865,'cht','reports.text_by',';作者:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6866,'cht','reports.text_comment','評論','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6867,'cht','reports.text_comment_does_not_exist','評論不存在或已被刪除。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6868,'cht','reports.text_of_torrent',';種子:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6869,'cht','reports.text_of_offer',';候選:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6870,'cht','reports.text_comment_id','評論ID','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6871,'cht','reports.text_subtitle','字幕','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6872,'cht','reports.text_subtitle_does_not_exist','字幕不存在或已被刪除。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6873,'cht','reports.text_for_torrent_id','種子ID','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6874,'cht','reports.submit_set_dealt','設為已處理','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6875,'cht','reports.submit_delete','刪除','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6876,'cht','rules.head_rules','Ҏ?t','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6877,'cht','sendmessage.std_error','錯誤','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6878,'cht','sendmessage.std_permission_denied','沒有該許可權','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6879,'cht','sendmessage.head_send_message','發送短訊','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6880,'cht','sendmessage.text_mass_message','群發短訊給','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6881,'cht','sendmessage.text_users','個用戶','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6882,'cht','sendmessage.text_subject','主題:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6883,'cht','sendmessage.text_comment','評論:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6884,'cht','sendmessage.text_from','發送者:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6885,'cht','sendmessage.text_take_snapshot','使用快照:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6886,'cht','sendmessage.submit_send_it','發送','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6887,'cht','sendmessage.submit_preview','預覽','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6888,'cht','sendmessage.text_templates','模版:','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6889,'cht','sendmessage.submit_use','使用','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6890,'cht','sendmessage.std_no_user_id','沒有該ID的用戶。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6891,'cht','sendmessage.text_message_to','發送短訊給','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6892,'cht','sendmessage.checkbox_delete_message_replying_to','回復後刪除','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6893,'cht','sendmessage.checkbox_save_message_to_sendbox','保存到發件箱','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6894,'cht','settings.text_yes','是','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6895,'cht','settings.text_no','否','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6896,'cht','settings.text_website_settings','網站設定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6897,'cht','settings.text_configuration_file_saving_note','在儲存設定前,請確保配置檔案和其目錄的存取許可權已正確配置。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6898,'cht','settings.head_save_main_settings','儲存主要設定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6899,'cht','settings.std_message','資訊','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6900,'cht','settings.std_click','點擊','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6901,'cht','settings.std_here','這裡','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6902,'cht','settings.std_to_go_back','傳回。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6903,'cht','settings.head_save_basic_settings','儲存基礎設定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6904,'cht','settings.head_save_code_settings','儲存程式碼設定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6905,'cht','settings.head_save_bonus_settings','儲存魔力值設定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6906,'cht','settings.head_save_account_settings','儲存賬號設定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6907,'cht','settings.head_save_torrent_settings','儲存種子設定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6908,'cht','settings.head_save_smtp_settings','儲存SMTP設定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6909,'cht','settings.head_save_security_settings','儲存安全設定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6910,'cht','settings.head_save_authority_settings','儲存許可權設定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6911,'cht','settings.head_save_tweak_settings','儲存次要設定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6912,'cht','settings.head_save_bot_settings','儲存機器人設定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6913,'cht','settings.head_bot_settings','機器人設定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6914,'cht','settings.head_tweak_settings','次要設定','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6915,'cht','settings.row_save_user_location','儲存用戶位置','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6916,'cht','settings.text_save_user_location_note','預設\'否\'。儲存用戶最近存取位置。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6917,'cht','settings.row_log_user_ips','記錄用戶IP位址','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6918,'cht','settings.text_store_user_ips_note','預設\'是\'。當用戶改變IP位址時做記錄。','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6919,'cht','settings.row_kps_enabled','開啟魔力值系統','2021-01-11 12:48:06','2021-01-11 12:48:06'),(6920,'cht','settings.text_enabled','開啟','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6921,'cht','settings.text_disabled_but_save','關閉但仍記錄數值','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6922,'cht','settings.text_disabled_no_save','完全關閉','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6923,'cht','settings.text_kps_note','預設‘開啟’。開啟或關閉魔力值系統,是否記錄數值。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6924,'cht','settings.row_tracker_founded_date','網站創立時間','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6925,'cht','settings.text_tracker_founded_date_note','時間格式為\'年年年年-月月-日日\',將它設成網站創立的時間。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6926,'cht','settings.row_save_settings','儲存設定','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6927,'cht','settings.submit_save_settings','儲存設定! (只需點擊一次)','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6928,'cht','settings.head_smtp_settings','SMTP設定','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6929,'cht','settings.row_mail_function_type','郵件函數類別','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6930,'cht','settings.head_security_settings','安全設定','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6931,'cht','settings.row_enable_ssl','使用SSL網頁','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6932,'cht','settings.row_enable_ssl_tracker','使用SSLTracker','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6933,'cht','settings.text_optional','可選(允許用戶選取)','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6934,'cht','settings.text_ssl_note','預設\'否\'。你的HTTP伺服器需要做其餘的配置才能支援SSL。另外你需要一個證書從證書籤發機搆申請或自簽名。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6935,'cht','settings.row_enable_image_verification','開啟圖片驗證碼','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6936,'cht','settings.text_image_verification_note','預設\'否\'。用戶在註冊/登入/找回密碼過程中需要填寫驗證碼','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6937,'cht','settings.row_allow_email_change','允許用戶改變郵箱','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6938,'cht','settings.text_email_change_note','預設\'否\'。設為\'否\'將禁止用戶改變其郵箱位址。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6939,'cht','settings.row_cheater_detection_level','作弊者偵測級別','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6940,'cht','settings.select_none','無','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6941,'cht','settings.select_conservative','保守','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6942,'cht','settings.select_normal','正常','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6943,'cht','settings.select_strict','嚴格','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6944,'cht','settings.select_paranoid','多疑','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6945,'cht','settings.text_cheater_detection_level_note','預設\'正常\'。請將它設為最適合你的網站的級別。級別越嚴格,越降低同伴彙報速度。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6946,'cht','settings.text_never_suspect','永遠不懷疑','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6947,'cht','settings.text_or_above','及以上等級的用戶,即對他們不做偵測。預設','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6948,'cht','settings.row_max_ips','最多允許IP數','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6949,'cht','settings.text_max_ips_note','相同IP位址最大允許的註冊數。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6950,'cht','settings.row_max_login_attemps','最大登入嘗試','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6951,'cht','settings.text_max_login_attemps_note','超過這個限制的IP位址將被禁用。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6952,'cht','settings.head_authority_settings','許可權設定','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6953,'cht','settings.row_default_class','預設等級','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6954,'cht','settings.text_default_user_class','預設用戶等級:','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6955,'cht','settings.text_default',' 預設為','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6956,'cht','settings.text_default_class_note','。註冊時獲得的等級。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6957,'cht','settings.row_staff_member','管理組成員','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6958,'cht','settings.text_minimum_class','最低允許等級:','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6959,'cht','settings.text_staff_member_note','。被認為是管理組成員的等級,如可以檢視管理組郵箱。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6960,'cht','settings.row_news_management','管理最近訊息','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6961,'cht','settings.text_news_management_note','。添加、編輯、移除最近訊息。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6962,'cht','settings.row_post_funbox_item','發布趣味盒內容','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6963,'cht','settings.text_post_funbox_item_note','。允許發布新的趣味盒內容及編輯自己發布的趣味盒內容。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6964,'cht','settings.row_funbox_management','管理趣味盒','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6965,'cht','settings.text_funbox_management_note','。編輯、移除、禁止任何人發布的趣味盒內容。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6966,'cht','settings.row_shoutbox_management','管理群聊區','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6967,'cht','settings.text_shoutbox_management_note','。移除群聊區和救助區的資訊。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6968,'cht','settings.row_poll_management','管理投票','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6969,'cht','settings.text_poll_management_note','。添加、編輯、移除投票。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6970,'cht','settings.row_apply_for_links','申請鏈結','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6971,'cht','settings.text_apply_for_links_note','。申請在首頁的友情鏈結。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6972,'cht','settings.row_link_management','管理友情鏈結','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6973,'cht','settings.text_link_management_note','。添加、編輯、移除友情鏈結。 ','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6974,'cht','settings.row_forum_post_management','管理論壇帖子','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6975,'cht','settings.text_forum_post_management_note','。編輯、移除、移動、置頂、鎖定論壇帖子。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6976,'cht','settings.row_comment_management','管理評論','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6977,'cht','settings.text_comment_management_note','。編輯、移除種子和候選的評論。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6978,'cht','settings.row_forum_management','管理論壇版塊','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6979,'cht','settings.text_forum_management_note','。添加、編輯、移除、移動論壇版塊。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6980,'cht','settings.row_view_userlist','檢視用戶清單','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6981,'cht','settings.text_view_userlist_note','。檢視、搜索用戶清單。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6982,'cht','settings.row_torrent_management','管理種子','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6983,'cht','settings.text_torrent_management_note','。編輯、移除種子,但無法將種子設為置頂或促銷。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6984,'cht','settings.row_torrent_sticky','設定種子置頂','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6985,'cht','settings.text_torrent_sticky_note','。將種子設為置頂','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6986,'cht','settings.row_torrent_on_promotion','設定種子為促銷','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6987,'cht','settings.text_torrent_promotion_note','。將種子設為促銷。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6988,'cht','settings.row_ask_for_reseed','要求續種','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6989,'cht','settings.text_ask_for_reseed_note','。當種子斷種時要求續種。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6990,'cht','settings.row_view_nfo','檢視NFO','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6991,'cht','settings.text_view_nfo_note','。檢視NFO檔案。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6992,'cht','settings.row_view_torrent_structure','檢視種子架構','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6993,'cht','settings.text_view_torrent_structure_note','。檢視種子檔案的架構。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6994,'cht','settings.row_send_invite','傳送邀請','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6995,'cht','settings.text_send_invite_note','。傳送加入網站的邀請函給其他人。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6996,'cht','settings.row_view_history','檢視曆史記錄','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6997,'cht','settings.text_view_history_note','。檢視其他用戶的評論和帖子曆史記錄。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6998,'cht','settings.row_view_topten','檢視排行榜','2021-01-11 12:48:07','2021-01-11 12:48:07'),(6999,'cht','settings.text_view_topten_note','。檢視排行榜。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7000,'cht','settings.row_view_general_log','檢視一般日誌','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7001,'cht','settings.text_view_general_log_note','。檢視一般日誌,無法檢視機密日誌。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7002,'cht','settings.row_view_confidential_log','檢視機密日誌','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7003,'cht','settings.text_view_confidential_log_note','。檢視機密日誌,如網站設定變更。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7004,'cht','settings.row_view_user_confidential','檢視用戶機密檔案','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7005,'cht','settings.text_view_user_confidential_note','。檢視用戶的機密檔案如IP位址郵箱位址。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7006,'cht','settings.row_view_user_torrent','檢視用戶種子曆史記錄','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7007,'cht','settings.text_view_user_torrent_note','。檢視用戶的種子曆史記錄,如下載種子的曆史記錄。<br />只有用戶的隱私等級沒有設為’強‘時才生效。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7008,'cht','settings.row_general_profile_management','管理用戶基本檔案','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7009,'cht','settings.text_general_profile_management_note','。改變用戶的基本檔案,但無法改變其中重要的項目,如郵箱位址、用戶名、上傳量、下載量、魔力值數。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7010,'cht','settings.row_crucial_profile_management','管理用戶重要檔案資訊','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7011,'cht','settings.text_crucial_profile_management_note','。改變用戶所有檔案資訊,除了捐贈資訊外(只有','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7012,'cht','settings.text_can_manage_donation','能管理捐贈資訊)。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7013,'cht','settings.row_upload_subtitle','上傳字幕','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7014,'cht','settings.text_upload_subtitle_note','。上傳種子對應的字幕。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7015,'cht','settings.row_delete_own_subtitle','移除自己的字幕','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7016,'cht','settings.text_delete_own_subtitle_note','。移除自己上傳的字幕。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7017,'cht','settings.row_subtitle_management','管理字幕','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7018,'cht','settings.text_subtitle_management','。移除任何字幕。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7019,'cht','settings.row_update_external_info','更新外部資訊','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7020,'cht','settings.text_update_external_info_note','。更新外部資訊如IMDb資訊。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7021,'cht','settings.row_view_anonymous','檢視匿名者','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7022,'cht','settings.text_view_anonymous_note','。檢視匿名者的真實身份。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7023,'cht','settings.row_be_anonymous','作為匿名','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7024,'cht','settings.text_be_anonymous_note','。在發布種子、上傳字幕時選取匿名。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7025,'cht','settings.row_add_offer','添加候選','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7026,'cht','settings.text_add_offer_note','。允許發起候選。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7027,'cht','settings.row_offer_management','管理候選','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7028,'cht','settings.text_offer_management_note','。通過、編輯、移除候選。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7029,'cht','settings.row_upload_torrent','發布種子','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7030,'cht','settings.text_upload_torrent_note','。發布種子到種子區。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7031,'cht','settings.row_upload_special_torrent','發布種子至特別區','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7032,'cht','settings.text_upload_special_torrent_note','。發布種子到特別區。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7033,'cht','settings.row_move_torrent','移動種子','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7034,'cht','settings.text_move_torrent_note','。將種子在各區間移動。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7035,'cht','settings.row_chronicle_management','管理史冊','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7036,'cht','settings.text_chronicle_management_note','。添加、編輯、移除史冊內容。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7037,'cht','settings.row_view_invite','檢視邀請','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7038,'cht','settings.text_view_invite_note','。檢視用戶的邀請曆史記錄。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7039,'cht','settings.row_buy_invites','購買邀請','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7040,'cht','settings.text_buy_invites_note','。允許在魔力值中心購買邀請。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7041,'cht','settings.row_see_banned_torrents','檢視被禁止的種子','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7042,'cht','settings.text_see_banned_torrents_note','。檢視、下載被禁止的種子。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7043,'cht','settings.row_vote_against_offers','對候選投反對票','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7044,'cht','settings.text_vote_against_offers_note','。對候選投反對票。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7045,'cht','settings.row_allow_userbar','允許個性條','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7046,'cht','settings.text_allow_userbar_note','。允許用戶使用個性條。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7047,'cht','settings.head_basic_settings','基礎設定','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7048,'cht','settings.row_site_name','網站名','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7049,'cht','settings.text_site_name_note','你的網站的名字。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7050,'cht','settings.row_base_url','基礎URL','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7051,'cht','settings.text_it_should_be','應該設為','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7052,'cht','settings.text_base_url_note','。<b>在末尾<u>不要</u>添加斜杠(/)</b>','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7053,'cht','settings.row_announce_url','Tracker位址','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7054,'cht','settings.row_mysql_host','MySQL主機','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7055,'cht','settings.text_mysql_host_note','請填寫你的MySQL主機位址。如果MySQL和HTTP伺服器執行在同一台伺服器上請填寫\'localhost\'。否則請填寫執行MySQL的主機的IP位址。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7056,'cht','settings.row_mysql_user','MySQL用戶名','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7057,'cht','settings.text_mysql_user_note','請填寫你的MySQL用戶名。MySQL預設用戶名是\'root\'。然而,基于安全考慮,建議你為此網站的資料程式庫另外建立一個用戶。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7058,'cht','settings.row_mysql_password','MySQL密碼','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7059,'cht','settings.text_mysql_password_note','<b>基于安全考慮目前MySQL用戶密碼未察看在此。</b>如果你要對基礎設定做修改,<font color=\"red\"><b>每次都必須填寫</b></font>MySQL密碼。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7060,'cht','settings.row_mysql_database_name','MySQL資料程式庫名','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7061,'cht','settings.row_mysql_database_port','MySQL資料程式端口','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7062,'cht','settings.text_mysql_database_name_note','請填寫你的網站的MySQL資料程式庫名字。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7063,'cht','settings.text_mysql_database_port_note','請填寫妳的網站的MySQL數據庫端口。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7064,'cht','settings.head_code_settings','程式碼設定','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7065,'cht','settings.row_main_version','主版本','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7066,'cht','settings.text_main_version_note','程式碼的主版本。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7067,'cht','settings.row_sub_version','次版本','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7068,'cht','settings.text_sub_version_note','程式碼的次版本','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7069,'cht','settings.row_release_date','發布時間','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7070,'cht','settings.text_release_date_note','時間格式為\'年年年年-月月-日日\'。程式碼發布的時間。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7071,'cht','settings.row_authorize_to','被授權者','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7072,'cht','settings.text_authorize_to_note','被授權的網站或個人的名字。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7073,'cht','settings.row_authorization_type','授權類別','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7074,'cht','settings.text_free','免費授權','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7075,'cht','settings.text_commercial','商業授權','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7076,'cht','settings.row_web_site','網站','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7077,'cht','settings.text_web_site_note','','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7078,'cht','settings.text_web_site_note_two','的網站URL。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7079,'cht','settings.row_email','郵箱','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7080,'cht','settings.text_email_note_one','','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7081,'cht','settings.text_email_note_two','的聯繫郵箱。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7082,'cht','settings.row_msn','MSN','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7083,'cht','settings.text_msn_note_one','','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7084,'cht','settings.text_msn_note_two','的聯繫MSN。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7085,'cht','settings.row_qq','QQ','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7086,'cht','settings.text_qq_note_one','','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7087,'cht','settings.text_qq_note_two','的聯繫QQ。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7088,'cht','settings.row_telephone','電話','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7089,'cht','settings.text_telephone_note_one','','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7090,'cht','settings.text_telephone_note_two','的聯繫電話。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7091,'cht','settings.head_bonus_settings','魔力值設定','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7092,'cht','settings.text_bonus_by_seeding','做種獲得魔力值','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7093,'cht','settings.row_donor_gets_double','捐贈者加倍','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7094,'cht','settings.text_donor_gets','捐贈者通過做種能獲得正常情況','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7095,'cht','settings.text_times_as_many','倍的魔力值。預設\'2\'。設為\'0\'則將捐贈者和其他用戶同等對待。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7096,'cht','settings.row_basic_seeding_bonus','基礎做種魔力值','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7097,'cht','settings.text_user_would_get','用戶將獲得','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7098,'cht','settings.text_bonus_points','個魔力值,最多計算','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7099,'cht','settings.text_torrents_default','個種子。預設\'1\'\'7\'。將魔力值數設為\'0\'來禁止此規則。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7100,'cht','settings.row_seeding_formula','做種公式','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7101,'cht','settings.text_bonus_formula_one','每小時獲得的魔力值點數由下面的公式給出','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7102,'cht','settings.text_where','式中','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7103,'cht','settings.text_bonus_formula_two','<b>A</b>為中間變數</li><li><b>Ti</b>為第<b>i</b>個種子的生存時間,即自種子發布起到現在所經過的時間, 單位是周','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7104,'cht','settings.text_bonus_formula_three','<b>T0</b>為參數。<b>T0</b> = ','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7105,'cht','settings.text_bonus_formula_four','。預設為\'4\'','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7106,'cht','settings.text_bonus_formula_five','<b>Si</b>為第<b>i</b>個種子的大小單位是GB','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7107,'cht','settings.text_bonus_formula_six','<b>Ni</b>為第<b>i</b>個種子目前的做種者數</li><li><b>N0</b>為參數。<b>N0</b> = ','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7108,'cht','settings.text_bonus_formula_seven','。預設為\'7\'','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7109,'cht','settings.text_bonus_formula_eight','<b>B</b>為1小時中用戶獲得的做種魔力值點數','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7110,'cht','settings.text_bonus_formula_nine','<b>B0</b>為參數代表用戶1小時獲得魔力值的上限。<b>B0</b> = ','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7111,'cht','settings.text_bonus_formula_ten','。預設為\'100\'','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7112,'cht','settings.text_bonus_formula_eleven','<b>L</b>為參數。<b>L</b> = ','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7113,'cht','settings.text_bonus_formula_twelve','。預設為\'300\'','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7114,'cht','settings.text_misc_ways_get_bonus','其他抓取方式','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7115,'cht','settings.row_uploading_torrent','發布新種子','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7116,'cht','settings.text_uploading_torrent_note','個魔力值,如果他發布一個新種子。預設\'15\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7117,'cht','settings.row_uploading_subtitle','上傳一個字幕','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7118,'cht','settings.text_uploading_subtitle_note','個魔力值,如果他上傳一個字幕。預設\'5\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7119,'cht','settings.row_starting_topic','發布新主題','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7120,'cht','settings.text_starting_topic_note','個魔力值,如果他在論壇發布一個新的主題。預設\'2\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7121,'cht','settings.row_making_post','回覆帖子','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7122,'cht','settings.text_making_post_note','個魔力值,如果他在論壇發布一個帖子。預設\'1\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7123,'cht','settings.row_adding_comment','發布評論','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7124,'cht','settings.text_adding_comment_note','個魔力值,如果他對種子、候選發表了一次評論。預設\'1\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7125,'cht','settings.row_voting_on_poll','參與調查投票','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7126,'cht','settings.text_voting_on_poll_note','個魔力值,如果他參與一次調查投票。預設\'1\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7127,'cht','settings.row_voting_on_offer','參與候選投票','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7128,'cht','settings.text_voting_on_offer_note','個魔力值,如果他參與一次候選投票。預設\'1\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7129,'cht','settings.row_voting_on_funbox','趣味盒投票','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7130,'cht','settings.text_voting_on_funbox_note','個魔力值,如果他參與一次趣味盒投票。預設\'1\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7131,'cht','settings.row_saying_thanks','說謝謝','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7132,'cht','settings.text_giver_and_receiver_get','感謝表達者和接受者將分別得到','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7133,'cht','settings.text_saying_thanks_and','和','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7134,'cht','settings.text_saying_thanks_default','個魔力值。預設\'0.5\'\'0\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7135,'cht','settings.row_funbox_stuff_reward','趣味盒獎勵','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7136,'cht','settings.text_funbox_stuff_reward_note','個魔力值,如果他發布的趣味盒內容被評為“有趣”。預設\'5\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7137,'cht','settings.text_things_cost_bonus','消耗魔力值的項目','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7138,'cht','settings.row_one_gb_credit','1.0 GB上傳量','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7139,'cht','settings.text_it_costs_user','用戶將失去','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7140,'cht','settings.text_one_gb_credit_note','個魔力值如果他選取交換1.0 GB上傳量。預設\'300\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7141,'cht','settings.row_five_gb_credit','5.0 GB上傳量','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7142,'cht','settings.text_five_gb_credit_note','個魔力值如果他選取交換5.0 GB上傳量。預設\'800\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7143,'cht','settings.row_ten_gb_credit','10.0 GB上傳量','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7144,'cht','settings.text_ten_gb_credit_note','個魔力值如果他選取交換5.0 GB上傳量。預設\'1200\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7145,'cht','settings.row_ratio_limit','分享率限制','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7146,'cht','settings.text_user_with_ratio','當用戶的分享率高于','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7147,'cht','settings.text_uploaded_amount_above','且其上傳量大于','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7148,'cht','settings.text_ratio_limit_default',' GB時他無法交換更多的上傳量。預設\'6\'\'50\'。將分享率設為\'0\'來禁止此規則。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7149,'cht','settings.row_buy_an_invite','購買邀請名額','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7150,'cht','settings.text_buy_an_invite_note','個魔力值,如果他選取交換一個邀請名額。預設\'1000\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7151,'cht','settings.row_custom_title','自訂頭銜','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7152,'cht','settings.text_custom_title_note','個魔力值,如果他選取自訂一次頭銜。預設\'5000\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7153,'cht','settings.row_vip_status','貴賓待遇','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7154,'cht','settings.text_vip_status_note','個魔力值,如果他選取給自己換取一個月的貴賓待遇。預設\'8000\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7155,'cht','settings.row_allow_giving_bonus_gift','允許魔力值贈送','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7156,'cht','settings.text_giving_bonus_gift_note','允許用戶間相互贈送魔力值。預設\'是\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7157,'cht','settings.head_account_settings','賬號設定','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7158,'cht','settings.row_never_delete','永遠保留','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7159,'cht','settings.text_delete_inactive_accounts','移除不活躍賬號','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7160,'cht','settings.text_never_delete','及以上等級的賬號將永遠保留。預設','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7161,'cht','settings.row_never_delete_if_packed','封存后永遠保留','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7162,'cht','settings.text_never_delete_if_packed','及以上等級的賬號如果在封存后將永遠保留。預設','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7163,'cht','settings.row_delete_packed','移除封存賬號','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7164,'cht','settings.text_delete_packed_note_one','封存的賬號如果連續','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7165,'cht','settings.text_delete_packed_note_two','天不登入,將被移除。預設\'400\',設為\'0\'來禁止此規則。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7166,'cht','settings.row_delete_unpacked','移除未封存賬號','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7167,'cht','settings.text_delete_unpacked_note_one','未封存的賬號如果連續','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7168,'cht','settings.text_delete_unpacked_note_two','天不登入,將被移除。預設\'150\',設為\'0\'來禁止此規則。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7169,'cht','settings.row_delete_no_transfer','移除沒有流量的用戶','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7170,'cht','settings.text_delete_transfer_note_one','沒有流量的用戶(即上傳/下載資料都為0如果連續','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7171,'cht','settings.text_delete_transfer_note_two','天不登入,或者註冊時間滿','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7172,'cht','settings.text_delete_transfer_note_three','天,將被移除賬號。預設\'60\'\'0\'。<br />注意兩條規則是分開執行的。將其中任一規則設為0<b>只</b>禁止一條規則。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7173,'cht','settings.text_user_promotion_demotion','用戶升級和降級','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7174,'cht','settings.row_ban_peasant_one','禁用','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7175,'cht','settings.row_ban_peasant_two','','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7176,'cht','settings.text_ban_peasant_note_one','如果在','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7177,'cht','settings.text_ban_peasant_note_two','天內仍未改善分享率,將被禁用。預設\'30\',設為\'0\'將馬上禁止。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7178,'cht','settings.row_demoted_to_peasant_one','降級至','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7179,'cht','settings.row_demoted_to_peasant_two','','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7180,'cht','settings.text_demoted_peasant_note_one','用戶在以下任一情況下將被降為','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7181,'cht','settings.text_demoted_peasant_note_two','','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7182,'cht','settings.text_downloaded_amount_larger_than','下載量超過','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7183,'cht','settings.text_and_ratio_below',' GB且分享率低于','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7184,'cht','settings.text_demote_peasant_default_one','。預設\'50\'\'0.4\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7185,'cht','settings.text_demote_peasant_default_two','。預設\'100\'\'0.5\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7186,'cht','settings.text_demote_peasant_default_three','。預設\'200\'\'0.6\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7187,'cht','settings.text_demote_peasant_default_four','。預設\'400\'\'0.7\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7188,'cht','settings.text_demote_peasant_default_five','。預設\'800\'\'0.8\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7189,'cht','settings.text_demote_peasant_note','注意:<font class=striking><b>不要</b></font>改變下載量遞增的排序。將下載量設為\'0\'將禁止相應的規則。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7190,'cht','settings.row_promote_to_one','升級至','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7191,'cht','settings.row_promote_to_two','','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7192,'cht','settings.text_member_longer_than','註冊時間大于','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7193,'cht','settings.text_downloaded_more_than','周,下載量大于','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7194,'cht','settings.text_with_ratio_above',' GB且分享率大于','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7195,'cht','settings.text_be_promoted_to','的用戶,將升級為','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7196,'cht','settings.text_promote_to_default_one','。預設','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7197,'cht','settings.text_promote_to_default_two',',他將被降級。預設','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7198,'cht','settings.text_demote_with_ratio_below','然而,一旦用戶的分享率低于','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7199,'cht','settings.head_torrent_settings','種子設定','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7200,'cht','settings.row_promotion_rules','促銷規則','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7201,'cht','settings.text_promotion_rules_note','開啟一些自動促銷規則。<font color=red><b>程式碼待完善,如果不清楚用處請不要啟用。</b></font>','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7202,'cht','settings.row_random_promotion','隨機促銷','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7203,'cht','settings.text_random_promotion_note_one','種子在發布時由系統自動隨機促銷。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7204,'cht','settings.text_halfleech_chance_becoming','%的可能成為<b><font class=\'halfdown\'>50%</font></b>。預設\'5\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7205,'cht','settings.text_free_chance_becoming','%的可能成為<b><font class=\'free\'>免費</font></b>。預設\'2\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7206,'cht','settings.text_twoup_chance_becoming','%的可能成為<b><font class=\'twoup\'>2X</font></b>。預設\'2\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7207,'cht','settings.text_freetwoup_chance_becoming','%的可能成為<b><font class=\'twoupfree\'>2X免費</font></b>。預設\'1\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7208,'cht','settings.text_twouphalfleech_chance_becoming','%的可能成為<b><font class=\'twouphalfdown\'>2x 50%</font></b>。預設\'0\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7209,'cht','settings.text_random_promotion_note_two','將值設為\'0\'來禁止相應規則。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7210,'cht','settings.row_large_torrent_promotion','大體積種子促銷','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7211,'cht','settings.text_torrent_larger_than','體積大于','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7212,'cht','settings.text_gb_promoted_to',' GB的種子將在發布時由系統自動設為','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7213,'cht','settings.text_by_system_upon_uploading','。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7214,'cht','settings.text_large_torrent_promotion_note','預設\'20\'\'免費\'。將種子體積設為\'0\'來禁止此規則。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7215,'cht','settings.row_promotion_timeout','促銷時限','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7216,'cht','settings.text_promotion_timeout_note_one','種子的促銷將在一段時間后過期。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7217,'cht','settings.text_halfleech_will_become','<b><font class=\'halfdown\'>50%</font></b>將變為','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7218,'cht','settings.text_after',',如果離發布時間已過去','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7219,'cht','settings.text_halfleech_timeout_default','天。預設\'普通\'\'150\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7220,'cht','settings.text_free_will_become','<b><font class=\'free\'>免費</font></b>將變為','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7221,'cht','settings.text_free_timeout_default','天。預設\'普通\'\'60\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7222,'cht','settings.text_twoup_will_become','<b><font class=\'twoup\'>2X</font></b>將變為','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7223,'cht','settings.text_twoup_timeout_default','天。預設\'普通\'\'60\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7224,'cht','settings.text_freetwoup_will_become','<b><font class=\'twoupfree\'>2X免費</font></b>將變為','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7225,'cht','settings.text_freetwoup_timeout_default','天。預設\'普通\'\'30\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7226,'cht','settings.text_halfleechtwoup_will_become','<b><font class=\'twouphalfdown\'>2X 50%</font></b>將變為','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7227,'cht','settings.text_halfleechtwoup_timeout_default','天。預設\'普通\'\'30\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7228,'cht','settings.text_normal_will_become','<b>普通</b>將變為','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7229,'cht','settings.text_normal_timeout_default','天。預設\'普通\'\'0\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7230,'cht','settings.text_promotion_timeout_note_two','將天數設為\'0\'來使促銷永遠不過期。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7231,'cht','settings.row_auto_pick_hot','自動挑揀熱門種子','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7232,'cht','settings.text_torrents_uploaded_within','在發布后','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7233,'cht','settings.text_days_with_more_than','天內,如果種子的做種數曾超過','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7234,'cht','settings.text_be_picked_as_hot',',它將被記號為<b><font class=hot>熱門</font></b>。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7235,'cht','settings.text_auto_pick_hot_default','預設\'7\'\'10\'。將天數設為\'0\'來禁止此規則。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7236,'cht','settings.row_uploader_get_double','發布者加倍上傳量','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7237,'cht','settings.text_torrent_uploader_gets','對于一個種子,它的發布者將得到正常情況','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7238,'cht','settings.text_times_uploading_credit','倍的上傳量。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7239,'cht','settings.text_uploader_get_double_default','預設\'1\'。設為\'1\'則將發布者和其他用戶同等對待。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7240,'cht','settings.row_delete_dead_torrents','移除斷種','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7241,'cht','settings.text_torrents_being_dead_for','連續斷種','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7242,'cht','settings.text_days_be_deleted','天的種子將被自動移除。預設\'0\'。設為\'0\'來禁止此規則。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7243,'cht','settings.row_delete_dead_torrents_note','<font class=striking><b>警告</b></font>:種子一旦被移除將不可回復。如果你的網站可能長期關閉,一定要禁止這條規則。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7244,'cht','settings.head_main_settings','主要設定','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7245,'cht','settings.row_site_online','網站在線','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7246,'cht','settings.text_site_online_note','預設\'是\'。在做站更新和其他維護時,你可能需要臨時關閉網站。<b>注意</b>:此時網站管理員仍能存取網站。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7247,'cht','settings.row_enable_invite_system','開啟邀請系統','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7248,'cht','settings.text_invite_system_note','預設\'是\'。允許新用戶通過邀請系統註冊。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7249,'cht','settings.row_initial_uploading_amount','初始上傳量','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7250,'cht','settings.text_initial_uploading_amount_note','單位為Byte即1073741824為1 GB。新註冊用戶的初始上傳量。預設\'0\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7251,'cht','settings.row_initial_invites','初始邀請名額','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7252,'cht','settings.text_initial_invites_note','新註冊用戶的初始邀請名額。預設\'0\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7253,'cht','settings.row_invite_timeout','邀請過期','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7254,'cht','settings.text_invite_timeout_note','單位為天。邀請碼如在發出X天后仍未使用將被移除。預設\'7\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7255,'cht','settings.row_enable_registration_system','開啟註冊系統','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7256,'cht','settings.row_allow_registrations','若開啟,則允許自由註冊。預設\'是\'。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7257,'cht','settings.row_verification_type','用戶驗證方式','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7258,'cht','settings.text_email','郵件','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7259,'cht','settings.text_admin','管理員','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7260,'cht','settings.text_automatically','自動','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7261,'cht','settings.text_verification_type_note','郵件:傳送驗證郵件;管理員:管理員手動;自動:註冊完成后自動啟動。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7262,'cht','settings.row_enable_wait_system','開啟等待系統','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7263,'cht','settings.text_wait_system_note','預設\'否\'。開啟或關閉等待系統。參看<a href=\'faq.php#id46\'><b>常見問題</b></a>。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7264,'cht','settings.row_enable_max_slots_system','開啟連線數系統','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7265,'cht','settings.text_max_slots_system_note','預設\'否\'。開啟或關閉最大同時下載數限制。參看<a href=\'faq.php#id66\'><b>常見問題</b></a>。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7266,'cht','settings.row_show_polls','察看投票','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7267,'cht','settings.text_show_polls_note','預設\'是\'。在首頁察看投票。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7268,'cht','settings.row_show_stats','察看網站資料','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7269,'cht','settings.text_show_stats_note','預設\'是\'。在首頁察看網站資料。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7270,'cht','settings.row_show_last_posts','察看最近論壇帖子','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7271,'cht','settings.text_show_last_posts_note','預設\'否\'。在首頁察看最近的論壇帖子。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7272,'cht','settings.row_show_last_torrents','察看最近種子','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7273,'cht','settings.text_show_last_torrents_note','預設\'否\'。在首頁察看最近發布的種子。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7274,'cht','settings.row_show_server_load','察看伺服器負載','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7275,'cht','settings.text_show_server_load_note','預設\'是\'。在首頁察看伺服器負載。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7276,'cht','settings.row_show_forum_stats','察看論壇資料','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7277,'cht','settings.text_show_forum_stats_note','預設\'是\'。在論壇頁面察看論壇資料。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7278,'cht','settings.row_show_hot','察看熱門資源','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7279,'cht','settings.text_show_hot_note','預設\'是\'。在首頁察看熱門資源。熱門資源由系統自動挑揀或由管理組成員挑揀。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7280,'cht','settings.row_show_classic','察看經典資源','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7281,'cht','settings.text_show_classic_note','預設\'否\'。在首頁察看經典資源。只有指定的總版主或以上等級能夠挑揀熱門資源。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7282,'cht','settings.row_enable_imdb_system','開啟IMDb系統','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7283,'cht','settings.text_imdb_system_note','預設\'是\'。全域IMDb系統設定。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7284,'cht','settings.row_enable_school_system','開啟學校系統','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7285,'cht','settings.text_school_system_note','預設\'否\'。如果對這項功能不清楚,<font class=striking><b>不要</b></font>開啟它。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7286,'cht','settings.row_restrict_email_domain','限制郵箱域','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7287,'cht','settings.text_restrict_email_domain_note','預設\'否\'。設為\'是\'則只允許指定的郵箱域來註冊賬號。參看<a href=\'allowedemails.php\'><b>這裡</b></a>。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7288,'cht','settings.row_show_shoutbox','察看群聊區','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7289,'cht','settings.text_show_shoutbox_note','預設\'是\'。在首頁察看群聊區。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7290,'cht','settings.row_show_funbox','察看趣味盒','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7291,'cht','settings.text_show_funbox_note','預設\'否\'。在首頁察看趣味盒。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7292,'cht','settings.row_enable_offer_section','開啟候選區','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7293,'cht','settings.text_offer_section_note','預設\'是\'。開啟或關閉候選區。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7294,'cht','settings.row_show_donation','開啟捐贈','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7295,'cht','settings.text_show_donation_note','察看捐贈資訊和捐贈排行榜。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7296,'cht','settings.row_show_special_section','開啟特別區','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7297,'cht','settings.text_show_special_section_note','預設\'否\'。如果對這項功能不清楚,<font class=striking><b>不要</b></font>開啟它。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7298,'cht','settings.row_weekend_free_uploading','周末自由發布','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7299,'cht','settings.text_weekend_free_uploading_note','預設\'否\'。設為\'是\'則允許所有用戶在周末自由發布種子從周六12:00到周日23:59。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7300,'cht','settings.row_enable_helpbox','開啟求助區','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7301,'cht','settings.text_helpbox_note','預設\'否\'。設為\'否\'則禁止游客傳送訊息。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7302,'cht','settings.row_enable_bitbucket','開啟上傳器','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7303,'cht','settings.text_bitbucket_note','預設\'是\'。設為\'否\'則禁止用戶上傳頭像到網站。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7304,'cht','settings.row_enable_small_description','開啟副標題','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7305,'cht','settings.text_small_description_note','預設\'是\'。副標題察看在種子頁面種子標題下面。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7306,'cht','settings.row_ptshow_naming_style','PTShow命名風格','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7307,'cht','settings.text_ptshow_naming_style_note','預設\'否\'。格式為[月月.日日.年年][初始名][中文名]。如果對這項功能不清楚,<font class=striking><b>不要</b></font>開啟它。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7308,'cht','settings.row_use_external_forum','使用外部論壇','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7309,'cht','settings.text_use_external_forum_note','預設\'否\'。設為\'是\'使用外部論壇來代替內建論壇。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7310,'cht','settings.row_external_forum_url','外部論壇URL','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7311,'cht','settings.text_external_forum_url_note','填寫類似這樣的位址http://www.cc98.org','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7312,'cht','settings.row_torrents_category_mode','種子區分類型態','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7313,'cht','settings.text_torrents_category_mode_note','改變種子區的分類型態。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7314,'cht','settings.row_special_category_mode','特殊區分類型態','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7315,'cht','settings.text_special_category_mode_note','改變特殊區的分類型態。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7316,'cht','settings.row_default_site_language','預設網站語言','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7317,'cht','settings.text_default_site_language_note','改變登入頁面的預設語言。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7318,'cht','settings.row_default_stylesheet','預設介面風格','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7319,'cht','settings.text_default_stylesheet_note','新註冊的用戶將預設使用這個介面風格。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7320,'cht','settings.row_max_torrent_size','種子檔案體積限制','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7321,'cht','settings.text_max_torrent_size_note','單位為byte。預設1048576即1 MB。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7322,'cht','settings.row_announce_interval','彙報間隔','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7323,'cht','settings.text_announce_interval_note_one','單位為秒。Tracker將通知BitTorrent用戶端以這個間隔時間彙報資訊。<b>需要注意的是</b>在實際情況中彙報間隔可能不同因為BitTorrent客戶端可能無視這個通知而且用戶可以選取手動連線Tracker。','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7324,'cht','settings.text_announce_default','預設:','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7325,'cht','settings.text_announce_default_default','預設\'1800\'即30分鐘','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7326,'cht','settings.text_for_torrents_older_than','發布時間超過','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7327,'cht','settings.text_days','天的種子:','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7328,'cht','settings.text_announce_two_default','預設\'7\'\'2700\'即45分鐘)。將天數設為\'0\'來禁止此規則','2021-01-11 12:48:07','2021-01-11 12:48:07'),(7329,'cht','settings.text_announce_three_default','預設\'30\'\'3600\'即60分鐘。將天數設為\'0\'來禁止此規則','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7330,'cht','settings.text_announce_interval_note_two','<b>注意</b><font class=striking><b>不要</b></font>改變天數遞增的排序。<br />越短的間隔將獲得越准確的同伴資訊更新,同時帶來<b>更大的伺服器負載</b>。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7331,'cht','settings.row_cleanup_interval','自動清理間隔','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7332,'cht','settings.text_cleanup_interval_note_one','每XXX秒時間做自動清理工作用戶升級、降級、添加做種魔力值等。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7333,'cht','settings.text_priority_one','優先級1','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7334,'cht','settings.text_priority_one_note','更新同伴狀態;添加做種魔力值。預設\'900\'即15分鐘。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7335,'cht','settings.text_priority_two','優先級2','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7336,'cht','settings.text_priority_two_note','更新種子可見性。預設\'1800\'即30分鐘。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7337,'cht','settings.text_priority_three','優先級3','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7338,'cht','settings.text_priority_three_note','更新種子做種數、下載數、評論數;更新論壇帖子/主題數;移除過期的候選;種子促銷到期;自動挑揀熱門種子。預設\'3600\'即60分鐘。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7339,'cht','settings.text_priority_four','優先級4','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7340,'cht','settings.text_priority_four_note','移除未通過驗證的賬號,過期的登入嘗試記錄,過期的邀請碼和圖片驗證碼;清理用戶賬號(移除不活躍賬號,賬號升級、降級、禁用);傳送上傳的圖片;更新用戶總做種和下載時間。預設\'43200\'即24小時。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7341,'cht','settings.text_priority_five','優先級5','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7342,'cht','settings.text_priority_five_note','移除種子檔案不存在的種子;鎖定論壇的古老主題;移除古老的舉報資訊。預設\'648000\'即15天。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7343,'cht','settings.text_cleanup_interval_note_two','<b>注意</b><font class=striking><b>不要</b></font>改變時間遞增的排序。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7344,'cht','settings.row_signup_timeout','註冊逾時','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7345,'cht','settings.text_signup_timeout_note','單位為秒。如用戶在提交註冊資訊XXX秒后未通過驗證其賬號將被移除。預設\'259200\'即3天。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7346,'cht','settings.row_min_offer_votes','最低候選投票','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7347,'cht','settings.text_min_offer_votes_note','當候選的支援票比反對票多XXX票時候選被通過。預設\'15\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7348,'cht','settings.row_offer_vote_timeout','候選投票逾時','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7349,'cht','settings.text_offer_vote_timeout_note','單位為秒。如候選在發布XXX秒后未被通過它將被移除。預設為\'259200\'即72小時。設為\'0\'則不設定逾時限制。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7350,'cht','settings.row_offer_upload_timeout','候選發布逾時','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7351,'cht','settings.text_offer_upload_timeout_note','單位為秒。如候選在通過后XXX秒內未發布種子它將被移除。預設\'86400\'即24小時。設為\'0\'則不設定逾時限制。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7352,'cht','settings.row_max_subtitle_size','最大字幕體積','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7353,'cht','settings.text_max_subtitle_size_note','單位為byte。允許上傳的最大字幕體積。預設3145728即3 MB。設為\'0\'則不設定體積限制。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7354,'cht','settings.row_posts_per_page','預設每頁帖子數','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7355,'cht','settings.text_posts_per_page_note','論壇主題每頁察看的帖子數。預設\'10\'。<br />注意:用戶的個人設定將覆寫系統預設設定。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7356,'cht','settings.row_topics_per_page','預設每頁主題數','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7357,'cht','settings.text_topics_per_page_note','論壇每頁察看的主題數。預設\'20\'。<br />注意:用戶的個人設定將覆寫系統預設設定。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7358,'cht','settings.row_number_of_news','最近訊息條數','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7359,'cht','settings.text_number_of_news_note','在首先察看的最近訊息條數。預設\'3\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7360,'cht','settings.row_torrent_dead_time','最大種子斷種時間','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7361,'cht','settings.text_torrent_dead_time_note','單位為秒。當種子連續XXX秒沒有任何做種者時它將被記號為斷種。預設\'21600\'即6小時。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7362,'cht','settings.row_max_users','最大用戶數','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7363,'cht','settings.text_max_users','當這個限制達到時,自由註冊和邀請註冊都將關閉。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7364,'cht','settings.row_https_announce_url','HTTPS Tracker位址','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7365,'cht','settings.text_https_announce_url_note','如果你的網站為HTTP和HTTPS使用同樣的位址請留空。應該設為','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7366,'cht','settings.row_site_accountant_userid','網站會計用戶ID','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7367,'cht','settings.text_site_accountant_userid_note','填寫數字,如\'1\'。捐贈者將傳送捐贈資訊短訊至此ID的用戶。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7368,'cht','settings.row_alipay_account','支付寶賬號','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7369,'cht','settings.text_alipal_account_note','你用于接收捐贈的支付寶賬號,如\'yourname@gmail.com\'。如果沒有,請留空。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7370,'cht','settings.row_paypal_account','PayPal賬號','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7371,'cht','settings.text_paypal_account_note','你用于接收捐贈的PayPal賬號如\'yourname@gmail.com\'。如果沒有,請留空。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7372,'cht','settings.row_site_email','網站郵箱位址','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7373,'cht','settings.text_site_email_note','網站的郵箱位址','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7374,'cht','settings.row_report_email','報告郵箱位址','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7375,'cht','settings.text_report_email_note','用戶報告的郵箱位址','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7376,'cht','settings.row_site_slogan','網站標語','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7377,'cht','settings.text_site_slogan_note','網站的標語','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7378,'cht','settings.row_icp_license','ICP備案信息','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7379,'cht','settings.text_icp_license_note','這是適用于在中國運營的網站的許可證制度。如果沒有,請留空。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7380,'cht','settings.row_torrent_directory','種子目錄','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7381,'cht','settings.text_torrent_directory','預設\'torrents\'。<b><u>不要</u>在末尾添加斜杠(/)</b>','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7382,'cht','settings.row_bitbucket_directory','上傳器目錄','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7383,'cht','settings.text_bitbucket_directory_note','預設\'bitbucket\'。<b><u>不要</u>在末尾添加斜杠(/)</b>','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7384,'cht','settings.row_cache_directory','緩衝區目錄','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7385,'cht','settings.text_cache_directory_note','預設\'cache\'。<b><u>不要</u>在末尾添加斜杠(/)</b>','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7386,'cht','settings.row_torrent_name_prefix','種子檔名前置','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7387,'cht','settings.text_torrent_name_prefix_note','在從網站下載的種子檔案的檔名前添加前置。預設\'[Nexus]\'。<b><u>不要</u>使用非法的檔名字元!</b>','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7388,'cht','settings.row_peering_time_calculation','同伴時間開始計算時間','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7389,'cht','settings.text_peering_time_calculation_note','請留空。該設定因曆史原因保留。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7390,'cht','settings.row_new_subtitle_id','新的字幕ID','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7391,'cht','settings.text_new_subtitle_id_note','請保持\'0\'。該設定因曆史原因保留。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7392,'cht','settings.head_website_settings','網站設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7393,'cht','settings.row_basic_settings','基礎設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7394,'cht','settings.submit_basic_settings','基礎設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7395,'cht','settings.text_basic_settings_note','設定最基礎的項目,如資料程式庫,網站名等。如果對設定項目的功能不清楚,請<font class=striking><b>不要</b></font>做任何修改。<br />基礎設定出錯可能導致<b>網站無法執行</b>。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7396,'cht','settings.row_main_settings','主要設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7397,'cht','settings.submit_main_settings','主要設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7398,'cht','settings.text_main_settings_note','配置你的網站各種主要項目。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7399,'cht','settings.row_smtp_settings','SMTP設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7400,'cht','settings.submit_smtp_settings','SMTP設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7401,'cht','settings.text_smtp_settings_note','配置網站SMTP郵件伺服器。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7402,'cht','settings.row_security_settings','安全設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7403,'cht','settings.submit_security_settings','安全設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7404,'cht','settings.text_security_settings_note','管理網站的安全。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7405,'cht','settings.row_authority_settings','許可權設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7406,'cht','settings.submit_authority_settings','許可權設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7407,'cht','settings.text_authority_settings_note','配置各等級的用戶所具有的許可權。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7408,'cht','settings.row_tweak_settings','次要設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7409,'cht','settings.submit_tweak_settings','次要設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7410,'cht','settings.text_tweak_settings_note','配置你的網站的次要項目。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7411,'cht','settings.row_bonus_settings','魔力值設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7412,'cht','settings.submit_bonus_settings','魔力值設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7413,'cht','settings.text_bonus_settings_note','配置魔力值的抓取和使用。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7414,'cht','settings.row_account_settings','賬號設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7415,'cht','settings.submit_account_settings','賬號設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7416,'cht','settings.text_account_settings_settings','配置賬號的升級,降級,移除等。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7417,'cht','settings.row_torrents_settings','種子設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7418,'cht','settings.submit_torrents_settings','種子設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7419,'cht','settings.text_torrents_settings_note','配置種子的促銷,篩選等。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7420,'cht','settings.row_bots_settings','機器人設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7421,'cht','settings.submit_bots_settings','機器人設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7422,'cht','settings.text_bots_settings_note','管理網站的機器人。如果對設定項目的功能不清楚,請<font class=striking><b>不要</b></font>做任何修改。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7423,'cht','settings.row_code_settings','程式碼設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7424,'cht','settings.submit_code_settings','程式碼設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7425,'cht','settings.text_code_settings_note','配置程式碼的版本。如果對設定項目的功能不清楚,請<font class=striking><b>不要</b></font>做任何修改。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7426,'cht','settings.text_smtp_default','預設使用PHP預設郵件函數','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7427,'cht','settings.text_smtp_advanced','進階使用PHP預設郵件函數添加其餘的頭資訊。有助于防止被視為垃圾郵件過濾','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7428,'cht','settings.text_smtp_external','外部使用外部SMTP伺服器','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7429,'cht','settings.text_setting_for_advanced_type','進階類別設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7430,'cht','settings.row_smtp_host','SMTP主機','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7431,'cht','settings.text_smtp_host_note','預設:\'localhost\'','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7432,'cht','settings.row_smtp_port','SMTP通訊埠','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7433,'cht','settings.text_smtp_port_note','預設25','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7434,'cht','settings.row_smtp_sendmail_from','SMTP郵件傳送來源','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7435,'cht','settings.text_smtp_sendmail_from_note','預設:','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7436,'cht','settings.row_smtp_sendmail_path','Sendmail路徑','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7437,'cht','settings.text_smtp_sendmail_path_note','請在php.ini中設定好sendmail_path','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7438,'cht','settings.text_setting_for_external_type','外部類別設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7439,'cht','settings.row_outgoing_mail_address','SMTP位址','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7440,'cht','settings.row_outgoing_mail_port','SMTP通訊埠','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7441,'cht','settings.text_outgoing_mail_address_note','<b>輔助說明:</b> smtp.yourisp.com','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7442,'cht','settings.text_outgoing_mail_port_note','<b>輔助說明:</b> 25','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7443,'cht','settings.row_smtp_account_name','用戶名','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7444,'cht','settings.text_smtp_account_name_note','<b>輔助說明:</b> yourname@yourisp.com','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7445,'cht','settings.row_smtp_account_password','用戶密碼','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7446,'cht','settings.text_smtp_account_password_note','<b>輔助說明:</b>匯入你的密碼','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7447,'cht','settings.text_mail_test_note','如何測試傳送郵件功能?很簡單,點擊','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7448,'cht','settings.text_here','這裡','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7449,'cht','settings.std_error','錯誤','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7450,'cht','settings.std_mysql_connect_error','無法連線MySQL請檢查設定。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7451,'cht','settings.row_enable_location','顯示地址','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7452,'cht','settings.text_enable_location_note','默認\'否\'。根據用戶的IP地址顯示其地理位置。如果你沒有導入IP地址庫<b>不要</b>啟用本項。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7453,'cht','settings.row_torrents_per_page','默認每頁種子數','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7454,'cht','settings.row_title_keywords','頁面標題關鍵字','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7455,'cht','settings.text_title_keywords_note','察看在頁面標題末尾。填寫這些關鍵字能輔助說明搜索引擎找到你的網站。多個關鍵字間用\'|\'分隔,如\'BT|下載|電影\'。如果想保持清爽的頁面標題,請留空。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7456,'cht','settings.row_meta_keywords','Meta關鍵字','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7457,'cht','settings.text_meta_keywords_note','出現在頁面頭部Meta標簽中。填寫與你網站相關的關鍵字。多個關鍵字間用半角逗點\',\'分隔,如\'BT, 下載, 電影\'.','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7458,'cht','settings.row_meta_description','Meta說明','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7459,'cht','settings.text_meta_description_note','出現在頁面頭部Meta標簽中。填寫你網站的概要和說明。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7460,'cht','settings.row_bonus_gift_tax','魔力值贈送稅收','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7461,'cht','settings.text_system_charges','系統向禮物接收者索取','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7462,'cht','settings.text_bonus_points_plus','個魔力值 + 贈送額的','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7463,'cht','settings.text_bonus_gift_tax_note','%的魔力值作為稅收。如設為\'5\'\'10\'時禮物贈送者傳送100個魔力值接收者只獲得85個。預設\'5\'\'10\'。<br /><b>注意</b>:兩條規則是分開執行的,將兩個值都設為\'0\'才能完全免除稅收。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7464,'cht','settings.row_see_sql_debug','檢視除錯資訊','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7465,'cht','settings.text_allow','允許','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7466,'cht','settings.text_see_sql_list','及以上等級的用戶檢視除錯資訊在頁面底部檢視SQL敘述清單PHP報告資訊。預設','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7467,'cht','settings.text_smtp_none','無(將徹底禁止郵件發送功能)','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7468,'cht','settings.row_attachment_settings','屬裝置設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7469,'cht','settings.submit_attachment_settings','屬裝置設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7470,'cht','settings.text_attachment_settings_note','配置屬裝置。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7471,'cht','settings.head_attachment_settings','屬裝置設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7472,'cht','settings.row_enable_attachment','開啟屬裝置','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7473,'cht','settings.text_enable_attachment_note','全域屬裝置設定。如設為\'否\',所有人都無法上傳屬裝置。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7474,'cht','settings.row_save_directory','屬裝置儲存位置','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7475,'cht','settings.row_http_directory','屬裝置URL位址','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7476,'cht','settings.text_http_directory_note','可為目前URL下的相對位址或http://開頭的絕對位址。<b><u>不要</u>在末尾添加斜杠(/)</b>預設\'attachments\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7477,'cht','settings.row_attachment_authority','屬裝置許可權','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7478,'cht','settings.text_can_upload_at_most','及以上等級用戶在24小時內最多允許上傳','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7479,'cht','settings.text_file_size_below','個屬裝置,每個屬裝置檔案大小不超過','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7480,'cht','settings.text_with_extension_name','KB允許的檔案副檔名為','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7481,'cht','settings.text_authority_default_one_one','。預設','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7482,'cht','settings.text_authority_default_one_two','\'5\'\'256\'\'jpeg, jpg, png, gif\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7483,'cht','settings.text_authority_default_two_one','。預設','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7484,'cht','settings.text_authority_default_two_two','\'10\'\'512\'\'torrent, zip, rar, 7z, gzip, gz\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7485,'cht','settings.text_authority_default_three_one','。預設','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7486,'cht','settings.text_authority_default_three_two','\'20\'\'1024\'\'mp3, oga, ogg, flv\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7487,'cht','settings.text_authority_default_four_one','。預設','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7488,'cht','settings.text_authority_default_four_two','\'500\'\'2048\'\'\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7489,'cht','settings.text_attachment_authority_note_two','<b>注意:</b><ul><li><b>不要</b>改變用戶等級、檔案數限制、檔案大小限制遞增的排序。</li><li>將檔案大小限制設為\'0\',檔案數限制設為\'0\',允許的檔案副檔名設為\'\'(即留空)才能<b>禁止</b>相應規則。</li><li>高等級的用戶自動繼承低等級用戶的許可權,所以<b>沒</b>必要在多條規則中填寫相同的允許檔案副檔名。</li><li>多個允許的檔案副檔名用半角逗點\',\'分隔。</li><li>無論如何設定,<b>沒有</b>任何人能上傳檔案大小超過5 MB或副檔名為\'exe, com, bat, msi\'之一的屬裝置。</li></ul>','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7490,'cht','settings.text_attachment_authority_note_one','根據用戶等級定義其擁有的上傳屬裝置的許可權。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7491,'cht','settings.text_save_directory_note','你儲存屬裝置的伺服器路徑。請確保目錄存取許可權已設定正確777。<b><u>不要</u>在末尾添加斜杠(/)</b>預設\'./attachments\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7492,'cht','settings.row_save_directory_type','儲存屬裝置方式','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7493,'cht','settings.text_one_directory','全部檔案存入同一目錄','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7494,'cht','settings.text_directories_by_monthes','按月份存入不同目錄','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7495,'cht','settings.text_directories_by_days','按天存入不同目錄','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7496,'cht','settings.text_save_directory_type_note','此設定只影響新上傳的屬裝置。預設\'按月份存入不同目錄\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7497,'cht','settings.row_image_thumbnails','圖片縮略圖','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7498,'cht','settings.text_no_thumbnail','1. 不啟用縮略圖功能。只儲存初始圖片。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7499,'cht','settings.text_create_thumbnail','2. 為大小大的圖片生成縮略圖,同時儲存縮略圖和初始圖片。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7500,'cht','settings.text_resize_big_image','3. 縮小大小大的圖片,只儲存縮略圖。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7501,'cht','settings.text_image_thumbnail_note','預設\'2\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7502,'cht','settings.row_thumbnail_quality','縮略圖品質','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7503,'cht','settings.text_thumbnail_quality_note','設定縮略圖的品質。該參數範圍為1至100內的整數。數值越大縮略圖品質越高同時檔案大小越大。預設\'80\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7504,'cht','settings.row_thumbnail_size','縮略圖大小','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7505,'cht','settings.text_thumbnail_size_note','寬度 * 高度,單位為像素。<b>只</b>為寬度<b>或</b>高度超過此限制的圖片生成縮略圖。預設\'500\'\'500\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7506,'cht','settings.row_watermark','水印位置','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7507,'cht','settings.text_no_watermark','不啟用水印功能','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7508,'cht','settings.text_left_top','#1','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7509,'cht','settings.text_top','#2','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7510,'cht','settings.text_right_top','#3','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7511,'cht','settings.text_left','#4','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7512,'cht','settings.text_center','#5','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7513,'cht','settings.text_right','#6','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7514,'cht','settings.text_left_bottom','#7','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7515,'cht','settings.text_bottom','#8','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7516,'cht','settings.text_right_bottom','#9','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7517,'cht','settings.text_random_position','隨機位置','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7518,'cht','settings.text_watermark_note','為上傳的圖片檔案JPEG/PNG/GIF添加水印。你可以替代水印PNG圖片檔案\'pic/watermark.png\'以實現不同的水印效果。選取水印添加的位置。不支援給動畫GIF檔案添加水印。預設\'不啟用水印功能\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7519,'cht','settings.row_image_size_for_watermark','水印添加條件','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7520,'cht','settings.text_watermark_size_note','寬度 * 高度,單位為像素。<b>只</b>為寬度<b>和</b>高度都超過此限制的圖片添加水印。預設\'300\'\'300\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7521,'cht','settings.row_jpeg_quality_with_watermark','JPEG圖片水印品質','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7522,'cht','settings.text_jpeg_watermark_quality_note','添加水印后的JPEG檔案的圖片品質。該參數範圍為1至100內的整數。數值越大縮略圖品質越高同時檔案大小越大。預設\'85\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7523,'cht','settings.head_save_attachment_settings','儲存屬裝置設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7524,'cht','settings.row_css_date','CSS日期','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7525,'cht','settings.text_css_date','時間格式為\'年年年年月月日日時時分分\',如\'200911030110\'。修改此項目能輔助說明強制用戶的瀏覽器更新CSS緩衝區。當你對CSS檔案做一些修改后可能需要用到此項。如果不明白此項用處請留空。預設為空。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7526,'cht','settings.row_alternative_thumbnail_size','縮略圖另一尺寸','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7527,'cht','settings.text_alternative_thumbnail_size_note','用戶能選取縮略圖另外一種尺寸。預設\'180\'\'135\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7528,'cht','settings.row_add_watermark_to_thumbnail','給縮略圖添加水印','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7529,'cht','settings.text_watermark_to_thumbnail_note','選取是否給縮略圖也添加水印。預設\'否\'。當全域縮略圖設定啟用時被項才能生效。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7530,'cht','settings.row_advertisement_settings','廣告設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7531,'cht','settings.submit_advertisement_settings','廣告設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7532,'cht','settings.text_advertisement_settings_note','配置你網站中的廣告。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7533,'cht','settings.head_advertisement_settings','廣告設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7534,'cht','settings.row_enable_advertisement','啟用廣告','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7535,'cht','settings.text_enable_advertisement_note','全域廣告設定。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7536,'cht','settings.row_no_advertisement','可關閉廣告','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7537,'cht','settings.text_can_choose_no_advertisement','及以上等級用戶可在控制面板中選取不察看廣告。預設','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7538,'cht','settings.row_bonus_no_advertisement','魔力值交換可關閉廣告','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7539,'cht','settings.text_no_advertisement_with_bonus','及以上等級用戶可用魔力值換取一定期限內不察看廣告的許可權。預設','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7540,'cht','settings.row_no_advertisement_bonus_price','無廣告魔力值','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7541,'cht','settings.text_bonus_points_to_buy','個魔力值,如果他選取交換','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7542,'cht','settings.text_days_without_advertisements','天不察看廣告的許可權。預設\'10000\'\'15\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7543,'cht','settings.row_click_advertisement_bonus','點擊廣告抓取魔力值','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7544,'cht','settings.text_points_clicking_on_advertisements','個魔力值,如果他第一次點擊某個廣告。設為\'0\'來禁用此規則。<br /><b>注意</b>一些廣告服務如Google Adsense禁止網站激勵用戶點擊廣告的行為。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7545,'cht','settings.head_save_advertisement_settings','儲存廣告設定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7546,'cht','settings.row_enable_tooltip','允許懸浮輔助說明','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7547,'cht','settings.text_enable_tooltip_note','是否允許用戶使用懸浮輔助說明功能。預設\'是\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7548,'cht','settings.text_thirtypercentleech_chance_becoming','%的可能成為<b><font class=\'thirtypercent\'>30%</font></b>。預設\'0\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7549,'cht','settings.text_thirtypercentleech_will_become','<b><font class=\'thirtypercent\'>30%</font></b>將變為','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7550,'cht','settings.text_thirtypercentleech_timeout_default','天。預設\'普通\'\'30\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7551,'cht','settings.row_site_logo','網站logo','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7552,'cht','settings.text_site_logo_note','網站logo圖片檔案。建議圖片大小為220x70。如不填寫將使用文字。預設\'\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7553,'cht','settings.row_promotion_link_click','宣傳鏈結點擊','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7554,'cht','settings.text_promotion_link_note_one','個魔力值如果他的宣傳鏈結獲得一次來自一個未記錄的IP的點擊。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7555,'cht','settings.text_promotion_link_note_two','秒內最多獎勵一次點擊。將魔力值設為\'0\'來禁用宣傳鏈結功能。預設\'0\'\'600\'。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7556,'cht','settings.row_promotion_link_example_image','宣傳鏈結示例圖片','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7557,'cht','settings.text_promotion_link_example_note','在<a href=\"promotionlink.php\"><b>宣傳鏈結</b></a>介紹示例中的圖片。<b>必須</b>使用相對地址,如\'pic/prolink.png\'.','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7558,'cht','settings.row_enable_nfo','啟用NFO','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7559,'cht','settings.text_enable_nfo_note','預設\'是\'。全域NFO設定。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7560,'cht','settings.row_web_analytics_code','網站統計程式碼','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7561,'cht','settings.text_web_analytics_code_note','填寫由第三方如Google Analytics提供的網站統計程式碼。如無請留空。<br /><b>注意</b>:請確保程式碼安全可信。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7562,'cht','settings.row_enable_email_notification','允許用戶收取郵件輔助說明','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7563,'cht','settings.text_email_notification_note','是否允許用戶在收取新短訊、評論等時候收到郵件輔助說明。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7564,'cht','settings.text_users_get','首次升級至此等級的用戶將獲得','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7565,'cht','settings.text_invitations_default','個邀請名額。預設','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7566,'cht','shoutbox.text_del','刪','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7567,'cht','shoutbox.std_access_denied','拒絕訪問','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7568,'cht','shoutbox.std_access_denied_note','游客不允許查看該頁面。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7569,'cht','shoutbox.text_to_guest','對<b>游客</b>說','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7570,'cht','shoutbox.text_guest','<b>游客</b>','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7571,'cht','shoutbox.text_ago','前','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7572,'cht','shoutbox.text_helpbox_disabled','求助區當前關閉中。你在搞什麼鬼?','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7573,'cht','shoutbox.text_no_permission_to_shoutbox','你沒有在群聊區發言的權力。你在搞什麼鬼?','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7574,'cht','signup.head_signup','註冊','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7575,'cht','signup.text_cookies_note','<b>注意</b>你必須啟用cookies才能註冊或登錄。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7576,'cht','signup.row_desired_username','用戶名','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7577,'cht','signup.text_allowed_characters','有效字元:(a-z), (A-Z), (0-9)至多12個字元','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7578,'cht','signup.row_pick_a_password','輸入密碼','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7579,'cht','signup.text_minimum_six_characters','至少6個字元。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7580,'cht','signup.row_enter_password_again','再次輸入密碼','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7581,'cht','signup.row_question','密碼丟失問題','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7582,'cht','signup.row_enter_hint_answer','輸入答案','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7583,'cht','signup.text_hint_note','用於找回忘記的密碼。至少6個字元。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7584,'cht','signup.row_email_address','郵箱地址','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7585,'cht','signup.text_email_note','你只能使用以下郵箱註冊:','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7586,'cht','signup.row_country','國家/地區','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7587,'cht','signup.row_gender','性別','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7588,'cht','signup.radio_male','男 ','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7589,'cht','signup.radio_female','女 ','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7590,'cht','signup.row_verification','確認','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7591,'cht','signup.checkbox_read_rules','我已閱讀並同意遵守站點<a href=rules.php><u>規則</u></a>。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7592,'cht','signup.checkbox_read_faq','我會在提問前先查看<a href=faq.php><u>常見問題</u></a>。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7593,'cht','signup.checkbox_age','我已滿13周歲。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7594,'cht','signup.text_all_fields_required','所有區域都必須填寫!','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7595,'cht','signup.submit_sign_up','註冊!(只需點擊一次)','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7596,'cht','signup.select_none_selected','未選','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7597,'cht','signup.text_select_lang','Select Site Language: ','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7598,'cht','signup.row_school','學校','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7599,'cht','signup.head_invite_signup','受邀注冊','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7600,'cht','signup.std_uninvited','邀請碼錯誤,無法注冊。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7601,'cht','signup.std_error','錯誤','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7602,'cht','staff.head_staff','管理組','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7603,'cht','staff.text_staff','管理組','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7604,'cht','staff.text_firstline_support','一線客服','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7605,'cht','staff.text_firstline_support_note','普通問題請咨詢以下用戶。注意:他們幫助你所花的時間和精力都是無回報的,請對他們表示感謝!','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7606,'cht','staff.text_movie_critics','批評家','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7607,'cht','staff.text_movie_critics_note','批評家負責挑選優秀的電影、音樂等資源,撰寫點評,獎勵用戶的評論。總之,致力于創造交流的良好氛圍。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7608,'cht','staff.text_general_staff','常規管理員','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7609,'cht','staff.text_general_staff_note','所有軟件和<a href=faq.php><b>常見問題</b></a>中已解答的問題將被無視。<br /><br />點擊<a href=contactstaff.php><b>這里</b></a>發短訊給管理組。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7610,'cht','staff.text_username','用戶名','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7611,'cht','staff.text_online_or_offline','是否在線','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7612,'cht','staff.text_country','國家','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7613,'cht','staff.text_contact','聯系','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7614,'cht','staff.text_language','語言','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7615,'cht','staff.text_support_for','幫助內容','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7616,'cht','staff.text_responsible_for','負責內容','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7617,'cht','staff.text_duties','職責','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7618,'cht','staff.title_online','在線','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7619,'cht','staff.title_offline','不在線','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7620,'cht','staff.title_send_pm','發送短訊','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7621,'cht','staff.text_vip','VIP','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7622,'cht','staff.text_vip_note','VIP資格只授予對NexusPHP做出過特殊貢獻的用戶。如曾經的管理組成員。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7623,'cht','staff.text_reason','原因','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7624,'cht','staff.text_apply_for_it','申請加入','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7625,'cht','staff.text_forum_moderators','論壇版主','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7626,'cht','staff.text_forum_moderators_note','論壇版主負責論壇的日常管理。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7627,'cht','staff.text_forums','版塊','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7628,'cht','staffbox.head_staff_pm','管理組信箱','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7629,'cht','staffbox.text_staff_pm','管理組信箱','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7630,'cht','staffbox.std_sorry','對不起','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7631,'cht','staffbox.std_no_messages_yet','暫時沒有短訊!','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7632,'cht','staffbox.col_subject','主題','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7633,'cht','staffbox.col_sender','發訊者','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7634,'cht','staffbox.col_added','時間','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7635,'cht','staffbox.col_answered','回復','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7636,'cht','staffbox.col_action','行為','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7637,'cht','staffbox.text_yes','是','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7638,'cht','staffbox.text_no','否','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7639,'cht','staffbox.submit_set_answered','設為已回復','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7640,'cht','staffbox.submit_delete','刪除','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7641,'cht','staffbox.text_system','系統','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7642,'cht','staffbox.head_view_staff_pm','查看管理組信箱','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7643,'cht','staffbox.col_from','自','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7644,'cht','staffbox.col_date','日期','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7645,'cht','staffbox.col_answered_by','回復者','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7646,'cht','staffbox.text_reply','回復','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7647,'cht','staffbox.text_mark_answered','設為已回復','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7648,'cht','staffbox.text_delete','刪除','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7649,'cht','staffbox.std_error','錯誤','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7650,'cht','staffbox.std_no_user_id','沒有此ID的用戶。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7651,'cht','staffbox.head_answer_to_staff_pm','回復管理組信息','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7652,'cht','staffbox.text_answering_to','回復','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7653,'cht','staffbox.text_sent_by',' - 來自','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7654,'cht','staffbox.std_body_is_empty','回復不能為空白!','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7655,'cht','subtitles.std_error','錯誤!','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7656,'cht','subtitles.std_must_login_to_upload','必須登錄後才能上傳字幕','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7657,'cht','subtitles.head_subtitles','字幕區','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7658,'cht','subtitles.std_nothing_received','<b>上傳失敗!</b> <br /><br />沒有接受到檔!選擇的檔可能太大。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7659,'cht','subtitles.std_subs_too_big','<b>上傳失敗!</b> <br /><br />字幕文件太大!','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7660,'cht','subtitles.std_wrong_subs_format','<b>上傳失敗!</b> <br /><br />我不允許保存你上傳的檔:|','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7661,'cht','subtitles.std_file_already_exists','<b>上傳失敗!</b> <br /><br />已存在該文件<font color=red><b>','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7662,'cht','subtitles.std_missing_torrent_id','<b>上傳失敗!</b> <br /><br />必須填寫<b>種子ID</b>','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7663,'cht','subtitles.std_invalid_torrent_id','<b>上傳失敗!</b> <br /><br />種子ID無效','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7664,'cht','subtitles.std_no_permission_uploading_others','<b>上傳失敗!</b> <br /><br />你所在的用戶等級不能上傳他人種子的字幕!','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7665,'cht','subtitles.std_file_same_name_exists','該檔案名的文件已存在','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7666,'cht','subtitles.std_must_choose_language','<b>上傳失敗!</b> <br /><br />請選擇字幕的語言!','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7667,'cht','subtitles.std_failed_moving_file','無法移動上傳的文件。請將該問題反應給管理員。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7668,'cht','subtitles.std_this_file','該檔案名<font color=red><b>','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7669,'cht','subtitles.std_is_invalid','</b></font>在檔夾中無效。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7670,'cht','subtitles.text_upload_subtitles','上傳字幕 - 總上傳量','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7671,'cht','subtitles.text_rules','規則:','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7672,'cht','subtitles.text_rule_one','1.上傳的檔請使用英文檔案名!','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7673,'cht','subtitles.text_rule_two','2.字幕<b>必須與視頻檔同步</b>。否則純粹是浪費空間。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7674,'cht','subtitles.text_rule_three','3.<b>標題</b>中並不需要字幕的語言標記因為已經有國旗標記。不過如果你覺得需要也可以在檔案名末尾添加如chs。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7675,'cht','subtitles.text_rule_four','4.如果你上傳的字幕是合集請將它們打包為zip或rar後再上傳。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7676,'cht','subtitles.text_rule_five','5.如果你上傳的字幕是Vobsub格式(idx+sub)請打包為zip或rar後再上傳。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7677,'cht','subtitles.text_rule_six','6.如果你上傳的字幕是proper(正確版本)或re-synced(重新調校)的字幕請在字幕檔案名末尾添加proper或resynced標記。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7678,'cht','subtitles.text_red_star_required','<p >紅星號(<font color=red>*</font>)標記的區域必須填寫</p>\n','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7679,'cht','subtitles.text_uploading_subtitles_for_torrent','為種子上傳字幕:','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7680,'cht','subtitles.row_file','文件','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7681,'cht','subtitles.text_maximum_file_size','檔最大限制:','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7682,'cht','subtitles.row_torrent_id','種子ID','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7683,'cht','subtitles.text_torrent_id_note','(種子詳情頁面網址末尾的數位。<br />如&nbsp<b>http://nexus-php8.tinyhd.net/details.php?id=16</b>&nbsp數字<b>16</b>即種子ID)','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7684,'cht','subtitles.row_title','標題','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7685,'cht','subtitles.text_title_note','(可選,不填則使用種子檔案名)','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7686,'cht','subtitles.row_language','語言','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7687,'cht','subtitles.select_choose_one','(請選擇)','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7688,'cht','subtitles.row_show_uploader','匿名上傳','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7689,'cht','subtitles.hide_uploader_note','不要顯示我的用戶名。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7690,'cht','subtitles.submit_upload_file','上傳文件','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7691,'cht','subtitles.submit_reset','重置','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7692,'cht','subtitles.text_sorry','對不起','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7693,'cht','subtitles.text_nothing_here','對不起,暫無字幕:( ','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7694,'cht','subtitles.submit_search','給我搜','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7695,'cht','subtitles.text_prev','上一頁','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7696,'cht','subtitles.text_next','下一頁','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7697,'cht','subtitles.col_lang','語言','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7698,'cht','subtitles.col_title','標題','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7699,'cht','subtitles.title_date_added','添加時間','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7700,'cht','subtitles.title_size','大小','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7701,'cht','subtitles.col_hits','點擊','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7702,'cht','subtitles.col_upped_by','上傳者','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7703,'cht','subtitles.text_delete','[刪除]','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7704,'cht','subtitles.text_anonymous','<i>匿名</i>','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7705,'cht','subtitles.std_delete_subtitle','刪除字幕','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7706,'cht','subtitles.std_delete_subtitle_note','你將刪除該字幕。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7707,'cht','subtitles.text_reason_is','原因:','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7708,'cht','subtitles.submit_confirm','確定','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7709,'cht','subtitles.col_report','舉報','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7710,'cht','subtitles.title_report_subtitle','舉報該字幕','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7711,'cht','subtitles.select_all_languages','(所有語言)','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7712,'cht','tags.text_description','插入列表項目','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7713,'cht','tags.text_syntax','語法:','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7714,'cht','tags.text_example','例子:','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7715,'cht','tags.text_result','結果:','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7716,'cht','tags.text_remarks','說明:','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7717,'cht','tags.head_tags','標籤','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7718,'cht','tags.text_tags','標籤','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7719,'cht','tags.text_bb_tags_note','<b>NexusPHP</b>論壇支援一些<i>BBCode標籤代碼</i>,你可以在帖子中使用它們改變顯示效果。','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7720,'cht','tags.submit_test_this_code','測試標籤!','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7721,'cht','tags.text_bold','粗體','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7722,'cht','tags.text_bold_description','使文字變粗','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7723,'cht','tags.text_bold_syntax','[b]<i>文字</i>[/b]','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7724,'cht','tags.text_bold_example','[b]這是粗體[/b]','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7725,'cht','tags.text_italic','斜體','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7726,'cht','tags.text_italic_description','使文字斜體','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7727,'cht','tags.text_italic_syntax','[i]<i>文字</i>[/i]','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7728,'cht','tags.text_italic_example','[i]這是斜體[/i]','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7729,'cht','tags.text_underline','下劃線','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7730,'cht','tags.text_underline_description','在文字下加劃線','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7731,'cht','tags.text_underline_syntax','[u]<i>文字</i>[/u]','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7732,'cht','tags.text_underline_example','[u]這是下劃線[/u]','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7733,'cht','tags.text_color_one','顏色 (方式1)','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7734,'cht','tags.text_color_one_description','改變文字顏色','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7735,'cht','tags.text_color_one_syntax','[color=<i>Color</i>]<i>文字</i>[/color]','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7736,'cht','tags.text_color_one_example','[color=blue]這是藍色文字[/color]','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7737,'cht','tags.text_color_one_remarks','有效顏色取決於流覽器一些基本顏色如red, green, blue, yellow, pink等一般都支援','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7738,'cht','tags.text_color_two','顏色(方式2)','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7739,'cht','tags.text_color_two_description','改變文字顏色','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7740,'cht','tags.text_color_two_syntax','[color=#<i>RGB</i>]<i>文字</i>[/color]','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7741,'cht','tags.text_color_two_example','[color=#0000ff]這是藍色文字[/color]','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7742,'cht','tags.text_color_two_remarks','<i>RGB</i>必須是六位元的十六進位數位','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7743,'cht','tags.text_size','字型大小','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7744,'cht','tags.text_size_description','改變文字的大小','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7745,'cht','tags.text_size_syntax','[size=<i>n</i>]<i>文字</i>[/size]','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7746,'cht','tags.text_size_example','[size=4]這是4號字體的文字[/size]','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7747,'cht','tags.text_size_remarks','<i>n</i>必須是在1(最小)到7(最大)間的整數。默認字型大小為2','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7748,'cht','tags.text_font','字體','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7749,'cht','tags.text_font_description','改變文字的字體','2021-01-11 12:48:08','2021-01-11 12:48:08'),(7750,'cht','tags.text_font_syntax','[font=<i>字體</i>]<i>文字</i>[/font]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7751,'cht','tags.text_font_example','[font=Impact]Hello world![/font]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7752,'cht','tags.text_font_remarks','你可以通過在字體名稱間加逗號來設定備用字體','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7753,'cht','tags.text_hyperlink_one','超連結(方式1)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7754,'cht','tags.text_hyperlink_one_description','插入超連結','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7755,'cht','tags.text_hyperlink_one_syntax','[url]<i>URL</i>[/url]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7756,'cht','tags.text_hyperlink_one_example','[url]http://nexus-php8.tinyhd.net[/url]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7757,'cht','tags.text_hyperlink_one_remarks','該標籤是多餘的所有URL都會自動加超連結','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7758,'cht','tags.text_hyperlink_two','超連結(方式2)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7759,'cht','tags.text_hyperlink_two_description','插入超連結','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7760,'cht','tags.text_hyperlink_two_syntax','[url=<i>URL</i>]<i>鏈結文字</i>[/url]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7761,'cht','tags.text_hyperlink_two_example','[url=http://nexus-php8.tinyhd.net]NexusPHP[/url]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7762,'cht','tags.text_hyperlink_two_remarks','當你需要將文字加超鏈結時使用。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7763,'cht','tags.text_image_one','圖片(方式1)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7764,'cht','tags.text_image_one_description','插入圖片','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7765,'cht','tags.text_image_one_syntax','[img=<i>URL</i>]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7766,'cht','tags.text_image_one_example','[img=http://nexus-php8.tinyhd.net/pic/nexus.png]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7767,'cht','tags.text_image_one_remarks','URL必須是<b>.gif</b>, <b>.jpg</b>, <b>jpeg</b>或<b>.png</b>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7768,'cht','tags.text_image_two','圖片(方式2)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7769,'cht','tags.text_image_two_description','插入圖片','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7770,'cht','tags.text_image_two_syntax','[img]<i>URL</i>[/img]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7771,'cht','tags.text_image_two_example','[img]http://nexus-php8.tinyhd.net/pic/nexus.png[/img]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7772,'cht','tags.text_image_two_remarks','URL必須是<b>.gif</b>, <b>.jpg</b>, <b>jpeg</b>或<b>.png</b>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7773,'cht','tags.text_quote_one','引用(方式1)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7774,'cht','tags.text_quote_one_description','插入引用','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7775,'cht','tags.text_quote_one_syntax','[quote]<i>引用的文字</i>[/quote]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7776,'cht','tags.text_quote_one_example','[quote]我愛NexusPHP[/quote]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7777,'cht','tags.text_quote_two','引用(方式2)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7778,'cht','tags.text_quote_two_description','插入引用','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7779,'cht','tags.text_quote_two_syntax','[quote=<i>作者</i>]<i>引用的文字</i>[/quote]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7780,'cht','tags.text_quote_two_example','[quote=xioamlove]我愛NexusPHP[/quote]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7781,'cht','tags.text_list','列表','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7782,'cht','tags.text_list_syntax','[*]<i>文字</i>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7783,'cht','tags.text_list_example','[*]這是項目1\n[*]這是項目2','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7784,'cht','tags.text_preformat','預格式化','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7785,'cht','tags.text_preformat_description','預格式化(等寬)文字。不自動換行','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7786,'cht','tags.text_preformat_syntax','[pre]<i>文字</i>[/pre]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7787,'cht','tags.text_preformat_example','[pre]這是預格式化文字[/pre]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7788,'cht','tags.text_code','代碼','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7789,'cht','tags.text_code_description','文字特殊裝飾顯示','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7790,'cht','tags.text_code_syntax','[code]文字[/code]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7791,'cht','tags.text_code_example','[code]這是代碼[/code]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7792,'cht','tags.text_you','[you]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7793,'cht','tags.text_you_description','顯示任何查看者的用戶名','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7794,'cht','tags.text_you_syntax','[you]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7795,'cht','tags.text_you_example','你正在看這段文字啊,[you]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7796,'cht','tags.text_you_remarks','適合用于惡作劇','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7797,'cht','tags.text_site','[site]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7798,'cht','tags.text_site_description','顯示站點名字','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7799,'cht','tags.text_site_syntax','[site]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7800,'cht','tags.text_site_example','你正在訪問[site]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7801,'cht','tags.text_siteurl','[siteurl]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7802,'cht','tags.text_siteurl_description','顯示站點的網址','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7803,'cht','tags.text_siteurl_syntax','[siteurl]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7804,'cht','tags.text_siteurl_example','[site]的網址是[siteurl]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7805,'cht','tags.text_flash','Flash(方式1)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7806,'cht','tags.text_flash_description','在頁面內插入指定寬度與高度的Flash','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7807,'cht','tags.text_flash_syntax','[flash,width,height]Flash URL[/flash]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7808,'cht','tags.text_flash_example','[flash,500,300]http://nexus-php8.tinyhd.net/flash.demo.swf[/flash]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7809,'cht','tags.text_flash_two','Flash(方式2)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7810,'cht','tags.text_flash_two_description','在頁面內插入默認寬度與高度的Flash','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7811,'cht','tags.text_flash_two_syntax','[flash]Flash URL[/flash]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7812,'cht','tags.text_flash_two_example','[flash]http://nexus-php8.tinyhd.net/flash.demo.swf[/flash]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7813,'cht','tags.text_flv_one','Flash視頻(方式1)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7814,'cht','tags.text_flv_one_description','在頁面內插入指定寬度與高度的Flash視頻','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7815,'cht','tags.text_flv_one_syntax','[flv,width,height]Flash視頻的URL[/flv]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7816,'cht','tags.text_flv_one_example','[flv,320,240]http://nexus-php8.tinyhd.net/flash.video.demo.flv[/flv]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7817,'cht','tags.text_flv_two','Flash視頻(方式2)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7818,'cht','tags.text_flv_two_description','在在頁面內插入默認寬度與高度(320 * 240)的Flash視頻','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7819,'cht','tags.text_flv_two_syntax','[flv]Flash視頻的URL[/flv]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7820,'cht','tags.text_flv_two_example','[flv]http://nexus-php8.tinyhd.net/flash.video.demo.flv[/flv]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7821,'cht','tags.text_youtube','YouTube','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7822,'cht','tags.text_youtube_description','在頁面內插入YouTube網站的在線視頻','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7823,'cht','tags.text_youtube_syntax','[youtube]YouTube視頻的URL[/youtube]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7824,'cht','tags.text_youtube_example','[youtube]http://www.youtube.com/watch?v=EsWKVcZ88Jw[/youtube]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7825,'cht','tags.text_youku','優酷','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7826,'cht','tags.text_youku_description','在頁面內插入優酷網的在線視頻','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7827,'cht','tags.text_youku_syntax','[youku]優酷網視頻的URL[/youku]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7828,'cht','tags.text_youku_example','[youku]http://player.youku.com/player.php/sid/XMzM1MDExODg=/v.swf[/youku]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7829,'cht','tags.text_tudou','土豆','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7830,'cht','tags.text_tudou_description','在頁面內插入土豆網的在線視頻','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7831,'cht','tags.text_tudou_syntax','[tudou]土豆網視頻的URL[/tudou]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7832,'cht','tags.text_tudou_example','[tudou]http://www.tudou.com/v/1jaI4LNa7sk[/tudou]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7833,'cht','tags.text_ninety_eight_image','CC98圖片','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7834,'cht','tags.text_ninety_eight_image_description','顯示保存于CC98論壇的圖片','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7835,'cht','tags.text_ninety_eight_image_syntax',' [98img=[auto|number]]圖片文件[/98img]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7836,'cht','tags.text_ninety_eight_image_example','[98img=150]uploadfile/2008/10/30/2362924185.png[/98img]','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7837,'cht','tags.text_ninety_eight_image_remarks','CC98是浙江大學的一個論壇','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7838,'cht','takeconfirm.std_sorry','對不起...','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7839,'cht','takeconfirm.std_no_buddy_to_confirm','沒有需要驗證的用戶。:( <br /><br />請點擊','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7840,'cht','takeconfirm.std_here_to_go_back','這裏</a>返回。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7841,'cht','takeconfirm.mail_title','網站帳戶驗證','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7842,'cht','takeconfirm.mail_here','這裏','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7843,'cht','takeconfirm.mail_content_1','你好,<br /><br />你的賬號成功通過驗證。你可以進入登錄頁面: ','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7844,'cht','takeconfirm.mail_content_2','<br /><br />使用你的賬戶登錄。登錄後請先閱讀站點規則,提問前請自行參考常見問題。<br /><br />祝你好運! NexusPHP!<br /><br />如果你不認識邀請你的人請將本郵件轉發至nobody@gmail.com<br />------<br />NexusPHP 網站','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7845,'cht','takecontact.std_error','錯誤','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7846,'cht','takecontact.std_method','方式','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7847,'cht','takecontact.std_please_enter_something','請填寫內容!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7848,'cht','takecontact.std_please_define_subject','你必須輸入標題!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7849,'cht','takecontact.std_message_flooding','不允許濫發短訊,請在','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7850,'cht','takecontact.std_second','秒','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7851,'cht','takecontact.std_s','','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7852,'cht','takecontact.std_before_sending_pm','後重試。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7853,'cht','takecontact.std_succeeded','成功','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7854,'cht','takecontact.std_message_succesfully_sent','短訊成功發送!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7855,'cht','takeedit.std_edit_failed','編輯失敗!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7856,'cht','takeedit.std_missing_form_data','有項目沒有填寫','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7857,'cht','takeedit.std_not_owner','你不是發種者!怎麼回事?\n','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7858,'cht','takeedit.std_nfo_too_big','NFO過大最大為65,535位元組。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7859,'cht','takeedit.std_cannot_move_torrent','你沒有將種子移至另一區的許可權。另外,你怎麼會到這?','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7860,'cht','takeflush.std_failed','失敗','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7861,'cht','takeflush.std_success','成功','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7862,'cht','takeflush.std_ghost_torrents_cleaned','個冗余種子被成功清除。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7863,'cht','takeflush.std_cannot_flush_others','你只能清除自己的冗余種子','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7864,'cht','takeinvite.head_invitation_failed','邀請失敗!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7865,'cht','takeinvite.std_must_enter_email','你必須輸入郵箱位址!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7866,'cht','takeinvite.std_invalid_email_address','無效的郵箱地址!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7867,'cht','takeinvite.std_must_enter_personal_message','請添加信件中的私人內容。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7868,'cht','takeinvite.std_email_address','郵箱地址','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7869,'cht','takeinvite.std_is_in_use','已經在使用。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7870,'cht','takeinvite.mail_here','這裏','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7871,'cht','takeinvite.mail_tilte','網站邀請函','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7872,'cht','takeinvite.mail_one','你好,<br /><br />用戶','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7873,'cht','takeinvite.mail_two','邀請你加入NexusPHP社區。NexusPHP擁有知識豐富的用戶。 <br />如果你有意加入,請在閱讀網站規則後確認該邀請。<br /><br />請點擊以下鏈接確認邀請:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7874,'cht','takeinvite.mail_three','請在','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7875,'cht','takeinvite.mail_four','天內確認該邀請,之後邀請將作廢。<br />NexusPHP真誠歡迎你加入我們的社區<br /><br />來自邀請者','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7876,'cht','takeinvite.mail_five','的話:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7877,'cht','takeinvite.mail_six','如果你根本不認識邀請者請將此郵件轉發至nobody@gmail.com<br /><br />------<br />NexusPHP網站','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7878,'cht','takeinvite.std_error','錯誤','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7879,'cht','takeinvite.std_invite_denied','你的用戶等級不允許發送邀請。你怎麽到這來的?','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7880,'cht','takeinvite.std_email_address_banned','郵箱地址被禁用!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7881,'cht','takeinvite.std_wrong_email_address_domains','不允許發送邀請給此郵箱地址!請使用以下郵箱:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7882,'cht','takeinvite.std_no_invite','你沒有剩餘邀請名額。你怎麽到這來的?','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7883,'cht','takeinvite.std_invitation_already_sent_to','發送失敗!此郵箱','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7884,'cht','takeinvite.std_await_user_registeration','已收到過邀請函,請無重復發送。請等待用戶注冊。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7885,'cht','takelogin.std_login_fail_note','<b>錯誤</b>: 用戶名或密碼不正確!<br /><br />忘記密碼了?<b><a href=recover.php>找回</a></b>你的密碼!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7886,'cht','takelogin.std_login_fail','登錄失敗!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7887,'cht','takelogin.std_account_disabled','該帳號已被禁用。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7888,'cht','takelogin.std_user_account_unconfirmed','該賬戶還未通過驗證。如果你沒有收到驗證郵件,試試<a href=\'confirm_resend.php\'><b>重新發送驗證郵件</b></a>。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7889,'cht','takemessage.std_error','錯誤','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7890,'cht','takemessage.std_permission_denied','你沒有該許可權!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7891,'cht','takemessage.std_please_enter_something','不能為空!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7892,'cht','takemessage.std_message_flooding_denied','禁止濫發短訊。請在','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7893,'cht','takemessage.std_before_sending_pm','秒後再發送。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7894,'cht','takemessage.std_invalid_id','該帳號已失效','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7895,'cht','takemessage.std_user_not_exist','不存在該帳號','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7896,'cht','takemessage.std_refused','拒絕','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7897,'cht','takemessage.std_account_parked','該帳號已被封存。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7898,'cht','takemessage.std_user_blocks_your_pms','該用戶拒絕接受你的短訊。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7899,'cht','takemessage.std_user_accepts_friends_pms','該用戶只接受其好友的短訊。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7900,'cht','takemessage.std_user_blocks_all_pms','該用戶拒絕接受一切短訊。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7901,'cht','takemessage.std_succeeded','成功','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7902,'cht','takemessage.std_messages_out_of','條短訊(共','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7903,'cht','takemessage.std_were','條)已','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7904,'cht','takemessage.std_message_was','短訊已','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7905,'cht','takemessage.std_successfully_sent','成功發送!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7906,'cht','takemessage.std_s_were','已','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7907,'cht','takemessage.std_was','已','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7908,'cht','takemessage.std_updated','更新','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7909,'cht','takemessage.std_no_permission_forwarding','你沒有轉發該短訊的許可權。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7910,'cht','takemessage.std_must_enter_username','你必須填寫要轉發的用戶的用戶名。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7911,'cht','takereseed.head_reseed_request','續種請求!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7912,'cht','takereseed.std_it_worked','成功了!完成下載的用戶將收到請求續種的短訊。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7913,'cht','takereseed.std_error','錯誤','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7914,'cht','takereseed.std_torrent_not_dead','該種子沒有斷種。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7915,'cht','takereseed.std_reseed_sent_recently','該種子在過去15分鐘內已收到一次續種請求。請耐心等待好心人續種。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7916,'cht','takesignup.std_signup_failed','註冊失敗!(參看下面)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7917,'cht','takesignup.std_invalid_email_address','郵箱地址無效!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7918,'cht','takesignup.std_email_address_banned','郵箱地址被禁用!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7919,'cht','takesignup.std_wrong_email_address_domains','不允許使用該郵箱地址註冊!請使用以下郵箱:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7920,'cht','takesignup.std_invalid_gender','性別無效!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7921,'cht','takesignup.std_blank_field','有項目沒有填寫。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7922,'cht','takesignup.std_hintanswer_too_short','對不起密碼提示問題答案過短至少6個字元)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7923,'cht','takesignup.std_username_too_long','對不起用戶名過長至多12個字元','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7924,'cht','takesignup.std_passwords_unmatched','兩次輸入的密碼不一致!請重試。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7925,'cht','takesignup.std_password_too_short','對不起密碼過短至少6個字元','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7926,'cht','takesignup.std_password_too_long','對不起密碼過長至多40個字元','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7927,'cht','takesignup.std_password_equals_username','對不起,用戶名和密碼不能相同。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7928,'cht','takesignup.std_wrong_email_address_format','請輸入正確的郵箱地址。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7929,'cht','takesignup.std_invalid_username','無效的用戶名。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7930,'cht','takesignup.std_unqualified','對不起,你必須同意遵守站點規則才能註冊。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7931,'cht','takesignup.std_email_address','這個郵箱地址','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7932,'cht','takesignup.std_in_use','已經被使用。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7933,'cht','takesignup.std_username_exists','用戶名已經存在!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7934,'cht','takesignup.std_database_in_distress','數據庫出錯','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7935,'cht','takesignup.std_almost_signup','即將完成註冊!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7936,'cht','takesignup.std_please_click','請點擊','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7937,'cht','takesignup.std_here','這裡','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7938,'cht','takesignup.std_to_finish_signup','來完成註冊,謝謝!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7939,'cht','takesignup.msg_subject','歡迎來到','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7940,'cht','takesignup.msg_congratulations','祝賀你,','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7941,'cht','takesignup.msg_you_are_a_member','\n\n你已成為NexusPHP的一員\n我們真誠地歡迎你的加入\n\n請務必先閱讀[url=rules.php][b]規則[/b][/url],提問前請自行參考[url=faq.php][b]常見問題[/b][/url],有空也請到[url=forums.php][b]論壇[/b][/url]看看。 \n\n祝你愉快。\nNexusPHP管理組','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7942,'cht','takesignup.mail_title',' 網站用戶註冊驗證','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7943,'cht','takesignup.mail_this_link','這個鏈接','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7944,'cht','takesignup.mail_here','這裏','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7945,'cht','takesignup.mail_one','你好 ','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7946,'cht','takesignup.mail_two',',<br /><br />你請求在NexusPHP網站獲取賬號並指定此郵箱地址 ','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7947,'cht','takesignup.mail_three',' 為你的聯系地址。<br /><br />如果你沒有發過該請求請忽視本郵件。輸入你郵箱地址者的IP地址為 ','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7948,'cht','takesignup.mail_four','。請勿回復本郵件。<br /><br />如果你的確發過該請求,請點擊以下鏈接來通過驗證: ','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7949,'cht','takesignup.mail_four_1','<br /><br />如果以上鏈接打開出錯、不存在或已經過期, 嘗試在這裏重新發送確認郵件 ','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7950,'cht','takesignup.mail_five','在通過驗證後,你就可以使用新賬號了。<br /><br />如果你在24小時內沒有通過驗證你的賬號將被刪除。<br />新人登錄NexusPHP後請務必先閱讀站點規則提問前請參考常見問題。<br /><br />請註意如果你並沒有在NexusPHP網站註冊請舉報此郵件至nobody@gmail.com<br /><br />------<br /><br />NexusPHP 網站.','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7951,'cht','takeupload.std_upload_failed','上傳失敗!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7952,'cht','takeupload.std_missing_form_data','請填寫必填項目','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7953,'cht','takeupload.std_empty_filename','文件名不能為空!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7954,'cht','takeupload.std_zero_byte_nfo','NFO文件為空','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7955,'cht','takeupload.std_nfo_too_big','NFO文件過大最大允許65,535 bytes.','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7956,'cht','takeupload.std_nfo_upload_failed','NFO檔上傳失敗','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7957,'cht','takeupload.std_blank_description','你必須填寫簡介!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7958,'cht','takeupload.std_category_unselected','你必須選擇類型!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7959,'cht','takeupload.std_invalid_filename','無效的文件名!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7960,'cht','takeupload.std_filename_not_torrent','無效的文件名(不是.torrent文件).','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7961,'cht','takeupload.std_empty_file','空文件!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7962,'cht','takeupload.std_not_bencoded_file','你在搞什麼鬼你上傳的不是Bencode檔','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7963,'cht','takeupload.std_not_a_dictionary','不是目錄','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7964,'cht','takeupload.std_dictionary_is_missing_key','目錄缺少值','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7965,'cht','takeupload.std_invalid_entry_in_dictionary','無效的目錄項','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7966,'cht','takeupload.std_invalid_dictionary_entry_type','無效的目錄項類型','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7967,'cht','takeupload.std_invalid_pieces','無效的文件塊','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7968,'cht','takeupload.std_missing_length_and_files','缺少長度和文件','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7969,'cht','takeupload.std_filename_errors','文件名錯誤','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7970,'cht','takeupload.std_uploaded_not_offered','你只能上傳通過候選的種子,請返回在<b>你的候選</b>中選擇合適項目後再上傳!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7971,'cht','takeupload.std_unauthorized_upload_freely','你沒有自由上傳的權限!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7972,'cht','takeupload.std_torrent_existed','該種子已存在!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7973,'cht','takeupload.std_torrent_file_too_big','種子文件過大!最大允許','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7974,'cht','takeupload.std_remake_torrent_note',' bytes。請使用更大的區塊大小重新制作種子或者將內容分為多個種子發布。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7975,'cht','topten.std_error','錯誤!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7976,'cht','topten.std_sorry','對不起...','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7977,'cht','topten.std_permission_denied_only','你沒有該許可權。只有','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7978,'cht','topten.std_or_above_can_view','及以上等級的用戶才能檢視排行榜。<br /><br />請檢視<a class=\"faqlink\" href=\"faq.php#id22\"><b>常見問題</b></a>了解更多關于用戶等級和許可權的資訊。<br /><br /><b></p>NexusPHP管理組</b>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7979,'cht','topten.col_rank','排名','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7980,'cht','topten.col_user','用戶','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7981,'cht','topten.col_donated','捐贈','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7982,'cht','topten.col_ul_speed','上傳速度','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7983,'cht','topten.col_downloaded','下載','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7984,'cht','topten.col_dl_speed','下載速度','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7985,'cht','topten.col_ratio','分享率','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7986,'cht','topten.col_joined','註冊日期','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7987,'cht','topten.col_name','名稱','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7988,'cht','topten.title_sna','完成數','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7989,'cht','topten.col_data','資料量','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7990,'cht','topten.title_se','種子數','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7991,'cht','topten.title_le','下載數','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7992,'cht','topten.col_to','總共','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7993,'cht','topten.col_country','國家/地區','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7994,'cht','topten.col_username','用戶名','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7995,'cht','topten.col_upload_rate','上傳速度','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7996,'cht','topten.col_download_rate','下載速度','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7997,'cht','topten.text_users','用戶','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7998,'cht','topten.text_torrents','種子','2021-01-11 12:48:09','2021-01-11 12:48:09'),(7999,'cht','topten.text_countries','國家/地區','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8000,'cht','topten.text_peers','同伴','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8001,'cht','topten.text_community','社區','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8002,'cht','topten.text_search','搜索','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8003,'cht','topten.text_other','其他','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8004,'cht','topten.text_this_page_last_updated','本頁最新更新于 ','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8005,'cht','topten.text_started_recording_date','統計開始于','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8006,'cht','topten.text_update_interval',', 每60分鐘資料更新一次','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8007,'cht','topten.text_uploaders','上傳者','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8008,'cht','topten.text_downloaders','下載者','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8009,'cht','topten.text_fastest_uploaders','最快上傳者','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8010,'cht','topten.text_fastest_up_note','(平均值包括非現行時間至少上傳50GB)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8011,'cht','topten.text_fastest_note','(平均值,包括非現行時間)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8012,'cht','topten.text_fastest_downloaders','最快下載者','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8013,'cht','topten.text_best_sharers','最佳分享者','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8014,'cht','topten.text_sharers_note','(至少下載50GB)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8015,'cht','topten.text_worst_sharers','最差分享者','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8016,'cht','topten.text_most_active_torrents','最活躍種子','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8017,'cht','topten.text_most_snatched_torrents','完成數最多種子','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8018,'cht','topten.text_most_data_transferred_torrents','流量最大種子','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8019,'cht','topten.text_best_seeded_torrents','供種率(做種/下載)最大種子','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8020,'cht','topten.text_best_seeded_torrents_note','(至少5個做種者)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8021,'cht','topten.text_worst_seeded_torrents','供種率(做種/下載)最小種子','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8022,'cht','topten.text_worst_seeded_torrents_note','(至少有1個下載者, 不包括完成數為0的種子)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8023,'cht','topten.text_most_donated_USD','美元捐贈者','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8024,'cht','topten.text_most_donated_CNY','人民幣捐贈者','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8025,'cht','topten.col_donated_usd','捐贈()','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8026,'cht','topten.col_donated_cny','捐贈(¥)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8027,'cht','topten.text_most_supplied','最大資源提供者<font class=\"small\">(不包括被移除的種子)</font>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8028,'cht','topten.text_most_snatched',' 最大資源完成者<font class=\"small\">(不包括被移除的種子)</font>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8029,'cht','topten.col_torrent_uploaded','# 上傳','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8030,'cht','topten.col_torrent_downloaded','# 完成','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8031,'cht','topten.text_most_topic',' 論壇主題發起者<font class=\"small\">(不包括被移除的主題)</font>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8032,'cht','topten.text_most_post',' 論壇發帖者<font class=\"small\">(不包括被移除的帖子)</font>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8033,'cht','topten.col_topics','主題','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8034,'cht','topten.col_posts','帖子','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8035,'cht','topten.text_biggest_topics','最熱主題<font class=\"small\">(不計特權論壇內的主題)</font>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8036,'cht','topten.col_subject','主題','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8037,'cht','topten.col_number','數量','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8038,'cht','topten.text_most_browser','瀏覽器','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8039,'cht','topten.text_most_client','BT用戶端<font class=\"small\">(按最近存取伺服器的用戶端)</font>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8040,'cht','topten.col_comments','評論','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8041,'cht','topten.text_most_commenter','種子評論者<font class=\"small\">(不包括被移除的評論)</font>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8042,'cht','topten.col_reviews','點評','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8043,'cht','topten.text_most_reviewer','電影點評者<font class=\"small\">(不包括被移除的點評)</font>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8044,'cht','topten.col_location','位置','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8045,'cht','topten.text_most_locations','同伴位置','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8046,'cht','topten.col_keyword','關鍵字','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8047,'cht','topten.col_times','次數','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8048,'cht','topten.col_datetime','時間','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8049,'cht','topten.text_latest_search','最近搜索','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8050,'cht','topten.text_current_month_search','本月搜索','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8051,'cht','topten.text_last_month_search','上月搜索','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8052,'cht','topten.text_current_year_search','今年搜索','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8053,'cht','topten.text_most_bonuses','魔力值','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8054,'cht','topten.col_bonus','魔力值','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8055,'cht','topten.text_countries_users','用戶數','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8056,'cht','topten.col_users','用戶數','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8057,'cht','topten.text_countries_uploaded','總上傳量','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8058,'cht','topten.col_uploaded','上傳量','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8059,'cht','topten.text_countries_per_user','用戶平均上傳量<font class=\"small\"> (總上傳量達到1TB且用戶數超過100)</font>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8060,'cht','topten.col_average','平均','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8061,'cht','topten.text_countries_ratio','分享率<font class=\"small\"> (總上傳量達到1TB且用戶數超過100)</font>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8062,'cht','topten.text_ago','以前','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8063,'cht','topten.text_inf','無限','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8064,'cht','topten.head_top_ten','排行榜','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8065,'cht','topten.text_most_stylesheet','介面風格','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8066,'cht','topten.text_most_language','用戶語言','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8067,'cht','topten.text_top','Top ','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8068,'cht','topten.text_one_hundred','Top 100','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8069,'cht','topten.text_top_250','Top 250','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8070,'cht','topten.col_clicks','點擊數','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8071,'cht','topten.text_most_clicks','宣傳鏈結','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8072,'cht','topten.text_charity_giver','慈善家','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8073,'cht','torrents.head_search_results_for','搜索結果 - ','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8074,'cht','torrents.text_search_box','搜索箱','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8075,'cht','torrents.text_category','類型:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8076,'cht','torrents.text_source','來源:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8077,'cht','torrents.text_codec','編碼:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8078,'cht','torrents.text_standard','解析度:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8079,'cht','torrents.text_processing','處理:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8080,'cht','torrents.text_show_dead_active','顯示斷種/活種?','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8081,'cht','torrents.select_including_dead','包括斷種','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8082,'cht','torrents.select_active','活種','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8083,'cht','torrents.select_dead','斷種','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8084,'cht','torrents.text_show_special_torrents','顯示促銷種子?','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8085,'cht','torrents.select_all','全部','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8086,'cht','torrents.select_normal','普通','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8087,'cht','torrents.select_free','免費','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8088,'cht','torrents.select_two_times_up','2x上傳','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8089,'cht','torrents.select_free_two_times_up','免費&2x上傳','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8090,'cht','torrents.select_half_down','50%下載','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8091,'cht','torrents.text_search','搜索關鍵字:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8092,'cht','torrents.submit_go','給我搜','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8093,'cht','torrents.std_search_results_for','搜索結果 \"','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8094,'cht','torrents.std_try_again','沒有種子。請用準確的關鍵字重試。\n','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8095,'cht','torrents.std_nothing_found','沒有結果!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8096,'cht','torrents.std_no_active_torrents','沒有種子:(\n','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8097,'cht','torrents.input_check_all','全選','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8098,'cht','torrents.input_uncheck_all','全不選','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8099,'cht','torrents.text_download_client','下載指定客戶端','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8100,'cht','torrents.select_title','標題','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8101,'cht','torrents.select_description','簡介','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8102,'cht','torrents.select_small_description','副標題','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8103,'cht','torrents.select_uploader','發布者','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8104,'cht','torrents.select_imdb_url','IMDb鏈接','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8105,'cht','torrents.select_and','與','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8106,'cht','torrents.select_or','或','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8107,'cht','torrents.select_exact','准確','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8108,'cht','torrents.select_parsed','語法','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8109,'cht','torrents.text_in',' 範圍:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8110,'cht','torrents.text_with',' 匹配模式:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8111,'cht','torrents.text_mode','','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8112,'cht','torrents.text_show_bookmarked','顯示收藏?','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8113,'cht','torrents.select_bookmarked','僅收藏','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8114,'cht','torrents.select_bookmarked_exclude','僅未收藏','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8115,'cht','torrents.text_s_bookmarked_torrent','收藏的種子','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8116,'cht','torrents.text_s_not_bookmarked_torrent','未收藏的種子','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8117,'cht','torrents.head_torrents','種子','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8118,'cht','torrents.head_music','音樂','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8119,'cht','torrents.text_movies_and_tvs','電影 & 電視:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8120,'cht','torrents.text_games_and_appz','游戲 & 程序:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8121,'cht','torrents.text_others','其它:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8122,'cht','torrents.text_medium','媒介:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8123,'cht','torrents.text_team','製作組:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8124,'cht','torrents.text_audio_codec','音頻編碼:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8125,'cht','torrents.text_video','視頻:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8126,'cht','torrents.text_tv','電視:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8127,'cht','torrents.text_music','音樂:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8128,'cht','torrents.text_software','軟件:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8129,'cht','upload.head_upload','發布','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8130,'cht','upload.std_sorry','對不起...','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8131,'cht','upload.std_unauthorized_to_upload','你沒有發布種子的許可權。請閱讀(<a class=\"faqlink\" href=\"messages.php\">收件箱</a>)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8132,'cht','upload.std_please_offer','你沒有發布種子的許可權。如果你是普通會員,請到<a class=\"faqlink\" href=\"offers.php\">候選區</a>提交你的發布請求(請查看常見問題中的<a class=\"faqlink\" href=\"faq.php#id36\"><b>“發布”</b></a>)部分<br />','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8133,'cht','upload.text_red_star_required','紅星號(<font color=\"red\">*</font>)標記的區域必須填寫','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8134,'cht','upload.text_tracker_url','Tracker伺服器的URL是','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8135,'cht','upload.row_torrent_file','種子文件','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8136,'cht','upload.row_torrent_name','標題','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8137,'cht','upload.text_torrent_name_note','(若不填將使用種子檔案名。<b>要求規範填寫</b>,如<i>銀翼殺手 Blade Runner 1982 Final Cut 720p HDDVD DTS x264-ESiR</i>)\n','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8138,'cht','upload.row_small_description','副標題','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8139,'cht','upload.text_small_description_note','(將在種子頁面種子標題下顯示。如<i>720p @ 4615 kbps - DTS 5.1 @ 1536 kbps</i>)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8140,'cht','upload.row_nfo_file','NFO文件','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8141,'cht','upload.text_only_viewed_by','(不允許','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8142,'cht','upload.text_or_above','以下用戶查看。請上傳<b>.nfo</b>文件)\n','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8143,'cht','upload.row_description','簡介','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8144,'cht','upload.select_choose_one','請選擇','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8145,'cht','upload.row_type','類型','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8146,'cht','upload.row_quality','品質','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8147,'cht','upload.text_source','來源:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8148,'cht','upload.text_codec','編碼:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8149,'cht','upload.text_standard','解析度:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8150,'cht','upload.text_processing','處理:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8151,'cht','upload.row_your_offer','你的候選','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8152,'cht','upload.text_please_select_offer','&nbsp;&nbsp; 如果發布的是通過候選的資源,請選擇該候選專案。投票用戶會收到通知。','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8153,'cht','upload.row_show_uploader','匿名發布','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8154,'cht','upload.checkbox_hide_uploader_note','不要在發布者專案中顯示我的用戶名','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8155,'cht','upload.text_read_rules','我已經閱讀過規則','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8156,'cht','upload.submit_upload','發布','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8157,'cht','upload.text_to_browse_section','發布至<b>種子</b>區 ','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8158,'cht','upload.text_to_special_section','或<b>音樂</b>區 ','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8159,'cht','upload.text_type_note','&nbsp;&nbsp; <font class=\"small\"><b>只選</b>兩者之一</font>','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8160,'cht','upload.text_medium','媒介:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8161,'cht','upload.text_team','製作組:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8162,'cht','upload.text_audio_codec','音頻編碼:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8163,'cht','upload.row_content','內容','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8164,'cht','upload.text_chinese_title','中文名:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8165,'cht','upload.text_english_title','英文名:','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8166,'cht','upload.text_titles_note','(如果英文名不存在,請使用拼音或不填寫)','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8167,'cht','uploaders.text_no_uploaders_yet','沒有找到發布員!','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8168,'cht','uploaders.head_uploaders','發布員','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8169,'cht','uploaders.text_uploaders','發布員','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8170,'cht','uploaders.col_username','用戶名','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8171,'cht','uploaders.col_torrents_size','種子大小','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8172,'cht','uploaders.col_torrents_num','種子數','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8173,'cht','uploaders.col_last_upload_time','最近發布時間','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8174,'cht','uploaders.col_last_upload','最近發布種子','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8175,'cht','uploaders.text_not_available','無','2021-01-11 12:48:09','2021-01-11 12:48:09'),(8176,'cht','uploaders.submit_go','尋找','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8177,'cht','uploaders.text_select_month','選取月份:','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8178,'cht','uploaders.text_order_by','排序','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8179,'cht','uploaders.text_username','用戶名','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8180,'cht','uploaders.text_torrent_size','種子大小','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8181,'cht','uploaders.text_torrent_num','種子數','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8182,'cht','usercp.std_sorry','對不起...','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8183,'cht','usercp.text_user_cp_home','&nbsp;&nbsp;設&nbsp;&nbsp;定&nbsp;&nbsp;首&nbsp;&nbsp;頁&nbsp;&nbsp;','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8184,'cht','usercp.text_personal_settings','&nbsp;&nbsp;個&nbsp;&nbsp;人&nbsp;&nbsp;設&nbsp;&nbsp;定&nbsp;&nbsp;','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8185,'cht','usercp.text_tracker_settings','&nbsp;&nbsp;網&nbsp;&nbsp;站&nbsp;&nbsp;設&nbsp;&nbsp;定&nbsp;&nbsp;','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8186,'cht','usercp.text_forum_settings','&nbsp;&nbsp;論&nbsp;&nbsp;壇&nbsp;&nbsp;設&nbsp;&nbsp;定&nbsp;&nbsp;','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8187,'cht','usercp.text_security_settings','&nbsp;&nbsp;安&nbsp;&nbsp;全&nbsp;&nbsp;設&nbsp;&nbsp;定&nbsp;&nbsp;','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8188,'cht','usercp.row_save_settings','保存設定','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8189,'cht','usercp.submit_save_settings','保存設定!&nbsp;(只需點擊一次)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8190,'cht','usercp.std_error','錯誤','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8191,'cht','usercp.head_control_panel','控制面板','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8192,'cht','usercp.head_personal_settings',' - 個人設定','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8193,'cht','usercp.std_invalid_action','無效的行為','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8194,'cht','usercp.text_saved','已保存!','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8195,'cht','usercp.row_account_parked','封存帳號','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8196,'cht','usercp.checkbox_pack_my_account','我將長期不使用帳號。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8197,'cht','usercp.text_account_pack_note','<b>注意:</b>封存帳號可避免因長期(如假期)不活動而被刪除帳號。封存後帳號處於受限狀態,此時不能下載種子或流覽某些頁面。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8198,'cht','usercp.row_pms','短訊','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8199,'cht','usercp.row_recommended_movies','推薦資源','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8200,'cht','usercp.checkbox_show_hot','在首頁顯示推薦熱門','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8201,'cht','usercp.checkbox_show_classic','在首頁顯示推薦經典','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8202,'cht','usercp.text_accept_pms','接受以下短訊:','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8203,'cht','usercp.radio_all_except_blocks','所有(除了黑名單)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8204,'cht','usercp.radio_friends_only','僅好友','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8205,'cht','usercp.radio_staff_only','管理組成員','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8206,'cht','usercp.checkbox_delete_pms','回復後刪除短訊','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8207,'cht','usercp.checkbox_save_pms','保存短訊至發件箱','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8208,'cht','usercp.checkbox_pm_on_comments','我發佈的種子有新評論時通知我','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8209,'cht','usercp.row_gender','性別','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8210,'cht','usercp.radio_not_available','未知','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8211,'cht','usercp.radio_male','男','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8212,'cht','usercp.radio_female','女','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8213,'cht','usercp.row_country','國家/地區','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8214,'cht','usercp.row_download_speed','下載帶寬','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8215,'cht','usercp.row_upload_speed','上傳帶寬','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8216,'cht','usercp.row_bt_client','BT用戶端','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8217,'cht','usercp.row_avatar_url','頭像URL','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8218,'cht','usercp.select_choose_avatar','選擇頭像','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8219,'cht','usercp.select_nothing','默認頭像','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8220,'cht','usercp.text_avatar_note','最大寬度為150圖元必要的時候會被縮放。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8221,'cht','usercp.text_bitbucket_note','如果你需要上傳頭像,請使用<a class=faqlink href=bitbucket-upload.php>上傳器</a>。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8222,'cht','usercp.row_info','個人說明','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8223,'cht','usercp.text_info_note','顯示在你的個人資訊頁面。允許使用<a class=faqlink href=tags.php target=_new>BBCode代碼</a>。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8224,'cht','usercp.head_tracker_settings',' - 網站設定','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8225,'cht','usercp.row_email_notification','郵件提示','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8226,'cht','usercp.checkbox_notification_received_pm','收到短訊的時候提醒我。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8227,'cht','usercp.checkbox_notification_default_categories','當默認分類中有新種子的時候通知我。\n','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8228,'cht','usercp.row_browse_default_categories','默認<br />分類','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8229,'cht','usercp.row_stylesheet','介面風格','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8230,'cht','usercp.row_site_language','站點語言','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8231,'cht','usercp.row_torrent_page','每頁種子數','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8232,'cht','usercp.text_zero_equals_default','(0=使用默認,最大=100)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8233,'cht','usercp.head_forum_settings',' - 論壇設定','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8234,'cht','usercp.row_topics_per_page','每頁主題數','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8235,'cht','usercp.row_posts_per_page','每頁帖子數','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8236,'cht','usercp.row_view_avatars','查看頭像','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8237,'cht','usercp.checkbox_low_bandwidth_note','(窄帶用戶可能需要關閉此項)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8238,'cht','usercp.row_view_signatures','查看簽名檔','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8239,'cht','usercp.row_forum_signature','我的簽名檔','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8240,'cht','usercp.head_security_settings',' - 安全設定','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8241,'cht','usercp.row_security_check','安全確認','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8242,'cht','usercp.text_security_check_note','<b>注意:</b>你必須輸入當前密碼才能改變安全設定項目!','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8243,'cht','usercp.std_enter_old_password','請先輸入你的密碼!','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8244,'cht','usercp.std_wrong_password_note','你輸入的密碼錯誤!','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8245,'cht','usercp.std_password_equals_username','對不起,用戶名和密碼不能相同。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8246,'cht','usercp.std_password_too_long','對不起密碼過長至多40個字元','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8247,'cht','usercp.std_password_too_short','對不起密碼過短至少6個字元','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8248,'cht','usercp.std_passwords_unmatched','兩次輸入的密碼不一致!請重試。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8249,'cht','usercp.std_email_address_banned','該郵箱地址被禁用!','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8250,'cht','usercp.std_wrong_email_address_domains','不允許使用該郵箱位址!請使用以下郵箱:','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8251,'cht','usercp.std_wrong_email_address_format','你輸入的不像是有效的郵箱地址。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8252,'cht','usercp.std_email_in_use','這個郵箱位址已經被使用。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8253,'cht','usercp.std_confirmation_email_sent','(確認郵件已經發送!)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8254,'cht','usercp.std_passkey_reset',' (密鑰已成功更新!)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8255,'cht','usercp.std_password_changed',' (你的密碼已成功修改!)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8256,'cht','usercp.std_privacy_level_updated',' (你的隱私級別已成功更新!)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8257,'cht','usercp.row_reset_passkey','重置密匙','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8258,'cht','usercp.checkbox_reset_my_passkey','我想重置密鑰。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8259,'cht','usercp.text_reset_passkey_note','<b>注意:</b>當密匙被重置後,你必須重新下載相關的種子檔才能繼續下載或做種。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8260,'cht','usercp.row_email_address','郵箱地址','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8261,'cht','usercp.text_email_address_note','<b>注意:</b>改變郵箱位址後,你將在新位址收到驗證郵件。你必須重新驗證。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8262,'cht','usercp.row_change_password','修改密碼','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8263,'cht','usercp.row_type_password_again','確認新密碼','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8264,'cht','usercp.row_privacy_level','隱私等級','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8265,'cht','usercp.radio_normal','普通','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8266,'cht','usercp.radio_low','低(郵箱地址公開)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8267,'cht','usercp.radio_strong','強(個人資訊全部隱藏)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8268,'cht','usercp.head_home',' - 首頁','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8269,'cht','usercp.row_join_date','加入日期','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8270,'cht','usercp.row_avatar','頭像','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8271,'cht','usercp.row_passkey','密匙','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8272,'cht','usercp.row_invitations','邀請','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8273,'cht','usercp.link_send_invitation','進入邀請系統','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8274,'cht','usercp.row_karma_points','魔力值','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8275,'cht','usercp.link_use_karma_points','使用魔力值','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8276,'cht','usercp.row_ratings_submitted','評分數','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8277,'cht','usercp.row_written_comments','評論數','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8278,'cht','usercp.link_view_comments','查看評論','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8279,'cht','usercp.row_forum_posts','論壇帖子數','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8280,'cht','usercp.link_view_posts','查看帖子','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8281,'cht','usercp.text_posts_per_day','帖子/天','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8282,'cht','usercp.text_of_total_posts','總貼','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8283,'cht','usercp.text_recently_read_topics','最近閱讀主題','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8284,'cht','usercp.col_topic_title','主題','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8285,'cht','usercp.col_replies','回復','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8286,'cht','usercp.col_topic_starter','發佈者','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8287,'cht','usercp.col_views','查看','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8288,'cht','usercp.col_last_post','最後回復','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8289,'cht','usercp.text_by','作者:','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8290,'cht','usercp.select_none_selected','未選','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8291,'cht','usercp.text_ago','以前','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8292,'cht','usercp.mail_here','這裏','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8293,'cht','usercp.mail_change_email_one','你請求將你在NexusPHP站點的帳戶用戶名','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8294,'cht','usercp.mail_change_email_two',')改用此郵箱地址','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8295,'cht','usercp.mail_change_email_three','作為聯繫地址。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8296,'cht','usercp.mail_change_email_four','如果你沒有發過該請求請忽視本郵件。輸入你郵箱地址的用戶的IP位址是','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8297,'cht','usercp.mail_change_email_five','。請勿回復本郵件。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8298,'cht','usercp.mail_change_email_six','如果你的確發送過更改帳戶資訊的請求,請點擊','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8299,'cht','usercp.mail_change_email_six_1','來確認。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8300,'cht','usercp.mail_change_email_seven','你的新郵箱位址將顯示在你的個人資料頁面。注意:你的個人資料只有在點擊以上地址後才會改變。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8301,'cht','usercp.mail_change_email_eight','','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8302,'cht','usercp.mail_change_email_nine','NexusPHP網站','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8303,'cht','usercp.mail_profile_change_confirmation','修改個人資料驗證','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8304,'cht','usercp.text_go_back','返回','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8305,'cht','usercp.text_category','類型','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8306,'cht','usercp.text_source','來源','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8307,'cht','usercp.text_codec','編碼','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8308,'cht','usercp.text_standard','解析度','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8309,'cht','usercp.text_processing','處理','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8310,'cht','usercp.text_show_dead_active','顯示斷種/活種?','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8311,'cht','usercp.select_including_dead','包括斷種','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8312,'cht','usercp.select_active','活種','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8313,'cht','usercp.select_dead','斷種','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8314,'cht','usercp.text_show_special_torrents','顯示促销種子?','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8315,'cht','usercp.select_all','全部','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8316,'cht','usercp.select_normal','普通','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8317,'cht','usercp.select_free','免費','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8318,'cht','usercp.select_two_times_up','2x上傳','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8319,'cht','usercp.select_free_two_times_up','免費&2x上傳','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8320,'cht','usercp.text_show_bookmarked','顯示收藏?','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8321,'cht','usercp.select_bookmarked','僅收藏','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8322,'cht','usercp.select_bookmarked_exclude','僅未收藏','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8323,'cht','usercp.select_with','且','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8324,'cht','usercp.select_without','但不','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8325,'cht','usercp.text_review','顯示點評','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8326,'cht','usercp.row_pm_boxes','短訊箱','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8327,'cht','usercp.text_show','每頁顯示','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8328,'cht','usercp.text_pms_per_page','條短訊(最大=100)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8329,'cht','usercp.row_shoutbox','群聊區','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8330,'cht','usercp.text_show_last','顯示最新','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8331,'cht','usercp.text_messages_at_shoutbox','條聊天記錄(0=使用默認, 最小=10, 最大=500)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8332,'cht','usercp.text_refresh_shoutbox_every','每隔','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8333,'cht','usercp.text_seconds','秒刷新群聊區(0=使用默認設置, 最小=10, 最大=3600)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8334,'cht','usercp.text_hide_helpbox_messages','不顯示求助區的留言','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8335,'cht','usercp.row_torrent_detail','種子詳情頁面','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8336,'cht','usercp.text_show_description','顯示簡介','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8337,'cht','usercp.text_show_nfo','顯示NFO文件內容','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8338,'cht','usercp.text_show_imdb_info','顯示IMDb信息','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8339,'cht','usercp.text_show_douban_info','顯示豆瓣信息','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8340,'cht','usercp.text_show_lastfm_info','顯示Last.fm信息','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8341,'cht','usercp.text_show_reviews','顯示點評','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8342,'cht','usercp.text_show_comments','顯示評論','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8343,'cht','usercp.row_browse_page','種子頁面','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8344,'cht','usercp.text_browse_setting_warning','<font class=\'striking\'><b>警告:</b></font>開啟大量功能可能會降低你的瀏覽速度。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8345,'cht','usercp.text_torrents_per_page','個種子','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8346,'cht','usercp.text_tooltip_type','種子標題上懸浮提示類型','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8347,'cht','usercp.text_last_review','最新點評','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8348,'cht','usercp.text_minor_imdb_info','簡單IMDb信息 (片名 + 年代 + IMDb評分 + 國家 + 類別 + 導演 + 主演 + 標語)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8349,'cht','usercp.text_median_imdb_info','中型IMDb信息 (圖片 + 片名 + 年代 + IMDb評分 + 片長 + 國家 + 對白語言 + 導演 + 類別 + 主演 + 英語劇情概要)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8350,'cht','usercp.text_douban_info','豆瓣信息 (圖片 + 片名 + 年代 + 豆瓣評分 + 對白語言 + 導演 + 地區 + 主演 + 中文劇情概要)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8351,'cht','usercp.text_off','關閉懸浮提示','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8352,'cht','usercp.text_show_lastfm_tooltip','懸浮提示Last.fm信息','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8353,'cht','usercp.row_time_type','時間顯示類型','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8354,'cht','usercp.text_time_added','發生時間','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8355,'cht','usercp.text_time_elapsed','已去時間','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8356,'cht','usercp.text_append_words_to_torrents','添加特殊種子的尾綴','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8357,'cht','usercp.text_append_sticky','給固定于頂部的種子添加置頂圖標 <img class=\"sticky\" src=\"pic/trans.gif\" alt=\"sticky\" />','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8358,'cht','usercp.text_append_new','給新種子添加\'新\'','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8359,'cht','usercp.text_append_picked','給批評家推荐的資源添加標記,如\'經典\'','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8360,'cht','usercp.text_show_action_icons','顯示行為圖標','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8361,'cht','usercp.text_show_nfo_icon','查看NFO圖標','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8362,'cht','usercp.text_show_download_icon','下載圖標','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8363,'cht','usercp.text_show_edit_icon','編輯圖標','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8364,'cht','usercp.text_if_owner',' (如果是發種者)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8365,'cht','usercp.text_show_bookmark_icon','收藏圖標','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8366,'cht','usercp.text_comments_reviews','評論','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8367,'cht','usercp.text_show_comment_number','顯示評論數','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8368,'cht','usercp.text_last_comment_on_tooltip','懸浮提示最新評論內容','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8369,'cht','usercp.text_show_review_number','顯示點評數','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8370,'cht','usercp.row_school','學校','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8371,'cht','usercp.row_discuss','討論','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8372,'cht','usercp.row_funbox','趣味盒','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8373,'cht','usercp.text_show_funbox','在首頁顯示趣味盒','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8374,'cht','usercp.text_send','發送','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8375,'cht','usercp.text_use','使用','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8376,'cht','usercp.text_view','查看','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8377,'cht','usercp.row_ip_location','IP/地點','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8378,'cht','usercp.text_translation_note','你的語言不在列表中?看看你能不能','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8379,'cht','usercp.text_translation_link','幫助我們翻譯添加新語言','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8380,'cht','usercp.text_movies_and_tvs','電影 & 電視:','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8381,'cht','usercp.text_games_and_appz','游戲 & 程序:','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8382,'cht','usercp.text_others','其它:','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8383,'cht','usercp.text_at_browse_page','種子區','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8384,'cht','usercp.text_at_special_page','音樂區','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8385,'cht','usercp.text_additional_selection','補充設定','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8386,'cht','usercp.text_stylesheet_note','更多界面風格?想自己設計?','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8387,'cht','usercp.text_stylesheet_link','點擊這裏','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8388,'cht','usercp.row_font_size','字體大小','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8389,'cht','usercp.select_small','小','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8390,'cht','usercp.select_large','大','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8391,'cht','usercp.text_medium','媒介','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8392,'cht','usercp.text_torrents_on_promotion','促銷種子:','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8393,'cht','usercp.text_highlight','高亮顯示','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8394,'cht','usercp.text_append_words','添加標記,如\'2X免費\'','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8395,'cht','usercp.text_append_icon','添加圖標,如<img class=\"pro_free\" src=\"pic/trans.gif\" alt=\"free\" />','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8396,'cht','usercp.text_no_mark','無標記','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8397,'cht','usercp.text_signature_note','允許使用<a class=faqlink href=tags.php target=_new>BBCode代碼</a>。最大圖片尺寸為500*200只有第一張圖片會顯示。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8398,'cht','usercp.row_click_on_topic','點擊主題時','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8399,'cht','usercp.text_go_to_first_page','查看第一頁','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8400,'cht','usercp.text_go_to_last_page','查看最後頁','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8401,'cht','usercp.select_half_down','50%下載','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8402,'cht','usercp.row_category_icons','分類圖標','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8403,'cht','usercp.text_team','製作組','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8404,'cht','usercp.text_audio_codec','音頻編碼','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8405,'cht','usercp.text_sub_category','次分類','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8406,'cht','usercp.select_medium','中','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8407,'cht','usercp.row_tooltip_last_post','懸浮提示最新帖子','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8408,'cht','usercp.checkbox_last_post_note','(如果不喜歡懸浮提示,可關閉此項)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8409,'cht','usercp.row_network_bandwidth','網絡帶寬','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8410,'cht','usercp.text_downstream_rate','下行帶寬','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8411,'cht','usercp.text_upstream_rate','上行帶寬','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8412,'cht','usercp.text_isp','互聯網服務提供商','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8413,'cht','usercp.text_show_title','顯示標題','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8414,'cht','usercp.text_show_small_description','顯示副標題','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8415,'cht','usercp.row_show_advertisements','察看廣告','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8416,'cht','usercp.text_can_turn_off_advertisement','及以上等級用戶可選取不察看廣告','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8417,'cht','usercp.text_buy_no_advertisement','及以上等級用戶可用魔力值兌換一定期限內不察看廣告的許可權,點擊','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8418,'cht','usercp.text_bonus_center','這裡','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8419,'cht','usercp.text_show_advertisement_note','我想看到廣告','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8420,'cht','usercp.row_promotion_link','宣傳鏈結','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8421,'cht','usercp.text_update_promotion_link','更新宣傳鏈結','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8422,'cht','usercp.text_read_more','了解更多','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8423,'cht','userdetails.std_error','錯誤','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8424,'cht','userdetails.std_no_such_user','不存在該ID的用戶','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8425,'cht','userdetails.head_details_for','用戶詳情 - ','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8426,'cht','userdetails.text_account_disabled_note','該賬號已被禁用!','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8427,'cht','userdetails.text_remove_from_friends','從好友清單中移除','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8428,'cht','userdetails.text_remove_from_blocks','從黑名單中移除','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8429,'cht','userdetails.text_add_to_friends','加入好友清單','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8430,'cht','userdetails.text_add_to_blocks','加入黑名單','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8431,'cht','userdetails.text_flush_ghost_torrents','清除多餘種子,點擊','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8432,'cht','userdetails.text_here','這裡','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8433,'cht','userdetails.row_invitation','邀請','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8434,'cht','userdetails.text_no_invitation','沒有邀請資格','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8435,'cht','userdetails.link_send_invitation','傳送邀請','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8436,'cht','userdetails.row_invited_by','邀請人','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8437,'cht','userdetails.row_join_date','加入日期','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8438,'cht','userdetails.row_last_seen','最近動向','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8439,'cht','userdetails.row_last_seen_location','最近動向(地點)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8440,'cht','userdetails.row_email','郵箱','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8441,'cht','userdetails.row_users_ips','IP記錄','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8442,'cht','userdetails.row_ip_history','IP曆史','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8443,'cht','userdetails.text_user_earlier_used','該用戶在以前使用了','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8444,'cht','userdetails.text_different_ips','個不同的IP位址','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8445,'cht','userdetails.row_ip_address','目前IP','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8446,'cht','userdetails.row_bt_client','BT用戶端','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8447,'cht','userdetails.row_uploaded','上傳量','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8448,'cht','userdetails.row_downloaded','下載量','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8449,'cht','userdetails.row_share_ratio','分享率','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8450,'cht','userdetails.row_internet_speed','網路頻寬','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8451,'cht','userdetails.row_gender','性別','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8452,'cht','userdetails.row_donated','捐贈','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8453,'cht','userdetails.row_avatar','頭像','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8454,'cht','userdetails.row_class','等級','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8455,'cht','userdetails.row_torrent_comment','種子評論','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8456,'cht','userdetails.link_view_comments','檢視評論','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8457,'cht','userdetails.row_forum_posts','論壇帖子','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8458,'cht','userdetails.link_view_posts','檢視帖子','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8459,'cht','userdetails.row_karma_points','魔力值','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8460,'cht','userdetails.row_uploaded_torrents','發布種子','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8461,'cht','userdetails.text_show_or_hide','[察看/隱藏]','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8462,'cht','userdetails.row_current_seeding','目前做種','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8463,'cht','userdetails.row_current_leeching','目前下載','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8464,'cht','userdetails.row_completed_torrents','完成種子','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8465,'cht','userdetails.row_incomplete_torrents','未完成種子','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8466,'cht','userdetails.text_public_access_denied','對不起,存取被用戶','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8467,'cht','userdetails.text_user_wants_privacy','拒絕。用戶想要保護其隱私。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8468,'cht','userdetails.text_edit_user','編輯用戶','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8469,'cht','userdetails.row_title','頭銜','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8470,'cht','userdetails.row_privacy_level','隱私級別','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8471,'cht','userdetails.radio_low','低','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8472,'cht','userdetails.radio_normal','普通','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8473,'cht','userdetails.radio_strong','高','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8474,'cht','userdetails.row_avatar_url','頭像URL','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8475,'cht','userdetails.row_signature','簽名','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8476,'cht','userdetails.row_donor_status','捐贈狀態','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8477,'cht','userdetails.row_donor','捐贈','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8478,'cht','userdetails.radio_yes','是','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8479,'cht','userdetails.radio_no','否','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8480,'cht','userdetails.row_support','支援員','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8481,'cht','userdetails.row_support_language','支援語言','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8482,'cht','userdetails.row_support_for','支援內容','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8483,'cht','userdetails.row_comment','備注','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8484,'cht','userdetails.row_seeding_karma','魔力值','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8485,'cht','userdetails.row_warning_system','警告系統<br /><br />(不良行為)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8486,'cht','userdetails.text_not_warned','未警告.','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8487,'cht','userdetails.text_arbitrary_duration','(Arbitrary duration)','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8488,'cht','userdetails.text_until','直到 ','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8489,'cht','userdetails.text_to_go','剩餘時間','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8490,'cht','userdetails.text_warn_for','警告時間','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8491,'cht','userdetails.text_week','周','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8492,'cht','userdetails.text_weeks','周','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8493,'cht','userdetails.text_unlimited','無限制','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8494,'cht','userdetails.text_reason_of_warning','警告原因','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8495,'cht','userdetails.text_times_warned','警告次數','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8496,'cht','userdetails.text_last_warning','最近一次警告','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8497,'cht','userdetails.text_not_warned_note','該用戶沒有被警告','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8498,'cht','userdetails.row_auto_warning','自動警告','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8499,'cht','userdetails.text_low_ratio','低分享率','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8500,'cht','userdetails.text_leech_warned','吸血','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8501,'cht','userdetails.text_for_unlimited_time','無期...','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8502,'cht','userdetails.row_movie_picker','批評家','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8503,'cht','userdetails.row_enabled','有效','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8504,'cht','userdetails.row_forum_post_possible','允許論壇發帖?','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8505,'cht','userdetails.row_upload_possible','允許上傳?','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8506,'cht','userdetails.row_download_possible','允許下載?','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8507,'cht','userdetails.row_change_username','改變用戶名','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8508,'cht','userdetails.row_change_email','改變郵箱位址','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8509,'cht','userdetails.row_change_password','改變密碼','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8510,'cht','userdetails.row_repeat_password','確認密碼','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8511,'cht','userdetails.row_amount_uploaded','上傳量','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8512,'cht','userdetails.row_amount_downloaded','下載量','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8513,'cht','userdetails.row_passkey','秘鑰','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8514,'cht','userdetails.checkbox_reset_passkey','重置秘鑰','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8515,'cht','userdetails.submit_okay','確定','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8516,'cht','userdetails.text_delete_user','移除用戶','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8517,'cht','userdetails.submit_delete','移除','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8518,'cht','userdetails.text_ago','以前','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8519,'cht','userdetails.title_show_or_hide','察看/隱藏','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8520,'cht','userdetails.title_download','下載:','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8521,'cht','userdetails.title_upload','上傳:','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8522,'cht','userdetails.title_male','男生','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8523,'cht','userdetails.title_female','女生','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8524,'cht','userdetails.title_not_available','未知','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8525,'cht','userdetails.title_send_pm','傳送短訊','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8526,'cht','userdetails.title_report_user','舉報用戶','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8527,'cht','userdetails.text_free','免費','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8528,'cht','userdetails.text_two_times_up','2X','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8529,'cht','userdetails.text_free_two_times_up','2X免費','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8530,'cht','userdetails.text_half_down','50%','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8531,'cht','userdetails.text_by','警告者:','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8532,'cht','userdetails.text_by_system','警告者:系統','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8533,'cht','userdetails.text_transaction_memo','交易備忘:','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8534,'cht','userdetails.row_pick_for','選片','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8535,'cht','userdetails.row_staff_duties','管理員職責/貴賓資格原因','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8536,'cht','userdetails.row_transfer','傳送','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8537,'cht','userdetails.row_sltime','BT時間','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8538,'cht','userdetails.text_seeding_leeching_time_ratio','做種/下載時間比率','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8539,'cht','userdetails.text_seeding_time','做種時間','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8540,'cht','userdetails.text_leeching_time','下載時間','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8541,'cht','userdetails.text_since','自','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8542,'cht','userdetails.row_compatibility','趣味相投度','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8543,'cht','userdetails.text_unknown','未知','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8544,'cht','userdetails.text_super','超級','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8545,'cht','userdetails.text_very_high','很高','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8546,'cht','userdetails.text_high','較高','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8547,'cht','userdetails.text_medium','普通','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8548,'cht','userdetails.text_low','較低','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8549,'cht','userdetails.text_very_low','很低','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8550,'cht','userdetails.row_invites','邀請','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8551,'cht','userdetails.js_delete_user_note','如果確信的話,你現在可以移除該用戶。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8552,'cht','userdetails.std_sorry','對不起','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8553,'cht','userdetails.std_user_not_confirmed','該用戶還未通過驗證!','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8554,'cht','userdetails.text_not_available','N/A','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8555,'cht','userdetails.row_vip_by_bonus','貴賓資格為通過魔力值獲得','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8556,'cht','userdetails.text_vip_by_bonus_note','該貴賓資格是否為通過魔力值換取。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8557,'cht','userdetails.row_vip_until','貴賓資格結束時間','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8558,'cht','userdetails.text_vip_until_note','時間格式為\'年年年年-月月-日日 時時:分分:秒秒\'。貴賓資格結束的時間。\'貴賓資格為通過魔力值獲得\'必須設為\'是\'此規則才能生效。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8559,'cht','userdetails.row_show_ad','察看廣告','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8560,'cht','userdetails.row_no_ad_until','不顯示廣告直到','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8561,'cht','userdetails.text_no_ad_until_note','時間格式為\'年年年年-月月-日日 時時:分分:秒秒\'。無廣告待遇結束的時間。','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8562,'cht','userhistory.std_error','錯誤','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8563,'cht','userhistory.std_permission_denied','你沒有該權限','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8564,'cht','userhistory.std_no_posts_found','沒有找到該帖子','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8565,'cht','userhistory.head_posts_history','帖子歷史','2021-01-11 12:48:10','2021-01-11 12:48:10'),(8566,'cht','userhistory.text_posts_history_for','用戶帖子歷史-','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8567,'cht','userhistory.text_forum','<b>論壇:&nbsp;</b>','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8568,'cht','userhistory.text_topic','<b>主題:&nbsp;</b>','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8569,'cht','userhistory.text_post','<b>帖子:&nbsp;</b>','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8570,'cht','userhistory.text_new','新!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8571,'cht','userhistory.text_last_edited','最後被','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8572,'cht','userhistory.text_at','編輯于','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8573,'cht','userhistory.std_no_comments_found','沒有找到評論','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8574,'cht','userhistory.head_comments_history','評論歷史','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8575,'cht','userhistory.text_comments_history_for','用戶評論歷史-','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8576,'cht','userhistory.text_torrent','<b>種子:&nbsp;</b>','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8577,'cht','userhistory.text_comment','<b>評論:&nbsp;','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8578,'cht','userhistory.std_history_error','錯誤','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8579,'cht','userhistory.std_unkown_action','未知行為','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8580,'cht','userhistory.std_invalid_or_no_query','無效或沒有該項。','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8581,'cht','users.head_users','用戶','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8582,'cht','users.text_users','<h1>用戶</h1>\n','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8583,'cht','users.text_search','搜索:','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8584,'cht','users.select_any_class','(任何等級)','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8585,'cht','users.submit_okay','給我搜','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8586,'cht','users.text_prev','上一頁','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8587,'cht','users.text_next','下一頁','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8588,'cht','users.col_user_name','用戶名','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8589,'cht','users.col_registered','註冊','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8590,'cht','users.col_last_access','最後訪問','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8591,'cht','users.col_class','等級','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8592,'cht','users.col_country','國家/地區','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8593,'cht','users.select_any_country','(任何國家/地區)','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8594,'cht','viewfilelist.col_path','路徑','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8595,'cht','viewnfo.std_puke','奧哦','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8596,'cht','viewnfo.head_view_nfo','查看NFO文件','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8597,'cht','viewnfo.text_nfo_for','NFO文件','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8598,'cht','viewnfo.title_dos_vy','查看DOS樣式','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8599,'cht','viewnfo.text_dos_vy','DOS樣式','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8600,'cht','viewnfo.title_windows_vy','查看Windows樣式','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8601,'cht','viewnfo.text_windows_vy','Windows樣式','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8602,'cht','viewpeerlist.col_user_ip','用戶','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8603,'cht','viewpeerlist.col_location','地點','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8604,'cht','viewpeerlist.col_connectable','可連接','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8605,'cht','viewpeerlist.col_uploaded','上傳','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8606,'cht','viewpeerlist.col_rate','即時速度','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8607,'cht','viewpeerlist.col_av_rate','平均速度','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8608,'cht','viewpeerlist.col_downloaded','下載','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8609,'cht','viewpeerlist.col_ratio','分享率','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8610,'cht','viewpeerlist.col_complete','完成','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8611,'cht','viewpeerlist.col_connected','連接時間','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8612,'cht','viewpeerlist.col_idle','最近匯報','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8613,'cht','viewpeerlist.col_client','用戶端','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8614,'cht','viewpeerlist.text_anonymous','匿名','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8615,'cht','viewpeerlist.text_unknown','(未知)','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8616,'cht','viewpeerlist.text_seeders','做種者','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8617,'cht','viewpeerlist.text_leechers','下載者','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8618,'cht','viewpeerlist.row_seeders','做種者','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8619,'cht','viewpeerlist.row_leechers','下載者','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8620,'cht','viewpeerlist.text_yes','是','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8621,'cht','viewpeerlist.text_no','否','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8622,'cht','viewpeerlist.text_inf','無限','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8623,'cht','viewsnatches.head_snatch_detail','完成詳情','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8624,'cht','viewsnatches.text_snatch_detail_for','種子完成詳情 - ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8625,'cht','viewsnatches.text_users_top_finished_recently','頂部的用戶最後完成下載','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8626,'cht','viewsnatches.col_username','用戶名','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8627,'cht','viewsnatches.col_uploaded','上傳','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8628,'cht','viewsnatches.col_downloaded','下載','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8629,'cht','viewsnatches.col_ratio','分享率','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8630,'cht','viewsnatches.col_when_completed','完成','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8631,'cht','viewsnatches.col_last_action','最近動向','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8632,'cht','viewsnatches.col_se_time','做種時間','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8633,'cht','viewsnatches.col_le_time','下載時間','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8634,'cht','viewsnatches.col_seeding','做種','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8635,'cht','viewsnatches.col_pm_user','短訊','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8636,'cht','viewsnatches.col_report_user','舉報','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8637,'cht','viewsnatches.col_on_or_off','線上','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8638,'cht','viewsnatches.text_global','全局','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8639,'cht','viewsnatches.text_torrent','本種','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8640,'cht','viewsnatches.text_yes','是','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8641,'cht','viewsnatches.text_no','否','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8642,'cht','viewsnatches.title_report','舉報','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8643,'cht','viewsnatches.col_ip','IP','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8644,'cht','viewsnatches.text_per_second','/秒','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8645,'cht','viewsnatches.text_anonymous','匿名','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8646,'cht','viewsnatches.text_inf','無限','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8647,'cht','viewsnatches.std_sorry','對不起','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8648,'cht','viewsnatches.text_no_snatched_users','還沒有用戶完成該種子。','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8649,'en','aboutnexus.text_version','Version','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8650,'en','aboutnexus.text_version_note','This tracker NexusPHP is powered by NexusPHP. The following is version detail.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8651,'en','aboutnexus.text_main_version','Main Version','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8652,'en','aboutnexus.text_sub_version','Sub Version','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8653,'en','aboutnexus.text_release_date','Release Date','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8654,'en','aboutnexus.text_authorize_to','Authorized to','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8655,'en','aboutnexus.text_authorization_type','Authorization Type','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8656,'en','aboutnexus.text_commercial','Commercial','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8657,'en','aboutnexus.text_free','Free','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8658,'en','aboutnexus.text_nexus','About ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8659,'en','aboutnexus.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 />\nThe first stage of NexusPHP 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.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8660,'en','aboutnexus.text_authorization','About Authorization','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8661,'en','aboutnexus.text_authorization_note','If you like to use NexusPHP to power your tracker, feel free to <a href=\"#contact\" class=\"faqlink\">contact us</a>.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8662,'en','aboutnexus.text_translation','About Translation','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8663,'en','aboutnexus.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.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8664,'en','aboutnexus.text_flag','Flag','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8665,'en','aboutnexus.text_language','Language','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8666,'en','aboutnexus.text_state','State','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8667,'en','aboutnexus.text_stylesheet','About Stylesheet','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8668,'en','aboutnexus.text_stylesheet_note','The layout of NexusPHP 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 NexusPHP. If you want more stylesheets or feel like to design your own one, <a href=\"#contact\" class=\"faqlink\">contact us</a>.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8669,'en','aboutnexus.text_name','Name','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8670,'en','aboutnexus.text_designer','Designer','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8671,'en','aboutnexus.text_comment','Comment','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8672,'en','aboutnexus.text_contact','Contact ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8673,'en','aboutnexus.text_contact_note','Wanna join us? Get suggestions or find bugs? Talk about business? Contact us in any of the following ways.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8674,'en','aboutnexus.text_web_site','Web Site','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8675,'en','aboutnexus.text_email','Email','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8676,'en','aboutnexus.text_msn','MSN','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8677,'en','aboutnexus.text_qq','QQ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8678,'en','aboutnexus.text_telephone','Tele.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8679,'en','admanage.head_ad_management','Ad Management','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8680,'en','admanage.text_ad_management','Ad Management','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8681,'en','admanage.text_add_ad','Add Ad','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8682,'en','admanage.text_header','Header','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8683,'en','admanage.text_footer','Footer','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8684,'en','admanage.text_below_navigation','Below Navigation','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8685,'en','admanage.text_below_searchbox','Below Searchbox','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8686,'en','admanage.text_torrent_detail','Torrent Detail','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8687,'en','admanage.text_comment_page','Comment Page','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8688,'en','admanage.text_inter_overforums','Inter Overforums','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8689,'en','admanage.text_forum_post_page','Forum Post Page','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8690,'en','admanage.text_popup','Popup','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8691,'en','admanage.text_no_ads_yet','No ads yet!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8692,'en','admanage.col_enabled','Enabled','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8693,'en','admanage.col_name','Name','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8694,'en','admanage.col_position','Position','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8695,'en','admanage.col_order','Order','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8696,'en','admanage.col_type','Method','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8697,'en','admanage.col_start_time','Start Time','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8698,'en','admanage.col_end_time','End Time','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8699,'en','admanage.col_action','Action','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8700,'en','admanage.text_yes','Yes','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8701,'en','admanage.text_no','No','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8702,'en','admanage.text_bbcodes','BB codes','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8703,'en','admanage.text_xhtml','XHTML','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8704,'en','admanage.text_text','Text','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8705,'en','admanage.text_image','Image','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8706,'en','admanage.text_flash','Flash','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8707,'en','admanage.text_delete','Delete','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8708,'en','admanage.text_edit','Edit','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8709,'en','admanage.js_sure_to_delete_ad','Are you sure you want to delete this ad?','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8710,'en','admanage.std_error','Error','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8711,'en','admanage.std_invalid_id','Invalid ID','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8712,'en','admanage.std_invalid_position','Invalid position','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8713,'en','admanage.head_add_ad','Add Ad','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8714,'en','admanage.head_edit_ad','Edit Ad','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8715,'en','admanage.text_note','Note','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8716,'en','admanage.text_ad_detail','Ad Detail','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8717,'en','admanage.row_name','Name','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8718,'en','admanage.row_start_time','Start Time','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8719,'en','admanage.row_end_time','End Time','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8720,'en','admanage.row_enabled','Enabled','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8721,'en','admanage.row_order','Order','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8722,'en','admanage.row_type','Display Method','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8723,'en','admanage.row_image_url','Image URL','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8724,'en','admanage.row_image_link','Ad Link','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8725,'en','admanage.row_image_width','Image Width','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8726,'en','admanage.row_image_height','Image Height','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8727,'en','admanage.row_image_tooltip','Link Tooltip','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8728,'en','admanage.row_text_content','Text Content','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8729,'en','admanage.row_text_link','Ad Link','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8730,'en','admanage.row_text_size','Text Size','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8731,'en','admanage.row_bbcodes_code','BB codes','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8732,'en','admanage.row_xhtml_code','XHTML Code','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8733,'en','admanage.row_flash_url','Flash URL','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8734,'en','admanage.row_flash_width','Flash Width','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8735,'en','admanage.row_flash_height','Flash Height','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8736,'en','admanage.submit_submit','Sumbit','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8737,'en','admanage.text_ad','Advertisement','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8738,'en','admanage.text_header_note','Show at the top-right corner of every page. Recommended to use image or flash of size within 580 * 90. Only one ad will show. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8739,'en','admanage.text_footer_note','Show at the bottom of every page. Recommended size is 728 * 160. Only one ad will show. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8740,'en','admanage.text_below_navigation_note','Show right below navigation bar on every page. Recommended size is 728 * 90. Only one ad will show. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8741,'en','admanage.text_below_searchbox_note','Show right below searchbox on torrents page. Recommended size is 728 * 90. Only one ad will show. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8742,'en','admanage.text_torrent_detail_note','Show in torrent description on torrent detail page. Recommended size is 600 * 160. Only one ad will show. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8743,'en','admanage.text_comment_page_note','Show between comments on torrent detail page or offer detail page. Recommended size is 600 * 160. Several ads will show together. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8744,'en','admanage.text_inter_overforums_note','Show between overforums on forum home page. Recommended size is 728 * 90. Several ads will show together.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8745,'en','admanage.text_forum_post_page_note','Show between forum posts on forum topic detail page. Recommended size is 600 * 160. Several ads will show together.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8746,'en','admanage.text_popup_note','Popup on every page. Very disturbing, use with caution. Recommended size is 468 * 90','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8747,'en','admanage.text_name_note','Just a name to call the ad.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8748,'en','admanage.text_start_time_note','In format of YYYY-MM-DD hh:mm:ss, e.g. \'2007-12-24 21:00:00\'. The time since when the ad becomes available. <br />If blank, the ad becomes available immediately.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8749,'en','admanage.text_end_time_note','In format of YYYY-MM-DD hh:mm:ss, e.g. \'2008-01-24 21:00:00\'. The time until when the ad is available. <br />If blank, the ad will never become unavailable unless new ads are added. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8750,'en','admanage.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. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8751,'en','admanage.text_enabled_note','Only enabled ads will show. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8752,'en','admanage.text_type_note','Choose the display method of ads. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8753,'en','admanage.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. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8754,'en','admanage.text_image_link_note','The link of the ad, e.g. \'http://www.nexusphp.com/ad.html\'. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8755,'en','admanage.text_image_width_note','In pixels. The width at which the image is shown. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8756,'en','admanage.text_image_height_note','In pixels. The height at which the image is shown. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8757,'en','admanage.text_image_tooltip_note','The text shown on tooltip of the link. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8758,'en','admanage.text_text_content_note','The content of text ad. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8759,'en','admanage.text_text_link_note','The link of the ad, e.g. \'http://www.nexusphp.com/ad.html\'. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8760,'en','admanage.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.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8761,'en','admanage.text_bbcodes_code_note','What is BB codes? See ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8762,'en','admanage.text_here','here','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8763,'en','admanage.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.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8764,'en','admanage.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.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8765,'en','admanage.text_flash_width_note','In pixels. The width at which the Flash is shown. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8766,'en','admanage.text_flash_height_note','In pixels. The height at which the Flash is shown. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8767,'en','admanage.std_missing_form_data','Missing form data.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8768,'en','admanage.std_invalid_type','Invalid display method.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8769,'en','admanage.std_success','Success','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8770,'en','admanage.std_edit_success','The ad is edited. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8771,'en','admanage.std_add_success','The ad is added. ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8772,'en','admanage.text_unlimited','unlimited','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8773,'en','admanage.std_go_back','Go back to ads list','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8774,'en','admanage.col_clicks','Clicks','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8775,'en','adredir.std_error','Error','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8776,'en','adredir.std_ad_system_disabled','Ad system disabled.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8777,'en','adredir.std_invalid_ad_id','Invalid ad id','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8778,'en','adredir.std_no_redirect_url','No redirect URL.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8779,'en','attachment.text_nothing_received','Failure! Nothing received!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8780,'en','attachment.text_file_number_limit_reached','Failure! You cannot upload more files for the moment. Please wait some time.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8781,'en','attachment.text_file_size_too_big','Failure! The file size is too big.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8782,'en','attachment.text_file_extension_not_allowed','Failure! The file extension is not allowed.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8783,'en','attachment.text_invalid_image_file','Failure! Invalid image file.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8784,'en','attachment.text_cannot_move_file','Failure! Cannot move uploaded file.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8785,'en','attachment.submit_upload','Upload','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8786,'en','attachment.text_left','Today Left: ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8787,'en','attachment.text_of',' of ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8788,'en','attachment.text_size_limit','Size: ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8789,'en','attachment.text_file_extensions','File Extensions: ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8790,'en','attachment.text_mouse_over_here','mouse here','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8791,'en','attachment.text_small_thumbnail','small thumbnail','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8792,'en','catmanage.head_category_management','Category Management','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8793,'en','catmanage.text_category_management','Category Management','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8794,'en','catmanage.text_manage','Manage','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8795,'en','catmanage.text_searchbox','Searchbox','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8796,'en','catmanage.text_category_icons','Category icon pack','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8797,'en','catmanage.text_second_icons','Second icons','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8798,'en','catmanage.text_categories','Categories','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8799,'en','catmanage.text_sources','Sources','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8800,'en','catmanage.text_media','Media','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8801,'en','catmanage.text_codecs','Codecs','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8802,'en','catmanage.text_standards','Standards','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8803,'en','catmanage.text_processings','Processings','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8804,'en','catmanage.text_teams','Teams','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8805,'en','catmanage.text_audio_codecs','Audio Codecs','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8806,'en','catmanage.std_error','Error','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8807,'en','catmanage.std_invalid_type','Invalid type.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8808,'en','catmanage.text_add','Add','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8809,'en','catmanage.text_no_record_yet','No record yet!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8810,'en','catmanage.col_id','ID','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8811,'en','catmanage.col_name','Name','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8812,'en','catmanage.col_order','Order','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8813,'en','catmanage.col_action','Action','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8814,'en','catmanage.text_delete','Delete','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8815,'en','catmanage.text_edit','Edit','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8816,'en','catmanage.js_sure_to_delete_this','Are you sure you want to delete this?','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8817,'en','catmanage.col_sub_category','Subcategory','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8818,'en','catmanage.text_per_row','Items/Row','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8819,'en','catmanage.text_padding','Padding','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8820,'en','catmanage.text_enabled','Enabled','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8821,'en','catmanage.text_disabled','Disabled','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8822,'en','catmanage.col_folder','Icon Pack Folder','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8823,'en','catmanage.text_multi_language','Multi-lang.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8824,'en','catmanage.text_second_icon','Second Icon','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8825,'en','catmanage.text_css_file','CSS file','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8826,'en','catmanage.text_none','none','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8827,'en','catmanage.text_css_file_note','CSS file for this icon pack. Enter the full path, e.g. \'styles/scenetorrents.css\'. Leave it blank if none. <br />Allowed Characters: [a-z] (in lower case), [0-9], [_./].','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8828,'en','catmanage.text_designer','Designer','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8829,'en','catmanage.text_comment','Comment','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8830,'en','catmanage.text_yes','Yes','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8831,'en','catmanage.text_no','No','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8832,'en','catmanage.col_image','Image','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8833,'en','catmanage.text_class_name','class attribute','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8834,'en','catmanage.col_mode','Mode','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8835,'en','catmanage.std_invalid_id','Invalid id','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8836,'en','catmanage.submit_submit','Submit','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8837,'en','catmanage.text_subcategory_name_note','Don\'t use long name. Recommend less than 10 letters.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8838,'en','catmanage.text_order_note','Ascendantly, i.e. \'0\' comes first.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8839,'en','catmanage.row_searchbox_name','Searchbox Name','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8840,'en','catmanage.text_searchbox_name_note','Allowed Characters: [a-z] (in lower case), [0-9], [_./].','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8841,'en','catmanage.row_show_sub_category','Show sub-category','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8842,'en','catmanage.text_show_sub_category_note','Check the sub-categories you want to enable.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8843,'en','catmanage.row_items_per_row','Items per row','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8844,'en','catmanage.text_items_per_row_note','Set how many items should show in a row in searchbox, e.g. \'8\'.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8845,'en','catmanage.row_padding_between_items','Padding between items','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8846,'en','catmanage.text_padding_between_items_note','In pixels. The horizional padding space between items in searchbox, e.g. \'3\'.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8847,'en','catmanage.text_category_icon_name_note','Allowed Characters: [a-z] (in lower case), [0-9], [_./].','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8848,'en','catmanage.text_folder_note','The folder name of the icon pack. Allowed Characters: [a-z] (in lower case), [0-9], [_./]. <br /><b>MUST</b> add a trailing slash (/) at the end, e.g. \'mycaticon/\'','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8849,'en','catmanage.text_multi_language_note','Whether use different category icons for different languages. If set to \'yes\', put several packs of icons in several folders named \'en\', \'chs\', etc.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8850,'en','catmanage.text_second_icon_note','Whether use second icons for additional information. If set to \'yes\', put second icons in a folder named \'additional\' together with normal icons.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8851,'en','catmanage.text_designer_note','The person who designed the icon pack.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8852,'en','catmanage.text_comment_note','Infomation about the icon pack.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8853,'en','catmanage.text_icon_directory_note','You need to put the icons in the right directory for these settings to work. Put the normal icons in \'pic/category/<i>searchbox_name</i>/<i>icon_pack_folder</i>[<i>language_short_name</i>/]\' and the second icons in \'pic/category/<i>searchbox_name</i>/<i>icon_pack_folder</i>[<i>language_short_name</i>/]additional/\'. <br />Don\'t get it? See if the following examples could help: <ul><li>When<ul><li><b>searchbox_name</b>=\'nhd\'</li><li><b>icon_pack_folder</b>=\'scenetorrents/\'</li><li><b>multi-lang</b>=\'yes\'</li><li><b>second_icon</b>=\'no\'</li></ul>you should put an English normal icon file for movies (e.g. \'movies.png\') in \'pic/category/nhd/scenetorrents/en/\' .</li><li>When<ul><li><b>searchbox_name</b>=\'chd\'</li><li><b>icon_pack_folder</b>=\'nanosofts/\'</li><li><b>multi-lang</b>=\'no\'</li><li><b>second_icon</b>=\'yes\'</li></ul>you should put a normal icon file for movies (e.g. movies.png) in \'pic/category/chd/nanosofts/\' and an additional icon file (e.g. \'bdh264.png\') in \'pic/category/chd/nanosofts/additional/\'.</li></ul>','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8854,'en','catmanage.text_second_icon_name_note','Don\'t use long name. Recommend less than 10 letters.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8855,'en','catmanage.text_image_note','The name of image file. Allowed Characters: [a-z] (in lower case), [0-9], [_./].','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8856,'en','catmanage.row_selections','Selections','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8857,'en','catmanage.text_selections_note','If a selection is not defined, all options from the selection are allowed for the rule. At least one selection should be defined.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8858,'en','catmanage.row_category_name','Category name','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8859,'en','catmanage.text_category_name_note','Don\'t use long name. Recommend less than 10 letters.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8860,'en','catmanage.row_mode','Mode','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8861,'en','catmanage.text_class_name_note','The value of \'class\' attribute of the image. Leave it blank if none. Allowed Characters: [a-z] (in lower case), [0-9], [_], and the first letter must be in [a-z].','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8862,'en','catmanage.std_missing_form_data','Missing form data.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8863,'en','catmanage.std_invalid_character_in_filename','Invalid character in filename ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8864,'en','catmanage.std_must_define_one_selection','You must define at least one selection!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8865,'en','catmanage.std_invalid_mode_id','Invalid mode id.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8866,'en','cheaterbox.std_oho','Oho!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8867,'en','cheaterbox.std_no_suspect_detected','No suspect detected yet.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8868,'en','cheaterbox.head_cheaterbox','Cheaterbox','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8869,'en','cheaterbox.text_cheaterbox','Cheaterbox <font class=striking>BETA</font>','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8870,'en','cheaterbox.col_added','Added','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8871,'en','cheaterbox.col_suspect','Suspect','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8872,'en','cheaterbox.col_hit','Hit','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8873,'en','cheaterbox.col_torrent','Torrent','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8874,'en','cheaterbox.col_ul','UL','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8875,'en','cheaterbox.col_dl','DL','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8876,'en','cheaterbox.col_ann_time','Ann. Time','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8877,'en','cheaterbox.col_seeders','Seeders','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8878,'en','cheaterbox.col_leechers','Leechers','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8879,'en','cheaterbox.col_comment','Comment','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8880,'en','cheaterbox.col_dealt_with','Dealt With','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8881,'en','cheaterbox.col_action','Act.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8882,'en','cheaterbox.text_torrent_does_not_exist','Torrent doesn\'t exist or is deleted','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8883,'en','cheaterbox.text_yes','Yes','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8884,'en','cheaterbox.text_no','No','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8885,'en','cheaterbox.submit_set_dealt','Set Dealt','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8886,'en','cheaterbox.submit_delete','Delete','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8887,'en','checkuser.std_error','Error','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8888,'en','checkuser.std_no_user_id','No user with this ID!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8889,'en','checkuser.std_no_permission','You have no permission','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8890,'en','checkuser.head_detail_for','Details for ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8891,'en','checkuser.text_account_disabled','<p><b>This account has been disabled!</b></p>','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8892,'en','checkuser.row_join_date','Join&nbsp;date','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8893,'en','checkuser.row_gender','Gender','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8894,'en','checkuser.row_email','E-Mail','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8895,'en','checkuser.row_ip','IP','2021-01-11 12:48:11','2021-01-11 12:48:11');
INSERT INTO `i18n` VALUES (8896,'en','checkuser.submit_confirm_this_user','Confirm&nbsp;this&nbsp;user','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8897,'en','comment.std_error','Error','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8898,'en','comment.std_comment_flooding_denied','Comment Flooding Not Allowed. Please wait ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8899,'en','comment.std_before_posting_another',' second(s) before posting another comment.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8900,'en','comment.std_no_torrent_id','No torrent with this ID.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8901,'en','comment.std_no_comment_id','No comment with this ID','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8902,'en','comment.std_comment_body_empty','Comment body cannot be empty!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8903,'en','comment.head_add_comment_to','Add a comment to ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8904,'en','comment.text_add_comment_to','Add a comment to ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8905,'en','comment.submit_okay','Okay','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8906,'en','comment.text_comments_in_reverse_order','Most recent comments, in reverse order\n','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8907,'en','comment.std_invalid_id','Invalid ID.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8908,'en','comment.std_permission_denied','Permission denied.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8909,'en','comment.head_edit_comment_to','Edit comment to ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8910,'en','comment.text_edit_comment_to','Edit comment to ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8911,'en','comment.std_delete_comment','Delete comment','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8912,'en','comment.std_delete_comment_note','You are about to delete a comment. Click\n','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8913,'en','comment.std_here_if_sure','><b>here</b></a> if you are sure.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8914,'en','comment.head_original_comment','Original comment','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8915,'en','comment.text_original_content_of_comment','Original contents of comment ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8916,'en','comment.std_unknown_action','Unknown action.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8917,'en','comment.std_no_review_id','No review with this ID','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8918,'en','comment.std_review_body_empty','Review body cannot be empty!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8919,'en','comment.text_reviews_in_reverse_order','<h2>Most recent reviews, in reverse order</h2>\n','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8920,'en','comment.head_edit_review_to','Edit review to ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8921,'en','comment.text_edit_review_to','Edit review to ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8922,'en','comment.std_delete_review','Delete review','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8923,'en','comment.std_delete_review_note','You are about to delete a review. Click\n','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8924,'en','comment.head_original_review','Original review','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8925,'en','comment.text_original_content_of_review','Original contents of review ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8926,'en','comment.row_user_comment','User&nbsp;Comment','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8927,'en','comment.row_editor_notes','Editor\'s Notes','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8928,'en','comment.row_bouns_change','Bonus Change','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8929,'en','comment.text_bouns_change_notes',' 0 to 1000, based on the quality of review(over 1000 will be treated as 1000 and others not in the range will be treated as 0)','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8930,'en','comment.std_review_no_external_info','Could not mark comments with no external info!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8931,'en','comment.std_review_unmark','Unmark Review','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8932,'en','comment.std_unmark_review_note','You are about to unmark a review. Click\n','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8933,'en','comment.row_original_torrent','Original Torrent','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8934,'en','comment.text_no_exists','Not Exists Any More!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8935,'en','comment.text_torrent_id',' Torrent ID: ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8936,'en','comment.text_back','back','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8937,'en','comment.text_body','Body','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8938,'en','comment.text_compose','Compose','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8939,'en','comment.text_edit','Edit','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8940,'en','confirm_resend.resend_confirmation_email_failed','Send confirmation e-mail failed','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8941,'en','confirm_resend.std_fields_blank','Don\'t leave any fields blank.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8942,'en','confirm_resend.std_invalid_email_address','Invalid email address!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8943,'en','confirm_resend.std_email_not_found','The email address was not found in the database.\n','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8944,'en','confirm_resend.std_user_already_confirm','User using this email address is already confirmed.\n','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8945,'en','confirm_resend.std_passwords_unmatched','The passwords didn\'t match! Must\'ve typoed. Try again.。','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8946,'en','confirm_resend.std_password_too_short','Sorry, password is too short (min is 6 chars)','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8947,'en','confirm_resend.std_password_too_long','Sorry, password is too long (max is 40 chars)','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8948,'en','confirm_resend.std_password_equals_username','Sorry, password cannot be same as user name.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8949,'en','confirm_resend.std_error','Error','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8950,'en','confirm_resend.std_database_error','Database error. Please contact an administrator about this.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8951,'en','confirm_resend.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> 10 failed attempts in a row will result in banning your ip!</p>','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8952,'en','confirm_resend.row_registered_email','Registered email: ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8953,'en','confirm_resend.row_new_password','New password: ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8954,'en','confirm_resend.text_password_note','Minimum is 6 characters','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8955,'en','confirm_resend.row_enter_password_again','Enter password again: ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8956,'en','confirm_resend.submit_send_it','Send It!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8957,'en','confirm_resend.text_you_have','You have ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8958,'en','confirm_resend.text_remaining_tries',' remaining tries.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8959,'en','confirm_resend.mail_title',' User Registration Confirmation(Re-Send)','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8960,'en','confirm_resend.mail_this_link','THIS LINK','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8961,'en','confirm_resend.mail_here','HERE','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8962,'en','confirm_resend.mail_one','Hi ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8963,'en','confirm_resend.mail_two',',<br /><br />You have requested a new confirmation email on NexusPHP and you have <br />specified this address ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8964,'en','confirm_resend.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 ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8965,'en','confirm_resend.mail_four','. Please do not reply.<br /><br />To confirm your user registration, you have to follow ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8966,'en','confirm_resend.mail_four_1','<br /><br />If the Link above is broken or expired, try to send a new confirmation email again from ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8967,'en','confirm_resend.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 NexusPHP.<br /><br />Please Note: If you did not register for NexusPHP, please report this email to nobody@gmail.com<br /><br />------<br />Yours,<br />The NexusPHP Team.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8968,'en','confirm_resend.text_select_lang','Select Site Language: ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8969,'en','confirm_resend.std_need_admin_verification','Account needs manual verification from administrators.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8970,'en','contactstaff.head_contact_staff','Contact Staff','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8971,'en','contactstaff.text_message_to_staff','Send message to Staff','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8972,'en','contactstaff.row_subject','Subject','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8973,'en','contactstaff.row_body','Body','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8974,'en','contactstaff.submit_send_it','Send&nbsp;It!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8975,'en','delete.std_delete_failed','Delete failed!','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8976,'en','delete.std_missing_form_date','missing form data','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8977,'en','delete.std_not_owner','You\'re not the owner! How did that happen?','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8978,'en','delete.std_invalid_reason','Invalid reason ','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8979,'en','delete.std_describe_violated_rule','Please describe the violated rule.','2021-01-11 12:48:11','2021-01-11 12:48:11'),(8980,'en','delete.std_enter_reason','Please enter the reason for deleting this torrent.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8981,'en','delete.head_torrent_deleted','Torrent deleted!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8982,'en','delete.text_go_back','Go back to whence you came','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8983,'en','delete.text_back_to_index','Back to index','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8984,'en','delete.text_torrent_deleted','Torrent deleted!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8985,'en','deletedisabled.head_delete_diasabled','Delete Disabled','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8986,'en','deletedisabled.text_delete_diasabled','Delete Disabled','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8987,'en','deletedisabled.submit_delete_all_disabled_users','Delete all disabled users','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8988,'en','deletedisabled.text_delete_disabled_note','If you click the following button, all disabled users at your site will be <b>DELETED</b>. <b>NEVER</b> click the button unless you are <b>VERY SURE</b>.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8989,'en','deletedisabled.text_users_are_disabled',' users are deleted.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8990,'en','deletemessage.std_bad_message_id','Bad message ID','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8991,'en','deletemessage.std_not_suggested','I wouldn\'t do that if i were you...','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8992,'en','deletemessage.std_not_in_inbox','The message is not in your Inbox.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8993,'en','deletemessage.std_not_in_sentbox','The message is not in your Sentbox.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8994,'en','deletemessage.std_unknown_pm_type','Unknown PM type.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8995,'en','details.std_error','Error','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8996,'en','details.std_no_torrent_id','No torrent with this ID','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8997,'en','details.head_details_for_torrent','Details for torrent ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8998,'en','details.text_successfully_uploaded','Successfully uploaded!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(8999,'en','details.text_redownload_torrent_note','You should <b>re-download</b> the torrent and start seeding now.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9000,'en','details.text_successfully_edited','Successfully edited!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9001,'en','details.text_go_back','Go back to ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9002,'en','details.text_whence_you_came','whence you came','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9003,'en','details.text_rating_added','Rating added!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9004,'en','details.text_thanks_added','Your Thanks added!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9005,'en','details.text_free','Free','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9006,'en','details.text_two_times_up','2X','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9007,'en','details.text_free_two_times_up','2X Free','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9008,'en','details.text_half_down','50%','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9009,'en','details.row_download','Download','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9010,'en','details.text_downloading_not_allowed','You are not allowed to download.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9011,'en','details.row_small_description','Small Description','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9012,'en','details.row_info_hash','Info hash','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9013,'en','details.row_description','Description','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9014,'en','details.text_nfo','NFO','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9015,'en','details.text_view_nfo','[All Modes]','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9016,'en','details.row_imdb_url','IMDb URL','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9017,'en','details.row_subtitles','Subtitles','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9018,'en','details.text_no_subtitles','No subtitles available for this torrent','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9019,'en','details.submit_upload_subtitles','Upload&nbsp;Subtitle!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9020,'en','details.row_info',' Info','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9021,'en','details.text_imdb','IMDb','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9022,'en','details.text_lastfm','Last.fm','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9023,'en','details.text_douban','Douban','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9024,'en','details.text_not_ready',' info not ready, click ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9025,'en','details.text_here_to_retrieve','<b>here</b></a> to retrive from ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9026,'en','details.text_someone_has_requested','Someone has requested to retrieve information from ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9027,'en','details.text_please_be_patient',' seconds ago, please be patient.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9028,'en','details.text_information','Information:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9029,'en','details.text_title',' Title: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9030,'en','details.text_title_chinese','Chinese title: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9031,'en','details.text_also_known_as',' Also known as: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9032,'en','details.text_year',' Year: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9033,'en','details.text_runtime',' Runtime: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9034,'en','details.text_mins',' mins','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9035,'en','details.text_votes',' Votes: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9036,'en','details.text_rating','Rating: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9037,'en','details.text_language',' Language: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9038,'en','details.text_country',' Country: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9039,'en','details.text_all_genres',' All Genres: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9040,'en','details.text_tagline',' Tagline: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9041,'en','details.text_director',' Director: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9042,'en','details.text_written_by',' Written By: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9043,'en','details.text_performed_by',' Performed By: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9044,'en','details.text_offcial_site',' Offcial Site: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9045,'en','details.text_imdb_link',' IMDb Link: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9046,'en','details.text_produced_by',' Produced By: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9047,'en','details.text_music',' Music: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9048,'en','details.text_plot_outline',' Plot Outline:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9049,'en','details.text_cast',' Cast:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9050,'en','details.text_as',' as ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9051,'en','details.text_recommended_comment',' Recommended Comment:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9052,'en','details.text_information_updated_at','<br /><br /><b>NOTE:</b> This infomation is updated at ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9053,'en','details.text_might_be_outdated',' and might be out of date now, click ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9054,'en','details.text_here_to_update','<b>here</b></a> to update outdated info','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9055,'en','details.text_network_error','Warning! Network condition does not allow retrieving infomation from IMDb on the fly','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9056,'en','details.text_avprogress','<strong>Average Progress: </strong>','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9057,'en','details.row_type','Type','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9058,'en','details.text_none_selected','(none selected)','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9059,'en','details.text_source','Source:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9060,'en','details.text_codec','Codec:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9061,'en','details.text_stardard','Standard:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9062,'en','details.text_processing','Processing:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9063,'en','details.row_quality','Quality','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9064,'en','details.col_type','Type','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9065,'en','details.col_name','Name','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9066,'en','details.col_quality','Quality','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9067,'en','details.title_size','Size','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9068,'en','details.title_time_added','Time Added','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9069,'en','details.title_seeders','Seeders','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9070,'en','details.title_leechers','Leechers','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9071,'en','details.col_special','Promotion?','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9072,'en','details.text_normal','normal','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9073,'en','details.row_other_copies','Other&nbsp;Copies','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9074,'en','details.row_last_seeder','Last&nbsp;Action:&nbsp;','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9075,'en','details.text_ago',' ago','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9076,'en','details.text_size','Size: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9077,'en','details.text_none_yet','none yet (needs at least 10 votes and has got ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9078,'en','details.text_only','only ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9079,'en','details.text_none','none','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9080,'en','details.text_no_votes_yet','No votes yet','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9081,'en','details.text_invalid','invalid?','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9082,'en','details.text_out_of_five_with',' out of 5 with ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9083,'en','details.text_votes_total',' vote(s) total','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9084,'en','details.text_login_to_vote','Log in</a> to rate it','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9085,'en','details.select_add_rating','(add rating)','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9086,'en','details.submit_vote','Vote!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9087,'en','details.row_time','Time','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9088,'en','details.row_hot_meter','Hot Meter','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9089,'en','details.text_views','Views: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9090,'en','details.text_hits','Hits: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9091,'en','details.text_snatched','Snatched: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9092,'en','details.text_view_snatches',' x</b> time(s)</a>','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9093,'en','details.text_average_speed','Average Speed: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9094,'en','details.text_total_speed','Total Speed: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9095,'en','details.text_health_note','(These are averages over time so are not that accurate)','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9096,'en','details.text_traffic','Traffic: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9097,'en','details.text_no_traffic','No Traffic for the Moment','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9098,'en','details.text_status','Status: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9099,'en','details.text_dead','dead','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9100,'en','details.row_health','Health','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9101,'en','details.text_anonymous','Anonymous','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9102,'en','details.text_edit_torrent','Edit/Delete','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9103,'en','details.title_edit_torrent','Click&nbsp;to&nbsp;Edit&nbsp;or&nbsp;Delete&nbsp;this&nbsp;torrent','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9104,'en','details.row_upped_by','Uploaded by','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9105,'en','details.text_click','Click ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9106,'en','details.text_num_files','Num files: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9107,'en','details.text_see_full_list','[View full list]','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9108,'en','details.text_files',' files','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9109,'en','details.row_file_list','File list','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9110,'en','details.text_hide_list','[Hide list]','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9111,'en','details.row_action','Action','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9112,'en','details.text_download_torrent','Download torrent','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9113,'en','details.title_download_torrent','Download&nbsp;torrent','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9114,'en','details.text_ask_for_reseed','Ask for a reseed','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9115,'en','details.title_ask_for_reseed','Ask&nbsp;snatched&nbsp;users&nbsp;for&nbsp;reseeding&nbsp;when&nbsp;there\'s&nbsp;no&nbsp;seeder','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9116,'en','details.text_report_torrent','Report torrent','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9117,'en','details.title_report_torrent','Report&nbsp;torrent&nbsp;for&nbsp;violating&nbsp;rules','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9118,'en','details.text_here','<b>here</b></a>','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9119,'en','details.row_peers','Peers','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9120,'en','details.text_seeders',' Seeder','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9121,'en','details.text_leechers',' Leecher','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9122,'en','details.text_peers_total',' Peer(s) total','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9123,'en','details.row_seeders','Seeders','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9124,'en','details.row_leechers','Leechers','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9125,'en','details.submit_say_thanks','Say&nbsp;Thanks!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9126,'en','details.submit_you_said_thanks','You&nbsp;Said&nbsp;Thanks!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9127,'en','details.text_no_thanks_added','no thanks added yet','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9128,'en','details.row_thanks_by','Thanks by','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9129,'en','details.row_torrent_info','Torrent&nbsp;Info','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9130,'en','details.text_torrent_structure','Structure: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9131,'en','details.text_torrent_info_note','[View Structure]','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9132,'en','details.head_comments_for_torrent','Comments for torrent ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9133,'en','details.text_comments_for','Comments for ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9134,'en','details.text_snatch_detail_for','Snatch Details for ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9135,'en','details.text_users_top_finished_recently','The users at the top finished the download most recently','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9136,'en','details.col_username','Username','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9137,'en','details.col_uploaded','Uploaded','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9138,'en','details.col_downloaded','Downloaded','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9139,'en','details.col_when_completed','When Completed','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9140,'en','details.col_last_action','Last Action','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9141,'en','details.col_seeding','Seeding','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9142,'en','details.col_pm_user','PM User','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9143,'en','details.col_report_user','Report User','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9144,'en','details.col_on_or_off','On/Off','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9145,'en','details.text_global','Global','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9146,'en','details.text_torrent','Torrent','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9147,'en','details.text_yes','Yes','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9148,'en','details.text_no','No','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9149,'en','details.text_add_a_comment','Add Comment','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9150,'en','details.text_no_comments_yet','No comments yet','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9151,'en','details.text_quick_comment','Quick Comment','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9152,'en','details.submit_add_comment','Add&nbsp;Comment','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9153,'en','details.title_pm','Send PM','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9154,'en','details.title_report','Report','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9155,'en','details.title_online','Online','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9156,'en','details.title_offline','Offline','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9157,'en','details.select_kewl','Kewl!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9158,'en','details.select_pretty_good','Pretty good','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9159,'en','details.select_decent','Decent','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9160,'en','details.select_pretty_bad','Pretty bad','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9161,'en','details.select_sucks','Sucks!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9162,'en','details.text_lastfm_not_ready','Last.fm info not ready, click ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9163,'en','details.text_biography','Biography','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9164,'en','details.text_tags','Tags:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9165,'en','details.text_similiar_artists','Similiar Artists:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9166,'en','details.text_may_also_like','May Also Like:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9167,'en','details.text_top_albums','Top Albums:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9168,'en','details.text_listener',' Listener','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9169,'en','details.text_scrobbled',' Plays','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9170,'en','details.text_album',' Album','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9171,'en','details.text_album_name','Name: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9172,'en','details.text_track_number_info','Tracks: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9173,'en','details.text_release_date','Release Date: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9174,'en','details.text_label','Label: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9175,'en','details.text_track_list','Track List: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9176,'en','details.text_track_number','#&nbsp;&nbsp;&nbsp;','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9177,'en','details.text_track_name','Track Name','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9178,'en','details.text_track_duration','Duration','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9179,'en','details.text_track_listener','Listener','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9180,'en','details.text_ratings_legend','Legend: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9181,'en','details.text_points',' points','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9182,'en','details.text_totalvotes',' votes','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9183,'en','details.text_author','Author: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9184,'en','details.text_from','from','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9185,'en','details.h1_user_reviews','Selected Users\' Reviews','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9186,'en','details.h1_critic_reviews','Film Critics\' Reviews','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9187,'en','details.h1_user_comments','User Comments','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9188,'en','details.text_local_link','Local Link','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9189,'en','details.text_at',' at ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9190,'en','details.row_basic_info','Basic Info','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9191,'en','details.text_site_rating',' Rating','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9192,'en','details.text_blank',' ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9193,'en','details.text_creator','Creator: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9194,'en','details.submit_search_at_shooter','Search at Shooter','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9195,'en','details.submit_search_at_opensubtitles','Search at Opensubtitles','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9196,'en','details.title_show_or_hide','Show&nbsp;or&nbsp;Hide','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9197,'en','details.title_bookmark','Bookmark','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9198,'en','details.text_album_information','Album Information: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9199,'en','details.text_about_album','About this album: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9200,'en','details.text_artist',' Artist','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9201,'en','details.text_artist_name','Artist: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9202,'en','details.text_medium','Medium:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9203,'en','details.text_team','Team:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9204,'en','details.text_audio_codec','Audio Codec:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9205,'en','details.text_delete','Delete','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9206,'en','details.text_other_copies',' Other Copies','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9207,'en','details.row_uploader_bandwidth','Uploader<br />Bandwidth','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9208,'en','details.text_and_more',' and more (thanks from ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9209,'en','details.text_users_in_total',' users in total)','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9210,'en','donate.std_sorry','Sorry','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9211,'en','donate.std_do_not_accept_donation','We don\'t accept donation at the moment.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9212,'en','donate.std_success','Success','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9213,'en','donate.std_donation_success_note_one','Thank you for your donation! Your transaction has been completed. Please click ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9214,'en','donate.std_here','here','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9215,'en','donate.std_donation_success_note_two',' to send us the transaction information so we can credit your account!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9216,'en','donate.head_donation','Donation','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9217,'en','donate.text_donate','Donate','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9218,'en','donate.std_error','Error','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9219,'en','donate.std_no_donation_account_available','No donation accounts are defined. Please report this to the staff.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9220,'en','donate.text_donation_note','Thanks for your interest in donating. Anything you could donate would be gratefully received no matter how small.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9221,'en','donate.text_donate_with_paypal','Donate with PayPal','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9222,'en','donate.text_donate_paypal_note','1. Select your donation amount. <br />2. Click PayPal button. <br />3. Finish your payment at PayPal.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9223,'en','donate.text_select_donation_amount','Please select a donation amount: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9224,'en','donate.select_choose_donation_amount','---Choose Donation Amount---','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9225,'en','donate.select_other_donation_amount','Other Donation Amount','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9226,'en','donate.text_usd_mark','$','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9227,'en','donate.text_donation',' Donation','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9228,'en','donate.text_donate_with_alipay','Donate with Alipay','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9229,'en','donate.text_donate_alipay_note_one','1. Click Alipay button. <br />2. Choose \'pay to stranger\'. <br />3. Enter our account at Alipay ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9230,'en','donate.text_donate_alipay_note_two',' and pay to it. <br />4. Go on till you\'re done.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9231,'en','donate.text_after_donation_note_one','After you have donated, make sure to ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9232,'en','donate.text_send_us','Send Us','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9233,'en','donate.text_after_donation_note_two',' the <b>transaction information</b> so we can credit your account!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9234,'en','downloadnotice.head_download_notice','Download Notice','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9235,'en','downloadnotice.text_client_banned_notice','Client banned notice','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9236,'en','downloadnotice.text_client_banned_note','Hi!<br /> The tracker has detected that you have been using a <b>banned</b> BitTorrent client in the last connecting. Please read the following notice.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9237,'en','downloadnotice.text_low_ratio_notice','Low ratio notice','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9238,'en','downloadnotice.text_low_ratio_note_one','<span class=\'striking\'><b>WARNING: </b></span>Your ratio is low! You must improve it within ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9239,'en','downloadnotice.text_low_ratio_note_two',', or you will <b>lose your membership</b> here. If you have no idea what your ratio is, read the following notice carefully.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9240,'en','downloadnotice.text_first_time_download_notice','First-time download notice','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9241,'en','downloadnotice.text_first_time_download_note','Hi!<br /> Chances are it\'s your <b>first time</b> downloading a torrent from our tracker. <br />There are probably a few things you should know before you continue. I will try to make this short :)','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9242,'en','downloadnotice.text_this_is_private_tracker','This is a Private Tracker with ratio requirement','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9243,'en','downloadnotice.text_private_tracker_note_one','This is a private tracker, which means we reserve the tracker for the <b>exclusive</b> usage of our registered members. ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9244,'en','downloadnotice.text_learn_more','Learn more about private tracker at ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9245,'en','downloadnotice.text_nexuswiki','NexusWiki','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9246,'en','downloadnotice.text_private_tracker_note_two','You <b>MUST</b> keep a minimum required upload-to-download <b>ratio</b>, or you will <span class=\'striking\'>lose your membership</span> here. ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9247,'en','downloadnotice.text_see_ratio','See ratio requirement in ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9248,'en','downloadnotice.text_private_tracker_note_three','Your current ratio is always shown right below the navigation menu of the site. Please keep an eye on it.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9249,'en','downloadnotice.text_private_tracker_note_four','<b>How to keep a good ratio?</b><br /> Well, the best way is to always leave your BitTorrent client running and <b>keep on seeding</b> the torrents you\'ve downloaded until you delete the files.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9250,'en','downloadnotice.text_use_allowed_clients','Only use allowed BitTorrent clients','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9251,'en','downloadnotice.text_allowed_clients_note_one','Well, there are quite a few BitTorrent clients out there. However, we <b>ONLY</b> accept some of them. Others (e.g. BitComet, Thunder) are <span class=\'striking\'>banned</span> here and would fail to connect our tracker. ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9252,'en','downloadnotice.text_why_banned','See why some clients are banned at ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9253,'en','downloadnotice.text_allowed_clients_note_two','You may find a complete list of allowed clients in the ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9254,'en','downloadnotice.text_allowed_clients_note_three','. If you are not sure which one to choose, consider the following two recommended clients: ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9255,'en','downloadnotice.title_download','Download ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9256,'en','downloadnotice.text_for','For ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9257,'en','downloadnotice.text_for_more_information_read','For more information, refer to the ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9258,'en','downloadnotice.text_rules','Rules','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9259,'en','downloadnotice.text_and',' and ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9260,'en','downloadnotice.text_faq','FAQ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9261,'en','downloadnotice.text_let_me_download','I will improve my ratio. ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9262,'en','downloadnotice.text_notice_not_show_again','Don\'t show this notice again. ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9263,'en','downloadnotice.text_notice_always_show','This notice will always show until you have improved your ratio. ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9264,'en','downloadnotice.submit_download_the_torrent','Download The Torrent','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9265,'en','edit.head_edit_torrent','Edit torrent - ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9266,'en','edit.text_cannot_edit_torrent','Can\'t edit this torrent','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9267,'en','edit.text_cannot_edit_torrent_note','You\'re not the rightful owner, or you\'re not <a href=\"login.php?returnto=%2Fi18n.php%3Faction%3Dimport&nowarn=1\">logged in</a> properly.\n','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9268,'en','edit.row_torrent_name','Torrent name','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9269,'en','edit.row_small_description','Small description','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9270,'en','edit.row_nfo_file','NFO file','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9271,'en','edit.radio_keep_current','Keep Current','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9272,'en','edit.radio_update','Update','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9273,'en','edit.radio_remove','Remove','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9274,'en','edit.row_description','Description','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9275,'en','edit.row_type','Type','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9276,'en','edit.text_source','Source:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9277,'en','edit.select_choose_one','choose one','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9278,'en','edit.text_codec','Codec:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9279,'en','edit.text_standard','Standard:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9280,'en','edit.text_processing','Processing:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9281,'en','edit.row_quality','Quality','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9282,'en','edit.text_quality_note','Choose only for <b>Video</b>','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9283,'en','edit.row_visible','Visible','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9284,'en','edit.checkbox_visible','Visible on main page','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9285,'en','edit.text_visible_note','Note that the torrent will automatically become visible when there\'s a seeder, and will become automatically invisible (dead) when there has been no seeder for a while. Use this switch to speed the process up manually. Also note that invisible (dead) torrents can still be viewed or searched for, it\'s just not the default.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9286,'en','edit.row_anonymous_uploader','Anonymous','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9287,'en','edit.checkbox_anonymous_note','Check this box to hide the uploader of the torrent','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9288,'en','edit.row_special_torrent','Promotion','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9289,'en','edit.select_use_global_setting','use global setting','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9290,'en','edit.select_forever','forever','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9291,'en','edit.select_until','until','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9292,'en','edit.text_keep_current','keep current','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9293,'en','edit.text_ie_for','for ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9294,'en','edit.text_promotion_until_note','(Time format is YYYY-MM-DD hh:mm:ss)','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9295,'en','edit.select_normal','normal','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9296,'en','edit.select_free','free','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9297,'en','edit.select_two_times_up','2x up','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9298,'en','edit.select_free_two_times_up','free and 2x up','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9299,'en','edit.select_half_down','50% down','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9300,'en','edit.select_choose_torrent_state','Set torrent on promotion','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9301,'en','edit.row_torrent_position','Torrent&nbsp;Postion','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9302,'en','edit.row_recommended_movie','Recommended&nbsp;Movie','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9303,'en','edit.select_choose_recommended_movie','Choose if the poster of a movie torrent will be shown on the main page','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9304,'en','edit.select_hot','hot','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9305,'en','edit.select_classic','classic','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9306,'en','edit.select_recommended','recommended','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9307,'en','edit.select_sticky','sticky','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9308,'en','edit.select_choose_if_sticky','Choose if torrent will be sticky on the torrents page','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9309,'en','edit.row_banned','Banned','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9310,'en','edit.checkbox_banned','Banned','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9311,'en','edit.submit_edit_it','Edit&nbsp;it!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9312,'en','edit.submit_revert_changes','Revert&nbsp;changes','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9313,'en','edit.text_delete_torrent','<b>Delete torrent</b> - Reason:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9314,'en','edit.radio_dead','Dead','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9315,'en','edit.text_dead_note',' 0 seeders + 0 leechers = 0 peers total','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9316,'en','edit.radio_dupe','Dupe','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9317,'en','edit.radio_nuked','Nuked','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9318,'en','edit.radio_rules','Rules','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9319,'en','edit.text_req','(req)','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9320,'en','edit.radio_other','Other','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9321,'en','edit.submit_delete_it','Delete&nbsp;it!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9322,'en','edit.text_move_to_browse','Move to <b>Torrents</b> section as ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9323,'en','edit.text_move_to_special','Move to <b>Music</b> section as ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9324,'en','edit.text_medium','Medium:','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9325,'en','edit.row_pick','Pick','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9326,'en','edit.row_check','Check','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9327,'en','edit.text_team','Group','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9328,'en','edit.text_audio_codec','Audio Codec','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9329,'en','edit.row_content','Content','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9330,'en','faq.head_faq','FAQ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9331,'en','faq.text_welcome_to','Welcome to ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9332,'en','faq.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.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9333,'en','faq.text_welcome_content_two',' Before you do anything here at NexusPHP, 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 NexusPHP <a class=\"faqlink\" href=\"useragreement.php\">user agreement</a>.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9334,'en','faq.text_contents','Contents','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9335,'en','fastdelete.std_delete_failed','Delete failed!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9336,'en','fastdelete.std_missing_form_data','missing form data','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9337,'en','fastdelete.text_no_permission','You\'re not authorised to delete this torrent, only moderators or above can do that. Please contact one if this is your torrent and you want to delete it.\n','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9338,'en','fastdelete.std_delete_torrent','Delete torrent','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9339,'en','fastdelete.std_delete_torrent_note','Sanity check: You are about to delete a torrent. Click','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9340,'en','fastdelete.std_here_if_sure',' here</a> if you are sure.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9341,'en','forummanage.head_forum_management','Forum Management','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9342,'en','forummanage.text_forum_management','Forum Management','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9343,'en','forummanage.text_edit_forum','Edit Forum','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9344,'en','forummanage.row_forum_name','Forum name','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9345,'en','forummanage.row_forum_description','Forum description','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9346,'en','forummanage.row_overforum','Overforum','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9347,'en','forummanage.row_moderator','Moderator','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9348,'en','forummanage.text_moderator_note','Max 3 moderators. Separate them by \',\'.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9349,'en','forummanage.row_minimum_read_permission','Minimum read permission','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9350,'en','forummanage.row_minimum_write_permission','Minimum write permission','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9351,'en','forummanage.row_minimum_create_topic_permission','Minimum create topic permission','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9352,'en','forummanage.row_forum_order','Forum order','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9353,'en','forummanage.text_forum_order_note','Order by number ascendantly. That is, 0 shows on the topmost','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9354,'en','forummanage.submit_edit_forum','Edit forum','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9355,'en','forummanage.text_no_records_found','Sorry, no records were found!','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9356,'en','forummanage.text_add_forum','Add Forum','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9357,'en','forummanage.text_make_new_forum','Make new forum','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9358,'en','forummanage.submit_overforum_management','Overforum Management','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9359,'en','forummanage.submit_add_forum','Add Forum','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9360,'en','forummanage.col_name','Name','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9361,'en','forummanage.col_overforum','Overforum','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9362,'en','forummanage.col_read','Read','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9363,'en','forummanage.col_write','Write','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9364,'en','forummanage.col_create_topic','Create Topic','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9365,'en','forummanage.col_moderator','Moderator','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9366,'en','forummanage.col_modify','Modify','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9367,'en','forummanage.text_not_available','N/A','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9368,'en','forummanage.text_edit','Edit','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9369,'en','forummanage.text_delete','Delete','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9370,'en','forummanage.js_sure_to_delete_forum','Are you sure you want to delete this forum?','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9371,'en','forummanage.submit_make_forum','Make Forum','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9372,'en','forums.text_no_active_users','There is no active user in forum now.','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9373,'en','forums.text_stats','Stats','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9374,'en','forums.text_our_members_have','Our members have made ','2021-01-11 12:48:12','2021-01-11 12:48:12'),(9375,'en','forums.text_posts_in_topics',' posts in ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9376,'en','forums.text_in_topics',' topics. ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9377,'en','forums.text_there','There ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9378,'en','forums.text_online_user',' online user','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9379,'en','forums.text_in_forum_now',' in forum now. ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9380,'en','forums.std_no_post_found','No post found','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9381,'en','forums.text_quick_jump','Quick jump: ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9382,'en','forums.submit_go','Go!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9383,'en','forums.std_bad_forum_id','Bad forum id','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9384,'en','forums.text_new_topic_in','New topic in','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9385,'en','forums.text_forum','forum','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9386,'en','forums.std_forum_error','Forum error','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9387,'en','forums.std_topic_not_found','Topic not found.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9388,'en','forums.text_reply_to_topic','Reply to topic: ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9389,'en','forums.text_compose','Compose','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9390,'en','forums.std_error','Error','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9391,'en','forums.std_no_post_id','No post with this ID','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9392,'en','forums.submit_submit','Submit','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9393,'en','forums.submit_preview','Preview','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9394,'en','forums.text_tags','Tags','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9395,'en','forums.text_smilies','Smilies','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9396,'en','forums.text_ten_last_posts','10 last posts, in reverse order','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9397,'en','forums.text_by','by ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9398,'en','forums.text_at','at ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9399,'en','forums.head_edit_forum','Edit forum','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9400,'en','forums.text_edit_forum','Edit Forum','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9401,'en','forums.row_forum_name','Forum Name','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9402,'en','forums.row_description','Description','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9403,'en','forums.row_permission','Permission','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9404,'en','forums.text_minimum','Minimum&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9405,'en','forums.select_minimum_class_view','Class required to View<br />&nbsp;Minimum','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9406,'en','forums.select_minimum_class_post','Class required to Post<br />&nbsp;Minimum','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9407,'en','forums.select_minimum_class_topic','Class required to Create Topics','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9408,'en','forums.std_no_forum_id','Forum ID not found.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9409,'en','forums.std_must_specify_forum_name','You must specify a name for the forum.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9410,'en','forums.std_must_provide_forum_description','You must provide a description for the forum.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9411,'en','forums.head_delete_forum','Delete forum','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9412,'en','forums.text_warning','** WARNING! **','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9413,'en','forums.text_deleting_forum_id','Deleting forum ID ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9414,'en','forums.text_will_also_delete',' will also delete ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9415,'en','forums.text_posts_in','posts in ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9416,'en','forums.text_topics',' topics. ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9417,'en','forums.text_accept','ACCEPT','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9418,'en','forums.text_cancel','CANCEL','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9419,'en','forums.std_unauthorised_performing_action','You are not authorised to perform this action!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9420,'en','forums.head_new_topic','New topic','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9421,'en','forums.std_must_enter_subject','You must enter a subject.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9422,'en','forums.std_subject_limited','Subject is limited. Please shorten your subject','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9423,'en','forums.std_bad_topic_id','Bad topic ID','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9424,'en','forums.std_sorry','Sorry...','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9425,'en','forums.std_unauthorized_to_post','You are not authorized to Post. Read (<a href=\"messages.php\">Inbox</a>)','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9426,'en','forums.std_permission_denied','Permission denied.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9427,'en','forums.std_no_body_text','No body text.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9428,'en','forums.std_post_flooding','Post Flooding Not Allowed. Please wait ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9429,'en','forums.std_seconds_before_making',' seconds before making another post.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9430,'en','forums.std_no_topic_id_returned','No topic ID returned','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9431,'en','forums.std_topic_locked','This topic is locked.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9432,'en','forums.std_post_id_not_available','Post id n/a','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9433,'en','forums.std_unpermitted_viewing_topic','You are not permitted to view this topic.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9434,'en','forums.text_prev','Prev','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9435,'en','forums.text_next','Next','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9436,'en','forums.head_view_topic','View topic','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9437,'en','forums.text_forums',' Forums','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9438,'en','forums.text_ago',' ago','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9439,'en','forums.text_quote','Quote','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9440,'en','forums.text_last_edited_by','Last edited by ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9441,'en','forums.text_last_edit_at',' at ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9442,'en','forums.text_posts','Posts: ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9443,'en','forums.text_ul','UL: ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9444,'en','forums.text_dl','DL: ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9445,'en','forums.text_ratio','Ratio: ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9446,'en','forums.text_class','Class:','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9447,'en','forums.text_back_to_top','Back to top','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9448,'en','forums.title_sticky','Sticky','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9449,'en','forums.submit_sticky','Sticky','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9450,'en','forums.submit_unsticky','Unsticky','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9451,'en','forums.submit_unlock','Unlock&nbsp;Topic','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9452,'en','forums.submit_lock','Lock&nbsp;Topic','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9453,'en','forums.submit_delete_topic','Delete&nbsp;Topic','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9454,'en','forums.text_rename_topic','Rename topic:','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9455,'en','forums.submit_okay','Okay','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9456,'en','forums.text_move_thread_to','Move this thread to:','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9457,'en','forums.submit_move','Move','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9458,'en','forums.text_topic_locked_new_denied','<p>This topic is locked; no new posts are allowed.</p>','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9459,'en','forums.text_unpermitted_posting_here','<p><i>You are not permitted to post in this forum.</i></p>','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9460,'en','forums.head_post_reply','Post reply','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9461,'en','forums.std_forum_not_found','Forum not found.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9462,'en','forums.std_cannot_get_posts_count','Couldn\'t get posts count.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9463,'en','forums.std_delete_topic','Delete topic','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9464,'en','forums.std_delete_topic_note','Sanity check: You are about to delete a topic. Click ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9465,'en','forums.std_here_if_sure','here</a> if you are sure.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9466,'en','forums.std_no_topic_for_post','No topic associated with this post ID','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9467,'en','forums.std_denied','Denied!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9468,'en','forums.std_body_empty','Body cannot be empty!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9469,'en','forums.std_subject_empty','Subject cannot be empty!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9470,'en','forums.std_success','Success','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9471,'en','forums.std_post_edited_successfully','Post was edited successfully.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9472,'en','forums.text_edit_post','Edit Post','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9473,'en','forums.std_how_could_this_happen','how could this happen?!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9474,'en','forums.std_post_not_found','Post not found','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9475,'en','forums.std_cannot_delete_post','Can\'t delete post; it is the first post of the topic. You should ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9476,'en','forums.std_delete_topic_instead','delete the topic</a> instead.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9477,'en','forums.std_delete_post','Delete post','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9478,'en','forums.std_delete_post_note','Sanity check: You are about to delete a post. Click ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9479,'en','forums.std_must_enter_new_title','You must enter a new title!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9480,'en','forums.std_not_permitted','Not permitted','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9481,'en','forums.std_sql_error','SQL Error','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9482,'en','forums.head_forum','Forum','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9483,'en','forums.col_topic','Topic','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9484,'en','forums.col_replies','Replies','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9485,'en','forums.col_views','Views','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9486,'en','forums.col_author','Author','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9487,'en','forums.col_last_post','Last&nbsp;post','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9488,'en','forums.text_no_topics_found','No topics found','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9489,'en','forums.text_new_posts','New posts','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9490,'en','forums.text_locked_topic','Locked topic','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9491,'en','forums.text_unpermitted_starting_new_topics','You are not permitted to start new topics in this forum.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9492,'en','forums.submit_view_unread','View&nbsp;unread','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9493,'en','forums.submit_new_topic','New&nbsp;topic','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9494,'en','forums.text_topics_with_unread_posts','Topics with unread posts','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9495,'en','forums.col_forum','Forum','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9496,'en','forums.text_more_than','More than ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9497,'en','forums.text_items_found_displaying_first',' items found, displaying first ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9498,'en','forums.text_catch_up','Catch up','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9499,'en','forums.text_nothing_found','Nothing found','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9500,'en','forums.head_forum_search','Forum Search','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9501,'en','forums.col_post','Post','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9502,'en','forums.col_posted_by','Posted&nbsp;by','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9503,'en','forums.text_found','Found ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9504,'en','forums.text_num_posts',' posts','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9505,'en','forums.text_search_on_forum','Search on Forums','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9506,'en','forums.text_by_keyword','by keyword','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9507,'en','forums.head_forums','Forums','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9508,'en','forums.col_forums','Forums','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9509,'en','forums.col_topics','Topics','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9510,'en','forums.col_posts','Posts','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9511,'en','forums.std_bad_forum_last_post','Bad forum last post','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9512,'en','forums.text_in','in ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9513,'en','forums.text_edit','Edit','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9514,'en','forums.text_delete','Delete','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9515,'en','forums.std_unknown_action','Unknown action','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9516,'en','forums.text_search','Search','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9517,'en','forums.text_view_unread','View unread','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9518,'en','forums.text_forum_manager','Forum manager','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9519,'en','forums.title_reply_with_quote','Reply&nbsp;with&nbsp;Quote','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9520,'en','forums.title_reply_directly','Reply&nbsp;directly&nbsp;to&nbsp;this&nbsp;post','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9521,'en','forums.title_delete_post','Delete&nbsp;Post','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9522,'en','forums.title_edit_post','Edit&nbsp;Post','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9523,'en','forums.text_quick_reply','Quick Reply','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9524,'en','forums.submit_add_reply','Add&nbsp;Reply','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9525,'en','forums.text_add_reply','Add Reply','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9526,'en','forums.title_online','Online','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9527,'en','forums.title_offline','Offline','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9528,'en','forums.title_send_message_to','Send&nbsp;message&nbsp;to&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9529,'en','forums.title_report_this_post','Report&nbsp;this&nbsp;post','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9530,'en','forums.title_new_topic','New&nbsp;Topic','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9531,'en','forums.col_moderator','Moderator','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9532,'en','forums.text_apply_now','N/A','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9533,'en','forums.text_locked','Locked','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9534,'en','forums.text_number','#','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9535,'en','forums.text_lou','','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9536,'en','forums.there_is','','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9537,'en','forums.hits_on_this_topic',' views on this thread','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9538,'en','forums.title_read','Read','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9539,'en','forums.title_unread','Unread','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9540,'en','forums.title_locked','Locked','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9541,'en','forums.title_locked_new','Locked & unread','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9542,'en','forums.text_highlight_topic','Color topic in ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9543,'en','forums.select_color','None','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9544,'en','forums.submit_change','Go!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9545,'en','forums.head_view_unread','View Unread','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9546,'en','forums.text_today','Today: ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9547,'en','forums.text_new_post',' post','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9548,'en','forums.text_posts_today',' today.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9549,'en','forums.text_at_time',' at ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9550,'en','forums.text_blank',' ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9551,'en','forums.text_last_posted_by','Last posted by ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9552,'en','forums.text_fast_search','Quick Search: ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9553,'en','forums.text_go','Go!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9554,'en','forums.submit_show_more','Show More','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9555,'en','forums.text_view_all_posts','View all posts','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9556,'en','forums.text_view_this_author_only','View this author only','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9557,'en','forums.title_jump_to_unread','Jump to unread posts','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9558,'en','forums.text_new','new','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9559,'en','forums.title_order_topic_desc','Order by topic time descendant','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9560,'en','forums.title_order_topic_asc','Order by topic time ascendant','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9561,'en','forums.title_order_post_asc','Order by last post time ascendant','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9562,'en','forums.title_order_post_desc','Order by last post time descendant','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9563,'en','forums.text_order','Order By','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9564,'en','forums.text_topic_desc','Topic Time Descendant','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9565,'en','forums.text_topic_asc','Topic Time Ascendant','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9566,'en','forums.text_post_asc','Last Post Time Ascendant','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9567,'en','forums.text_post_desc','Last Post Time Descendant','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9568,'en','friends.std_error','Error','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9569,'en','friends.std_invalid_id','Invalid ID ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9570,'en','friends.std_access_denied','Access denied.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9571,'en','friends.std_no_user_id','No user with ID ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9572,'en','friends.std_unknown_type','Unknown type ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9573,'en','friends.std_user_id','User ID ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9574,'en','friends.std_already_in',' is already in your ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9575,'en','friends.std_list',' list.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9576,'en','friends.std_delete','Delete ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9577,'en','friends.std_delete_note','Do you really want to delete a ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9578,'en','friends.std_click','? Click \n','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9579,'en','friends.std_here_if_sure','<b>here</b></a> if you are sure.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9580,'en','friends.std_no_friend_found','No friend found with ID ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9581,'en','friends.std_no_block_found','No block found with ID ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9582,'en','friends.head_personal_lists_for','Personal lists for ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9583,'en','friends.text_personallist','PERSONALLIST','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9584,'en','friends.text_friendlist','FRIENDLIST','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9585,'en','friends.text_friends_empty','<em>No friends yet</em>','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9586,'en','friends.text_neighbors_empty','<em>No Neighbors yet</em>','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9587,'en','friends.text_last_seen_on','Last seen on ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9588,'en','friends.text_ago',' ago','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9589,'en','friends.text_remove_from_friends','Remove from Friends','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9590,'en','friends.text_send_pm','Send PM','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9591,'en','friends.text_added_you_to_friendslist','Added you to friendslist','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9592,'en','friends.text_add_to_friends','Add to Friends','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9593,'en','friends.text_blocklist_empty','<em>Your blocked userlist is empty</em>','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9594,'en','friends.text_blocked_users','Blocked Users','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9595,'en','friends.text_find_user','Find users/browse user list','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9596,'en','friends.text_neighbors','Neighbors','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9597,'en','friends.text_friend','friend','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9598,'en','friends.text_block','block','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9599,'en','fun.std_delete_fun','Delete Fun Item?','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9600,'en','fun.text_please_click','Do you really want to delete a fun item? Click\n','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9601,'en','fun.text_here_if_sure','here</a> if you are sure.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9602,'en','fun.std_error','Error','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9603,'en','fun.std_invalid_id','Invalid fun item id','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9604,'en','fun.std_permission_denied','Permission denied!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9605,'en','fun.text_fun_title','Fun&nbsp;Title','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9606,'en','fun.text_body','Body','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9607,'en','fun.submit_okay','Okay','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9608,'en','fun.head_new_fun','New Funny Stuff','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9609,'en','fun.text_submit_new_fun','Submit new funny stuff','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9610,'en','fun.text_new_compose','New Compose','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9611,'en','fun.head_fun','Fun','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9612,'en','fun.text_on',' on ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9613,'en','fun.text_blank',' ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9614,'en','fun.text_ago',' ago','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9615,'en','fun.text_posted_by',' Posted by ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9616,'en','fun.text_not_funny','Boring','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9617,'en','fun.text_funny','Funny','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9618,'en','fun.text_very_funny','Sidesplitting','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9619,'en','fun.head_edit_fun','Edit Fun','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9620,'en','fun.text_edit_fun','Edit Fun','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9621,'en','fun.std_body_is_empty','The body cannot be empty!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9622,'en','fun.std_title_is_empty','The title cannot be empty!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9623,'en','fun.std_fun_added_successfully','Fun item was added successfully.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9624,'en','fun.std_error_happened','Something weird just happened.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9625,'en','fun.std_the_newest_fun_item','The latest fun item ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9626,'en','fun.std_posted_on',' was posted on ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9627,'en','fun.std_need_to_wait','. Please wait till it gets 24 hours old.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9628,'en','fun.std_are_you_sure','Are you sure?','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9629,'en','fun.std_only_against_rule','Are you sure to ban this fun item? Note that you should do this only if the fun item is against the rules. BTW, you may also like to give the user a little warning.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9630,'en','fun.std_reason_required','Reason <font color=red>(required)</font>: ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9631,'en','fun.std_reason_is_empty','You must give the reason!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9632,'en','fun.std_success','Success','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9633,'en','fun.std_fun_item_banned','The fun item is successfully banned.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9634,'en','fun.std_already_vote','You have already voted!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9635,'en','fun.std_cannot_give_bonus','System cannot give bonus to fun item poster. Please report this to administrator.','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9636,'en','functions.std_access_denied','訪問拒絕!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9637,'en','functions.std_fake_account','我們懷疑你在使用偽造帳戶,因此記錄了本次行為!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9638,'en','functions.std_permission_denied','你沒有該許可權!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9639,'en','functions.std_already_logged_in','你已經登錄!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9640,'en','functions.text_page_last_updated','本頁面最後更新於','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9641,'en','functions.text_browser_cookies_note','如果在啟用Cookies後仍然無法登錄則你的登錄Cookie可能有問題。我們建議你在刪除Cookies後重試。刪除Internet Explorer的Cookies的方法是進入<b>工具</b>→<b>Internet選項...</b>然後點擊<b>刪除Cookies</b>按鈕。注意這樣也會刪除保存在你電腦中其他站點的Cookies。','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9642,'en','functions.std_error','錯誤','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9643,'en','functions.text_unable_to_send_mail','無法發送郵件。請將該錯誤報告給管理員。','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9644,'en','functions.std_success','成功','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9645,'en','functions.std_confirmation_email_sent','驗證郵件已經發至','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9646,'en','functions.std_please_wait','請等候郵件抵達。','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9647,'en','functions.std_account_details_sent','新的帳戶資訊已發至','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9648,'en','functions.std_locked',' 鎖定!(認證的最大錯誤嘗試次數','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9649,'en','functions.std_attempts_reached','次已到)','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9650,'en','functions.std_your_ip_banned','我們懷疑你在欺騙系統因此禁用了你的IP位址','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9651,'en','functions.std_login_failed','登錄失敗!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9652,'en','functions.std_login_failed_note','<b>錯誤</b>: 用戶名或密碼不正確!或者你還沒有通過驗證<br /><br />忘記了密碼?<b><a href=recover.php>找回</a></b>你的密碼?','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9653,'en','functions.std_failed','失敗','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9654,'en','functions.std_sorry','對不起','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9655,'en','functions.std_oops','哦奧!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9656,'en','functions.std_invite_system_disabled','邀請系統當前未開放...','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9657,'en','functions.std_open_registration_disabled','自由註冊當前關閉,只允許邀請註冊。如果你想加入,請找到能夠邀請你進入本站的朋友:)我們只想知道有多少作弊者和吸血鬼在被踢後才開始想到珍惜帳戶。是的,在被踢後不是你想回來就能回來。請具備邀請資格的用戶注意,如果你在知情的情況下將邀請發給作弊者和行為不端者,你和被邀請者都會被踢。如果你想重新啟用帳戶必須經過我們同意。','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9658,'en','functions.std_account_limit_reached','當前帳戶上限數已到。系統會經常刪除不活動的帳戶,請過段時間再試...','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9659,'en','functions.std_the_ip','該IP<b>','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9660,'en','functions.std_used_many_times','已經被很多帳戶使用...<b>NexusPHP</b>不允許該IP註冊更多帳戶。','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9661,'en','functions.std_invalid_image_code','圖片代碼無效!<br /><b>不要返回,圖片代碼已被清除!</b><br /><br />點擊','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9662,'en','functions.std_here_to_request_new','<b>這裏</b></a>獲取新的圖片代碼。','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9663,'en','functions.row_security_image','驗證圖片:','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9664,'en','functions.row_security_code','驗證碼:','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9665,'en','functions.text_slots','連接數:','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9666,'en','functions.text_unlimited','無限制','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9667,'en','functions.std_server_load_very_high','伺服器負載過高,正在重試,請稍後...','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9668,'en','functions.std_too_many_users','太多用戶。請刷新頁面重試。','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9669,'en','functions.text_unauthorized_ip','<h1>403 Forbidden</h1>未授權的IP地址。','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9670,'en','functions.text_home','&nbsp;首&nbsp;&nbsp;頁&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9671,'en','functions.text_forums','&nbsp;論&nbsp;&nbsp;壇&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9672,'en','functions.text_torrents','&nbsp;種&nbsp;&nbsp;子&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9673,'en','functions.text_offers','&nbsp;候&nbsp;&nbsp;選&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9674,'en','functions.text_request','&nbsp;求&nbsp;&nbsp;種&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9675,'en','functions.text_upload','&nbsp;發&nbsp;&nbsp;布&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9676,'en','functions.text_subtitles','&nbsp;字&nbsp;&nbsp;幕&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9677,'en','functions.text_user_cp','&nbsp;控制面板&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9678,'en','functions.text_top_ten','排&nbsp;行&nbsp;榜','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9679,'en','functions.text_log','&nbsp;日&nbsp;&nbsp;志&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9680,'en','functions.text_rules','&nbsp;規&nbsp;&nbsp;則&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9681,'en','functions.text_faq','&nbsp;常見問題&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9682,'en','functions.text_staff','管&nbsp;理&nbsp;組','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9683,'en','functions.std_site_down_for_maintenance','站點關閉維護中,請稍後再訪問...謝謝','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9684,'en','functions.text_click_view_full_image','點擊這裏查看完整圖像','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9685,'en','functions.text_image_resized','圖像被縮小,點擊這裏查看完整圖像','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9686,'en','functions.text_click_view_small_image','點擊這裏查看縮小圖像','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9687,'en','functions.text_login','登錄','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9688,'en','functions.text_signup','註冊','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9689,'en','functions.text_inf','無限','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9690,'en','functions.title_donor','捐贈者','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9691,'en','functions.title_warned','被警告者','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9692,'en','functions.title_inbox_new_messages','收件箱&nbsp;(有新短訊)','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9693,'en','functions.title_inbox_no_new_messages','收件箱&nbsp;(無新短訊)','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9694,'en','functions.text_yes','是','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9695,'en','functions.text_no','否','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9696,'en','functions.text_unknown','未知','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9697,'en','functions.text_welcome_back','歡迎回來','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9698,'en','functions.text_staff_panel','管理組面板','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9699,'en','functions.text_site_settings','站點設定','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9700,'en','functions.text_logout','退出','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9701,'en','functions.text_bonus','魔力值 ','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9702,'en','functions.text_use','使用','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9703,'en','functions.text_ratio','分享率:','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9704,'en','functions.text_uploaded','上傳量:','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9705,'en','functions.text_downloaded','下載量:','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9706,'en','functions.text_active_torrents','當前活動:','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9707,'en','functions.title_torrents_seeding','當前做種','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9708,'en','functions.title_torrents_leeching','當前下載','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9709,'en','functions.text_connectable','可連接:','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9710,'en','functions.text_the_time_is_now','當前時間:','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9711,'en','functions.text_message_new',' 新','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9712,'en','functions.title_sentbox','發件箱','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9713,'en','functions.title_inbox','收件箱','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9714,'en','functions.title_buddylist','社交名單','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9715,'en','functions.text_you_have','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;你有','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9716,'en','functions.text_new_message','條新短訊','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9717,'en','functions.text_click_here_to_read','!點擊查看&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9718,'en','functions.text_your_friends','你的好友','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9719,'en','functions.text_awaiting_confirmation','等待你的確認!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9720,'en','functions.text_website_offline_warning','<b>警告</b>:站點當前不線上!點擊<a href=settings.php>這裏</a>改變設置。','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9721,'en','functions.text_there_is','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;有','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9722,'en','functions.text_new_report','條新舉報資訊&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9723,'en','functions.text_new_staff_message','條新管理組資訊&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9724,'en','functions.text_search','搜索','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9725,'en','functions.text_profile','個人資料','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9726,'en','functions.text_chat','聊天','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9727,'en','functions.text_dox','文檔','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9728,'en','functions.text_links','鏈結','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9729,'en','functions.text_username','用戶名:','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9730,'en','functions.text_password','密碼:','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9731,'en','functions.submit_log_in','登錄','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9732,'en','functions.text_register','註冊','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9733,'en','functions.text_rules_link','規則','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9734,'en','functions.text_faq_link','常見問題','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9735,'en','functions.text_useragreement','用戶協定','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9736,'en','functions.text_prev','上一頁','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9737,'en','functions.text_next','下一頁','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9738,'en','functions.text_by','','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9739,'en','functions.text_orphaned','(無此帳戶)','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9740,'en','functions.text_at','','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9741,'en','functions.text_quote','引用','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9742,'en','functions.text_edit','編輯','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9743,'en','functions.text_delete','刪除','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9744,'en','functions.text_view_original','查看原始','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9745,'en','functions.text_last_edited_by','最後被','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9746,'en','functions.text_edited_at','編輯于','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9747,'en','functions.col_type','類型','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9748,'en','functions.col_name','標題','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9749,'en','functions.col_dl','下載','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9750,'en','functions.col_wait','等待','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9751,'en','functions.col_edit','編輯','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9752,'en','functions.col_visible','可見','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9753,'en','functions.title_number_of_comments','評論數','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9754,'en','functions.title_time_added','添加時間','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9755,'en','functions.title_size','大小','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9756,'en','functions.title_number_of_seeders','種子數','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9757,'en','functions.title_number_of_leechers','下載數','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9758,'en','functions.title_number_of_snatched','完成數','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9759,'en','functions.col_uploader','發佈者','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9760,'en','functions.col_action','行為','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9761,'en','functions.text_normal','普通','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9762,'en','functions.text_free','免費','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9763,'en','functions.text_two_times_up','2X','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9764,'en','functions.text_free_two_times_up','2X免費','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9765,'en','functions.text_half_down','50%','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9766,'en','functions.text_half_down_two_up','2X 50%','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9767,'en','functions.text_new_uppercase','新','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9768,'en','functions.text_sticky','置頂','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9769,'en','functions.title_download_torrent','下載本種','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9770,'en','functions.text_h','時','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9771,'en','functions.text_none','無','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9772,'en','functions.text_anonymous','匿名','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9773,'en','functions.text_promoted_torrents_note','<b>高亮的種子是:&nbsp;&nbsp;</b> <a href=\"?spstate=2\" target=\"_self\" title=\"查看免費種子\"><font class=\'free\'><b>免費</b></font></a> | <a href=\"?spstate=3\" target=\"_self\" title=\"查看兩倍上傳量種子\"><font class=\'twoup\'><b>2x上傳</b></font></a> | <a href=\"?spstate=4\" target=\"_self\" title=\"查看免費且兩倍上傳種子\"><font class=\'twoupfree\'><b>免費&amp;2x上傳</b></font></a> | <a href=\"?spstate=5\" target=\"_self\" title=\"查看50%下載種子\"><font class=\'halfdown\'><b>50%下載</b></font></a> | <a href=\"?spstate=6\" target=\"_self\" title=\"查看50%下載且兩倍上傳種子\"><font class=\'twouphalfdown\'><b>50%下載&amp;2x上傳</b></font></a> | <a href=\"?spstate=7\" target=\"_self\" title=\"查看30%下载种子\"><font class=\'thirtypercent\'><b>30%下載</b></font></a><br />下載它們是提高分享率的好方式!','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9774,'en','functions.std_file','文件','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9775,'en','functions.std_does_not_exist','不存在','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9776,'en','functions.std_access_permission_note','!<br /><font color=\"blue\">在設定前,請確保已恰當設置檔和目錄的訪問許可權。請參考下面。</font><br /><br />chmod -R 777 config (設置目錄)。','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9777,'en','functions.std_cannot_read_file','無法閱讀文件','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9778,'en','functions.std_cannot_serialize_file','無法序列化檔','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9779,'en','functions.std_cannot_open_file','無法打開文件','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9780,'en','functions.std_to_save_info','來保存資訊','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9781,'en','functions.text_cannot_save_info_in','無法將資訊保存到檔(序列化出錯)','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9782,'en','functions.std_your_account_parked','你的帳戶處於封存中。','2021-01-11 12:48:13','2021-01-11 12:48:13'),(9783,'en','functions.title_online','線上','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9784,'en','functions.title_offline','不線上','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9785,'en','functions.title_send_message_to','發短訊給','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9786,'en','functions.title_report_this_comment','舉報該評論','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9787,'en','functions.text_bookmarks','收藏','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9788,'en','functions.title_bookmark_torrent','收藏','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9789,'en','functions.title_delbookmark_torrent','去除收藏','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9790,'en','functions.text_mark','標記','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9791,'en','functions.text_unmark','去除標記','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9792,'en','functions.text_award','魔力值獎勵:','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9793,'en','functions.text_additional_notes','附加注釋:','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9794,'en','functions.title_view_reviews','點擊查看點評','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9795,'en','functions.title_has_new_comment','有新評論','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9796,'en','functions.title_no_new_comment','無新評論','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9797,'en','functions.row_external_info','外部信息','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9798,'en','functions.row_imdb_url','IMDb鏈接','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9799,'en','functions.text_imdb_url_note','(來自<strong><a href=\"http://www.imdb.com\">IMDb</a></strong>的鏈接。如電影<b>The Dark Knight</b>的鏈接是<b>http://www.imdb.com/title/tt0468569/</b>)','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9800,'en','functions.text_artist','藝術家:','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9801,'en','functions.text_album','專輯名:','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9802,'en','functions.title_get_rss','獲取RSS','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9803,'en','functions.text_hot','熱門','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9804,'en','functions.text_classic','經典','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9805,'en','functions.text_recommended','推薦','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9806,'en','functions.title_view_nfo','查看NFO檔','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9807,'en','functions.title_edit_torrent','編輯/刪除种子','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9808,'en','functions.title_time_alive','存活時間','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9809,'en','functions.title_add_comments','添加評論','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9810,'en','functions.text_at_time','發布與','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9811,'en','functions.text_blank','發布在','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9812,'en','functions.text_ago','前','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9813,'en','functions.text_last_commented_by','最新評論由','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9814,'en','functions.text_imdb','IMDb','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9815,'en','functions.text_votes','票','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9816,'en','functions.text_country','國家','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9817,'en','functions.text_genres','類別','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9818,'en','functions.text_director','導演','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9819,'en','functions.text_starring','主演','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9820,'en','functions.text_runtime','片長','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9821,'en','functions.text_language','對白語言','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9822,'en','functions.text_douban','豆瓣','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9823,'en','functions.text_region','地區','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9824,'en','functions.text_creator','主創','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9825,'en','functions.text_awaiting_five_votes','<i>等待5票</i>','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9826,'en','functions.text_invite','邀請 ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9827,'en','functions.text_send','發送','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9828,'en','functions.text_tracks','曲目','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9829,'en','functions.text_label','唱片公司','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9830,'en','functions.text_tags','標籤','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9831,'en','functions.text_user_ip','用戶IP','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9832,'en','functions.text_location_main','地點主分類','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9833,'en','functions.text_location_sub','地點次分類','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9834,'en','functions.text_ip_range','IP範圍','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9835,'en','functions.text_min','分','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9836,'en','functions.text_music','&nbsp;音&nbsp;&nbsp;樂&nbsp;','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9837,'en','functions.title_reply_with_quote','引用','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9838,'en','functions.title_add_reply','回復','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9839,'en','functions.title_delete','刪除','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9840,'en','functions.title_edit','編輯','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9841,'en','functions.title_reportbox','舉報信箱','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9842,'en','functions.title_staffbox','管理組信箱','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9843,'en','functions.title_sticky','置頂','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9844,'en','functions.text_new_news','條未讀的重要消息&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9845,'en','functions.std_no_user_named','沒有用戶的名字是','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9846,'en','functions.text_banned','禁止','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9847,'en','functions.text_are','','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9848,'en','functions.text_is','','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9849,'en','functions.select_choose_one','請選擇','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9850,'en','functions.text_space','','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9851,'en','functions.text_day','天','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9852,'en','functions.text_new_suspected_cheater','個新的作弊嫌疑者&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9853,'en','functions.title_cheaterbox','作弊者','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9854,'en','functions.text_will_end_in','剩餘時間:','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9855,'en','functions.text_alt_pageup_shortcut','Alt+Pageup','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9856,'en','functions.text_alt_pagedown_shortcut','Alt+Pagedown','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9857,'en','functions.text_shift_pageup_shortcut','Shift+Pageup','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9858,'en','functions.text_shift_pagedown_shortcut','Shift+Pagedown','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9859,'en','functions.text_code','代碼','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9860,'en','functions.std_invalid_id','無效的ID基於安全考慮我們記錄了本次行為。','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9861,'en','functions.text_smilies','表情','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9862,'en','functions.col_type_something','輸入...','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9863,'en','functions.col_to_make_a','得到...','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9864,'en','functions.text_year','年','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9865,'en','functions.text_month','月','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9866,'en','functions.text_s','','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9867,'en','functions.text_hour','時','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9868,'en','functions.select_color','顏色','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9869,'en','functions.select_font','字體','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9870,'en','functions.select_size','字型大小','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9871,'en','functions.text_subject','主題:','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9872,'en','functions.text_more_smilies','更多表情','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9873,'en','functions.js_prompt_enter_url','你必須輸入一個URL','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9874,'en','functions.js_prompt_enter_title','你必須輸入一個標題','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9875,'en','functions.js_prompt_error','錯誤!','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9876,'en','functions.js_prompt_enter_item','輸入一個列表的項目. 在列表的末尾, 按取消或將下一個留空','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9877,'en','functions.js_prompt_enter_image_url','你必須輸入一個完整的圖像URL','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9878,'en','functions.js_prompt_enter_email','你必須輸入一個Email位址','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9879,'en','functions.text_new','新撰寫','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9880,'en','functions.text_reply','回復','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9881,'en','functions.submit_submit','提交','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9882,'en','functions.submit_preview','預覽','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9883,'en','functions.row_subject','主題','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9884,'en','functions.row_body','正文','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9885,'en','functions.text_peasant','Peasant','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9886,'en','functions.text_user','User','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9887,'en','functions.text_power_user','Power User','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9888,'en','functions.text_elite_user','Elite User','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9889,'en','functions.text_crazy_user','Crazy User','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9890,'en','functions.text_insane_user','Insane User','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9891,'en','functions.text_veteran_user','Veteran User','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9892,'en','functions.text_extreme_user','Extreme User','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9893,'en','functions.text_ultimate_user','Ultimate User','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9894,'en','functions.text_nexus_master','Nexus Master','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9895,'en','functions.text_vip','貴賓','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9896,'en','functions.text_retiree','養老族','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9897,'en','functions.text_uploader','發布員','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9898,'en','functions.text_forum_moderator','論壇版主','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9899,'en','functions.text_moderators','總版主','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9900,'en','functions.text_administrators','管理員','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9901,'en','functions.text_sysops','維護開发員','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9902,'en','functions.text_staff_leader','主管','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9903,'en','functions.text_short_year','年','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9904,'en','functions.text_short_month','月','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9905,'en','functions.text_short_day','日','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9906,'en','functions.text_short_hour','時','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9907,'en','functions.text_short_min','分','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9908,'en','functions.submit_edit','編輯','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9909,'en','functions.text_banned_client_warning','你最近一次使用的BT用戶端是被禁止的點擊這裡。','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9910,'en','functions.text_please_improve_ratio_within','請在','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9911,'en','functions.text_or_you_will_be_banned','內改善你的分享率,否則你的賬號將被禁用!點擊這裡。','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9912,'en','functions.text_size','大小','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9913,'en','functions.text_downloads','下載','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9914,'en','functions.text_attachment_key','附件','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9915,'en','functions.text_not_found','無效','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9916,'en','functions.text_thirty_percent_down','30%','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9917,'en','functions.text_please_download_something_within','請在','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9918,'en','functions.text_inactive_account_be_deleted','內做些下載。沒有流量的用戶會被移除賬號。','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9919,'en','getrss.text_rss_feeds','RSS Feeds','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9920,'en','getrss.head_rss_feeds','RSS Feeds','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9921,'en','getrss.std_error','Error','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9922,'en','getrss.std_no_row','You must select rows!','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9923,'en','getrss.std_done','Done!','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9924,'en','getrss.std_use_following_url','Use the following URL in your RSS reader, e.g. Google Reader: ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9925,'en','getrss.std_utorrent_feed_url','Use the following URL in BitTorrent clients that support RSS Feed, e.g. uTorrent: ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9926,'en','getrss.row_categories_to_retrieve','Categories to retrieve','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9927,'en','getrss.row_feed_type','Feed type','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9928,'en','getrss.text_web_link','Web Link','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9929,'en','getrss.text_download_link','Download Link','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9930,'en','getrss.row_rows_per_page','Rows Per Page','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9931,'en','getrss.submit_generatte_rss_link','Generate RSS link','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9932,'en','getrss.text_category','Category','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9933,'en','getrss.text_source','Source','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9934,'en','getrss.text_codec','Codec','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9935,'en','getrss.text_standard','Standard','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9936,'en','getrss.text_processing','Processing','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9937,'en','getrss.text_medium','Medium','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9938,'en','getrss.text_team','Team','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9939,'en','getrss.text_audio_codec','Audio Codec','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9940,'en','getrss.row_item_title_type','Title display format','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9941,'en','getrss.text_item_category','[Category] + ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9942,'en','getrss.text_item_title','Title + ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9943,'en','getrss.text_item_small_description','[Small Description] + ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9944,'en','getrss.text_item_size','[Size] + ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9945,'en','getrss.text_item_uploader','[Uploader]','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9946,'en','getrss.row_show_bookmarked','Show Bookmarked','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9947,'en','getrss.text_all','all','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9948,'en','getrss.text_only_bookmarked','only bookmarked','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9949,'en','getrss.text_show_bookmarked_note','Ony for BitTorrent clients','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9950,'en','getrss.row_keyword','Keyword','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9951,'en','getrss.text_with','with','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9952,'en','getrss.select_and','AND','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9953,'en','getrss.select_or','OR','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9954,'en','getrss.select_exact','Exact','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9955,'en','getrss.text_mode','matching mode ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9956,'en','getrss.text_keyword_note','Ony subscribe to items with these keywords in titles.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9957,'en','getusertorrentlistajax.col_type','Type','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9958,'en','getusertorrentlistajax.col_name','Name','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9959,'en','getusertorrentlistajax.title_size','Size','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9960,'en','getusertorrentlistajax.title_seeders','Seeders','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9961,'en','getusertorrentlistajax.title_leechers','Leechers','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9962,'en','getusertorrentlistajax.col_uploaded','Ul.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9963,'en','getusertorrentlistajax.col_downloaded','Dl.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9964,'en','getusertorrentlistajax.col_ratio','Ratio','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9965,'en','getusertorrentlistajax.col_anonymous','Anonym.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9966,'en','getusertorrentlistajax.col_time_completed','Sna. at','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9967,'en','getusertorrentlistajax.col_se_time','Se. Time','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9968,'en','getusertorrentlistajax.col_le_time','Le. Time','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9969,'en','getusertorrentlistajax.text_record',' record','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9970,'en','getusertorrentlistajax.text_no_record','No record.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9971,'en','index.std_no_poll','No poll','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9972,'en','index.std_error','Error','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9973,'en','index.std_duplicate_votes_denied','No duplicate votes allowed!','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9974,'en','index.std_vote_not_counted','An error occured. Your vote has not been counted.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9975,'en','index.std_option_unselected','Please select an option.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9976,'en','index.text_news_page','New','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9977,'en','index.text_recent_news','Recent news','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9978,'en','index.text_e','Edit','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9979,'en','index.text_d','Delete','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9980,'en','index.text_hotmovies','Hot','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9981,'en','index.text_classicmovies','Classic','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9982,'en','index.text_free','Free','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9983,'en','index.text_two_times_up','2X','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9984,'en','index.text_free_two_times_up','2X Free','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9985,'en','index.text_shoutbox','Shoutbox','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9986,'en','index.text_message','Message: ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9987,'en','index.sumbit_shout','shout','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9988,'en','index.submit_clear','clear','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9989,'en','index.text_last_five_posts','Last 5 Forum Posts','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9990,'en','index.col_topic_title','Topic Title','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9991,'en','index.col_view','Views','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9992,'en','index.col_author','Author','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9993,'en','index.col_posted_at','Posted At','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9994,'en','index.text_in','in ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9995,'en','index.std_no_torrent_found','No torrents found','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9996,'en','index.text_last_five_torrent','Last 5 Torrent Uploads','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9997,'en','index.col_name','Name','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9998,'en','index.col_seeder','Seeder','2021-01-11 12:48:14','2021-01-11 12:48:14'),(9999,'en','index.col_leecher','Leecher','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10000,'en','index.text_polls','Polls ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10001,'en','index.text_new','New','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10002,'en','index.text_edit','Edit','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10003,'en','index.text_delete','Delete','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10004,'en','index.text_votes','Votes:','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10005,'en','index.radio_blank_vote','Blank vote (a.k.a. \"I just want to see the results!\")','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10006,'en','index.submit_vote','Vote!','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10007,'en','index.text_previous_polls','Previous polls','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10008,'en','index.text_tracker_statistics','Tracker Statistics','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10009,'en','index.row_registered_users','Registered Users / Limit','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10010,'en','index.row_unconfirmed_users','Unconfirmed users','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10011,'en','index.row_vips','VIPs','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10012,'en','index.row_donors','Donors','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10013,'en','index.row_warned_users','Warned Users','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10014,'en','index.row_banned_users','Banned Users','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10015,'en','index.row_male_users','Male Users','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10016,'en','index.row_female_users','Female Users','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10017,'en','index.row_torrents','Torrents','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10018,'en','index.row_dead_torrents','Dead Torrents','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10019,'en','index.row_seeders','Seeding Peers','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10020,'en','index.row_leechers','Leeching Peers','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10021,'en','index.row_peers','Peers','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10022,'en','index.row_seeder_leecher_ratio','Seeding / leeching ratio','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10023,'en','index.row_total_size_of_torrents','Total Size of Torrents','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10024,'en','index.row_total_uploaded','Total Uploaded','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10025,'en','index.row_total_downloaded','Total Downloaded','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10026,'en','index.row_total_data','Total Data','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10027,'en','index.text_no_users_day','There has been no active user in the last 24 hours.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10028,'en','index.text_no_active_users_now','There is no active user now.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10029,'en','index.text_no_user_torrenting','There is no user seeding or leeching. :(','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10030,'en','index.text_tracker_load','Tracker Load','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10031,'en','index.text_our_tracker_load','Tracker Peers Load: ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10032,'en','index.text_global_server_load','Global Server Load: ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10033,'en','index.text_whats_going_on','What\'s going on?','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10034,'en','index.text_members_have_visited',' members have visited during the last 24 hours, and welcome to our newest member, ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10035,'en','index.text_users_browsing_now',' users are browsing the site in last 15 mins. ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10036,'en','index.text_peers_active_now',' users are seeding or leeching. ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10037,'en','index.text_disclaimer','Disclaimer','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10038,'en','index.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 NexusPHP cannot be held responsible for what its users post, or any other actions of its users. You may not use this site NexusPHP 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.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10039,'en','index.text_browser_note','This site is best viewed with <a href=\"http://www.microsoft.com/windows/downloads/ie/getitnow.mspx\" target=\"_blank\"><img class=\"ie\" src=\"pic/trans.gif\" alt=\"Internet Explorer 8\" title=\"Get Internet Explorer 8\" /></a> or <a href=\"http://www.mozilla.com/en-US/firefox/\" target=\"_blank\"><img class=\"firefox\" src=\"pic/trans.gif\" alt=\"Firefox\" title=\"Get Firefox\" border=\"0\" /></a> and with resolution above 1024*768. Recommended BitTorrent clients: <a href=\"http://azureus.sourceforge.net/download.php\" target=\"_blank\"><img class=\"azureus\" src=\"pic/trans.gif\" alt=\"Azureus\" title=\"Get Azureus\" /></a> or <a href=\"http://www.utorrent.com/download.php\" target=\"_blank\"><img class=\"utorrent\" src=\"pic/trans.gif\" alt=\"uTorrent\" title=\"Get uTorrent\" /></a>','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10040,'en','index.title_show_or_hide','Show/Hide','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10041,'en','index.text_links','Links','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10042,'en','index.text_manage_links','Manage Links','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10043,'en','index.text_author','Author:','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10044,'en','index.text_datetime','Time:','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10045,'en','index.p_critic_reviews','Film Critics\' Reviews','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10046,'en','index.p_user_reviews','Selected Users\' Reviews','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10047,'en','index.head_home','Home','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10048,'en','index.sumbit_to_guest','to&nbsp;guest','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10049,'en','index.text_apply_for_link','Apply for Links','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10050,'en','index.text_ago',' ago','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10051,'en','index.text_auto_refresh_after','auto refresh after ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10052,'en','index.text_seconds',' seconds','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10053,'en','index.text_funbox','Funbox','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10054,'en','index.text_more_fun','More','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10055,'en','index.text_new_fun','New','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10056,'en','index.text_ban','Ban','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10057,'en','index.submit_fun','Fun','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10058,'en','index.submit_dull','Dull','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10059,'en','index.text_out_of',' out of ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10060,'en','index.text_people_found_it',' people found it fun. ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10061,'en','index.text_your_opinion','What do you think? ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10062,'en','index.text_vote_accepted','Thanks! Your vote is accepted.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10063,'en','index.row_users_active_today','Users Active Today','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10064,'en','index.row_users_active_this_week','Users Active This Week','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10065,'en','index.row_active_browsing_users','Active Browsing Users','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10066,'en','index.row_tracker_active_users','Tracker Active Users','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10067,'en','index.text_detail','Detail','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10068,'en','invite.std_sorry','Sorry','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10069,'en','invite.std_permission_denied','Permission Denied!','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10070,'en','invite.head_invites','Invites','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10071,'en','invite.std_no_invites_left','You have no invites left. :( <br /><br />Please click ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10072,'en','invite.here_to_go_back','here</a> to go back.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10073,'en','invite.text_invite_code_sent','The invite code has been sent!<br />','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10074,'en','invite.text_invite_someone','Invite someone to join ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10075,'en','invite.text_s','s','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10076,'en','invite.text_invitation',' invitation','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10077,'en','invite.text_left',' left','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10078,'en','invite.text_email_address','Email Address','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10079,'en','invite.text_email_address_note','Email Address must be valid. The invite will receive an email about your invite.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10080,'en','invite.text_message','Message','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10081,'en','invite.submit_invite','Invite','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10082,'en','invite.text_invite_status','Current status of invites','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10083,'en','invite.text_no_invites','No invites yet.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10084,'en','invite.text_username','Username','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10085,'en','invite.text_email','Email','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10086,'en','invite.text_uploaded','Uploaded','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10087,'en','invite.text_downloaded','Downloaded','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10088,'en','invite.text_ratio','Ratio','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10089,'en','invite.text_status','Status','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10090,'en','invite.text_confirm','Confirm','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10091,'en','invite.text_confirmed','Confirmed','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10092,'en','invite.text_pending','Pending','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10093,'en','invite.submit_confirm_users','Confirm&nbsp;Users','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10094,'en','invite.sumbit_invite_someone','Invite&nbsp;Someone','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10095,'en','invite.text_sent_invites_status','Current status of sent out invites','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10096,'en','invite.text_no_invitation_sent','No invitations sent out at the moment.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10097,'en','invite.text_hash','Hash','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10098,'en','invite.text_send_date','Send Date','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10099,'en','invite.text_invitation_body','\nHi Buddy,\n\nI am inviting you to join NexusPHP which is a private community that have the finest\nand most abundant stuff. If you are interested in joining us please read over \nthe rules and confirm the invite. Finally, please make sure you keep a nice ratio and \nonly upload content that follows rules of the site.\n\nWelcome aboard! :)\nBest Regards,\n','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10100,'en','invite.text_invite_system','\'s Invite System','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10101,'en','invite.std_only','Only ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10102,'en','invite.std_or_above_can_invite',' or above can send invitation.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10103,'en','invite.text_email_restriction_note','You could only send invitation to email from those domains: ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10104,'en','iphistory.std_error','Error','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10105,'en','iphistory.std_invalid_id','Invalid ID','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10106,'en','iphistory.text_user_not_found','User not found','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10107,'en','iphistory.head_ip_history_log_for','IP History Log for ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10108,'en','iphistory.text_historical_ip_by','Historical IP addresses used by ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10109,'en','iphistory.col_last_access','Last access','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10110,'en','iphistory.col_ip','IP','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10111,'en','iphistory.col_hostname','Hostname','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10112,'en','iphistory.text_not_available','N/A','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10113,'en','iphistory.text_duplicate','Dupe','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10114,'en','ipsearch.std_error','Error','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10115,'en','ipsearch.std_invalid_ip','Invalid IP.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10116,'en','ipsearch.std_invalid_subnet_mask','Invalid subnet mask.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10117,'en','ipsearch.head_search_ip_history','Search in IP History','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10118,'en','ipsearch.text_search_ip_history','Search in IP History','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10119,'en','ipsearch.row_ip','IP','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10120,'en','ipsearch.row_subnet_mask','Subnet Mask','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10121,'en','ipsearch.submit_search','Search','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10122,'en','ipsearch.text_no_users_found','No users found','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10123,'en','ipsearch.text_users_used_the_ip',' users have used the IP: ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10124,'en','ipsearch.col_username','Username','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10125,'en','ipsearch.col_last_ip','Last IP','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10126,'en','ipsearch.col_last_access','Last access','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10127,'en','ipsearch.col_ip_num','IP Nums','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10128,'en','ipsearch.col_last_access_on','Last access this IP','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10129,'en','ipsearch.col_added','Added','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10130,'en','ipsearch.col_invited_by','Invited by','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10131,'en','ipsearch.text_not_available','N/A','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10132,'en','linksmanage.head_apply_for_links','Apply for Links','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10133,'en','linksmanage.text_apply_for_links','Apply for Links','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10134,'en','linksmanage.text_rules','Rules for Link Exchange:','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10135,'en','linksmanage.text_rule_one','1.Please make our link <a href=\"http://nexus-php8.tinyhd.net\" title=\"The Ultimate File Sharing Experience\" target=\"_blank\">NexusPHP</a> at your site before asking us to do the same.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10136,'en','linksmanage.text_rule_two','2.Your site <strong>MUST NOT</strong> be involed in any illegal things. The administrators of this site NexusPHP take absolutely no responsibily for anything of your site.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10137,'en','linksmanage.text_rule_three','3.All links we make here at our site NexusPHP are text-only.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10138,'en','linksmanage.text_rule_four','4.Your site should has at least 200 registered users or 50 daily-visiting people.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10139,'en','linksmanage.text_rule_five','5.We reserve the rights to <strong>MODIFY OR DELETE ANY LINKS</strong> at our site NexusPHP without notification.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10140,'en','linksmanage.text_rule_six','6.If conformed to rules above, feel free to apply for links of your site at NexusPHP. However, we give no guarantee to accept all application.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10141,'en','linksmanage.text_red_star_required','Fields marked with a red star(<font color=\'red\'>*</font>) are required.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10142,'en','linksmanage.text_site_name','Site Name','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10143,'en','linksmanage.text_url','URL','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10144,'en','linksmanage.text_title','Title','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10145,'en','linksmanage.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>','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10146,'en','linksmanage.text_administrator','Administrator','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10147,'en','linksmanage.text_administrator_note','We required administrator\'s <b>TRUE NAME</b>.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10148,'en','linksmanage.text_email','Email','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10149,'en','linksmanage.text_reason','Reason','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10150,'en','linksmanage.submit_okay','Okay','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10151,'en','linksmanage.submit_reset','Reset','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10152,'en','linksmanage.std_error','Error','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10153,'en','linksmanage.std_no_sitename','Site Name could not be empty.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10154,'en','linksmanage.std_no_url','URL could not be empty.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10155,'en','linksmanage.std_no_admin','Administrator could not be empty. We need to know administrator\'s name','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10156,'en','linksmanage.std_no_email','Email could not be empty.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10157,'en','linksmanage.std_invalid_email','The Email address is invalid','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10158,'en','linksmanage.std_no_reason','Reason could not be empty. Come on, please give us reasons to link your site.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10159,'en','linksmanage.std_reason_too_short','Reason is too short. Come on, please say something more.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10160,'en','linksmanage.std_success','Success','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10161,'en','linksmanage.std_success_note','Your application has been successfully sent. Please wait for our reply.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10162,'en','linksmanage.text_sitename_note','The name of your site. e.g. <i>NexusPHP</i>','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10163,'en','linksmanage.text_url_note','e.g. <i>http://www.nexusphp.com</i>','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10164,'en','linksmanage.text_email_note','The administrator\'s contact email address','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10165,'en','linksmanage.std_missing_form_data','Missing form data.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10166,'en','linksmanage.std_unable_creating_new_link','Unable to create new link.','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10167,'en','linksmanage.std_links_manage','Links Manage','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10168,'en','linksmanage.text_add_link','Add Link','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10169,'en','linksmanage.text_manage_links','Manage Links','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10170,'en','linksmanage.text_modify','Modify','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10171,'en','linksmanage.text_edit','Edit','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10172,'en','linksmanage.text_delete','Delete','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10173,'en','linksmanage.text_no_links_found','Sorry, no links were found!','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10174,'en','linksmanage.text_edit_link','Edit Link','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10175,'en','linksmanage.js_sure_to_delete_link','Are you sure you want to delete this link?','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10176,'en','log.std_sorry','Sorry...','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10177,'en','log.std_permission_denied_only','Permission denied. Only ','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10178,'en','log.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 NexusPHP Staff</b>','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10179,'en','log.head_site_log','Daily Log','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10180,'en','log.text_search_log','Search Daily Log','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10181,'en','log.submit_search','Search','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10182,'en','log.text_log_empty','<b>Log is empty</b><br />','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10183,'en','log.title_time_added','Time','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10184,'en','log.col_date','Date','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10185,'en','log.col_event','Event','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10186,'en','log.time_zone_note','<p>Times are in GMT +8:00.</p>','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10187,'en','log.text_daily_log','Daily Log','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10188,'en','log.text_chronicle','Chronicle','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10189,'en','log.text_code_update','Code Update','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10190,'en','log.text_funbox','&nbsp;Funbox&nbsp;','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10191,'en','log.text_news','&nbsp;&nbsp;News&nbsp;&nbsp;','2021-01-11 12:48:14','2021-01-11 12:48:14'),(10192,'en','log.text_poll','&nbsp;&nbsp;Poll&nbsp;&nbsp;','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10193,'en','log.std_error','Error','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10194,'en','log.std_invalid_action','Invalid Action','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10195,'en','log.head_chronicle','Chronicle','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10196,'en','log.text_search_chronicle','Search Chronicle','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10197,'en','log.text_chronicle_empty','<b>Chronicle is empty</b><br />','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10198,'en','log.col_modify','Modify','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10199,'en','log.text_edit','Edit','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10200,'en','log.text_delete','Delete','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10201,'en','log.submit_add','Add','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10202,'en','log.text_add_chronicle','Add Chronicle Event','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10203,'en','log.std_permission_denied','Back off! You are not allowed to do this.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10204,'en','log.submit_okay','Okay','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10205,'en','log.text_edit_chronicle','Edit Chronicle Event','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10206,'en','log.head_code_update','Code Update','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10207,'en','log.text_search_code_update','Search Code-Update Event','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10208,'en','log.text_add_code_update','Add Code-Update Event','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10209,'en','log.text_edit_codeupdate','Edit Code-Update Event','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10210,'en','log.text_codeupdate_empty','<b>Code-Update is empty</b><br />','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10211,'en','log.head_funbox','Funbox Log','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10212,'en','log.head_news','News','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10213,'en','log.text_search_news','Search News','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10214,'en','log.text_news_empty','<b>News is empty</b><br />','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10215,'en','log.col_title','Title','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10216,'en','log.col_body','Body','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10217,'en','log.std_delete_poll','Delete poll','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10218,'en','log.std_delete_poll_confirmation','Do you really want to delete a poll? Click ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10219,'en','log.std_here_if_sure','<b>here</b></a> if you are sure.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10220,'en','log.std_no_polls','There are no polls!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10221,'en','log.head_previous_polls','Previous polls','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10222,'en','log.text_previous_polls','Previous polls','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10223,'en','log.text_ago',' ago','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10224,'en','log.text_votes','Votes: ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10225,'en','log.text_in','in ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10226,'en','log.text_funbox_empty','<b>Funbox is empty</b><br />','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10227,'en','log.text_search_funbox','Search funbox','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10228,'en','log.text_title','title','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10229,'en','log.text_body','body','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10230,'en','log.text_both','both','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10231,'en','log.text_all','all','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10232,'en','log.text_normal','normal','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10233,'en','log.text_mod','mod','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10234,'en','login.h1_not_logged_in','Not logged in!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10235,'en','login.p_error','Error:','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10236,'en','login.p_after_logged_in','The page you tried to view can only be used when you\'re logged in.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10237,'en','login.p_need_cookies_enables','<b>Note</b>: You need cookies enabled to log in or switch language.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10238,'en','login.p_fail_ban','failed logins in a row will result in banning your ip!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10239,'en','login.p_you_have','You have','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10240,'en','login.p_remaining_tries','remaining tries.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10241,'en','login.p_no_account_signup','Don\'t have an account? <a href=\"signup.php\"><b>Sign up</b></a> right now!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10242,'en','login.p_forget_pass_recover','Forget your password? Recover your password <a href=\"recover.php\"><b>via email</b></a>','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10243,'en','login.p_resend_confirm','Did not receive confirmation mail or confirmation link is broken? <a href=\"confirm_resend.php\"><b>Send confirmation mail again</b></a>','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10244,'en','login.rowhead_username','Username:','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10245,'en','login.rowhead_password','Password:','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10246,'en','login.button_login','Login!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10247,'en','login.button_reset','Reset','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10248,'en','login.text_auto_logout','Auto Logout:','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10249,'en','login.text_restrict_ip','Restrict IP:','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10250,'en','login.text_ssl','SSL (HTTPS):','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10251,'en','login.checkbox_auto_logout',' Log me out after 15 minutes','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10252,'en','login.checkbox_restrict_ip',' Restrict session to my IP','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10253,'en','login.checkbox_ssl',' Browse website with SSL Encryption (Web browser)','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10254,'en','login.checkbox_ssl_tracker',' Connect tracker with SSL Encryption (BitTorrent client)','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10255,'en','login.text_advanced_options','Advanced Options:','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10256,'en','login.text_helpbox','Helpbox','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10257,'en','login.text_helpbox_note','Have trouble in signup or login? Leave a message here','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10258,'en','login.text_message','Message: ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10259,'en','login.sumbit_shout','shout','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10260,'en','login.submit_clear','clear','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10261,'en','login.text_select_lang','Select Site Language: ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10262,'en','login.head_login','Login','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10263,'en','mailtest.head_mail_test','Mail Test','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10264,'en','mailtest.text_mail_test','Mail Test','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10265,'en','mailtest.row_enter_email','Enter email','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10266,'en','mailtest.text_enter_email_note','Enter an email address to send a test mail, e.g. yourname@gmail.com','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10267,'en','mailtest.submit_send_it','Send it!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10268,'en','mailtest.text_smtp_testing_mail',' SMTP Testing Mail','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10269,'en','mailtest.std_error','Error','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10270,'en','mailtest.std_invalid_email_address','Invalid email address!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10271,'en','mailtest.mail_test_mail_content','Hi, If you see this message, your SMTP function works great. Have a nice day.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10272,'en','mailtest.std_success','Success','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10273,'en','mailtest.std_success_note','No error found. However this does not mean the mail arrived 100%. Please check the mail.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10274,'en','makepoll.std_error','Error','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10275,'en','makepoll.std_no_poll_id','No poll found with this ID','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10276,'en','makepoll.std_missing_form_data','Missing form data!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10277,'en','makepoll.head_edit_poll','Edit Poll','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10278,'en','makepoll.text_edit_poll','Edit Poll','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10279,'en','makepoll.head_new_poll','New Poll','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10280,'en','makepoll.text_day',' day','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10281,'en','makepoll.text_hour',' hour','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10282,'en','makepoll.text_current_poll','Note: The current poll ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10283,'en','makepoll.text_is_only',' is only ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10284,'en','makepoll.text_old',' old.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10285,'en','makepoll.text_make_poll','Make poll','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10286,'en','makepoll.text_question','Question','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10287,'en','makepoll.text_option','Option ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10288,'en','makepoll.submit_edit_poll','Edit Poll','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10289,'en','makepoll.submit_create_poll','Create Poll','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10290,'en','makepoll.text_required',' required','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10291,'en','messages.std_error','Error','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10292,'en','messages.std_invalid_mailbox','Invalid Mailbox','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10293,'en','messages.text_inbox','Inbox','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10294,'en','messages.text_sentbox','Sentbox','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10295,'en','messages.text_sender','Sender','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10296,'en','messages.text_receiver','Receiver','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10297,'en','messages.col_status','Status','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10298,'en','messages.col_subject','Subject','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10299,'en','messages.col_date','Date','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10300,'en','messages.col_act','Act.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10301,'en','messages.text_no_messages','No Messages.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10302,'en','messages.text_remove_from_friends','[remove from friends]','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10303,'en','messages.text_add_to_friends','[add to friends]','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10304,'en','messages.submit_move_to','Move&nbsp;to','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10305,'en','messages.text_or',' or ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10306,'en','messages.submit_delete','Delete','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10307,'en','messages.text_unread_messages',' Unread Messages.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10308,'en','messages.text_read_messages',' Read Messages.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10309,'en','messages.text_mailbox_manager','Mailbox Manager','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10310,'en','messages.std_no_permission','You do not have permission to view this message.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10311,'en','messages.text_to','To','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10312,'en','messages.text_from','From','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10313,'en','messages.text_new','(New)','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10314,'en','messages.text_reply','Reply','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10315,'en','messages.text_delete','Delete','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10316,'en','messages.text_forward_pm','Forward PM','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10317,'en','messages.std_cannot_move_messages','Messages couldn\'t be moved! ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10318,'en','messages.std_cannot_delete_messages','Messages couldn\'t be deleted! ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10319,'en','messages.std_no_action','No action','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10320,'en','messages.std_no_permission_forwarding','You do not have permission to forward this message.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10321,'en','messages.row_to','To: ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10322,'en','messages.row_original_receiver','Orignal&nbsp;Receiver:','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10323,'en','messages.row_original_sender','Orignal&nbsp;Sender:','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10324,'en','messages.row_subject','Subject:','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10325,'en','messages.row_message','Message:','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10326,'en','messages.checkbox_save_message','Save Message ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10327,'en','messages.submit_forward','Forward','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10328,'en','messages.std_no_such_user','Sorry, there is no user with that username.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10329,'en','messages.std_rufused','Refused','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10330,'en','messages.std_user_blocks_your_pms','This user has blocked PMs from you.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10331,'en','messages.std_user_accepts_friends_pms','This user only accepts PMs from users in his friends list.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10332,'en','messages.std_user_blocks_all_pms','This user does not accept PMs.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10333,'en','messages.std_success','Success','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10334,'en','messages.std_pm_forwarded','PM forwarded','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10335,'en','messages.head_editing_mailboxes','Editing Mailboxes','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10336,'en','messages.text_editing_mailboxes','Editing Mailboxes','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10337,'en','messages.text_add_mailboxes','Add Mailboxes','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10338,'en','messages.text_extra_mailboxes_note','You may add extra mailboxes. You do not have to use all the input boxes.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10339,'en','messages.submit_add','Add','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10340,'en','messages.text_edit_mailboxes','Edit Mailboxes','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10341,'en','messages.text_edit_mailboxes_note','You may edit the names, or delete the name to delete this virtual directory.<br />Please note, that all messages in this directory will be lost if you delete this directory. ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10342,'en','messages.text_no_mailboxes_to_edit','There are no mailboxes to edit.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10343,'en','messages.submit_edit','Edit','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10344,'en','messages.std_no_message_id','No message with this ID.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10345,'en','messages.std_could_not_delete_message','Could not delete message.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10346,'en','messages.text_jump_to',' at ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10347,'en','messages.select_inbox','Inbox','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10348,'en','messages.select_sentbox','Sentbox','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10349,'en','messages.submit_go','Go','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10350,'en','messages.input_check_all','Check All','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10351,'en','messages.input_uncheck_all','Uncheck All','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10352,'en','messages.title_unread','Unread','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10353,'en','messages.title_read','Read','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10354,'en','messages.text_system','System','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10355,'en','messages.text_no_subject','No Subject','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10356,'en','messages.col_search_message','Search Message','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10357,'en','messages.text_search','Search: ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10358,'en','messages.text_in','in','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10359,'en','messages.select_title','title','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10360,'en','messages.select_body','body','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10361,'en','messages.select_both','both','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10362,'en','messages.submit_mark_as_read','Mark&nbsp;as&nbsp;read','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10363,'en','messages.std_cannot_mark_messages','Could not mark message as read.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10364,'en','messages.std_no_message_selected','No message selected.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10365,'en','moforums.head_overforum_management','Overforum Management','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10366,'en','moforums.text_forum_management','Forum Management','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10367,'en','moforums.text_overforum_management','Overforum Management','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10368,'en','moforums.col_name','Name','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10369,'en','moforums.col_viewed_by','Viewed By','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10370,'en','moforums.col_modify','Modify','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10371,'en','moforums.text_edit','Edit','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10372,'en','moforums.text_delete','Delete','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10373,'en','moforums.js_sure_to_delete_overforum','Are you sure you want to delete this overforum?','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10374,'en','moforums.text_no_records_found','Sorry, no records were found!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10375,'en','moforums.text_new_overforum','New Overforum','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10376,'en','moforums.text_overforum_name','Overforum name','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10377,'en','moforums.text_overforum_description','Overforum description','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10378,'en','moforums.text_minimum_view_permission','Minimum view permission','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10379,'en','moforums.text_overforum_order','Overforum order','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10380,'en','moforums.text_overforum_order_note','Order by number ascendantly. That is, 0 shows on the topmost','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10381,'en','moforums.submit_make_overforum','Make Overforum','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10382,'en','moforums.text_edit_overforum','Edit Overforum','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10383,'en','moforums.submit_edit_overforum','Edit Overforum','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10384,'en','moresmilies.head_more_smilies','More Clickable Smilies','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10385,'en','moresmilies.text_close','Close','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10386,'en','mybonus.std_sorry','Sorry!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10387,'en','mybonus.std_karma_system_disabled','Karma Bonus Point System is currently disabled. ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10388,'en','mybonus.std_points_active','However your points is still active.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10389,'en','mybonus.text_success_upload','Congratulations! You have just increased your <b>Uploaded Amount</b>!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10390,'en','mybonus.text_success_invites','Congratulations! You have got yourself <b>1</b> new invite!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10391,'en','mybonus.text_success_vip','Congratulations! You have got yourself ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10392,'en','mybonus.text_success_vip_two',' status for one month!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10393,'en','mybonus.text_no_permission','<b>ERROR!</b> You have no permission.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10394,'en','mybonus.text_success_custom_title','Congradulations! You are now known as <b></b>!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10395,'en','mybonus.text_success_gift',' You have spread the <b>Karma</b> well.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10396,'en','mybonus.head_karma_page','\'s Karma Bonus Page','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10397,'en','mybonus.text_karma_system',' Karma Bonus Point System','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10398,'en','mybonus.text_exchange_your_karma','Exchange your Karma Bonus Points (currently ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10399,'en','mybonus.text_for_goodies',' ) for goodies!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10400,'en','mybonus.text_no_buttons_note','If button is disabled, you have not earned enough bonus points to trade. ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10401,'en','mybonus.col_option','Option','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10402,'en','mybonus.col_description','Description','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10403,'en','mybonus.col_points','Points','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10404,'en','mybonus.col_trade','Trade','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10405,'en','mybonus.text_username','Username: ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10406,'en','mybonus.text_to_be_given','to be given: ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10407,'en','mybonus.text_karma_points',' Karma points!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10408,'en','mybonus.text_enter_titile','Enter the <b>Special Title</b> you would like to have ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10409,'en','mybonus.text_click_exchange',' click Exchange! ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10410,'en','mybonus.text_enter_receiver_name','Enter the <b>username</b> of the person you would like to send karma to, and select how many points you want to send and click Karma Gift!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10411,'en','mybonus.text_min','min.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10412,'en','mybonus.text_max','max.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10413,'en','mybonus.submit_karma_gift','Karma&nbsp;Gift!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10414,'en','mybonus.text_plus_only','+ only!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10415,'en','mybonus.submit_exchange','Exchange!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10416,'en','mybonus.text_unavailable','Currently not available!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10417,'en','mybonus.text_more_points_needed','more&nbsp;points needed','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10418,'en','mybonus.text_what_is_karma','What the hell are these Karma Bonus points, and how do I get them?','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10419,'en','mybonus.text_get_by_seeding','You get following karma points per hour by seeding:','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10420,'en','mybonus.text_for_seeding_torrent',' for each torrent you are seeding (max of ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10421,'en','mybonus.text_torrent',' torrent','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10422,'en','mybonus.text_donors_always_get','Donors always get ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10423,'en','mybonus.text_times_of_bonus','x bonus points.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10424,'en','mybonus.text_other_things_get_bonus','Other things that will get you karma points:','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10425,'en','mybonus.text_point',' point','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10426,'en','mybonus.text_upload_torrent','uploading a new torrent = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10427,'en','mybonus.text_upload_subtitle','uploading a subtitle = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10428,'en','mybonus.text_start_topic','starting a topic = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10429,'en','mybonus.text_make_post','making a post = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10430,'en','mybonus.text_add_comment','commenting on torrent or offer = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10431,'en','mybonus.text_poll_vote','voting on poll = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10432,'en','mybonus.text_offer_vote','voting on offer = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10433,'en','mybonus.text_funbox_vote','voting on funbox = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10434,'en','mybonus.text_rate_torrent','rating a torrent = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10435,'en','mybonus.text_say_thanks','saying thanks = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10436,'en','mybonus.text_receive_thanks','receiving thanks = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10437,'en','mybonus.text_funbox_reward','posting funbox stuff that received high ratings (see rules)','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10438,'en','mybonus.text_howto_get_karma_four','</ul>\n<h1>Things that you should keep in mind:</h1>\n<ul>','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10439,'en','mybonus.text_howto_get_karma_five','<li>Everything that can get you karma can also be lost, <br />i.e. if you upload a torrent then delete it, you will gain and then lose ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10440,'en','mybonus.text_howto_get_karma_six','.</li>\n <li>There are always other hidden bonus karma points over the site. Try to find them :)</li>\n <li>Staff can give or take away points for breaking the rules, or doing good for the community.</li>\n</ul>','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10441,'en','mybonus.std_no_permission','No permission','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10442,'en','mybonus.std_class_above_vip','Your class above VIP!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10443,'en','mybonus.text_wasted_karma','I just wasted my karma','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10444,'en','mybonus.text_huh','Huh?','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10445,'en','mybonus.text_karma_self_giving_warning','Not so fast there Mr. fancy pants...<br />You can not spread the karma to yourself...<br />If you want to spread the love, pick another user! <br /><br /> click to go back to your <a class=altlink href=mybonus.php>Karma Bonus Point</a> page.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10446,'en','mybonus.text_receiver_not_exists','Sorry...<br /> No User with that username <br /><br /> click to go back to your <a class=altlink href=mybonus.php>Karma Bonus Point</a> page.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10447,'en','mybonus.text_oups','OUPS!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10448,'en','mybonus.text_not_enough_karma','<b>Sorry</b>, you don\'t have enough Karma points! <br /> go back to your <a class=altlink href=mybonus.php>Karma Bonus Point</a> page.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10449,'en','mybonus.text_cheat_alert','Fuck off! We know you are trying to cheat!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10450,'en','mybonus.text_not_enough_bonus','Sorry, you do not have enough bonus. BTW, how dou you get here?','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10451,'en','mybonus.text_uploaded_one','1.0 GB Uploaded','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10452,'en','mybonus.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.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10453,'en','mybonus.text_uploaded_two','5.0 GB Uploaded','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10454,'en','mybonus.text_uploaded_three','10.0 GB Uploaded','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10455,'en','mybonus.text_buy_invite','1 Invite','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10456,'en','mybonus.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.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10457,'en','mybonus.text_custom_title','Custom Title!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10458,'en','mybonus.text_custom_title_note','With enough bonus points acquired, you can buy yourself a custom title. The only restrictions are no foul or offensive language, or names of user classes. The points are then removed from your Bonus Bank and your special title is changed to the title of your choice.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10459,'en','mybonus.text_vip_status','VIP Status','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10460,'en','mybonus.text_vip_status_note','With enough bonus points acquired, you can buy yourself VIP status for one month. The points are then removed from your Bonus Bank and your status is changed.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10461,'en','mybonus.text_bonus_gift','Give A Karma Gift','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10462,'en','mybonus.text_bonus_gift_note','Well perhaps you don\'t need the upload credit, but you know somebody that could use the Karma boost! You are now able to give your Karma credits as a gift! The points are then removed from your Bonus Bank and added to the account of a user of your choice! And they receive a PM with all the info as well as who it came from...','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10463,'en','mybonus.text_error','Error','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10464,'en','mybonus.text_ratio_too_high','Your ratio is high','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10465,'en','mybonus.text_bonus_formula_one','The number of karma points gained per hour is given by the following formula<br />&nbsp;&nbsp;&nbsp;&nbsp;<img src=\"pic/bonusformulaa.png\" alt=\"A = sigma( ( 1 - 10 ^ ( - Ti / T0 ) ) * Si * ( 1 + sqrt( 2 ) * 10 ^ ( - ( Ni - 1 ) / ( N0 - 1 ) ) )\" title=\"A = sigma( ( 1 - 10 ^ ( - Ti / T0 ) ) * Si * ( 1 + sqrt( 2 ) * 10 ^ ( - ( Ni - 1 ) / ( N0 - 1 ) ) )\" /><br />&nbsp;&nbsp;&nbsp;&nbsp;<img src=\"pic/bonusformulab.png\" alt=\"B = B0 * 2 / pi * arctan( A / L )\" title=\"B = B0 * 2 / pi * arctan( A / L )\" /><br />\nwhere<ul><li><b>A</b> is an intermediate variable</li><li><b>Ti</b> is the <b>i</b>th torrent\'s Time Alive (TA), i.e. time elapsed since the torrent was uploaded, in weeks</li><li><b>T0</b> is a parameter. <b>T0</b> = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10466,'en','mybonus.text_bonus_formula_two','</li><li><b>Si</b> is the <b>i</b>th torrent\'s size, in GB</li><li><b>Ni</b> is the number of current seeders of the <b>i</b>th torrent</li><li><b>N0</b> is a parameter. <b>N0</b> = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10467,'en','mybonus.text_bonus_formula_three','</li><li><b>B</b> is the number of karma points gained by seeding in an hour</li><li><b>B0</b> is a parameter, which stands for the maximum bonus points per hour a user can get by seeding. <b>B0</b> = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10468,'en','mybonus.text_bonus_formula_four','</li><li><b>L</b> is a parameter. <b>L</b> = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10469,'en','mybonus.text_bonus_formula_five','</li></ul>In a nutshell, you can get more bonus by seeding less-seeded and larger torrents.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10470,'en','mybonus.text_user_with_ratio_above','User with ratio above ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10471,'en','mybonus.text_and_uploaded_amount_above',' and uploaded amount above ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10472,'en','mybonus.text_cannot_exchange_uploading',' GB cannot exchange for more uploading credit.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10473,'en','mybonus.text_you_are_currently_getting','You are currently getting ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10474,'en','mybonus.text_per_hour',' per hour','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10475,'en','mybonus.text_custom','Custom','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10476,'en','mybonus.bonus_amount_not_allowed','Bonus amount not allowed! You can only give away from 25.0 to 1000.0 points every time.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10477,'en','mybonus.text_system_charges_receiver','<b>NOTE:</b> The system charges the gift receiver ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10478,'en','mybonus.text_tax_bonus_point',' bonus point','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10479,'en','mybonus.text_tax_plus',' + ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10480,'en','mybonus.text_percent_of_transfered_amount','% of the transfered amount','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10481,'en','mybonus.text_as_tax',' as tax. For example, the receiver only gets ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10482,'en','mybonus.text_tax_example_note',' points when you send him 100 bonus points as a gift.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10483,'en','mybonus.text_no_advertisements',' Days Without Ads','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10484,'en','mybonus.text_no_advertisements_note','With enough bonus points acquired, you can buy yourself some time during which you can choose to see no ads at this site. The points are then removed from your Bonus Bank and you see no ads for a period. However, you could always re-enable ads at User CP. ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10485,'en','mybonus.text_success_no_ad','Enjoy your time with no ads!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10486,'en','mybonus.submit_class_above_no_ad','Disable ads at User CP','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10487,'en','mybonus.submit_already_disabled','Ads Already Disabled','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10488,'en','mybonus.text_click_on_ad','clicking on an ad (each ad only counts once) = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10489,'en','mybonus.text_promotion_link_clicked','promotion link gets clicked (each IP only counts once) = ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10490,'en','mybonus.text_charity_giving','Charity Giving','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10491,'en','mybonus.text_charity_giving_note','Charity goes directly to those in need. And it\'s absolutely up to you to decide who shall benefit from your generosity.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10492,'en','mybonus.text_ratio_below','Give to those with ratio below ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10493,'en','mybonus.text_and_downloaded_above',' and downloaded above ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10494,'en','mybonus.text_select_receiver_ratio','Select the <b>ratio</b> of the people to whom you would like your charity goes to, and select how many points you want to send and click Charity Giving!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10495,'en','mybonus.submit_charity_giving','Charity Giving!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10496,'en','mybonus.text_message','Message: ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10497,'en','mybonus.bonus_amount_not_allowed_two','Bonus amount not allowed! You can only give away from 1000.0 to 50000.0 points every time.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10498,'en','mybonus.bonus_ratio_not_allowed','Bonus ratio not allowed! Only users whose ratio below 0.8 need charity.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10499,'en','mybonus.std_no_users_need_charity','No users need charity at the moment.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10500,'en','mybonus.text_success_charity','Thank you! Your generosity is appreciated.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10501,'en','news.std_delete_news_item','Delete news item','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10502,'en','news.std_are_you_sure','Do you really want to delete a news item? Click ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10503,'en','news.std_here','here','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10504,'en','news.std_if_sure',' if you are sure.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10505,'en','news.std_error','Error','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10506,'en','news.std_news_body_empty','The news body cannot be empty!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10507,'en','news.std_news_title_empty','The news title cannot be empty!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10508,'en','news.std_something_weird_happened','Something weird just happened.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10509,'en','news.std_invalid_news_id','No news item with ID ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10510,'en','news.head_edit_site_news','Edit Site News','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10511,'en','news.text_edit_site_news','Edit Site News','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10512,'en','news.text_notify_users_of_this','Notify users of this.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10513,'en','news.head_site_news','Site News','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10514,'en','news.text_submit_news_item','Submit news item','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10515,'en','offers.text_offered_by','Offered by ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10516,'en','offers.text_inf','Inf.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10517,'en','offers.text_ratio','ratio:','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10518,'en','offers.text_orphaned','(orphaned)','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10519,'en','offers.text_at',' at ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10520,'en','offers.text_edit','Edit','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10521,'en','offers.text_delete','Delete','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10522,'en','offers.text_profile','Profile','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10523,'en','offers.text_pm','PM','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10524,'en','offers.text_report','Report','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10525,'en','offers.text_last_edited_by','Last Edited by ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10526,'en','offers.text_edited_at',' at ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10527,'en','offers.head_offer_error','Offer Error','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10528,'en','offers.std_error','Error!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10529,'en','offers.std_smell_rat','I smell a rat!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10530,'en','offers.head_offer','Offer','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10531,'en','offers.submit_search','Go!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10532,'en','offers.text_red_star_required','Fields marked with a red star(<font color=\"red\">*</font>) are required.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10533,'en','offers.text_offers_open_to_all','Offers are open to all users... a great ratio boost!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10534,'en','offers.select_type_select','(Select)','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10535,'en','offers.row_type','Type','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10536,'en','offers.row_title','Title','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10537,'en','offers.row_post_or_photo','Poster or Photo','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10538,'en','offers.text_link_to_picture','(Direct link to image. NO <a href=\"tags.php\" title=\"What is Tag?\">TAG</a> NEEDED! Will be shown in description)','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10539,'en','offers.row_description','Description','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10540,'en','offers.submit_add_offer','Add&nbsp;Offer!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10541,'en','offers.col_type','Type','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10542,'en','offers.col_title','Title','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10543,'en','offers.title_time_added','Time Added','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10544,'en','offers.col_offered_by','Added&nbsp;By','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10545,'en','offers.submit_show_all','Show&nbsp;All','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10546,'en','offers.std_must_enter_name','You must enter a name!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10547,'en','offers.std_must_select_category','You must select a category to put the offer in!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10548,'en','offers.std_must_enter_description','You must enter a description!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10549,'en','offers.std_wrong_image_format','Image MUST be in jpg, gif or png format.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10550,'en','offers.head_success','Success!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10551,'en','offers.head_error','Error!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10552,'en','offers.std_offer_exists','Offer allready exists!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10553,'en','offers.text_view_all_offers','View all offers.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10554,'en','offers.head_offer_detail_for','Offer Details for ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10555,'en','offers.text_offer_detail','Offer Details','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10556,'en','offers.row_time_added','Time Added','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10557,'en','offers.row_status','Status','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10558,'en','offers.text_pending','Pending','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10559,'en','offers.text_allowed','Allowed','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10560,'en','offers.text_denied','Denied','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10561,'en','offers.text_edit_offer','Edit Offer','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10562,'en','offers.text_delete_offer','Delete Offer','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10563,'en','offers.report_offer','Report Offer','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10564,'en','offers.row_allow','Allow','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10565,'en','offers.submit_allow','Allow','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10566,'en','offers.submit_let_votes_decide','Let&nbsp;votes&nbsp;decide','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10567,'en','offers.row_vote','Vote','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10568,'en','offers.text_for','For','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10569,'en','offers.text_against','Against','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10570,'en','offers.row_offer_allowed','Offer Allowed','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10571,'en','offers.text_voter_receives_pm_note','If you voted for this offer, you will be PMed when it is upped!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10572,'en','offers.text_urge_upload_offer_note','This offer has been allowed! Please upload it as soon as possible.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10573,'en','offers.row_vote_results','Vote&nbsp;Results','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10574,'en','offers.text_see_vote_detail','[See Vote Details]','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10575,'en','offers.row_report_offer','Report Offer','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10576,'en','offers.text_for_breaking_rules',' for breaking the rules ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10577,'en','offers.submit_report_offer','Report&nbsp;Offer','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10578,'en','offers.text_add_comment','Add Comment','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10579,'en','offers.text_no_comments','No comments','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10580,'en','offers.std_access_denied','Access denied!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10581,'en','offers.std_mans_job','this is a man\'s job!','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10582,'en','offers.std_have_no_permission','You do not have permission','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10583,'en','offers.std_sorry','Sorry','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10584,'en','offers.std_no_votes_yet','No votes yet... ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10585,'en','offers.std_back_to_offer_detail','<b>offer details</b></a></p>','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10586,'en','offers.std_cannot_edit_others_offer','This is not your Offer to edit.','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10587,'en','offers.head_edit_offer','Edit Offer ','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10588,'en','offers.submit_edit_offer','Edit&nbsp;Offer','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10589,'en','offers.head_offer_voters','Offer Voters','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10590,'en','offers.text_vote_results_for','Offer Vote Results For','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10591,'en','offers.col_user','User','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10592,'en','offers.col_uploaded','Uploaded','2021-01-11 12:48:15','2021-01-11 12:48:15'),(10593,'en','offers.col_downloaded','Downloaded','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10594,'en','offers.col_ratio','Ratio','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10595,'en','offers.col_vote','Vote','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10596,'en','offers.std_already_voted','You\'ve already voted','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10597,'en','offers.std_already_voted_note','<p>You\'ve already voted, max 1 vote per offer</p><p>Back to the ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10598,'en','offers.head_vote_for_offer','Vote For Offer','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10599,'en','offers.std_vote_accepted','Vote accepted','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10600,'en','offers.std_vote_accepted_note','<p>Your vote have been accepted</p><p>Back to the ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10601,'en','offers.std_cannot_delete_others_offer','This is not your Offer to delete!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10602,'en','offers.std_delete_offer','Delete Offer','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10603,'en','offers.std_delete_offer_note','You\'re about to delete this offer.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10604,'en','offers.head_offers','Offers','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10605,'en','offers.text_offers_section','Offers Section','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10606,'en','offers.text_add_offer','Add offer','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10607,'en','offers.text_view_request','View Requests','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10608,'en','offers.select_show_all','(Show All)','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10609,'en','offers.submit_view_only_selected','view&nbsp;only&nbsp;selected','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10610,'en','offers.text_search_offers','Search: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10611,'en','offers.title_comment','Comments','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10612,'en','offers.col_vote_results','Vote','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10613,'en','offers.text_nothing_found','Nothing Found!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10614,'en','offers.text_yep','yep','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10615,'en','offers.text_nah','nah','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10616,'en','offers.title_show_vote_details','Show&nbsp;Vote&nbsp;Details','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10617,'en','offers.title_i_want_this','I&nbsp;want&nbsp;this!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10618,'en','offers.title_do_not_want_it','I&nbsp;don\'t&nbsp;like&nbsp;this','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10619,'en','offers.row_action','Action','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10620,'en','offers.text_quick_comment','Quick Comment','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10621,'en','offers.submit_add_comment','Add&nbsp;Comment','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10622,'en','offers.text_blank',' ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10623,'en','offers.col_act','Act.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10624,'en','offers.title_delete','Delete','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10625,'en','offers.title_edit','Edit','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10626,'en','offers.col_timeout','Timeout','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10627,'en','offers.row_info','Info','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10628,'en','offers.text_reason_is','Reason: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10629,'en','offers.submit_confirm','Confirm','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10630,'en','offers.title_add_comments','Add&nbsp;comment','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10631,'en','offers.text_at_time',' at ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10632,'en','offers.text_blank_two',' ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10633,'en','offers.text_last_commented_by','Last commented by ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10634,'en','offers.title_has_new_comment','Has&nbsp;new&nbsp;comment','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10635,'en','offers.title_no_new_comment','No&nbsp;new&nbsp;comment','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10636,'en','offers.text_new','NEW','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10637,'en','offers.std_cannot_vote_youself','You cannot vote for your own offers.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10638,'en','offers.text_rules','Rules: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10639,'en','offers.text_rule_one_one','','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10640,'en','offers.text_rule_one_two',' or above can upload torrents directly without going through offers section. ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10641,'en','offers.text_rule_one_three',' or above can add offers.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10642,'en','offers.text_rule_two_one','An offer becomes approved when supporting votes for it are ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10643,'en','offers.text_rule_two_two',' more than objecting votes.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10644,'en','offers.text_rule_three_one','Offers will be deleted if not approved ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10645,'en','offers.text_rule_three_two',' hours after added.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10646,'en','offers.text_rule_four_one','Offers will be deleted if not uploaded ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10647,'en','offers.text_rule_four_two',' hours after being approved.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10648,'en','ok.head_user_signup','User signup','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10649,'en','ok.std_account_activated','Signup successful but Account not activated!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10650,'en','ok.account_activated_note','Your account successfully created however Admin must validate new members before they are classified as registered members and are allowed to access site, thank you for your understanding.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10651,'en','ok.account_activated_note_two','Your account successfully created however your inviter must validate new members before they are classified as registered members and are allowed to access site, thank you for your understanding.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10652,'en','ok.std_signup_successful','Signup successful!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10653,'en','ok.std_confirmation_email_note','A confirmation email has been sent to the address you specified (','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10654,'en','ok.std_confirmation_email_note_end','). You need to read and respond to this email before you can use your account. If you don\'t do this, the new account will be deleted automatically after a short while.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10655,'en','ok.head_sysop_activation','Sysop Account activation','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10656,'en','ok.std_sysop_activation_note','<h1>Sysop Account successfully activated!</h1>\n','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10657,'en','ok.std_auto_logged_in_note','<p>Your account has been activated!\n You have been automatically logged in. You can now continue to the <a class=altlink href=\"/\"><b>main page</b></a> and start using your account.</p>\n','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10658,'en','ok.std_cookies_disabled_note','<p>Your account has been activated! However, it appears that you could not be logged in automatically. Maybe you need to open a new window in your browser. <br />Another possible reason is that you disabled cookies in your browser. You have to enable cookies to use your account. Please do that and then <a class=altlink href=\"login.php\">log in</a> and try again.</p>\n','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10659,'en','ok.head_already_confirmed','Already confirmed','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10660,'en','ok.std_already_confirmed','<h1>Already confirmed</h1>\n','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10661,'en','ok.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','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10662,'en','ok.head_signup_confirmation','Signup confirmation','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10663,'en','ok.std_account_confirmed','<h1>Account successfully confirmed!</h1>\n','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10664,'en','ok.std_read_rules_faq','<p>Before you start using NexusPHP 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','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10665,'en','polloverview.std_error','Error','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10666,'en','polloverview.head_poll_overview','Polls Overview','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10667,'en','polloverview.text_polls_overview','Polls Overview','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10668,'en','polloverview.col_id','ID','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10669,'en','polloverview.col_added','Added','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10670,'en','polloverview.col_question','Question','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10671,'en','polloverview.text_no_users_voted','Sorry...There are no users that voted!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10672,'en','polloverview.text_no_poll_id','Sorry...There are no polls with that ID!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10673,'en','polloverview.text_poll_question','Poll Questions','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10674,'en','polloverview.col_option_no','Option No','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10675,'en','polloverview.col_options','Options','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10676,'en','polloverview.text_polls_user_overview','Polls User Overview','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10677,'en','polloverview.col_username','Username','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10678,'en','polloverview.col_selection','Selection','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10679,'en','polls.std_error','Error','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10680,'en','polls.std_permission_denied','Permission denied.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10681,'en','polls.std_delete_poll','Delete poll','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10682,'en','polls.std_delete_poll_confirmation','Do you really want to delete a poll? Click\n','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10683,'en','polls.std_here_if_sure','<b>here</b></a> if you are sure.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10684,'en','polls.std_sorry','Sorry...','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10685,'en','polls.std_no_polls','There are no polls!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10686,'en','polls.head_previous_polls','Previous polls','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10687,'en','polls.text_previous_polls','Previous polls','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10688,'en','polls.text_ago',' ago','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10689,'en','polls.text_edit','Edit','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10690,'en','polls.text_delete','Delete','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10691,'en','polls.text_votes','Votes: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10692,'en','preview.text_preview','Preview','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10693,'en','promotionlink.head_promotion_link','Promotion Link','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10694,'en','promotionlink.text_promotion_link','Promotion Link','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10695,'en','promotionlink.text_promotion_link_note_one','If you really like this site, why not help let more people know about it? You can do this by spreading out your promotion link. ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10696,'en','promotionlink.text_promotion_link_note_two','Every user has an unique promotion link, a random URL generated by the system to identify him. When someone clicks on your promotion link, he will be redirected to this site and the system will reward you for helping spread the URL.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10697,'en','promotionlink.text_you_would_get','You would get ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10698,'en','promotionlink.text_bonus_points',' bonus points each time your promotion link is clicked by an unrecorded IP. Only one click is counted in ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10699,'en','promotionlink.text_seconds',' seconds.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10700,'en','promotionlink.text_your_promotion_link_is','Your promotion link: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10701,'en','promotionlink.text_promotion_link_note_four','You can choose anyway you like to use your promotion link. The following are some examples: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10702,'en','promotionlink.col_type','Type','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10703,'en','promotionlink.col_code','Code','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10704,'en','promotionlink.col_result','Result','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10705,'en','promotionlink.col_note','Note','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10706,'en','promotionlink.row_xhtml','XHTML 1.0','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10707,'en','promotionlink.text_xhtml_note','If you have your personal site, you can use XHTML code in your page.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10708,'en','promotionlink.row_html','HTML 4.01','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10709,'en','promotionlink.text_html_note','If you have your personal site, you can use HTML code in your page.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10710,'en','promotionlink.row_bbcode','BBCode','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10711,'en','promotionlink.text_bbcode_note','Most internet forums software (e.g. vBulletin, Discuz!, PHPWind) support BBCode. It\'s a good idea to put your promotion link in your signature.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10712,'en','promotionlink.row_bbcode_userbar','BBCode userbar','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10713,'en','promotionlink.text_bbcode_userbar_note','Get your personal userbar. For userbar to work, you must <b>NOT</b> set your privacy level to \'strong\' (at User CP).','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10714,'en','promotionlink.row_bbcode_userbar_alt','BBCode userbar alt.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10715,'en','promotionlink.text_bbcode_userbar_alt_note','Use this if the above one doesn\'t work. For userbar to work, you must <b>NOT</b> set your privacy level to \'strong\' (at User CP).','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10716,'en','recover.std_recover_failed','Recover Failed! (See Below)','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10717,'en','recover.std_missing_email_address','You must enter an email address!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10718,'en','recover.std_invalid_email_address','Invalid email address!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10719,'en','recover.std_email_not_in_database','The email address was not found in the database.\n','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10720,'en','recover.std_error','Error','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10721,'en','recover.std_database_error','Database error. Please contact an administrator about this.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10722,'en','recover.std_unable_updating_user_data','Unable to update user data. Please contact an administrator about this error.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10723,'en','recover.text_recover_user','Recover lost user name or password.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10724,'en','recover.text_use_form_below','Use the form below to have your password reset and your account details mailed back to you.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10725,'en','recover.text_reply_to_confirmation_email','(You will have to reply to a confirmation email.)','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10726,'en','recover.text_note','Note: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10727,'en','recover.text_ban_ip',' failed attempts in a row will result in banning your ip!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10728,'en','recover.row_registered_email','Registered email: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10729,'en','recover.submit_recover_it','Recover It!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10730,'en','recover.text_you_have','You have ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10731,'en','recover.text_remaining_tries',' remaining tries.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10732,'en','recover.mail_this_link','THIS LINK','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10733,'en','recover.mail_here','HERE','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10734,'en','recover.mail_title',' password reset confirmation','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10735,'en','recover.mail_one','Hi,<br /><br />Someone, hopefully you, requested that the password for the account<br />associated with this email address ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10736,'en','recover.mail_two',' be reset.<br /><br />The request originated from ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10737,'en','recover.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 ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10738,'en','recover.mail_four','<br />After you do this, your password will be reset and emailed back to you.<br /><br />------<br />Yours,<br />The NexusPHP Team.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10739,'en','recover.mail_two_title',' account details','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10740,'en','recover.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: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10741,'en','recover.mail_two_two','<br />Password: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10742,'en','recover.mail_two_three','<br /><br />You may login from ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10743,'en','recover.mail_two_four','<br /><br />You may change your password in User CP - Security Settings after logging in.<br />------<br />Yours,<br />The NexusPHP Team.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10744,'en','recover.text_select_lang','Select Site Language: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10745,'en','recover.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>.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10746,'en','report.std_error','Error','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10747,'en','report.std_missing_reason','Missing Reason!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10748,'en','report.std_message','Message','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10749,'en','report.std_successfully_reported','Successfully reported!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10750,'en','report.std_already_reported_this','You have already reported this!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10751,'en','report.std_sorry','Sorry','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10752,'en','report.std_cannot_report_oneself','You can not report yourself!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10753,'en','report.std_invalid_user_id','Invalid User Id!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10754,'en','report.std_cannot_report','You can not report ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10755,'en','report.std_are_you_sure','Are you sure?','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10756,'en','report.text_are_you_sure_user','Are you sure you would like to report this user ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10757,'en','report.text_to_staff',' to the Staff for violation of the rules?','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10758,'en','report.text_not_for_leechers','Please note, this is <b>not</b> to be used to report leechers, we have scripts in place to deal with them!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10759,'en','report.text_reason_is','Reason <font class=striking>(required)</font>: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10760,'en','report.submit_confirm','Confirm','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10761,'en','report.text_reason_note','<b><font class=striking> PLEASE Note! </font></b>&nbsp;If no reason is given you will get a warning yourself.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10762,'en','report.std_invalid_torrent_id','Invalid Torrent Id!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10763,'en','report.text_are_you_sure_torrent','Are you sure you would like to report this torrent ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10764,'en','report.std_invalid_post_id','Invalid Post Id!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10765,'en','report.text_are_you_sure_post','Are you sure you would like to report the forum post (ID ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10766,'en','report.text_of_topic',' of topic ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10767,'en','report.text_of_torrent',' of torrent ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10768,'en','report.text_of_offer',' of offer ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10769,'en','report.text_of_request',' of request ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10770,'en','report.text_by',') by ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10771,'en','report.std_invalid_comment_id','Invalid Comment Id!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10772,'en','report.std_orphaned_comment','Orphaned comment. Please report this to admin.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10773,'en','report.text_are_you_sure_comment','Are you sure you would like to report the comment (ID ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10774,'en','report.std_invalid_offer_id','Invalid offer Id!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10775,'en','report.text_are_you_sure_offer','Are you sure you would like to report the following offer ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10776,'en','report.std_invalid_request_id','Invalid Request Id!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10777,'en','report.std_are_you_sure_request','Are you sure you would like to report the following request ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10778,'en','report.std_invalid_action','Invalid action.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10779,'en','report.std_invalid_subtitle_id','Invalid Subtitle Id!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10780,'en','report.text_are_you_sure_subtitle','Are you sure you would like to report the subtitle ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10781,'en','reports.std_oho','Oho!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10782,'en','reports.std_no_report','No report.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10783,'en','reports.head_reports','Reports','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10784,'en','reports.text_reports','Reports','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10785,'en','reports.col_added','Added','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10786,'en','reports.col_reporter','Reporter','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10787,'en','reports.col_reporting','Reporting','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10788,'en','reports.col_type','Type','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10789,'en','reports.col_reason','Reason','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10790,'en','reports.col_dealt_with','Dealt With','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10791,'en','reports.col_action','Act.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10792,'en','reports.text_yes','Yes','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10793,'en','reports.text_no','No','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10794,'en','reports.text_torrent','Torrent','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10795,'en','reports.text_torrent_does_not_exist','Torrent doesn\'t exist or is deleted.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10796,'en','reports.text_user','User','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10797,'en','reports.text_user_does_not_exist','User doesn\'t exist or is deleted.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10798,'en','reports.text_offer','Offer','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10799,'en','reports.text_offer_does_not_exist','Offer doesn\'t exist or is deleted.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10800,'en','reports.text_forum_post','Forum Post','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10801,'en','reports.text_post_does_not_exist','Forum post doesn\'t exist or is deleted.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10802,'en','reports.text_post_id','Post ID ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10803,'en','reports.text_of_topic',' of Topic ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10804,'en','reports.text_by',' by ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10805,'en','reports.text_comment','Comment','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10806,'en','reports.text_comment_does_not_exist','Comment doesn\'t exist or is deleted.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10807,'en','reports.text_of_torrent',' of torrent ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10808,'en','reports.text_of_offer',' of offer ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10809,'en','reports.text_comment_id','Comment ID ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10810,'en','reports.text_subtitle','Subtitle','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10811,'en','reports.text_subtitle_does_not_exist','Subtitle doesn\'t exist or is deleted.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10812,'en','reports.text_for_torrent_id',' for torrent ID ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10813,'en','reports.submit_set_dealt','Set Dealt','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10814,'en','reports.submit_delete','Delete','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10815,'en','rules.head_rules','Rules','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10816,'en','sendmessage.std_error','Error','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10817,'en','sendmessage.std_permission_denied','Permission denied','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10818,'en','sendmessage.head_send_message','Send message','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10819,'en','sendmessage.text_mass_message','Mass Message to ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10820,'en','sendmessage.text_users','users','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10821,'en','sendmessage.text_subject','Subject:','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10822,'en','sendmessage.text_comment','Comment:','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10823,'en','sendmessage.text_from','From:','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10824,'en','sendmessage.text_take_snapshot','Take snapshot:','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10825,'en','sendmessage.submit_send_it','Send it!','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10826,'en','sendmessage.submit_preview','Preview','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10827,'en','sendmessage.text_templates','Templates:','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10828,'en','sendmessage.submit_use','Use','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10829,'en','sendmessage.std_no_user_id','No user with that ID.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10830,'en','sendmessage.text_message_to','Message to ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10831,'en','sendmessage.checkbox_delete_message_replying_to','Delete message you are replying to','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10832,'en','sendmessage.checkbox_save_message_to_sendbox','Save message to Sentbox','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10833,'en','settings.text_yes','Yes','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10834,'en','settings.text_no','No','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10835,'en','settings.text_website_settings','Website Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10836,'en','settings.text_configuration_file_saving_note','Before saving the settings, please ensure that you have properly configured file and directory access permissions.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10837,'en','settings.head_save_main_settings','Save Main Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10838,'en','settings.std_message','Message','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10839,'en','settings.std_click','Click ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10840,'en','settings.std_here','here','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10841,'en','settings.std_to_go_back',' to go back.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10842,'en','settings.head_save_basic_settings','Save Basic Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10843,'en','settings.head_save_code_settings','Save Code Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10844,'en','settings.head_save_bonus_settings','Save Bonus Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10845,'en','settings.head_save_account_settings','Save Account Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10846,'en','settings.head_save_torrent_settings','Save Torrent Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10847,'en','settings.head_save_smtp_settings','Save SMTP Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10848,'en','settings.head_save_security_settings','Save Security Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10849,'en','settings.head_save_authority_settings','Save Authority Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10850,'en','settings.head_save_tweak_settings','Save Tweak Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10851,'en','settings.head_save_bot_settings','Save Bot Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10852,'en','settings.head_bot_settings','Bot Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10853,'en','settings.head_tweak_settings','Tweak Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10854,'en','settings.row_save_user_location','Save User Location','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10855,'en','settings.text_save_user_location_note','Default \'no\'. Save user\'s latest browsing location.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10856,'en','settings.row_log_user_ips','Log user\'s IPs','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10857,'en','settings.text_store_user_ips_note','Default \'yes\'. Log IP address when users have a different IP.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10858,'en','settings.row_kps_enabled','Enable Karma Bonus Point System','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10859,'en','settings.text_enabled','Enabled','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10860,'en','settings.text_disabled_but_save','Disabled but still save points','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10861,'en','settings.text_disabled_no_save','Totally disabled','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10862,'en','settings.text_kps_note','Default \'enabled\'. Enable KPS or disable. Keep points or not.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10863,'en','settings.row_tracker_founded_date','Tracker Founded Date','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10864,'en','settings.text_tracker_founded_date_note','Time format is YYYY-MM-DD, set it to the date when your tracker was founded','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10865,'en','settings.row_save_settings','Save settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10866,'en','settings.submit_save_settings','Save Settings [PRESS ONLY ONCE]','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10867,'en','settings.head_smtp_settings','SMTP Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10868,'en','settings.row_mail_function_type','Type of PHP Mail function','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10869,'en','settings.head_security_settings','Security Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10870,'en','settings.row_enable_ssl','Use SSL (Web)','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10871,'en','settings.row_enable_ssl_tracker','Use SSL (Tracker)','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10872,'en','settings.text_optional','Optional (selectable by users)','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10873,'en','settings.text_ssl_note','Default \'no\'. Enabling SSL requires additional configuration for your HTTP server and a certificate (either from by a certificate authority or self-signed).','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10874,'en','settings.row_enable_image_verification','Enable Image Verification','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10875,'en','settings.text_image_verification_note','Default \'no\'. Require users to enter a Visual Verify Code to register/login/recover.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10876,'en','settings.row_allow_email_change','Allow user to change email','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10877,'en','settings.text_email_change_note','Default \'no\'. Set to \'no\' to forbid users changing his email address','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10878,'en','settings.row_cheater_detection_level','Cheater detection level','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10879,'en','settings.select_none','none','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10880,'en','settings.select_conservative','conservative','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10881,'en','settings.select_normal','normal','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10882,'en','settings.select_strict','strict','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10883,'en','settings.select_paranoid','paranoid','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10884,'en','settings.text_cheater_detection_level_note','Default \'normal\'. Set it to the level that best fits your tracker. Stricter, slower peers\' announcing speed. ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10885,'en','settings.text_never_suspect','Never suspect ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10886,'en','settings.text_or_above',' or above, i.e. no detection is done. Default ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10887,'en','settings.row_max_ips','Max. IPs','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10888,'en','settings.text_max_ips_note','Disable registration with same IP Address.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10889,'en','settings.row_max_login_attemps','Max. Login Attempts','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10890,'en','settings.text_max_login_attemps_note','Ban IP address who exceeds this limit.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10891,'en','settings.head_authority_settings','Authority Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10892,'en','settings.row_default_class','Default Class','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10893,'en','settings.text_default_user_class','Default User Class: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10894,'en','settings.text_default',' Default ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10895,'en','settings.text_default_class_note','. Class upon registration','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10896,'en','settings.row_staff_member','Staff Member','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10897,'en','settings.text_minimum_class','Minimun Class: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10898,'en','settings.text_staff_member_note','. Classes considered as staff members, e.g. can view staffbox','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10899,'en','settings.row_news_management','News Management','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10900,'en','settings.text_news_management_note','. Add new, edit, delete news','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10901,'en','settings.row_post_funbox_item','Post funbox item','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10902,'en','settings.text_post_funbox_item_note','. Post new funbox items and edit own\'s funbox items','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10903,'en','settings.row_funbox_management','Funbox Management','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10904,'en','settings.text_funbox_management_note','. Edit, delete, ban anyone\'s funbox items','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10905,'en','settings.row_shoutbox_management','Shoutbox Management','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10906,'en','settings.text_shoutbox_management_note','. Delete messages in shoutbox and helpbox','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10907,'en','settings.row_poll_management','Poll Management','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10908,'en','settings.text_poll_management_note','. Add new, edit, delete polls','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10909,'en','settings.row_apply_for_links','Apply for Links','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10910,'en','settings.text_apply_for_links_note','. Apply for links on main page','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10911,'en','settings.row_link_management','Link Management','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10912,'en','settings.text_link_management_note','. Add new, edit, delete links','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10913,'en','settings.row_forum_post_management','Forum Post Management','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10914,'en','settings.text_forum_post_management_note','. Edit, delete, move, stick, lock forum posts','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10915,'en','settings.row_comment_management','Comment Management','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10916,'en','settings.text_comment_management_note','. Edit, delete comments of torrents, offers','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10917,'en','settings.row_forum_management','Forum Management','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10918,'en','settings.text_forum_management_note','. Add new, edit, delete, move forums','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10919,'en','settings.row_view_userlist','View User List','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10920,'en','settings.text_view_userlist_note','. View, search user list','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10921,'en','settings.row_torrent_management','Torrent Management','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10922,'en','settings.text_torrent_management_note','. Edit, delete torrents, excluding setting torrent sticky or on promotion','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10923,'en','settings.row_torrent_sticky','Torrent Sticky','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10924,'en','settings.text_torrent_sticky_note','. Set torrents sticky','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10925,'en','settings.row_torrent_on_promotion','Torrent on Promotion','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10926,'en','settings.text_torrent_promotion_note','. Set torrents on promotion','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10927,'en','settings.row_ask_for_reseed','Ask for reseed','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10928,'en','settings.text_ask_for_reseed_note','. Ask for reseed when torrents are dead','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10929,'en','settings.row_view_nfo','View NFO','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10930,'en','settings.text_view_nfo_note','. View NFO files','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10931,'en','settings.row_view_torrent_structure','View Torrent Structure','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10932,'en','settings.text_view_torrent_structure_note','. View structure of torrent files','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10933,'en','settings.row_send_invite','Send Invite','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10934,'en','settings.text_send_invite_note','. Send invitation of membership to others','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10935,'en','settings.row_view_history','View History','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10936,'en','settings.text_view_history_note','. View other\'s comment and post history','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10937,'en','settings.row_view_topten','View Topten','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10938,'en','settings.text_view_topten_note','. View Top Ten','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10939,'en','settings.row_view_general_log','View General Log','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10940,'en','settings.text_view_general_log_note','. View general log, excluding confidential log','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10941,'en','settings.row_view_confidential_log','View Confidential Log','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10942,'en','settings.text_view_confidential_log_note','. View confidential log, e.g. site setting changes','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10943,'en','settings.row_view_user_confidential','View User\'s Confidential Profile','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10944,'en','settings.text_view_user_confidential_note','. View user\'s confidential profile, e.g. IP address, Email adrress','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10945,'en','settings.row_view_user_torrent','View User\'s Torrent History','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10946,'en','settings.text_view_user_torrent_note','. View user\'s torrent history, e.g. downloaded torrents. <br />Valid only when user\'s setting for privacy level is not \'strong\'','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10947,'en','settings.row_general_profile_management','User\'s General Profile Management','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10948,'en','settings.text_general_profile_management_note','. Change user\'s profile, excluding crucial ones e.g. email, username, uploaded and downloaded amount, bonus','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10949,'en','settings.row_crucial_profile_management','User\'s Crucial Profile Management','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10950,'en','settings.text_crucial_profile_management_note','. Change user\'s crucial profile, excluding donation (only ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10951,'en','settings.text_can_manage_donation',' can manage donation).','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10952,'en','settings.row_upload_subtitle','Upload subtitle','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10953,'en','settings.text_upload_subtitle_note','. Upload subtitles for torrents','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10954,'en','settings.row_delete_own_subtitle','Delete own\'s subtitle','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10955,'en','settings.text_delete_own_subtitle_note','. Delete subtitles uploaded by oneself','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10956,'en','settings.row_subtitle_management','Subtitle Management','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10957,'en','settings.text_subtitle_management','. Delete any subtitle','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10958,'en','settings.row_update_external_info','Update External Info','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10959,'en','settings.text_update_external_info_note','. Update outdated external infomation, e.g. IMDb info','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10960,'en','settings.row_view_anonymous','View Anonymous','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10961,'en','settings.text_view_anonymous_note','. View who anonymous one is','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10962,'en','settings.row_be_anonymous','Be Anonymous','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10963,'en','settings.text_be_anonymous_note','. Upload torrents, subtitles anonymously','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10964,'en','settings.row_add_offer','Add Offer','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10965,'en','settings.text_add_offer_note','. Add offers to upload','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10966,'en','settings.row_offer_management','Offer Management','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10967,'en','settings.text_offer_management_note','. Allow, Edit, Delete offer','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10968,'en','settings.row_upload_torrent','Upload Torrent','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10969,'en','settings.text_upload_torrent_note','. Upload torrents to Torrents section','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10970,'en','settings.row_upload_special_torrent','Upload Special Torrent','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10971,'en','settings.text_upload_special_torrent_note','. Upload torrents to Special section','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10972,'en','settings.row_move_torrent','Move Torrent','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10973,'en','settings.text_move_torrent_note','. Move torrents between sections','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10974,'en','settings.row_chronicle_management','Chronicle Management','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10975,'en','settings.text_chronicle_management_note','. Add, edit, delete chronicle.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10976,'en','settings.row_view_invite','View Invite','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10977,'en','settings.text_view_invite_note','. View user\'s invite history.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10978,'en','settings.row_buy_invites','Buy Invites','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10979,'en','settings.text_buy_invites_note','. Buy invites at bonus center.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10980,'en','settings.row_see_banned_torrents','See Banned Torrents','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10981,'en','settings.text_see_banned_torrents_note','. See and download banned torrents.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10982,'en','settings.row_vote_against_offers','Vote Against Offers','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10983,'en','settings.text_vote_against_offers_note','. Vote against offers.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10984,'en','settings.row_allow_userbar','Allow Userbar','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10985,'en','settings.text_allow_userbar_note','. Get his userbar.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10986,'en','settings.head_basic_settings','Basic Settings','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10987,'en','settings.row_site_name','Site Name','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10988,'en','settings.text_site_name_note','Website Name.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10989,'en','settings.row_base_url','Base URL','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10990,'en','settings.text_it_should_be','It should be: ','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10991,'en','settings.text_base_url_note','. <b><u>NO</u> trailing slash (/) at the end!</b>','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10992,'en','settings.row_announce_url','Announce URL','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10993,'en','settings.row_mysql_host','MySQL Host','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10994,'en','settings.text_mysql_host_note','Please enter your MySQL host. If MySQL runs on the same host as the HTTP server, enter \'localhost\'. Otherwise enter the IP address of the server on which MySQL runs.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10995,'en','settings.row_mysql_user','MySQL user','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10996,'en','settings.text_mysql_user_note','Please enter your MySQL user name. The default user is \'root\'. However, for security reason, you may consider creating some other MySQL user for this site','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10997,'en','settings.row_mysql_password','MySQL Password','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10998,'en','settings.text_mysql_password_note','<b>For security reason, current MySQL password is not shown here.</b> You need to <font color=\"red\">enter your MySQL password every time</font> you change the Basic Settings.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(10999,'en','settings.row_mysql_database_name','MySQL Database Name','2021-01-11 12:48:16','2021-01-11 12:48:16'),(11000,'en','settings.row_mysql_database_port','MySQL Database Port','2021-01-11 12:48:16','2021-01-11 12:48:16'),(11001,'en','settings.text_mysql_database_name_note','Please enter database name of your tracker.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(11002,'en','settings.text_mysql_database_port_note','Please enter database port of your tracker.','2021-01-11 12:48:16','2021-01-11 12:48:16'),(11003,'en','settings.head_code_settings','Code Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11004,'en','settings.row_main_version','Main Version','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11005,'en','settings.text_main_version_note','The code main version.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11006,'en','settings.row_sub_version','Sub Version','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11007,'en','settings.text_sub_version_note','The code sub version','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11008,'en','settings.row_release_date','Release date','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11009,'en','settings.text_release_date_note','Time format is YYYY-MM-DD. The date code was released.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11010,'en','settings.row_authorize_to','Authorize to','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11011,'en','settings.text_authorize_to_note','The site or people the code is authorized to.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11012,'en','settings.row_authorization_type','Authorization Type','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11013,'en','settings.text_free','Free','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11014,'en','settings.text_commercial','Commercial','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11015,'en','settings.row_web_site','Web Site','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11016,'en','settings.text_web_site_note','The site URL of ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11017,'en','settings.text_web_site_note_two','.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11018,'en','settings.row_email','Email','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11019,'en','settings.text_email_note_one','The contacting Email address of ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11020,'en','settings.text_email_note_two','.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11021,'en','settings.row_msn','MSN','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11022,'en','settings.text_msn_note_one','The contacting MSN of ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11023,'en','settings.text_msn_note_two','.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11024,'en','settings.row_qq','QQ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11025,'en','settings.text_qq_note_one','The contacting QQ of ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11026,'en','settings.text_qq_note_two','.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11027,'en','settings.row_telephone','Telephone','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11028,'en','settings.text_telephone_note_one','The contacting telephone of ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11029,'en','settings.text_telephone_note_two','.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11030,'en','settings.head_bonus_settings','Bonus Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11031,'en','settings.text_bonus_by_seeding','Get bonus by seeding','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11032,'en','settings.row_donor_gets_double','Donor Gets Double','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11033,'en','settings.text_donor_gets','Donor always gets ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11034,'en','settings.text_times_as_many',' times as many of bonus points for seeding. Default \'2\'. Set it to \'0\' to treat donors as common users.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11035,'en','settings.row_basic_seeding_bonus','Basic Seeding Bonus','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11036,'en','settings.text_user_would_get','User would get ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11037,'en','settings.text_bonus_points',' bonus points for each torrent he\'s seeding, maximumly ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11038,'en','settings.text_torrents_default',' torrents. Default \'1\', \'7\'. Set bonus points to \'0\' to disable the rule.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11039,'en','settings.row_seeding_formula','Seeding Formula','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11040,'en','settings.text_bonus_formula_one','The number of karma points gained per hour is given by the following formula','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11041,'en','settings.text_where','where','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11042,'en','settings.text_bonus_formula_two','<b>A</b> is an intermediate variable</li><li><b>Ti</b> is the <b>i</b>th torrent\'s Time Alive (TA), i.e. time elapsed since the torrent was uploaded, in weeks','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11043,'en','settings.text_bonus_formula_three','<b>T0</b> is a parameter. <b>T0</b> = ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11044,'en','settings.text_bonus_formula_four','. Default \'4\'','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11045,'en','settings.text_bonus_formula_five','<b>Si</b> is the <b>i</b>th torrent\'s size, in GB','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11046,'en','settings.text_bonus_formula_six','<b>Ni</b> is the number of current seeders of the <b>i</b>th torrent</li><li><b>N0</b> is a parameter. <b>N0</b> = ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11047,'en','settings.text_bonus_formula_seven','. Default \'7\'','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11048,'en','settings.text_bonus_formula_eight','<b>B</b> is the number of karma points gained by seeding in an hour','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11049,'en','settings.text_bonus_formula_nine','<b>B0</b> is a parameter, which standards for the maximum bonus points per hour a user can get by seeding. <b>B0</b> = ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11050,'en','settings.text_bonus_formula_ten','. Default \'100\'','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11051,'en','settings.text_bonus_formula_eleven','<b>L</b> is a parameter. <b>L</b> = ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11052,'en','settings.text_bonus_formula_twelve','. Default \'300\'','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11053,'en','settings.text_misc_ways_get_bonus','Miscellaneous ways to get bonus','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11054,'en','settings.row_uploading_torrent','Uploading torrent','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11055,'en','settings.text_uploading_torrent_note',' bonus points for uploading a new torrent. Default \'15\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11056,'en','settings.row_uploading_subtitle','Uploading subtitle','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11057,'en','settings.text_uploading_subtitle_note',' bonus points for uploading a new subtitle. Default \'5\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11058,'en','settings.row_starting_topic','Starting topic','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11059,'en','settings.text_starting_topic_note',' bonus points for starting a new topic at forums. Default \'2\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11060,'en','settings.row_making_post','Making post','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11061,'en','settings.text_making_post_note',' bonus points for making a post at forums. Default \'1\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11062,'en','settings.row_adding_comment','Adding comment','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11063,'en','settings.text_adding_comment_note',' bonus points for adding a comment for torrents, offers . Default \'1\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11064,'en','settings.row_voting_on_poll','Voting on poll','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11065,'en','settings.text_voting_on_poll_note',' bonus points for voting on a poll. Default \'1\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11066,'en','settings.row_voting_on_offer','Voting on offer','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11067,'en','settings.text_voting_on_offer_note',' bonus points for voting on an offer. Default \'1\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11068,'en','settings.row_voting_on_funbox','Voting on funbox','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11069,'en','settings.text_voting_on_funbox_note',' bonus points for voting on a funbox stuff. Default \'1\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11070,'en','settings.row_saying_thanks','Saying thanks','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11071,'en','settings.text_giver_and_receiver_get','Thanks giver and receiver would respectively get ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11072,'en','settings.text_saying_thanks_and',' and ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11073,'en','settings.text_saying_thanks_default',' bonus points. Default \'0.5\', \'0\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11074,'en','settings.row_funbox_stuff_reward','Funbox stuff reward','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11075,'en','settings.text_funbox_stuff_reward_note',' bonus points for posting funbox stuff that is rated \'funny\'. Default \'5\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11076,'en','settings.text_things_cost_bonus','Things that cost bonus','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11077,'en','settings.row_one_gb_credit','1.0 GB uploading credit','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11078,'en','settings.text_it_costs_user','It costs user ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11079,'en','settings.text_one_gb_credit_note',' bonus points to exchange for 1.0 GB uploading credit. Default \'300\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11080,'en','settings.row_five_gb_credit','5.0 GB uploading credit','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11081,'en','settings.text_five_gb_credit_note',' bonus points to exchange for 5.0 GB uploading credit. Default \'800\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11082,'en','settings.row_ten_gb_credit','10.0 GB uploading credit','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11083,'en','settings.text_ten_gb_credit_note',' bonus points to exchange for 10.0 GB uploading credit. Default \'1200\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11084,'en','settings.row_ratio_limit','Ratio limit','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11085,'en','settings.text_user_with_ratio','User with ratio above ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11086,'en','settings.text_uploaded_amount_above',' and uploaded amount above ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11087,'en','settings.text_ratio_limit_default',' GB cannot exchange for uploading credit. Default \'6\', \'50\'. Set ratio to \'0\' to disable the limit.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11088,'en','settings.row_buy_an_invite','Buy an invite','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11089,'en','settings.text_buy_an_invite_note',' bonus points to get a invite. Default \'1000\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11090,'en','settings.row_custom_title','Custom title','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11091,'en','settings.text_custom_title_note',' bonus points to custom his title. Default \'5000\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11092,'en','settings.row_vip_status','VIP status','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11093,'en','settings.text_vip_status_note',' bonus points to buy VIP status for one month. Default \'8000\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11094,'en','settings.row_allow_giving_bonus_gift','Allow giving bonus gift','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11095,'en','settings.text_giving_bonus_gift_note','Allow users to give bonus gift to each other. Default \'yes\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11096,'en','settings.head_account_settings','Account Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11097,'en','settings.row_never_delete','Never delete','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11098,'en','settings.text_delete_inactive_accounts','Delete Inactive User Accounts','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11099,'en','settings.text_never_delete',' or above would never be deleted. Default ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11100,'en','settings.row_never_delete_if_packed','Never delete if packed','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11101,'en','settings.text_never_delete_if_packed',' or above would never be deleted if packed. Default ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11102,'en','settings.row_delete_packed','Delete packed accounts','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11103,'en','settings.text_delete_packed_note_one','Packed accounts would be deleted if users have not logged in for more than ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11104,'en','settings.text_delete_packed_note_two',' days in a row. Default \'400\', set it to \'0\' to disable the rule.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11105,'en','settings.row_delete_unpacked','Delete unpacked accounts','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11106,'en','settings.text_delete_unpacked_note_one','Unpacked accounts would be deleted if users have not logged in for more than ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11107,'en','settings.text_delete_unpacked_note_two',' days in a row. Default \'150\', set it to \'0\' to disable the rule.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11108,'en','settings.row_delete_no_transfer','Delete accounts with no transfer data','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11109,'en','settings.text_delete_transfer_note_one','Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11110,'en','settings.text_delete_transfer_note_two',' days in a row, or users have been registered for more than ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11111,'en','settings.text_delete_transfer_note_three',' days. Default \'60\', \'0\'. <br />NOTE: Two rules work seperately. Setting one of them to \'0\' <b>ONLY</b> disables one rule.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11112,'en','settings.text_user_promotion_demotion','User Promotion and Demotion','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11113,'en','settings.row_ban_peasant_one','Ban ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11114,'en','settings.row_ban_peasant_two','','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11115,'en','settings.text_ban_peasant_note_one',' would be banned if not promoted up within ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11116,'en','settings.text_ban_peasant_note_two',' days. Default \'30\', set it to \'0\' to ban them immediately.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11117,'en','settings.row_demoted_to_peasant_one','Demote to ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11118,'en','settings.row_demoted_to_peasant_two','','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11119,'en','settings.text_demoted_peasant_note_one','Users would be demoted to ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11120,'en','settings.text_demoted_peasant_note_two',' under any of following conditions: ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11121,'en','settings.text_downloaded_amount_larger_than','Downloaded amount larger than ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11122,'en','settings.text_and_ratio_below',' GB and ratio below ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11123,'en','settings.text_demote_peasant_default_one','. Default \'50\', \'0.4\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11124,'en','settings.text_demote_peasant_default_two','. Default \'100\', \'0.5\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11125,'en','settings.text_demote_peasant_default_three','. Default \'200\', \'0.6\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11126,'en','settings.text_demote_peasant_default_four','. Default \'400\', \'0.7\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11127,'en','settings.text_demote_peasant_default_five','. Default \'800\', \'0.8\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11128,'en','settings.text_demote_peasant_note','NOTE: <font class=striking><b>DO NOT</b></font> change to the ascendant order of downloaded amounts. Set downloaded amount to \'0\' to disable relevant rule.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11129,'en','settings.row_promote_to_one','Promote to ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11130,'en','settings.row_promote_to_two','','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11131,'en','settings.text_member_longer_than','Users, who have been a member longer than ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11132,'en','settings.text_downloaded_more_than',' weeks and downloaded more than ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11133,'en','settings.text_with_ratio_above',' GB with ratio above ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11134,'en','settings.text_be_promoted_to',', would be promoted to ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11135,'en','settings.text_promote_to_default_one','. Default ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11136,'en','settings.text_promote_to_default_two','. Default ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11137,'en','settings.text_demote_with_ratio_below','However, users would be demoted if his ratio drops below ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11138,'en','settings.head_torrent_settings','Torrent Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11139,'en','settings.row_promotion_rules','Promotion Rules','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11140,'en','settings.text_promotion_rules_note','Enable some automatic promotion rules. <font color=red><b>Ugly code right now. Need change later.</b></font>','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11141,'en','settings.row_random_promotion','Random Promotion','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11142,'en','settings.text_random_promotion_note_one','Torrents promoted randomly by system upon uploading.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11143,'en','settings.text_halfleech_chance_becoming','% chance becoming <b><font class=\'halfdown\'>50% Leech</font></b>. Default \'5\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11144,'en','settings.text_free_chance_becoming','% chance becoming <b><font class=\'free\'>Free Leech</font></b>. Default \'2\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11145,'en','settings.text_twoup_chance_becoming','% chance becoming <b><font class=\'twoup\'>2X Up</font></b>. Default \'2\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11146,'en','settings.text_freetwoup_chance_becoming','% chance becoming <b><font class=\'twoupfree\'>Free Leech and 2X up</font></b>. Default \'1\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11147,'en','settings.text_twouphalfleech_chance_becoming','% chance becoming <b><font class=\'twouphalfdown\'>2x up and 50% down</font></b>. Default \'0\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11148,'en','settings.text_random_promotion_note_two','Set values to \'0\' to disable the rules.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11149,'en','settings.row_large_torrent_promotion','Large Torrent Promotion','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11150,'en','settings.text_torrent_larger_than','Torrents larger than ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11151,'en','settings.text_gb_promoted_to',' GB will be automatically promoted to ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11152,'en','settings.text_by_system_upon_uploading',' by system upon uploading. ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11153,'en','settings.text_large_torrent_promotion_note','Default \'20\', \'free\'. Set torrent size to \'0\' to disable the rule.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11154,'en','settings.row_promotion_timeout','Promotion Timeout','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11155,'en','settings.text_promotion_timeout_note_one','Promotion for torrents will expire after some time.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11156,'en','settings.text_halfleech_will_become','<b><font class=\'halfdown\'>50% Leech</font></b> will become ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11157,'en','settings.text_after',' after ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11158,'en','settings.text_halfleech_timeout_default',' days. Default \'normal\', \'150\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11159,'en','settings.text_free_will_become','<b><font class=\'free\'>Free Leech</font></b> will become ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11160,'en','settings.text_free_timeout_default',' days. Default \'normal\', \'60\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11161,'en','settings.text_twoup_will_become','<b><font class=\'twoup\'>2X Up</font></b> will become ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11162,'en','settings.text_twoup_timeout_default',' days. Default \'normal\', \'60\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11163,'en','settings.text_freetwoup_will_become','<b><font class=\'twoupfree\'>Free Leech and 2X up</font></b> will become ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11164,'en','settings.text_freetwoup_timeout_default',' days. Default \'normal\', \'30\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11165,'en','settings.text_halfleechtwoup_will_become','<b><font class=\'twouphalfdown\'>50% Leech and 2X up</font></b> will become ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11166,'en','settings.text_halfleechtwoup_timeout_default',' days. Default \'normal\', \'30\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11167,'en','settings.text_normal_will_become','<b>Normal</b> will become ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11168,'en','settings.text_normal_timeout_default',' days. Default \'normal\', \'0\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11169,'en','settings.text_promotion_timeout_note_two','Set days to \'0\' to keep promotion forever.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11170,'en','settings.row_auto_pick_hot','Automatically Pick Hot','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11171,'en','settings.text_torrents_uploaded_within','Torrents uploaded within ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11172,'en','settings.text_days_with_more_than',' days with more than ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11173,'en','settings.text_be_picked_as_hot',' seeders will be automatically picked as <b><font class=hot>Hot</font></b>.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11174,'en','settings.text_auto_pick_hot_default',' Default \'7\', \'10\'. Set days to \'0\' to disable it.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11175,'en','settings.row_uploader_get_double','Uploader Get Double','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11176,'en','settings.text_torrent_uploader_gets','Torrent uploader always gets ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11177,'en','settings.text_times_uploading_credit',' times as much of uploading credit. ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11178,'en','settings.text_uploader_get_double_default','Default \'1\'. Set it to \'1\' to treat torrent uploader normally.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11179,'en','settings.row_delete_dead_torrents','Delete dead torrents','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11180,'en','settings.text_torrents_being_dead_for','Torrents that have been dead for ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11181,'en','settings.text_days_be_deleted',' days in a row will be automatically deleted. Default \'0\'. Set it to \'0\' disable the rule.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11182,'en','settings.row_delete_dead_torrents_note','<font class=striking><b>WARNING</b></font>: Once deleted, torrents are unrecoverable. Remember to disable this rule when your site is down for a long time.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11183,'en','settings.head_main_settings','Main Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11184,'en','settings.row_site_online','Site online','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11185,'en','settings.text_site_online_note','Default \'yes\'. Want to turn off your site while performing updates or other types of maintenance? <b>Please Note</b>: Administrators will still be able to see the site.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11186,'en','settings.row_enable_invite_system','Enable Invite System','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11187,'en','settings.text_invite_system_note','Default \'yes\'. Allow Registrations via Invite System.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11188,'en','settings.row_initial_uploading_amount','Initial Uploading Amount','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11189,'en','settings.text_initial_uploading_amount_note','How many uploading credit (in Byte, i.e. 1073741824 = 1GB) should each user be given upon registration? Default \'0\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11190,'en','settings.row_initial_invites','Initial Number of Invites','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11191,'en','settings.text_initial_invites_note','How many invites should each user be given upon registration? Default \'0\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11192,'en','settings.row_invite_timeout','Invite Timeout','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11193,'en','settings.text_invite_timeout_note','In days. Delete invite code after X days who didn\'t respond the invite request. Default \'7\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11194,'en','settings.row_enable_registration_system','Enable Registration System','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11195,'en','settings.row_allow_registrations','Allow open registrations. Default \'yes\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11196,'en','settings.row_verification_type','Verification type','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11197,'en','settings.text_email','Email','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11198,'en','settings.text_admin','Admin','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11199,'en','settings.text_automatically','Automatically','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11200,'en','settings.text_verification_type_note','EMAIL: Sent confirmation email. ADMIN: Manual activate. AUTOMATIC: Activate user after registration.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11201,'en','settings.row_enable_wait_system','Enable Wait System','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11202,'en','settings.text_wait_system_note','Enable or disable wait system (see <a href=\'faq.php#id46\'><b>FAQ</b></a>).','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11203,'en','settings.row_enable_max_slots_system','Enable Max SLots System','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11204,'en','settings.text_max_slots_system_note','Default \'no\'. Enable or disable maximum concurrent downloads (AKA Max Slots) (see <a href=\'faq.php#id66\'><b>FAQ</b></a>).','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11205,'en','settings.row_show_polls','Show Polls','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11206,'en','settings.text_show_polls_note','Default \'yes\'. Show POLL system on main page.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11207,'en','settings.row_show_stats','Show Stats','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11208,'en','settings.text_show_stats_note','Default \'yes\'. Show STATS system on main page.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11209,'en','settings.row_show_last_posts','Show Last x Forum Posts','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11210,'en','settings.text_show_last_posts_note','Default \'no\'. Show Last x Forum Posts on main page.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11211,'en','settings.row_show_last_torrents','Show Last x Torrents','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11212,'en','settings.text_show_last_torrents_note','Default \'no\'. Show Last x Torrents on main page.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11213,'en','settings.row_show_server_load','Show Server Load','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11214,'en','settings.text_show_server_load_note','Default \'yes\'. Show Server Load on main page.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11215,'en','settings.row_show_forum_stats','Show forum stats','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11216,'en','settings.text_show_forum_stats_note','Default \'yes\'. Show forum stats on forums page.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11217,'en','settings.row_show_hot','Show Hot','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11218,'en','settings.text_show_hot_note','Default \'yes\'. Show hot resources on main page. Hot resources are automatically picked by system or manually by staff members.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11219,'en','settings.row_show_classic','Show Classic','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11220,'en','settings.text_show_classic_note','Default \'no\'. Show classic resources on main page. Only designated moderators or above can pick classic resources.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11221,'en','settings.row_enable_imdb_system','Enable IMDb system','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11222,'en','settings.text_imdb_system_note','Default \'yes\'. System-wide IMDb info setting.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11223,'en','settings.row_enable_school_system','Enable school system','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11224,'en','settings.text_school_system_note','Default \'no\'. <font class=striking><b>DO NOT</b></font> enable this unless you know what you are doing!','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11225,'en','settings.row_restrict_email_domain','Restrict Email Domain','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11226,'en','settings.text_restrict_email_domain_note','Default \'no\'. Set it to \'yes\' to only allow certain email domains to register. See <a href=\'allowedemails.php\'><b>here</b></a>.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11227,'en','settings.row_show_shoutbox','Show Shoutbox','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11228,'en','settings.text_show_shoutbox_note','Default \'yes\'. Show shoutbox on main page.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11229,'en','settings.row_show_funbox','Show Funbox','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11230,'en','settings.text_show_funbox_note','Default \'no\'. Show funbox on main page.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11231,'en','settings.row_enable_offer_section','Enable Offer Section','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11232,'en','settings.text_offer_section_note','Default \'yes\'. Enable or disable offer section.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11233,'en','settings.row_show_donation','Enable Donation','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11234,'en','settings.text_show_donation_note','Show donation and donation top ten.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11235,'en','settings.row_show_special_section','Enable Special Section','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11236,'en','settings.text_show_special_section_note','Default \'no\'. <font class=striking><b>DO NOT</b></font> enable this unless you know what you are doing!','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11237,'en','settings.row_weekend_free_uploading','Free uploading at weekend','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11238,'en','settings.text_weekend_free_uploading_note','Default \'no\'. Set it to \'yes\' to allow all users to upload torrents at weekend (from Saturday 12:00 to Sunday 23:59).','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11239,'en','settings.row_enable_helpbox','Enable Helpbox','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11240,'en','settings.text_helpbox_note','Default \'no\'. Set it to \'no\' to forbid guests to shout messages.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11241,'en','settings.row_enable_bitbucket','Enable Bitbucket','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11242,'en','settings.text_bitbucket_note','Default \'yes\'. Set it to \'no\' to forbid users to upload avatars to tracker.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11243,'en','settings.row_enable_small_description','Enable Small Decription','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11244,'en','settings.text_small_description_note','Default \'yes\'. Display below title of torrent on Torrents page.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11245,'en','settings.row_ptshow_naming_style','PTShow naming style','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11246,'en','settings.text_ptshow_naming_style_note','Default \'no\'. In format of [MM.DD.YY][Original Name][Chinese Name]. <font class=striking><b>DO NOT</b></font> enable this unless you know what you are doing!','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11247,'en','settings.row_use_external_forum','Use external forum','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11248,'en','settings.text_use_external_forum_note','Default \'no\'. Set it to \'yes\' to use external forum instead of internal one.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11249,'en','settings.row_external_forum_url','External forum URL','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11250,'en','settings.text_external_forum_url_note','It should be like http://www.cc98.org','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11251,'en','settings.row_torrents_category_mode','Category mode of Torrents section','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11252,'en','settings.text_torrents_category_mode_note','This changes the category mode at Torrents page.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11253,'en','settings.row_special_category_mode','Category mode of Special section','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11254,'en','settings.text_special_category_mode_note','This changes the category mode at Special section.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11255,'en','settings.row_default_site_language','Default Site Language','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11256,'en','settings.text_default_site_language_note','This changes the default language on login page.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11257,'en','settings.row_default_stylesheet','Default Stylesheet','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11258,'en','settings.text_default_stylesheet_note','Newly registered users would use this stylesheet.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11259,'en','settings.row_max_torrent_size','Max. Torrent Size','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11260,'en','settings.text_max_torrent_size_note',' In bytes. Default 1048576 (i.e. 1 MB)','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11261,'en','settings.row_announce_interval','Announce Interval','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11262,'en','settings.text_announce_interval_note_one','In seconds. The announce interval the tracker asks BitTorrent clients to update information. <b>However</b>, in practice the announce interval may be different since BitTorrent clients could ignore this message or users may choose to connect tracker manually.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11263,'en','settings.text_announce_default','Default: ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11264,'en','settings.text_announce_default_default','Default \'1800\', i.e. 30 mins','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11265,'en','settings.text_for_torrents_older_than','For torrents older than ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11266,'en','settings.text_days',' days: ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11267,'en','settings.text_announce_two_default','Default \'7\', \'2700\' (i.e. 45 mins). Set days to \'0\' to disable the rule.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11268,'en','settings.text_announce_three_default','Default \'30\', \'3600\' (i.e. 60 mins). Set days to \'0\' to disable the rule.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11269,'en','settings.text_announce_interval_note_two','<b>NOTE</b>: Do <b>NOT</b> change the ascendant order of the times! <br />Shorter interval means more accurate of peers\' information-updating and <b>HEAVIER tracker load</b>.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11270,'en','settings.row_cleanup_interval','Auto Cleanup Interval','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11271,'en','settings.text_cleanup_interval_note_one','Do cleanup (user promotion, demotion, adding seeding bonus, etc.) every XXX seconds.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11272,'en','settings.text_priority_one','Priority 1: ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11273,'en','settings.text_priority_one_note','Update peer status; Calculate seeding bonus. Default \'900\', i.e. 15 mins.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11274,'en','settings.text_priority_two','Priority 2: ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11275,'en','settings.text_priority_two_note','Update torrents\' visibility. Default \'1800\', i.e. 30 mins.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11276,'en','settings.text_priority_three','Priority 3: ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11277,'en','settings.text_priority_three_note','Update count of seeders, leechers, comments for torrents; Update forum post/topic count; Delete offers that are timeout; Expire torrent promotion; Automatically pick hot torrents. Default \'3600\', i.e. 60 mins.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11278,'en','settings.text_priority_four','Priority 4: ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11279,'en','settings.text_priority_four_note','Delete unconfirmed accounts, old login attempts, invite codes and regimage codes; Clean up user accounts (delete inactive ones, do account promotion and demotion, banning, etc.); Post uploaded image; Update total seeding and leeching time of users. Default \'43200\', i.e. 24 hours.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11280,'en','settings.text_priority_five','Priority 5: ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11281,'en','settings.text_priority_five_note','Delete torrents that doesn\'t exist any more; Lock very old forum topics; Delete very old report items. Default \'648000\', i.e. 15 days.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11282,'en','settings.text_cleanup_interval_note_two','<b>NOTE</b>: Do <b>NOT</b> change the ascendant order of the times!','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11283,'en','settings.row_signup_timeout','Signup Timeout','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11284,'en','settings.text_signup_timeout_note','In seconds. Delete unconfirmed users after XXX seconds. Default \'259200\', i.e. 3 days.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11285,'en','settings.row_min_offer_votes','Min. Offer Votes','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11286,'en','settings.text_min_offer_votes_note','Offer becomes approved when supporting votes are XXX more than objecting votes. Default \'15\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11287,'en','settings.row_offer_vote_timeout','Offer Vote Timeout','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11288,'en','settings.text_offer_vote_timeout_note','In seconds. Delete offers if not voted on after XXX seconds. Default \'259200\', i.e. 72 hours. Set it to \'0\' to disable timeout.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11289,'en','settings.row_offer_upload_timeout','Offer Upload Timeout','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11290,'en','settings.text_offer_upload_timeout_note','In seconds. Delete offers if not uploaded after being voted on for XXX seconds. Default \'86400\', i.e. 24 hours. Set it to \'0\' to disable timeout.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11291,'en','settings.row_max_subtitle_size','Max Subtitle Size','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11292,'en','settings.text_max_subtitle_size_note','In bytes. Max size of subtitles allowed to be uploaded. Default 3145728, i.e. 3 MB. Set it to \'0\' to disable limit.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11293,'en','settings.row_posts_per_page','Default posts per page','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11294,'en','settings.text_posts_per_page_note','Number of posts per page shown at a forum\'s topic. Default \'10\'. <br />Note that user\'s personal setting would override this','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11295,'en','settings.row_topics_per_page','Default topics per page','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11296,'en','settings.text_topics_per_page_note','Number of topics per page shown at a forum. Default \'20\'. <br />Note that user\'s personal setting would override this','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11297,'en','settings.row_number_of_news','Number of News','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11298,'en','settings.text_number_of_news_note','Show XXX pieces of recent news on main page. Default \'3\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11299,'en','settings.row_torrent_dead_time','Max. Torrent Dead Time','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11300,'en','settings.text_torrent_dead_time_note','In seconds. Mark torrent as dead after there is no seeder for XXX seconds. Default \'21600\', i.e. 6 hours.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11301,'en','settings.row_max_users','Max. Users','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11302,'en','settings.text_max_users','Whenever this limit is reached, registration both for free and by invitation is disabled.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11303,'en','settings.row_https_announce_url','HTTPS Announce URL','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11304,'en','settings.text_https_announce_url_note','Leave it blank if you use the same URL for both HTTP and HTTPS. It should be: ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11305,'en','settings.row_site_accountant_userid','Site Accountant User ID','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11306,'en','settings.text_site_accountant_userid_note','In numbers, e.g. \'1\'. The ID of user to whom donors should send donation message.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11307,'en','settings.row_alipay_account','Alipay Account','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11308,'en','settings.text_alipal_account_note','The Alipay account you use to receive donation, e.g. \'yourname@gmail.com\'. Leave it blank if you have no Alipay account.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11309,'en','settings.row_paypal_account','PayPal Account','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11310,'en','settings.text_paypal_account_note','The PayPal account you use to receive donation, e.g. \'yourname@gmail.com\'. Leave it blank if you have no PayPal account.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11311,'en','settings.row_site_email','Site Email','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11312,'en','settings.text_site_email_note','Website email address','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11313,'en','settings.row_report_email','Report Email','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11314,'en','settings.text_report_email_note','Report email address','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11315,'en','settings.row_site_slogan','Site Slogan','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11316,'en','settings.text_site_slogan_note','Website Slogan','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11317,'en','settings.row_icp_license','ICP License','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11318,'en','settings.text_icp_license_note','This is a licensing regime for Chinese operated websites. Leave it blank if you have none.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11319,'en','settings.row_torrent_directory','Torrent Directory','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11320,'en','settings.text_torrent_directory','Default \'torrents\'. <b><u>NO</u> trailing slash (/) at the end!</b>','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11321,'en','settings.row_bitbucket_directory','Bitbucket Directory','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11322,'en','settings.text_bitbucket_directory_note','Default \'bitbucket\'. <b><u>NO</u> trailing slash (/) at the end!</b>','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11323,'en','settings.row_cache_directory','Cache Directory','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11324,'en','settings.text_cache_directory_note','Default \'cache\'. <b><u>NO</u> trailing slash (/) at the end!</b>','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11325,'en','settings.row_torrent_name_prefix','Torrent Name Prefix','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11326,'en','settings.text_torrent_name_prefix_note','Add prefix to the name of torrent file downloaded from this site. Default \'[Nexus]\'. <b><u>No</u> trailing dot (.) at the end!</b>','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11327,'en','settings.row_peering_time_calculation','Seeding Leeching Start Calculation Time','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11328,'en','settings.text_peering_time_calculation_note','Just leave it blank. It\'s set for legacy reason.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11329,'en','settings.row_new_subtitle_id','New Subtitle ID','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11330,'en','settings.text_new_subtitle_id_note','Just keep it \'0\'. It\'s set for legacy reason.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11331,'en','settings.head_website_settings','Website Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11332,'en','settings.row_basic_settings','Basic Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11333,'en','settings.submit_basic_settings','Basic Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11334,'en','settings.text_basic_settings_note','Setup the most basic things, e.g. database, site name. <font class=striking><b>DO NOT</b></font> touch this unless you know what you are doing! <br />Misconfiguration of Basic Settings may result in <b>AN UNUSABLE SITE</b>.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11335,'en','settings.row_main_settings','Main Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11336,'en','settings.submit_main_settings','Main Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11337,'en','settings.text_main_settings_note','Setup miscellaneous things about your site.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11338,'en','settings.row_smtp_settings','SMTP Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11339,'en','settings.submit_smtp_settings','SMTP Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11340,'en','settings.text_smtp_settings_note','Setup email server for SMTP.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11341,'en','settings.row_security_settings','Security Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11342,'en','settings.submit_security_settings','Security Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11343,'en','settings.text_security_settings_note','Secure your tracker.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11344,'en','settings.row_authority_settings','Authority Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11345,'en','settings.submit_authority_settings','Authority Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11346,'en','settings.text_authority_settings_note','Control what users of each class can do.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11347,'en','settings.row_tweak_settings','Tweak Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11348,'en','settings.submit_tweak_settings','Tweak Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11349,'en','settings.text_tweak_settings_note','TWEAK your tracker.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11350,'en','settings.row_bonus_settings','Bonus Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11351,'en','settings.submit_bonus_settings','Bonus Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11352,'en','settings.text_bonus_settings_note','Configure how bonus is obtained and used.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11353,'en','settings.row_account_settings','Account Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11354,'en','settings.submit_account_settings','Account Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11355,'en','settings.text_account_settings_settings','Configure when user accounts are promoted, demoted, or deleted.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11356,'en','settings.row_torrents_settings','Torrent Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11357,'en','settings.submit_torrents_settings','Torrent Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11358,'en','settings.text_torrents_settings_note','Configure torrent promotion, selection, etc.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11359,'en','settings.row_bots_settings','Bots Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11360,'en','settings.submit_bots_settings','Bots Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11361,'en','settings.text_bots_settings_note','Configure Bots. <font class=striking><b>DO NOT</b></font> touch this unless you know what you are doing!','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11362,'en','settings.row_code_settings','Code Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11363,'en','settings.submit_code_settings','Code Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11364,'en','settings.text_code_settings_note','Configure Code Version. <font class=striking><b>DO NOT</b></font> touch this unless you know what you are doing.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11365,'en','settings.text_smtp_default','Default (Use default PHP Mail Function)','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11366,'en','settings.text_smtp_advanced','Advanced (Use default PHP Mail Function with EXTRA headers. This helps avoid spam-filters)','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11367,'en','settings.text_smtp_external','External (Use an external SMTP server)','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11368,'en','settings.text_setting_for_advanced_type','Settings for Advanced type','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11369,'en','settings.row_smtp_host','SMTP Host','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11370,'en','settings.text_smtp_host_note','Default: \'localhost\'','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11371,'en','settings.row_smtp_port','SMTP Port','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11372,'en','settings.text_smtp_port_note','Default: 25','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11373,'en','settings.row_smtp_sendmail_from','SMTP sendmail from','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11374,'en','settings.text_smtp_sendmail_from_note','Default: ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11375,'en','settings.row_smtp_sendmail_path','Sendmail Path','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11376,'en','settings.text_smtp_sendmail_path_note','Please setup your sendmail_path by editing php.ini','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11377,'en','settings.text_setting_for_external_type','Settings for External type','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11378,'en','settings.row_outgoing_mail_address','Outgoing mail (SMTP) address','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11379,'en','settings.row_outgoing_mail_port','Outgoing mail (SMTP) port','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11380,'en','settings.text_outgoing_mail_address_note','<b>hint:</b> smtp.yourisp.com','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11381,'en','settings.text_outgoing_mail_port_note','<b>hint:</b> 25','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11382,'en','settings.row_smtp_account_name','Account Name','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11383,'en','settings.text_smtp_account_name_note','<b>hint:</b> yourname@yourisp.com','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11384,'en','settings.row_smtp_account_password','Account Password','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11385,'en','settings.text_smtp_account_password_note','<b>hint:</b> your password goes here','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11386,'en','settings.text_mail_test_note','How can I test php mail? It\'s simple easy: Click ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11387,'en','settings.text_here','Here','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11388,'en','settings.std_error','Error','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11389,'en','settings.std_mysql_connect_error','Cannot connect to MySQL. Please check your setting. ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11390,'en','settings.row_enable_location','Enable location','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11391,'en','settings.text_enable_location_note','Default \'no\'. Show user\'s geographic location based on his IP. You should keep this <b>disabled</b> unless you have imported some IP database.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11392,'en','settings.row_torrents_per_page','Torrents per page','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11393,'en','settings.text_torrents_per_page_note','Number of torrents per page shown on torrents page. Default \'50\'. <br />Note that user\'s personal setting would override this','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11394,'en','settings.row_title_keywords','Title Keywords','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11395,'en','settings.text_title_keywords_note','Show in document title. These keywords help search engines find your site. Separate several keywords with \'|\', e.g. \'BitTorrent|Download|Movie\'. Leave it blank if you want to keep a clean title.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11396,'en','settings.row_meta_keywords','Meta Keywords','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11397,'en','settings.text_meta_keywords_note','Show in document head. Defines keywords to describe your site. Separate several keywords with \',\', e.g. \'BitTorrent, Download, Movie\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11398,'en','settings.row_meta_description','Meta Description','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11399,'en','settings.text_meta_description_note','Show in document head. Defines a description of your site.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11400,'en','settings.row_bonus_gift_tax','Bonus gift tax','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11401,'en','settings.text_system_charges','The system charges bonus receiver ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11402,'en','settings.text_bonus_points_plus',' bonus points + ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11403,'en','settings.text_bonus_gift_tax_note','% of the transfered amount as tax. For example, if the values are set to \'5\', \'10\', the receiver only gets 85 bonus points when the giver sends 100 bonus points. Default \'5\', \'10\'. <br /><b>NOTE</b>: The two rules work separately. You must set both values to \'0\' to disable tax.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11404,'en','settings.row_see_sql_debug','See debug','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11405,'en','settings.text_allow','Allow ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11406,'en','settings.text_see_sql_list',' or above to see debug information (SQL query list at the bottom of the page and PHP report information). Default ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11407,'en','settings.text_smtp_none','None (Selecting this will completely disable email sending)','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11408,'en','settings.row_attachment_settings','Attachment Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11409,'en','settings.submit_attachment_settings','Attachment Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11410,'en','settings.text_attachment_settings_note','Configure attachments.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11411,'en','settings.head_attachment_settings','Attachment Settings','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11412,'en','settings.row_enable_attachment','Enable attachment','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11413,'en','settings.text_enable_attachment_note','Global attachment setting. When set to \'no\', nobody can upload any attachment.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11414,'en','settings.row_save_directory','Saving directory','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11415,'en','settings.row_http_directory','HTTP path for attachments','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11416,'en','settings.text_http_directory_note','It could be either relative path or absolute path. <b><u>NO</u> trailing slash (/) at the end!</b> Default \'attachments\'.','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11417,'en','settings.row_attachment_authority','Attachment authority','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11418,'en','settings.text_can_upload_at_most',' or above can upload at most ','2021-01-11 12:48:17','2021-01-11 12:48:17'),(11419,'en','settings.text_file_size_below',' attachments in 24 hours whose size is not larger than ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11420,'en','settings.text_with_extension_name','KB and whose filename extension is among ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11421,'en','settings.text_authority_default_one_one','. Default ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11422,'en','settings.text_authority_default_one_two',', \'5\', \'256\', \'jpeg, jpg, png, gif\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11423,'en','settings.text_authority_default_two_one','. Default ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11424,'en','settings.text_authority_default_two_two',', \'10\', \'512\', \'torrent, zip, rar, 7z, gzip, gz\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11425,'en','settings.text_authority_default_three_one','. Default ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11426,'en','settings.text_authority_default_three_two',', \'20\', \'1024\', \'mp3, oga, ogg, flv\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11427,'en','settings.text_authority_default_four_one','. Default ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11428,'en','settings.text_authority_default_four_two',', \'500\', \'2048\', \'\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11429,'en','settings.text_attachment_authority_note_two','<b>NOTE: </b><ul><li>Do <b>NOT</b> change the ascendant order of user classes, file number limit or file size limit. </li><li>Set file size limit to \'0\', file number limit to \'0\' and allowed file extensions to \'\'(i.e. empty) to <b>disable</b> relative rule. </li><li>Higher classes inherit authority of lower classes, so there is <b>no</b> need to add allowed file extensions to every rule. </li><li>Separate several file extensions with \',\'. </li><li>No matter how the settings are, <b>nobody</b> can upload file whose size is larger than 5 MB or whose extension name is among \'exe, com, bat, msi\'. </li></ul>','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11430,'en','settings.text_attachment_authority_note_one','Define user\'s authority to upload attachments based on his class.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11431,'en','settings.text_save_directory_note','The directory where you save attachments. Please ensure that you have properly configured directory access permissions (777). <b><u>NO</u> trailing slash (/) at the end!</b> Default \'./attachments\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11432,'en','settings.row_save_directory_type','Save attachments in','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11433,'en','settings.text_one_directory','One directory for all files','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11434,'en','settings.text_directories_by_monthes','Directories named after uploading monthes','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11435,'en','settings.text_directories_by_days','Directories named after uploading days','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11436,'en','settings.text_save_directory_type_note','Changed setting doesn\'t affect attachments already uploaded. Default \'Directories named after uploaded monthes\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11437,'en','settings.row_image_thumbnails','Image thumbnail','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11438,'en','settings.text_no_thumbnail','1. No thumbnail. Only save the original image.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11439,'en','settings.text_create_thumbnail','2. Create thumbnail if the image is big, and save both the thumbnail and the original image.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11440,'en','settings.text_resize_big_image','3. Resize image if it is big and only save the thumbnail.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11441,'en','settings.text_image_thumbnail_note','Default \'2\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11442,'en','settings.row_thumbnail_quality','Thumbnail quality','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11443,'en','settings.text_thumbnail_quality_note','Set the quality of the thumbnail. The value should be an integer between 1 and 100. The larger number, the higher quality and the larger file size. Default \'80\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11444,'en','settings.row_thumbnail_size','Thumbnail size','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11445,'en','settings.text_thumbnail_size_note','Width * height, in pixels. Create thumbnails <b>ONLY</b> for images whose width <b>or</b> height exceeds the limit. Default \'500\', \'500\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11446,'en','settings.row_watermark','Watermark position','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11447,'en','settings.text_no_watermark','No watermark','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11448,'en','settings.text_left_top','#1','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11449,'en','settings.text_top','#2','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11450,'en','settings.text_right_top','#3','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11451,'en','settings.text_left','#4','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11452,'en','settings.text_center','#5','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11453,'en','settings.text_right','#6','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11454,'en','settings.text_left_bottom','#7','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11455,'en','settings.text_bottom','#8','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11456,'en','settings.text_right_bottom','#9','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11457,'en','settings.text_random_position','Random position','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11458,'en','settings.text_watermark_note','Add watermark to uploaded image file (JPEG/PNG/GIF). Replace the watermark PNG file \'pic/watermark.png\' with your own one. Set the position where to place the watermark. GIF animation is not supported. Default \'no watermark\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11459,'en','settings.row_image_size_for_watermark','Image size for watermark','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11460,'en','settings.text_watermark_size_note','Width * height, in pixels. Add watermark <b>ONLY</b> to images whose width <b>and</b> height exceed this. Default \'300\', \'300\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11461,'en','settings.row_jpeg_quality_with_watermark','JPEG quality with watermark','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11462,'en','settings.text_jpeg_watermark_quality_note','The image quality for JPEG file after adding watermark. The value should be an integer between 1 and 100. The larger number, the higher quality and the larger file size. Default \'85\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11463,'en','settings.head_save_attachment_settings','Save attachment settings','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11464,'en','settings.row_css_date','CSS date','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11465,'en','settings.text_css_date','Time format is YYYYMMDDhhmm, e.g. \'200911030110\'. Changing this helps force users\' browsers updating CSS cache. Helpful when you do some changes to CSS files. Leave it blank if it doesn\'t make sense to you. Default empty.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11466,'en','settings.row_alternative_thumbnail_size','Alternative Thumbnail Size','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11467,'en','settings.text_alternative_thumbnail_size_note','Users could choose the alternative size for thumbnails. Default \'180\', \'135\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11468,'en','settings.row_add_watermark_to_thumbnail','Add watermark to thumbnail','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11469,'en','settings.text_watermark_to_thumbnail_note','Whether also add watermark to thumbnail or not. Default \'no\'. Global watermark setting must be enabled for this to work.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11470,'en','settings.row_advertisement_settings','Advertisement Settings','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11471,'en','settings.submit_advertisement_settings','Advertisement Settings','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11472,'en','settings.text_advertisement_settings_note','Configure advertisements at your site.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11473,'en','settings.head_advertisement_settings','Advertisement Settings','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11474,'en','settings.row_enable_advertisement','Enable Advertisement','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11475,'en','settings.text_enable_advertisement_note','Global advertisement setting.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11476,'en','settings.row_no_advertisement','No Advertisements','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11477,'en','settings.text_can_choose_no_advertisement',' or above can choose to see no advertisements at User CP. Default ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11478,'en','settings.row_bonus_no_advertisement','No Advertisement With Bonus','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11479,'en','settings.text_no_advertisement_with_bonus',' or above can buy some time without advertisements at bonus center. Default ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11480,'en','settings.row_no_advertisement_bonus_price','No Advertisements Bonus Price','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11481,'en','settings.text_bonus_points_to_buy',' bonus points to buy ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11482,'en','settings.text_days_without_advertisements',' days without advertisements. Default \'10000\', \'15\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11483,'en','settings.row_click_advertisement_bonus','Click Advertisements Bonus','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11484,'en','settings.text_points_clicking_on_advertisements',' bonus points the first time he clicks on an advertisement. Set it to \'0\' to disable the rule. Default \'0\'. <br /><b>Note</b>: some ad serving applications (e.g. Google Adsense) forbid sites including incentives to click on advertisements.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11485,'en','settings.head_save_advertisement_settings','Save Advertisement Settings','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11486,'en','settings.row_enable_tooltip','Enable Tooltip','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11487,'en','settings.text_enable_tooltip_note','Allow users to use tooltip. Default \'yes\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11488,'en','settings.text_thirtypercentleech_chance_becoming','% chance becoming <b><font class=\'thirtypercent\'>30% Leech</font></b>. Default \'0\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11489,'en','settings.text_thirtypercentleech_will_become','<b><font class=\'thirtypercent\'>30% Leech</font></b> will become ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11490,'en','settings.text_thirtypercentleech_timeout_default',' days. Default \'normal\', \'30\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11491,'en','settings.row_site_logo','Site Logo','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11492,'en','settings.text_site_logo_note','The image file of site logo. Recommended image size is 220 * 70. If blank, show text instead. Default \'\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11493,'en','settings.row_promotion_link_click','Promotion Link Click','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11494,'en','settings.text_promotion_link_note_one',' bonus points if his promotion link gets clicked by an unrecorded IP. Only one click is counted in ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11495,'en','settings.text_promotion_link_note_two',' seconds. Set points to \'0\' to disable the rule. Default \'0\', \'600\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11496,'en','settings.row_promotion_link_example_image','Promotion link example image','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11497,'en','settings.text_promotion_link_example_note','The image in the examples of <a href=\"promotionlink.php\"><b>promotion link</b></a>. <b>MUST</b> use relative path, e.g. \'pic/prolink.png\'.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11498,'en','settings.row_enable_nfo','Enable NFO','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11499,'en','settings.text_enable_nfo_note','Default \'yes\'. System-wide NFO setting.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11500,'en','settings.row_web_analytics_code','Web analytics code','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11501,'en','settings.text_web_analytics_code_note','Enter web analytics code from a third-party service (e.g. Google Analytics). Leave it blank if none. <br /><b>Note</b>: only use code that you are sure is secure and trusty.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11502,'en','settings.row_enable_email_notification','Enable Email Notification','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11503,'en','settings.text_email_notification_note','Allow users to receive email notification when he gets new pm, comment, etc.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11504,'en','settings.text_users_get','Users would get ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11505,'en','settings.text_invitations_default',' invitations the first time he is promoted to this class. Default ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11506,'en','shoutbox.text_del','del','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11507,'en','shoutbox.std_access_denied','Access Denied.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11508,'en','shoutbox.std_access_denied_note','Guests are not allowed to see this page.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11509,'en','shoutbox.text_to_guest',' to <b>Guest</b>','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11510,'en','shoutbox.text_guest','<b>Guest</b>','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11511,'en','shoutbox.text_ago',' ago','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11512,'en','shoutbox.text_helpbox_disabled','Helpbox is currently disabled. How the hell do you get here?','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11513,'en','shoutbox.text_no_permission_to_shoutbox','You have no permission to send messages to shoutbox. How the hell do you get here?','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11514,'en','signup.head_signup','Signup','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11515,'en','signup.text_cookies_note','<b>Note</b>: You need cookies enabled to sign up or log in.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11516,'en','signup.row_desired_username','Desired username','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11517,'en','signup.text_allowed_characters','Allowed Characters: (a-z), (A-Z), (0-9), Maximum is 12 characters','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11518,'en','signup.row_pick_a_password','Pick a password','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11519,'en','signup.text_minimum_six_characters','Minimum is 6 characters','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11520,'en','signup.row_enter_password_again','Enter password again','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11521,'en','signup.row_question','Question','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11522,'en','signup.row_enter_hint_answer','Enter hint answer','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11523,'en','signup.text_hint_note','This answer will be used to reset your password in case you forget it.<br /> Minimum is 6 characters.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11524,'en','signup.row_email_address','Email address','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11525,'en','signup.text_email_note','you could only signup with email from those domains: ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11526,'en','signup.row_country','Country','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11527,'en','signup.row_gender','Gender','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11528,'en','signup.radio_male','Male ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11529,'en','signup.radio_female','Female ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11530,'en','signup.row_verification','Verification','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11531,'en','signup.checkbox_read_rules','I have read the site <a href=rules.php><u>rules</u></a> page.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11532,'en','signup.checkbox_read_faq','I agree to read the <a href=faq.php><u>FAQ</u></a> before asking questions.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11533,'en','signup.checkbox_age','I am at least 13 years old.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11534,'en','signup.text_all_fields_required','All Fields are required! ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11535,'en','signup.submit_sign_up','Sign&nbsp;up!&nbsp;(PRESS&nbsp;ONLY&nbsp;ONCE)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11536,'en','signup.select_none_selected','None selected','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11537,'en','signup.text_select_lang','Select Site Language: ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11538,'en','signup.row_school','School','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11539,'en','signup.head_invite_signup','Invite Signup','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11540,'en','signup.std_uninvited','Incorrect invitation code. ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11541,'en','signup.std_error','Error','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11542,'en','staff.head_staff','Staff','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11543,'en','staff.text_staff','Staff','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11544,'en','staff.text_firstline_support','Firstline Support','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11545,'en','staff.text_firstline_support_note','General support questions should preferably be directed to these users. Note that they are volunteers, giving away their time and effort to help you. Treat them accordingly.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11546,'en','staff.text_movie_critics','Critics','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11547,'en','staff.text_movie_critics_note','Critics are responsible for picking good stuff, writing reviews, reward users\' comments on films, music, etc, in general creating a better atmosphere for discussing.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11548,'en','staff.text_general_staff','General Staff','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11549,'en','staff.text_general_staff_note','All software support questions and those already answered in the <a href=faq.php><b>FAQ</b></a> will be ignored.<br /><br />Send message to Staff, click <a href=contactstaff.php><b>here</b></a>','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11550,'en','staff.text_username','Username','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11551,'en','staff.text_online_or_offline','Online/Offline','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11552,'en','staff.text_country','Country','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11553,'en','staff.text_contact','Contact','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11554,'en','staff.text_language','Language','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11555,'en','staff.text_support_for','Support for','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11556,'en','staff.text_responsible_for','Responsible for','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11557,'en','staff.text_duties','Staff Duties','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11558,'en','staff.title_online','Online','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11559,'en','staff.title_offline','Offline','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11560,'en','staff.title_send_pm','Send&nbsp;PM','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11561,'en','staff.text_vip','VIP','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11562,'en','staff.text_vip_note','VIP status is only granted to those who have made special contribution to NexusPHP, e.g. former staff members.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11563,'en','staff.text_reason','Reason','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11564,'en','staff.text_apply_for_it','Apply to join','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11565,'en','staff.text_forum_moderators','Forum Moderators','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11566,'en','staff.text_forum_moderators_note','Forum moderators are responsible for daily management of forums.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11567,'en','staff.text_forums','Forums','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11568,'en','staffbox.head_staff_pm','Staff\'s PM','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11569,'en','staffbox.text_staff_pm','Staff\'s PM','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11570,'en','staffbox.std_sorry','Sorry','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11571,'en','staffbox.std_no_messages_yet','No messages yet!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11572,'en','staffbox.col_subject','Subject','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11573,'en','staffbox.col_sender','Sender','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11574,'en','staffbox.col_added','Added','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11575,'en','staffbox.col_answered','Answered','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11576,'en','staffbox.col_action','Act.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11577,'en','staffbox.text_yes','Yes','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11578,'en','staffbox.text_no','No','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11579,'en','staffbox.submit_set_answered','Set Answered','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11580,'en','staffbox.submit_delete','Delete','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11581,'en','staffbox.text_system','System','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11582,'en','staffbox.head_view_staff_pm','View Staff\'s PM','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11583,'en','staffbox.col_from','From','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11584,'en','staffbox.col_date','Date','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11585,'en','staffbox.col_answered_by','Answered by','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11586,'en','staffbox.text_reply','Reply','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11587,'en','staffbox.text_mark_answered','Mark Answered','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11588,'en','staffbox.text_delete','Delete','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11589,'en','staffbox.std_error','Error','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11590,'en','staffbox.std_no_user_id','No user with that ID.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11591,'en','staffbox.head_answer_to_staff_pm','Answer to Staff PM','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11592,'en','staffbox.text_answering_to','Answering to ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11593,'en','staffbox.text_sent_by',' sent by ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11594,'en','staffbox.std_body_is_empty','Please enter something!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11595,'en','subtitles.std_error','Error!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11596,'en','subtitles.std_must_login_to_upload','Must be logged in to upload subtitle','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11597,'en','subtitles.head_subtitles','Subtitles','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11598,'en','subtitles.std_nothing_received','<b>Upload failed!</b> <br /><br /> Nothing received! The selected file may have been too large.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11599,'en','subtitles.std_subs_too_big','<b>Upload failed!</b> <br /><br /> Subs is too big!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11600,'en','subtitles.std_wrong_subs_format','<b>Upload failed!</b> <br /><br /> I am not allowed to save the file you send me :|','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11601,'en','subtitles.std_file_already_exists','<b>Upload failed!</b> <br /><br /> A file already exist <font color=red><b>','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11602,'en','subtitles.std_missing_torrent_id','<b>Upload failed!</b> <br /><br /> missing <b>torrent ID</b> !','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11603,'en','subtitles.std_invalid_torrent_id','<b>Upload failed!</b> <br /><br /> it seems not a valid torrent ID !','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11604,'en','subtitles.std_no_permission_uploading_others','<b>Upload failed!</b> <br /><br /> It seems not your torrent ID, users of your class cannot upload subs to torrents of others!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11605,'en','subtitles.std_file_same_name_exists','File with that name already exist ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11606,'en','subtitles.std_must_choose_language','<b>Upload failed!</b> <br /><br /> Please Choose a language for the subtitle !','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11607,'en','subtitles.std_failed_moving_file','Failed to move uploaded file. You should contact an administrator about this error.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11608,'en','subtitles.std_this_file','This file: <font color=red><b>','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11609,'en','subtitles.std_is_invalid','</b></font> is not valid on the folder.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11610,'en','subtitles.text_upload_subtitles','Upload Subtitles - total uploaded ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11611,'en','subtitles.text_rules','Rules:','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11612,'en','subtitles.text_rule_one','1.Please upload only files with English names!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11613,'en','subtitles.text_rule_two','2.The subtitles <b>MUST BE IN SYNC</b> with what you\'re saying they\'re for. If they\'re not it\'s a waste of space.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11614,'en','subtitles.text_rule_three','3.Language identification isn\'t really needed in <b>Title</b> as there\'s the national flag, but if you feel the need: write the language at the end , e.g. CHS.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11615,'en','subtitles.text_rule_four','4.If you\'re uploading subtitles for a season pack, zip/rar them all together.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11616,'en','subtitles.text_rule_five','5.If you\'re uploading Vobsub (idx+sub) subtitles, zip/rar them before upload.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11617,'en','subtitles.text_rule_six','6.If you are uploading a proper or re-synced subtitle, append [proper] or [resynced] after the subtitle name.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11618,'en','subtitles.text_red_star_required','<p >Fields marked with a red star(<font color=red>*</font>) are required.</p>\n','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11619,'en','subtitles.text_uploading_subtitles_for_torrent','Uploading subtitle for torrent: ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11620,'en','subtitles.row_file','File','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11621,'en','subtitles.text_maximum_file_size','Maximum file size: ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11622,'en','subtitles.row_torrent_id','Torrent ID','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11623,'en','subtitles.text_torrent_id_note','(The number in the address bar when you go to the details page of the torrent.<br />e.g. &nbsp<b>http://nexus-php8.tinyhd.net/details.php?id=16</b>&nbsp the number <b>16</b> is the torrent ID)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11624,'en','subtitles.row_title','Title','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11625,'en','subtitles.text_title_note','(Optional, taken from file name if not specified.)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11626,'en','subtitles.row_language','Language','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11627,'en','subtitles.select_choose_one','(choose one)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11628,'en','subtitles.row_show_uploader','Show Uploader','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11629,'en','subtitles.hide_uploader_note','Don\'t show my username in \'Upped By\' field.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11630,'en','subtitles.submit_upload_file','Upload&nbsp;file','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11631,'en','subtitles.submit_reset','Reset','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11632,'en','subtitles.text_sorry','Sorry','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11633,'en','subtitles.text_nothing_here','Sorry, nothing here pal :( ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11634,'en','subtitles.submit_search','Search','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11635,'en','subtitles.text_prev','Prev','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11636,'en','subtitles.text_next','Next','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11637,'en','subtitles.col_lang','Lang.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11638,'en','subtitles.col_title','Title','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11639,'en','subtitles.title_date_added','Time&nbsp;Added','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11640,'en','subtitles.title_size','Size','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11641,'en','subtitles.col_hits','Hits','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11642,'en','subtitles.col_upped_by','Upped by','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11643,'en','subtitles.text_delete','[Delete]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11644,'en','subtitles.text_anonymous','<i>anonymous</i>','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11645,'en','subtitles.std_delete_subtitle','Delete subtitle','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11646,'en','subtitles.std_delete_subtitle_note','You\'re about to delete this subtitle.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11647,'en','subtitles.text_reason_is','Reason: ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11648,'en','subtitles.submit_confirm','Confirm','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11649,'en','subtitles.col_report','Report','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11650,'en','subtitles.title_report_subtitle','Report this subtitle','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11651,'en','subtitles.select_all_languages','(all languages)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11652,'en','tags.text_description','Inserts a list item.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11653,'en','tags.text_syntax','Syntax:','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11654,'en','tags.text_example','Example:','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11655,'en','tags.text_result','Result:','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11656,'en','tags.text_remarks','Remarks:','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11657,'en','tags.head_tags','Tags','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11658,'en','tags.text_tags','Tags','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11659,'en','tags.text_bb_tags_note','The <b>NexusPHP</b> forums supports a number of <i>BB tags</i> which you can embed to modify how your posts are displayed.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11660,'en','tags.submit_test_this_code','Test&nbsp;this&nbsp;code!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11661,'en','tags.text_bold','Bold','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11662,'en','tags.text_bold_description','Makes the enclosed text bold.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11663,'en','tags.text_bold_syntax','[b]<i>Text</i>[/b]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11664,'en','tags.text_bold_example','[b]This is bold text.[/b]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11665,'en','tags.text_italic','Italic','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11666,'en','tags.text_italic_description','Makes the enclosed text italic.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11667,'en','tags.text_italic_syntax','[i]<i>Text</i>[/i]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11668,'en','tags.text_italic_example','[i]This is italic text.[/i]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11669,'en','tags.text_underline','Underline','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11670,'en','tags.text_underline_description','Makes the enclosed text underlined.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11671,'en','tags.text_underline_syntax','[u]<i>Text</i>[/u]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11672,'en','tags.text_underline_example','[u]This is underlined text.[/u]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11673,'en','tags.text_color_one','Color (alt. 1)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11674,'en','tags.text_color_one_description','Changes the color of the enclosed text.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11675,'en','tags.text_color_one_syntax','[color=<i>Color</i>]<i>Text</i>[/color]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11676,'en','tags.text_color_one_example','[color=blue]This is blue text.[/color]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11677,'en','tags.text_color_one_remarks','What colors are valid depends on the browser. If you use the basic colors (red, green, blue, yellow, pink etc) you should be safe.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11678,'en','tags.text_color_two','Color (alt. 2)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11679,'en','tags.text_color_two_description','Changes the color of the enclosed text.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11680,'en','tags.text_color_two_syntax','[color=#<i>RGB</i>]<i>Text</i>[/color]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11681,'en','tags.text_color_two_example','[color=#0000ff]This is blue text.[/color]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11682,'en','tags.text_color_two_remarks','<i>RGB</i> must be a six digit hexadecimal number.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11683,'en','tags.text_size','Size','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11684,'en','tags.text_size_description','Sets the size of the enclosed text.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11685,'en','tags.text_size_syntax','[size=<i>n</i>]<i>text</i>[/size]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11686,'en','tags.text_size_example','[size=4]This is size 4.[/size]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11687,'en','tags.text_size_remarks','<i>n</i> must be an integer in the range 1 (smallest) to 7 (biggest). The default size is 2.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11688,'en','tags.text_font','Font','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11689,'en','tags.text_font_description','Sets the type-face (font) for the enclosed text.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11690,'en','tags.text_font_syntax','[font=<i>Font</i>]<i>Text</i>[/font]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11691,'en','tags.text_font_example','[font=Impact]Hello world![/font]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11692,'en','tags.text_font_remarks','You specify alternative fonts by separating them with a comma.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11693,'en','tags.text_hyperlink_one','Hyperlink (alt. 1)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11694,'en','tags.text_hyperlink_one_description','Inserts a hyperlink.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11695,'en','tags.text_hyperlink_one_syntax','[url]<i>URL</i>[/url]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11696,'en','tags.text_hyperlink_one_example','[url]http://nexus-php8.tinyhd.net[/url]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11697,'en','tags.text_hyperlink_one_remarks','This tag is superfluous; all URLs are automatically hyperlinked.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11698,'en','tags.text_hyperlink_two','Hyperlink (alt. 2)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11699,'en','tags.text_hyperlink_two_description','Inserts a hyperlink.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11700,'en','tags.text_hyperlink_two_syntax','[url=<i>URL</i>]<i>Link text</i>[/url]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11701,'en','tags.text_hyperlink_two_example','[url=http://nexus-php8.tinyhd.net]NexusPHP[/url]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11702,'en','tags.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.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11703,'en','tags.text_image_one','Image (alt. 1)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11704,'en','tags.text_image_one_description','Inserts a picture.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11705,'en','tags.text_image_one_syntax','[img=<i>URL</i>]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11706,'en','tags.text_image_one_example','[img=http://nexus-php8.tinyhd.net/pic/nexus.png]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11707,'en','tags.text_image_one_remarks','The URL must end with <b>.gif</b>, <b>.jpg</b>, <b>.jpeg or <b>.png</b>.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11708,'en','tags.text_image_two','Image (alt. 2)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11709,'en','tags.text_image_two_description','Inserts a picture.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11710,'en','tags.text_image_two_syntax','[img]<i>URL</i>[/img]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11711,'en','tags.text_image_two_example','[img]http://nexus-php8.tinyhd.net/pic/nexus.png[/img]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11712,'en','tags.text_image_two_remarks','The URL must end with <b>.gif</b>, <b>.jpg</b>, <b>.jpeg or <b>.png</b>.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11713,'en','tags.text_quote_one','Quote (alt. 1)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11714,'en','tags.text_quote_one_description','Inserts a quote.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11715,'en','tags.text_quote_one_syntax','[quote]<i>Quoted text</i>[/quote]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11716,'en','tags.text_quote_one_example','[quote]I love NexusPHP.[/quote]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11717,'en','tags.text_quote_two','Quote (alt. 2)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11718,'en','tags.text_quote_two_description','Inserts a quote.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11719,'en','tags.text_quote_two_syntax','[quote=<i>Author</i>]<i>Quoted text</i>[/quote]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11720,'en','tags.text_quote_two_example','[quote=xioamlove]I love NexusPHP.[/quote]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11721,'en','tags.text_list','List','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11722,'en','tags.text_list_syntax','[*]<i>Text</i>','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11723,'en','tags.text_list_example','[*] This is item 1\n[*] This is item 2','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11724,'en','tags.text_preformat','Preformat','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11725,'en','tags.text_preformat_description','Preformatted (monospace) text. Does not wrap automatically.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11726,'en','tags.text_preformat_syntax','[pre]<i>Text</i>[/pre]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11727,'en','tags.text_preformat_example','[pre]This is preformatted text.[/pre]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11728,'en','tags.text_code','Code','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11729,'en','tags.text_code_description','Display text in decorated format.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11730,'en','tags.text_code_syntax','[code]Text[/code]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11731,'en','tags.text_code_example','[code]This is code[/code]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11732,'en','tags.text_you','[you]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11733,'en','tags.text_you_description','Display the username of whoever viewing this','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11734,'en','tags.text_you_syntax','[you]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11735,'en','tags.text_you_example','I know you are reading this, [you]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11736,'en','tags.text_you_remarks','Useful for making tricks','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11737,'en','tags.text_site','[site]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11738,'en','tags.text_site_description','Display the site name','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11739,'en','tags.text_site_syntax','[site]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11740,'en','tags.text_site_example','You are visiting [site] now','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11741,'en','tags.text_siteurl','[siteurl]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11742,'en','tags.text_siteurl_description','Display the url of this site','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11743,'en','tags.text_siteurl_syntax','[siteurl]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11744,'en','tags.text_siteurl_example','The url of [site] is [siteurl]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11745,'en','tags.text_flash','Flash (alt. 1)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11746,'en','tags.text_flash_description','Insert flash in webpages at defined width and height','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11747,'en','tags.text_flash_syntax','[flash,width,height]Flash URL[/flash]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11748,'en','tags.text_flash_example','[flash,500,300]http://nexus-php8.tinyhd.net/flash.demo.swf[/flash]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11749,'en','tags.text_flash_two','Flash (alt. 2)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11750,'en','tags.text_flash_two_description','Insert flash in webpages at default width and height (500 * 300)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11751,'en','tags.text_flash_two_syntax','[flash]Flash URL[/flash]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11752,'en','tags.text_flash_two_example','[flash]http://nexus-php8.tinyhd.net/flash.demo.swf[/flash]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11753,'en','tags.text_flv_one','Flash video (alt.1)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11754,'en','tags.text_flv_one_description','Insert flash video in webpages at defined width and height','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11755,'en','tags.text_flv_one_syntax','[flv,width,height]Flash video URL[/flv]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11756,'en','tags.text_flv_one_example','[flv,320,240]http://nexus-php8.tinyhd.net/flash.video.demo.flv[/flv]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11757,'en','tags.text_flv_two','Flash video (alt.2)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11758,'en','tags.text_flv_two_description','Insert flash video in webpages at default width and height (320 * 240)','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11759,'en','tags.text_flv_two_syntax','[flv]Flash video URL[/flv]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11760,'en','tags.text_flv_two_example','[flv]http://nexus-php8.tinyhd.net/flash.video.demo.flv[/flv]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11761,'en','tags.text_youtube','YouTube','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11762,'en','tags.text_youtube_description','Insert YouTube online video in webpages','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11763,'en','tags.text_youtube_syntax','[youtube]Video URL on YouTube[/youtube]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11764,'en','tags.text_youtube_example','[youtube]http://www.youtube.com/watch?v=EsWKVcZ88Jw[/youtube]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11765,'en','tags.text_youku','YouKu','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11766,'en','tags.text_youku_description','Insert YouKu online video in webpages','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11767,'en','tags.text_youku_syntax','[youku]Video URL on YouKu[/youku]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11768,'en','tags.text_youku_example','[youku]http://player.youku.com/player.php/sid/XMzM1MDExODg=/v.swf[/youku]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11769,'en','tags.text_tudou','TuDou','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11770,'en','tags.text_tudou_description','Insert TuDou online video in webpages','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11771,'en','tags.text_tudou_syntax','[tudou]Video URL on TuDou[/tudou]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11772,'en','tags.text_tudou_example','[tudou]http://www.tudou.com/v/1jaI4LNa7sk[/tudou]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11773,'en','tags.text_ninety_eight_image','CC98 Image','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11774,'en','tags.text_ninety_eight_image_description','Display image hosted at CC98 forum','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11775,'en','tags.text_ninety_eight_image_syntax',' [98img=[auto|number]]image file[/98img]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11776,'en','tags.text_ninety_eight_image_example','[98img=150]uploadfile/2008/10/30/2362924185.png[/98img]','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11777,'en','tags.text_ninety_eight_image_remarks','CC98 is a forum at Zhejiang University','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11778,'en','takeconfirm.std_sorry','Sorry...','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11779,'en','takeconfirm.std_no_buddy_to_confirm','No buddy to confirm. :( <br /><br />Please click ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11780,'en','takeconfirm.std_here_to_go_back','here</a> to go back.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11781,'en','takeconfirm.mail_title',' Account Confirmed','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11782,'en','takeconfirm.mail_here','HERE','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11783,'en','takeconfirm.mail_content_1','Hello,<br /><br />Your account has been confirmed. You can now visit ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11784,'en','takeconfirm.mail_content_2','<br /><br />and use your login information to login in. We hope you\'ll read the FAQ\'s and Rules before you start sharing files.<br /><br />Good luck and have fun on NexusPHP!<br /><br />If you do not know the person who has invited you, please report this email to nobody@gmail.com<br />------<br />Yours,The NexusPHP Team.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11785,'en','takecontact.std_error','Error','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11786,'en','takecontact.std_method','Method','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11787,'en','takecontact.std_please_enter_something','Please enter something!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11788,'en','takecontact.std_please_define_subject','You need to define subject!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11789,'en','takecontact.std_message_flooding','Message Flooding Not Allowed. Please wait ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11790,'en','takecontact.std_second',' second','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11791,'en','takecontact.std_s','s','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11792,'en','takecontact.std_before_sending_pm',' before sending PM to STAFF.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11793,'en','takecontact.std_succeeded','Succeeded','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11794,'en','takecontact.std_message_succesfully_sent','Message was succesfully sent!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11795,'en','takeedit.std_edit_failed','Edit failed!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11796,'en','takeedit.std_missing_form_data','missing form data','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11797,'en','takeedit.std_not_owner','You\'re not the owner! How did that happen?','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11798,'en','takeedit.std_nfo_too_big','NFO is too big! Max 65,535 bytes.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11799,'en','takeedit.std_cannot_move_torrent','You have no permission to move torrents to another section. BTW, how do you get here?','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11800,'en','takeflush.std_failed','Failed','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11801,'en','takeflush.std_success','Success','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11802,'en','takeflush.std_ghost_torrents_cleaned','ghost torrents were sucessfully cleaned.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11803,'en','takeflush.std_cannot_flush_others','You can only clean your own ghost torrents','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11804,'en','takeinvite.head_invitation_failed','Invitation failed!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11805,'en','takeinvite.std_must_enter_email','You must enter an email address!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11806,'en','takeinvite.std_invalid_email_address','Invalid email address!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11807,'en','takeinvite.std_must_enter_personal_message','Please add a personal message.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11808,'en','takeinvite.std_email_address','The email address ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11809,'en','takeinvite.std_is_in_use',' is already in use.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11810,'en','takeinvite.mail_here','HERE','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11811,'en','takeinvite.mail_tilte',' Invitation','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11812,'en','takeinvite.mail_one','Hi,<br /><br />You have been invited to join the NexusPHP community by ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11813,'en','takeinvite.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:','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11814,'en','takeinvite.mail_three','You\'ll need to accept the invitation within ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11815,'en','takeinvite.mail_four',' days, or else the link will become inactive.<br />We on NexusPHP hope that you\'ll accept the invitation and join our great community!<br /><br />Personal message from ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11816,'en','takeinvite.mail_five',':','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11817,'en','takeinvite.mail_six','If you do not know the person who has invited you, please forward this email to nobody@gmail.com<br /><br />------<br />Yours,<br />The NexusPHP Team.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11818,'en','takeinvite.std_error','Error','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11819,'en','takeinvite.std_invite_denied','Users of your class are not allowed to send invitation. How do you get here?','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11820,'en','takeinvite.std_email_address_banned','This email address is banned!','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11821,'en','takeinvite.std_wrong_email_address_domains','This email address is not allowed! You could only send invitation to those domains: ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11822,'en','takeinvite.std_no_invite','You have no invitation. How do you get here?','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11823,'en','takeinvite.std_invitation_already_sent_to','Invitation failed! The email address ','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11824,'en','takeinvite.std_await_user_registeration',' has already received an invitation. Please wait for the user to register.','2021-01-11 12:48:18','2021-01-11 12:48:18'),(11825,'en','takelogin.std_login_fail_note','<b>Error</b>: Username or password incorrect!<br /><br />Don\'t remember your password? <b><a href=recover.php>Recover</a></b> your password!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11826,'en','takelogin.std_login_fail','Login failed!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11827,'en','takelogin.std_account_disabled','This account has been disabled.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11828,'en','takelogin.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>.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11829,'en','takemessage.std_error','Error','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11830,'en','takemessage.std_permission_denied','Permission Denied!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11831,'en','takemessage.std_please_enter_something','Please enter something!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11832,'en','takemessage.std_message_flooding_denied','Message Flooding Not Allowed. Please wait ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11833,'en','takemessage.std_before_sending_pm',' second(s) before sending PM.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11834,'en','takemessage.std_invalid_id','Invalid ID','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11835,'en','takemessage.std_user_not_exist','No user with this ID','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11836,'en','takemessage.std_refused','Refused','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11837,'en','takemessage.std_account_parked','This account is parked.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11838,'en','takemessage.std_user_blocks_your_pms','This user has blocked PMs from you.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11839,'en','takemessage.std_user_accepts_friends_pms','This user only accepts PMs from users in his friends list.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11840,'en','takemessage.std_user_blocks_all_pms','This user does not accept PMs.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11841,'en','takemessage.std_succeeded','Succeeded','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11842,'en','takemessage.std_messages_out_of',' messages out of ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11843,'en','takemessage.std_were',' were','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11844,'en','takemessage.std_message_was','Message was','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11845,'en','takemessage.std_successfully_sent',' successfully sent!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11846,'en','takemessage.std_s_were','s were','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11847,'en','takemessage.std_was',' was','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11848,'en','takemessage.std_updated',' updated!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11849,'en','takemessage.std_no_permission_forwarding','You do not have permission to forward this message.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11850,'en','takemessage.std_must_enter_username','You must enter the username to whom you want to forward the message.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11851,'en','takereseed.head_reseed_request','Reseed Request!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11852,'en','takereseed.std_it_worked','It worked! A message is sent to users who have snatched this torrent.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11853,'en','takereseed.std_error','Error','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11854,'en','takereseed.std_torrent_not_dead','The torrent is not dead.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11855,'en','takereseed.std_reseed_sent_recently','Someone already asked for reseed of this torrent in last 15 minutes. Please wait patiently for users to reseed.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11856,'en','takesignup.std_signup_failed','Signup Failed! (See Below)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11857,'en','takesignup.std_invalid_email_address','Invalid email address!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11858,'en','takesignup.std_email_address_banned','This email address is banned!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11859,'en','takesignup.std_wrong_email_address_domains','This email address is not allowed! You could only signup with email from those domains: ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11860,'en','takesignup.std_invalid_gender','Invalid Gender!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11861,'en','takesignup.std_blank_field','Don\'t leave any fields blank.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11862,'en','takesignup.std_hintanswer_too_short','Sorry, Hintanswer is too short (min is 6 chars)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11863,'en','takesignup.std_username_too_long','Sorry, username is too long (max is 12 chars)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11864,'en','takesignup.std_passwords_unmatched','The passwords didn\'t match! Must\'ve typoed. Try again.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11865,'en','takesignup.std_password_too_short','Sorry, password is too short (min is 6 chars)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11866,'en','takesignup.std_password_too_long','Sorry, password is too long (max is 40 chars)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11867,'en','takesignup.std_password_equals_username','Sorry, password cannot be same as user name.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11868,'en','takesignup.std_wrong_email_address_format','That doesn\'t look like a valid email address.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11869,'en','takesignup.std_invalid_username','Invalid username.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11870,'en','takesignup.std_unqualified','Sorry, you\'re not qualified to become a member of this site.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11871,'en','takesignup.std_email_address','The e-mail address ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11872,'en','takesignup.std_in_use',' is already in use.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11873,'en','takesignup.std_username_exists','Username already exists!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11874,'en','takesignup.std_database_in_distress','Sorry, mysql error. Please contact the administrator about this error.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11875,'en','takesignup.std_almost_signup','Almost Finish signup!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11876,'en','takesignup.std_please_click','Please click ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11877,'en','takesignup.std_here','here','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11878,'en','takesignup.std_to_finish_signup',' to finish signup, thanks!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11879,'en','takesignup.msg_subject','Welcome to ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11880,'en','takesignup.msg_congratulations','Congratulations ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11881,'en','takesignup.msg_you_are_a_member',',\n\nYou are now a member of NexusPHP,\nWe would like to take this opportunity to say hello and welcome to NexusPHP!\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 NexusPHP ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11882,'en','takesignup.mail_this_link','THIS LINK','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11883,'en','takesignup.mail_here','HERE','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11884,'en','takesignup.mail_title',' User Registration Confirmation','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11885,'en','takesignup.mail_one','Hi ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11886,'en','takesignup.mail_two',',<br /><br />You have requested a new user account on NexusPHP and you have <br />specified this address ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11887,'en','takesignup.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 ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11888,'en','takesignup.mail_four','. Please do not reply.<br /><br />To confirm your user registration, you have to follow ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11889,'en','takesignup.mail_four_1','<br /><br />If the Link above is broken or expired, try to send a new confirmation email again from ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11890,'en','takesignup.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 NexusPHP.<br /><br />Please Note: If you did not register for NexusPHP, please report this email to nobody@gmail.com<br /><br />------<br />Yours,<br />The NexusPHP Team.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11891,'en','takeupload.std_upload_failed','Upload failed!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11892,'en','takeupload.std_missing_form_data','missing form data','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11893,'en','takeupload.std_empty_filename','Empty filename!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11894,'en','takeupload.std_zero_byte_nfo','0-byte NFO','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11895,'en','takeupload.std_nfo_too_big','NFO is too big! Max 65,535 bytes.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11896,'en','takeupload.std_nfo_upload_failed','NFO upload failed','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11897,'en','takeupload.std_blank_description','You must enter a description!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11898,'en','takeupload.std_category_unselected','You must select a category to put the torrent in!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11899,'en','takeupload.std_invalid_filename','Invalid filename!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11900,'en','takeupload.std_filename_not_torrent','Invalid filename (not a .torrent).','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11901,'en','takeupload.std_empty_file','Empty file!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11902,'en','takeupload.std_not_bencoded_file','What the hell did you upload? This is not a bencoded file!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11903,'en','takeupload.std_not_a_dictionary','not a dictionary','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11904,'en','takeupload.std_dictionary_is_missing_key','dictionary is missing key(s)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11905,'en','takeupload.std_invalid_entry_in_dictionary','invalid entry in dictionary','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11906,'en','takeupload.std_invalid_dictionary_entry_type','invalid dictionary entry type','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11907,'en','takeupload.std_invalid_pieces','invalid pieces','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11908,'en','takeupload.std_missing_length_and_files','missing both length and files','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11909,'en','takeupload.std_filename_errors','filename error','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11910,'en','takeupload.std_uploaded_not_offered','you are only authorized to upload torrent you offered, please go back and select one from \'Your offer\'!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11911,'en','takeupload.std_unauthorized_upload_freely','you are not authorized to upload torrent freely!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11912,'en','takeupload.std_torrent_existed','Torrent already uploaded!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11913,'en','takeupload.std_torrent_file_too_big','Torrent file is too big! Max ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11914,'en','takeupload.std_remake_torrent_note',' bytes. Please remake the torrent file with bigger piece size or split the content into several torrents.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11915,'en','topten.std_error','Error!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11916,'en','topten.std_sorry','Sorry...','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11917,'en','topten.std_permission_denied_only','Permission denied. Only ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11918,'en','topten.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 NexusPHP Staff</b>','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11919,'en','topten.col_rank','Rank','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11920,'en','topten.col_user','User','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11921,'en','topten.col_donated','Donated','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11922,'en','topten.col_ul_speed','UL speed','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11923,'en','topten.col_downloaded','Downloaded','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11924,'en','topten.col_dl_speed','DL speed','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11925,'en','topten.col_ratio','Ratio','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11926,'en','topten.col_joined','Joined','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11927,'en','topten.col_name','Name','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11928,'en','topten.title_sna','Number of Snatched','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11929,'en','topten.col_data','Data','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11930,'en','topten.title_se','Number of Seeders','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11931,'en','topten.col_le','Number of Leechers','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11932,'en','topten.col_to','To.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11933,'en','topten.col_country','Country','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11934,'en','topten.col_username','Username','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11935,'en','topten.col_upload_rate','Upload rate','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11936,'en','topten.col_download_rate','Download rate','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11937,'en','topten.text_users','Users','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11938,'en','topten.text_torrents','Torrents','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11939,'en','topten.text_countries','Countries','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11940,'en','topten.text_peers','Peers','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11941,'en','topten.text_community','Community','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11942,'en','topten.text_search','Search','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11943,'en','topten.text_other','Other','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11944,'en','topten.text_this_page_last_updated','This page last updated ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11945,'en','topten.text_started_recording_date','Started recording account xfer stats on ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11946,'en','topten.text_update_interval',', and statistics are updated every 60 minutes','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11947,'en','topten.text_uploaders','Uploaders','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11948,'en','topten.text_downloaders','Downloaders','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11949,'en','topten.text_fastest_uploaders','Fastest Uploaders','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11950,'en','topten.text_fastest_up_note','(average, includes inactive time, with minimum 50 GB uploaded)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11951,'en','topten.text_fastest_note','(average, includes inactive time)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11952,'en','topten.text_fastest_downloaders','Fastest Downloaders','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11953,'en','topten.text_best_sharers','Best Sharers','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11954,'en','topten.text_sharers_note','(with minimum 50 GB downloaded)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11955,'en','topten.text_worst_sharers','Worst Sharers','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11956,'en','topten.text_most_active_torrents','Most Active Torrents','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11957,'en','topten.text_most_snatched_torrents','Most Snatched Torrents','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11958,'en','topten.text_most_data_transferred_torrents','Most Data Transferred Torrents','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11959,'en','topten.text_best_seeded_torrents','Best Seeded Torrents ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11960,'en','topten.text_best_seeded_torrents_note','(with minimum 5 seeders)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11961,'en','topten.text_worst_seeded_torrents','Worst Seeded Torrents','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11962,'en','topten.text_worst_seeded_torrents_note','(with minimum 1 leecher, excluding unsnatched torrents)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11963,'en','topten.text_most_donated_USD','Donors in US dollar','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11964,'en','topten.text_most_donated_CNY','Donors in Chinese yuan','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11965,'en','topten.col_donated_usd','Donated()','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11966,'en','topten.col_donated_cny','Donated(¥)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11967,'en','topten.text_most_supplied',' Biggest Resource Supplier<font class=\"small\">(Do not include deleted torrents)</font>','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11968,'en','topten.text_most_snatched',' Biggest Resource Snatcher<font class=\"small\">(Do not include deleted torrents)</font>','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11969,'en','topten.col_torrent_uploaded','# Upped','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11970,'en','topten.col_torrent_downloaded','# Snatched','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11971,'en','topten.text_most_topic',' Forum Topic Starters <font class=\"small\">(Do not include deleted topics)</font>','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11972,'en','topten.text_most_post',' Forum Posters <font class=\"small\">(Do not include deleted posts)</font>','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11973,'en','topten.col_topics','Topics','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11974,'en','topten.col_posts','Posts','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11975,'en','topten.text_biggest_topics','Biggest Topics <font class=\"small\">(Topics in Privileged Forums are not calculated)</font>','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11976,'en','topten.col_subject','Subject','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11977,'en','topten.col_number','Number','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11978,'en','topten.text_most_browser','Browsers','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11979,'en','topten.text_most_client','Torrent Clients <font class=\"small\">(Last one that accessed the tracker)</font>','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11980,'en','topten.col_comments','Comments','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11981,'en','topten.text_most_commenter','Torrent Commenter <font class=\"small\">(Do not include deleted comments)</font>','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11982,'en','topten.col_reviews','Reviews','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11983,'en','topten.text_most_reviewer','Film Reviewer <font class=\"small\">(Do not include deleted reviews)</font>','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11984,'en','topten.col_location','Location','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11985,'en','topten.text_most_locations','Peer Locations','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11986,'en','topten.col_keyword','Keywords','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11987,'en','topten.col_times','Times','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11988,'en','topten.col_datetime','Time','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11989,'en','topten.text_latest_search','Latest Searches','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11990,'en','topten.text_current_month_search','Searches of This Month','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11991,'en','topten.text_last_month_search','Searches of Last Month','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11992,'en','topten.text_current_year_search','Searches of This Year','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11993,'en','topten.text_most_bonuses','Bonuses','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11994,'en','topten.col_bonus','Bonus','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11995,'en','topten.text_countries_users','Users','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11996,'en','topten.col_users','Users','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11997,'en','topten.text_countries_uploaded','Total Uploaded','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11998,'en','topten.col_uploaded','Uploaded','2021-01-11 12:48:19','2021-01-11 12:48:19'),(11999,'en','topten.text_countries_per_user','Average Total Uploaded Per User<font class=\"small\"> (with minimum 1TB uploaded and 100 users)</font>','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12000,'en','topten.col_average','Average','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12001,'en','topten.text_countries_ratio','Ratio<font class=\"small\"> (with minimum 1TB uploaded, 1TB downloaded and 100 users)</font>','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12002,'en','topten.text_ago',' ago','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12003,'en','topten.text_inf','Inf.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12004,'en','topten.head_top_ten','Top 10','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12005,'en','topten.text_most_stylesheet','Stylesheets','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12006,'en','topten.text_most_language','User Languages','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12007,'en','topten.text_top','Top ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12008,'en','topten.text_one_hundred','Top 100','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12009,'en','topten.text_top_250','Top 250','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12010,'en','topten.col_clicks','Clicks','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12011,'en','topten.text_most_clicks','Promotion Link Owners','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12012,'en','topten.text_charity_giver','Charity Givers','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12013,'en','torrents.head_search_results_for','Search results for ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12014,'en','torrents.text_search_box','Search Box','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12015,'en','torrents.text_category','Category:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12016,'en','torrents.text_source','Source:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12017,'en','torrents.text_codec','Codec:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12018,'en','torrents.text_standard','Standard:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12019,'en','torrents.text_processing','Processing:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12020,'en','torrents.text_show_dead_active','Show Dead/Active?','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12021,'en','torrents.select_including_dead','including dead','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12022,'en','torrents.select_active','active','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12023,'en','torrents.select_dead','dead','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12024,'en','torrents.text_show_special_torrents','Show Promotion?','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12025,'en','torrents.select_all','all','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12026,'en','torrents.select_normal','normal','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12027,'en','torrents.select_free','free','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12028,'en','torrents.select_two_times_up','2x up','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12029,'en','torrents.select_free_two_times_up','free and 2x up','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12030,'en','torrents.select_half_down','50% down','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12031,'en','torrents.text_search','Search keyword:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12032,'en','torrents.submit_go','Go!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12033,'en','torrents.std_search_results_for','Search results for \"','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12034,'en','torrents.std_try_again','Nothing found! Try again with a refined search string.\n','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12035,'en','torrents.std_nothing_found','Nothing found!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12036,'en','torrents.std_no_active_torrents','No Torrents :(\n','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12037,'en','torrents.input_check_all','Check All','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12038,'en','torrents.input_uncheck_all','Uncheck All','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12039,'en','torrents.text_download_client','Download Allowed Client','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12040,'en','torrents.select_title','Title','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12041,'en','torrents.select_description','Description','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12042,'en','torrents.select_small_description','Small Description','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12043,'en','torrents.select_uploader','Uploader','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12044,'en','torrents.select_imdb_url','IMDb URL','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12045,'en','torrents.select_and','AND','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12046,'en','torrents.select_or','OR','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12047,'en','torrents.select_exact','Exact','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12048,'en','torrents.select_parsed','Parsed','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12049,'en','torrents.text_in',' in ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12050,'en','torrents.text_with',' with ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12051,'en','torrents.text_mode',' matching mode','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12052,'en','torrents.text_show_bookmarked','Show Bookmarked?','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12053,'en','torrents.select_bookmarked','Bookmarked','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12054,'en','torrents.select_bookmarked_exclude','Not Bookmarked','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12055,'en','torrents.text_s_bookmarked_torrent','\'s Bookmarked Torrents','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12056,'en','torrents.text_s_not_bookmarked_torrent','\'s NOT Bookmarked Torrents','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12057,'en','torrents.head_torrents','Torrents','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12058,'en','torrents.head_music','Music','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12059,'en','torrents.text_movies_and_tvs','Movies & TVs:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12060,'en','torrents.text_games_and_appz','Games & Appz:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12061,'en','torrents.text_others','Others:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12062,'en','torrents.text_medium','Medium:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12063,'en','torrents.text_team','Team:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12064,'en','torrents.text_audio_codec','Audio Codec:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12065,'en','torrents.text_video','Video:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12066,'en','torrents.text_tv','TV:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12067,'en','torrents.text_music','Music:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12068,'en','torrents.text_software','Software:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12069,'en','upload.head_upload','Upload','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12070,'en','upload.std_sorry','Sorry...','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12071,'en','upload.std_unauthorized_to_upload','You are not authorized to upload torrents. Read (<a class=\"faqlink\" href=\"messages.php\">Inbox</a>)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12072,'en','upload.std_please_offer','You are not authorized to upload torrents. (See <a class=\"faqlink\" href=\"faq.php#id36\">Uploading</a> in the FAQ.)<br /><br />If you think that you are qualified for uploading rights, please propose your offer <a class=\"faqlink\" href=\"offers.php\"><b>here</b></a><br />','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12073,'en','upload.text_red_star_required','Fields marked with a red star(<font color=\"red\">*</font>) are required.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12074,'en','upload.text_tracker_url','The tracker\'s announce URL is','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12075,'en','upload.row_torrent_file','Torrent&nbsp;file','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12076,'en','upload.row_torrent_name','Torrent&nbsp;name','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12077,'en','upload.text_torrent_name_note','(Taken from filename if not specified. <b>Please use descriptive names.</b> e.g. Blade Runner 1982 Final Cut 720p HDDVD DTS x264-ESiR)\n','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12078,'en','upload.row_small_description','Small&nbsp;description','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12079,'en','upload.text_small_description_note','(This is shown in torrents page under the torrent name. e.g. 720p @ 4615 kbps - DTS 5.1 @ 1536 kbps)\n','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12080,'en','upload.row_nfo_file','NFO&nbsp;file','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12081,'en','upload.text_only_viewed_by','(Can only be viewed by ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12082,'en','upload.text_or_above',' or Above. </b> insert only file ending with <b>.nfo</b>)\n','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12083,'en','upload.row_description','Description','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12084,'en','upload.select_choose_one','choose one','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12085,'en','upload.row_type','Type','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12086,'en','upload.row_quality','Quality','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12087,'en','upload.text_source','Source:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12088,'en','upload.text_codec','Codec:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12089,'en','upload.text_standard','Standard:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12090,'en','upload.text_processing','Processing:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12091,'en','upload.row_your_offer','Your offer','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12092,'en','upload.text_please_select_offer','&nbsp;&nbsp; If you are uploading one of your offers please select it here so the voters will be notified.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12093,'en','upload.row_show_uploader','Show Uploader','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12094,'en','upload.checkbox_hide_uploader_note','Don\'t show my username in \'Uploaded By\' field.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12095,'en','upload.text_read_rules','I read the rules before this uploading.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12096,'en','upload.submit_upload','Upload','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12097,'en','upload.text_to_browse_section','Upload to <b>Torrents</b> section ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12098,'en','upload.text_to_special_section','or <b>Music</b> section ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12099,'en','upload.text_type_note','&nbsp;&nbsp; <font class=\"small\">Choose <b>only</b> either of the two</font>','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12100,'en','upload.text_medium','Medium:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12101,'en','upload.text_team','Group:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12102,'en','upload.text_audio_codec','Audio Codec:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12103,'en','upload.row_content','Content','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12104,'en','upload.text_chinese_title','Chinese Name:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12105,'en','upload.text_english_title','English Name:','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12106,'en','upload.text_titles_note','(If no English Name exists, use pinyin or leave it blank)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12107,'en','uploaders.text_no_uploaders_yet','No uploaders found!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12108,'en','uploaders.head_uploaders','Uploaders','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12109,'en','uploaders.text_uploaders','Uploaders','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12110,'en','uploaders.col_username','Username','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12111,'en','uploaders.col_torrents_size','Torrents Size','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12112,'en','uploaders.col_torrents_num','Torrents Num','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12113,'en','uploaders.col_last_upload_time','Last Upped Time','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12114,'en','uploaders.col_last_upload','Last Upped Torrent','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12115,'en','uploaders.text_not_available','N/A','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12116,'en','uploaders.submit_go','Go','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12117,'en','uploaders.text_select_month','Select month: ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12118,'en','uploaders.text_order_by','Order By','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12119,'en','uploaders.text_username','Username','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12120,'en','uploaders.text_torrent_size','Torrent Size','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12121,'en','uploaders.text_torrent_num','Torrent Num','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12122,'en','usercp.std_sorry','Sorry...','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12123,'en','usercp.text_user_cp_home','User CP Home','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12124,'en','usercp.text_personal_settings','Personal Settings','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12125,'en','usercp.text_tracker_settings','Tracker Settings','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12126,'en','usercp.text_forum_settings','Forum Settings','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12127,'en','usercp.text_security_settings','Security Settings','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12128,'en','usercp.row_save_settings','Save Settings','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12129,'en','usercp.submit_save_settings','Save&nbsp;Settings!&nbsp;(PRESS&nbsp;ONLY&nbsp;ONCE)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12130,'en','usercp.std_error','Error','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12131,'en','usercp.head_control_panel','Control Panel ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12132,'en','usercp.head_personal_settings',' - Personal Settings','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12133,'en','usercp.std_invalid_action','Invalid Action','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12134,'en','usercp.text_saved','Saved!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12135,'en','usercp.row_account_parked','Account&nbsp;parked','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12136,'en','usercp.checkbox_pack_my_account','I will be away for a long time.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12137,'en','usercp.text_account_pack_note','<b>Note</b>:You can park your account to prevent it from being deleted because of inactivity if you go away on for example a vacation. When the account has been parked limits are put on the account, for example you cannot use the tracker and browse some of the pages.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12138,'en','usercp.row_pms','PMs','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12139,'en','usercp.row_recommended_movies','Recommended Resources','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12140,'en','usercp.checkbox_show_hot','Show HOT at home page','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12141,'en','usercp.checkbox_show_classic','Show CLASSIC at home page','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12142,'en','usercp.text_accept_pms','Accept&nbsp;PMs&nbsp;from ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12143,'en','usercp.radio_all_except_blocks','All (except blocks)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12144,'en','usercp.radio_friends_only','Friends only','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12145,'en','usercp.radio_staff_only','Staff only','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12146,'en','usercp.checkbox_delete_pms','Delete&nbsp;PMs&nbsp;on&nbsp;reply','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12147,'en','usercp.checkbox_save_pms','Save&nbsp;PMs&nbsp;to&nbsp;Sentbox','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12148,'en','usercp.checkbox_pm_on_comments','Notify&nbsp;me&nbsp;when&nbsp;someone&nbsp;comments&nbsp;on&nbsp;my torrents','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12149,'en','usercp.row_gender','Gender','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12150,'en','usercp.radio_not_available','N/A','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12151,'en','usercp.radio_male','Male','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12152,'en','usercp.radio_female','Female','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12153,'en','usercp.row_country','Country','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12154,'en','usercp.row_download_speed','Download&nbsp;Speed','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12155,'en','usercp.row_upload_speed','Upload&nbsp;Speed','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12156,'en','usercp.row_bt_client','BT&nbsp;Client','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12157,'en','usercp.row_avatar_url','Avatar&nbsp;URL','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12158,'en','usercp.select_choose_avatar','Choose an avatar','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12159,'en','usercp.select_nothing','Nothing','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12160,'en','usercp.text_avatar_note','Width should be 150 pixels (will be resized if necessary). ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12161,'en','usercp.text_bitbucket_note','If you need a host for the picture, try the <a class=faqlink href=bitbucket-upload.php>bitbucket</a>.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12162,'en','usercp.row_info','Info','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12163,'en','usercp.text_info_note','Displayed on your public page. May contain <a class=faqlink href=tags.php target=_new>BB codes</a>.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12164,'en','usercp.head_tracker_settings',' - Tracker Settings','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12165,'en','usercp.row_email_notification','Email&nbsp;notification','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12166,'en','usercp.checkbox_notification_received_pm','Notify me when I have received a PM.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12167,'en','usercp.checkbox_notification_default_categories','Notify me when a torrent is uploaded in one of my default browsing categories.\n','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12168,'en','usercp.row_browse_default_categories','Default<br />categories','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12169,'en','usercp.row_stylesheet','Stylesheet','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12170,'en','usercp.row_site_language','Site Language','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12171,'en','usercp.row_torrent_page','Torrents&nbsp;per&nbsp;page','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12172,'en','usercp.text_zero_equals_default','(0=use default setting, max=100)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12173,'en','usercp.head_forum_settings',' - Forum Settings','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12174,'en','usercp.row_topics_per_page','Topics&nbsp;per&nbsp;page','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12175,'en','usercp.row_posts_per_page','Posts&nbsp;per&nbsp;page','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12176,'en','usercp.row_view_avatars','View&nbsp;avatars','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12177,'en','usercp.checkbox_low_bandwidth_note','(Low bandwidth users might want to turn this off)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12178,'en','usercp.row_view_signatures','View&nbsp;Signatures','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12179,'en','usercp.row_forum_signature','Forum-Signature','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12180,'en','usercp.head_security_settings',' - Security Settings','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12181,'en','usercp.row_security_check','Security&nbsp;Check','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12182,'en','usercp.text_security_check_note','<b>Note:</b> In order to change your security settings, you must enter your current password!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12183,'en','usercp.std_enter_old_password','Please enter your password first!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12184,'en','usercp.std_wrong_password_note','You have entered a wrong password!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12185,'en','usercp.std_password_equals_username','Sorry, password cannot be same as user name','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12186,'en','usercp.std_password_too_long','Sorry, password is too long (max is 40 chars)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12187,'en','usercp.std_password_too_short','Sorry, password is too short (min is 6 chars)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12188,'en','usercp.std_passwords_unmatched','The passwords didn\'t match. Try again.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12189,'en','usercp.std_email_address_banned','This email address is banned!','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12190,'en','usercp.std_wrong_email_address_domains','This email address is not allowed! You could only use email from those domains: ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12191,'en','usercp.std_wrong_email_address_format','That doesn\'t look like a valid email address.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12192,'en','usercp.std_email_in_use','The e-mail address is already in use','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12193,'en','usercp.std_confirmation_email_sent',' (Confirmation email has been sent!)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12194,'en','usercp.std_passkey_reset',' (The passkey has been updated!)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12195,'en','usercp.std_password_changed',' (Your password has been changed!)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12196,'en','usercp.std_privacy_level_updated',' (Your privacy level has been updated!)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12197,'en','usercp.row_reset_passkey','Reset&nbsp;passkey','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12198,'en','usercp.checkbox_reset_my_passkey','I want to reset my passkey.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12199,'en','usercp.text_reset_passkey_note','<b>Note:</b> In order to reset your current passkey, any active torrents must be downloaded again to continue leeching/seeding.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12200,'en','usercp.row_email_address','Email&nbsp;address','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12201,'en','usercp.text_email_address_note','<b>Note:</b> In order to change your email address, you will receive another confirmation email to your new address.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12202,'en','usercp.row_change_password','Change&nbsp;password','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12203,'en','usercp.row_type_password_again','Type&nbsp;password again','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12204,'en','usercp.row_privacy_level','Privacy&nbsp;level','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12205,'en','usercp.radio_normal','Normal','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12206,'en','usercp.radio_low','Low (email address will be shown)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12207,'en','usercp.radio_strong','Strong (no info will be made available)','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12208,'en','usercp.head_home',' - Home','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12209,'en','usercp.row_join_date','Join&nbsp;date','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12210,'en','usercp.row_avatar','Avatar','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12211,'en','usercp.row_passkey','Passkey','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12212,'en','usercp.row_invitations','Invitations','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12213,'en','usercp.link_send_invitation','Go&nbsp;to&nbsp;Invitation&nbsp;System','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12214,'en','usercp.row_karma_points','Karma&nbsp;Points','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12215,'en','usercp.link_use_karma_points','Use&nbsp;Karma&nbsp;Points','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12216,'en','usercp.row_ratings_submitted','Ratings&nbsp;submitted','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12217,'en','usercp.row_written_comments','Written&nbsp;comments','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12218,'en','usercp.link_view_comments','View&nbsp;Comments','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12219,'en','usercp.row_forum_posts','Forum&nbsp;Posts','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12220,'en','usercp.link_view_posts','View&nbsp;Posts','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12221,'en','usercp.text_posts_per_day',' posts per day ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12222,'en','usercp.text_of_total_posts',' of total forum posts','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12223,'en','usercp.text_recently_read_topics','Recently Read Topics','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12224,'en','usercp.col_topic_title','Topic Title','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12225,'en','usercp.col_replies','Replies','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12226,'en','usercp.col_topic_starter','Topic&nbsp;Starter','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12227,'en','usercp.col_views','Views','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12228,'en','usercp.col_last_post','Last Post','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12229,'en','usercp.text_by','by&nbsp;','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12230,'en','usercp.select_none_selected','None selected','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12231,'en','usercp.text_ago',' ago','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12232,'en','usercp.mail_here','HERE','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12233,'en','usercp.mail_change_email_one','You have requested that your user profile (username ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12234,'en','usercp.mail_change_email_two',') on NexusPHP should be updated with this email address ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12235,'en','usercp.mail_change_email_three',' as user contact.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12236,'en','usercp.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 ','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12237,'en','usercp.mail_change_email_five','. Please do not reply.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12238,'en','usercp.mail_change_email_six','To complete the update of your user profile, please click&nbsp;','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12239,'en','usercp.mail_change_email_six_1','&nbsp;to confirm','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12240,'en','usercp.mail_change_email_seven','Your new email address will appear in your profile after you do this. Otherwise your profile will remain unchanged.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12241,'en','usercp.mail_change_email_eight','<br />Yours,','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12242,'en','usercp.mail_change_email_nine','The NexusPHP Team.','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12243,'en','usercp.mail_profile_change_confirmation',' profile change confirmation','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12244,'en','usercp.text_go_back','go back','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12245,'en','usercp.text_category','Category','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12246,'en','usercp.text_source','Source','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12247,'en','usercp.text_codec','Codec','2021-01-11 12:48:19','2021-01-11 12:48:19'),(12248,'en','usercp.text_standard','Standard','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12249,'en','usercp.text_processing','Processing','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12250,'en','usercp.text_show_dead_active','Show Dead/Active?','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12251,'en','usercp.select_including_dead','including dead','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12252,'en','usercp.select_active','active','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12253,'en','usercp.select_dead','dead','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12254,'en','usercp.text_show_special_torrents','Show Promotion?','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12255,'en','usercp.select_all','all','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12256,'en','usercp.select_normal','normal','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12257,'en','usercp.select_free','free','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12258,'en','usercp.select_two_times_up','2x up','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12259,'en','usercp.select_free_two_times_up','free and 2x up','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12260,'en','usercp.text_show_bookmarked','Show Bookmarked?','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12261,'en','usercp.select_bookmarked','Bookmarked','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12262,'en','usercp.select_bookmarked_exclude','Not Bookmarked','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12263,'en','usercp.select_with','with','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12264,'en','usercp.select_without','without','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12265,'en','usercp.text_review',' review','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12266,'en','usercp.row_pm_boxes','PM Boxes','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12267,'en','usercp.text_show','Show ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12268,'en','usercp.text_pms_per_page',' pms per page (max=100)','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12269,'en','usercp.row_shoutbox','Shoutbox','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12270,'en','usercp.text_show_last','Show last ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12271,'en','usercp.text_messages_at_shoutbox',' messages at shoutbox (0=use default setting, min=10, max=500)','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12272,'en','usercp.text_refresh_shoutbox_every','Refresh shoutbox every ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12273,'en','usercp.text_seconds',' seconds (0=use default setting, min=10, max=3600)','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12274,'en','usercp.text_hide_helpbox_messages','Hide messages from helpbox','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12275,'en','usercp.row_torrent_detail','Torrent Detail Page','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12276,'en','usercp.text_show_description','Show Description','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12277,'en','usercp.text_show_nfo','Show NFO','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12278,'en','usercp.text_show_imdb_info','Show IMDb Information','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12279,'en','usercp.text_show_douban_info','Shou Douban Information','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12280,'en','usercp.text_show_lastfm_info','Show Last.fm Information','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12281,'en','usercp.text_show_reviews','Show reviews','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12282,'en','usercp.text_show_comments','Show comments','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12283,'en','usercp.row_browse_page','Torrents Page','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12284,'en','usercp.text_browse_setting_warning','<font class=\'striking\'><b>WARNING: </b></font>Turning on lots of features may slow down your browsing speed.','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12285,'en','usercp.text_torrents_per_page',' torrents per page ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12286,'en','usercp.text_tooltip_type','Tooltip type on torrent name','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12287,'en','usercp.text_last_review','Last review','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12288,'en','usercp.text_minor_imdb_info','Minor IMDb Info (Title + Year + IMDb Rating + Country + Genre + Director + Main Cast + Tagline)','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12289,'en','usercp.text_median_imdb_info','Median IMDb Info (Picture + Title + Year + IMDb Rating + Runtime + Country + Language + Director + Genre + Main Cast + Plot Outline in English)','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12290,'en','usercp.text_douban_info','Douban Info (Picture + Title + Year + Douban Rating + Language + Director + Region + Main Cast + Plot Outline in Chinese)','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12291,'en','usercp.text_off','Off','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12292,'en','usercp.text_show_lastfm_tooltip','Show Last.fm Info on tooltip','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12293,'en','usercp.row_time_type','Time Type','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12294,'en','usercp.text_time_added','Time Added','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12295,'en','usercp.text_time_elapsed','Time Elasped','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12296,'en','usercp.text_append_words_to_torrents','Special torrents','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12297,'en','usercp.text_append_sticky','Add sticky icon <img class=\"sticky\" src=\"pic/trans.gif\" alt=\"sticky\" /> to torrents sticked at top','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12298,'en','usercp.text_append_new','Append \'New\' to new torrents','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12299,'en','usercp.text_append_picked','Append words, e.g. \'Classic\', to torrents picked by critics','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12300,'en','usercp.text_show_action_icons','Show action icons','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12301,'en','usercp.text_show_nfo_icon','NFO icon','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12302,'en','usercp.text_show_download_icon','Download icon','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12303,'en','usercp.text_show_edit_icon','Edit icon','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12304,'en','usercp.text_if_owner',' (if owner of torrents)','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12305,'en','usercp.text_show_bookmark_icon','Bookmark icon','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12306,'en','usercp.text_comments_reviews','Comments','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12307,'en','usercp.text_show_comment_number','Show number of comments&nbsp;','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12308,'en','usercp.text_last_comment_on_tooltip','&nbsp;last comment on tooltip','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12309,'en','usercp.text_show_review_number','Show number of reviews&nbsp;','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12310,'en','usercp.row_school','School','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12311,'en','usercp.row_discuss','Discuss','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12312,'en','usercp.row_funbox','Funbox','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12313,'en','usercp.text_show_funbox','Show funbox at home page','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12314,'en','usercp.text_send','Send','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12315,'en','usercp.text_use','Use','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12316,'en','usercp.text_view','View','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12317,'en','usercp.row_ip_location','Location','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12318,'en','usercp.text_translation_note','Your language not in the list? See what you can do to ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12319,'en','usercp.text_translation_link','HELP THE TRANSLATION','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12320,'en','usercp.text_movies_and_tvs','Movies & TVs:','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12321,'en','usercp.text_games_and_appz','Games & Appz:','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12322,'en','usercp.text_others','Others:','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12323,'en','usercp.text_at_browse_page','Torrents section','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12324,'en','usercp.text_at_special_page','Music section','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12325,'en','usercp.text_additional_selection','Additional selections','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12326,'en','usercp.text_stylesheet_note','More stylesheets? Wanna design your own? ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12327,'en','usercp.text_stylesheet_link','CLICK HERE','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12328,'en','usercp.row_font_size','Font Size','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12329,'en','usercp.select_small','Small','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12330,'en','usercp.select_large','Large','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12331,'en','usercp.text_medium','Medium','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12332,'en','usercp.text_torrents_on_promotion','Torrents on promotion: ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12333,'en','usercp.text_highlight','Highlight','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12334,'en','usercp.text_append_words','Append words, e.g. \'2X Free\'','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12335,'en','usercp.text_append_icon','Append icon, e.g. <img class=\"pro_free\" src=\"pic/trans.gif\" alt=\"free\" />','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12336,'en','usercp.text_no_mark','Off','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12337,'en','usercp.text_signature_note','May contain <a class=\"faqlink\" href=\"tags.php\" target=\"_new\">BB codes</a>. Max image size is 500*200 and only the first image would be displayed.','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12338,'en','usercp.row_click_on_topic','Click on topic','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12339,'en','usercp.text_go_to_first_page','go to first page','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12340,'en','usercp.text_go_to_last_page','go to last page','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12341,'en','usercp.select_half_down','50% down','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12342,'en','usercp.row_category_icons','Category Icons','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12343,'en','usercp.text_team','Group','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12344,'en','usercp.text_audio_codec','Audio Codec','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12345,'en','usercp.text_sub_category','Subcategories','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12346,'en','usercp.select_medium','Medium','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12347,'en','usercp.row_tooltip_last_post','Show tooltip of last post','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12348,'en','usercp.checkbox_last_post_note','(If it disturbs you, turn it off)','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12349,'en','usercp.row_network_bandwidth','Network Bandwidth','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12350,'en','usercp.text_downstream_rate','Downstream Rate','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12351,'en','usercp.text_upstream_rate','Upstream Rate','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12352,'en','usercp.text_isp','ISP','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12353,'en','usercp.text_show_title','Show title','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12354,'en','usercp.text_show_small_description','Small description','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12355,'en','usercp.row_show_advertisements','Show Advertisements','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12356,'en','usercp.text_can_turn_off_advertisement',' or above can choose to see no advertisements','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12357,'en','usercp.text_buy_no_advertisement',' or above can use bonus to buy some time without advertisements at ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12358,'en','usercp.text_bonus_center',' bonus center','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12359,'en','usercp.text_show_advertisement_note','I\'d like to see the advertisements','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12360,'en','usercp.row_promotion_link','Promotion Link','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12361,'en','usercp.text_update_promotion_link','Update Promotion Link','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12362,'en','usercp.text_read_more','Read More','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12363,'en','userdetails.std_error','Error','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12364,'en','userdetails.std_no_such_user','No user with this ID!','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12365,'en','userdetails.head_details_for','Details for ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12366,'en','userdetails.text_account_disabled_note','This account has been disabled!','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12367,'en','userdetails.text_remove_from_friends','remove from friends','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12368,'en','userdetails.text_remove_from_blocks','remove from blocks','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12369,'en','userdetails.text_add_to_friends','add to friends','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12370,'en','userdetails.text_add_to_blocks','add to blocks','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12371,'en','userdetails.text_flush_ghost_torrents','To flush your ghost torrents click ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12372,'en','userdetails.text_here','here','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12373,'en','userdetails.row_invitation','Invitations','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12374,'en','userdetails.text_no_invitation','No Invitations Available','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12375,'en','userdetails.link_send_invitation','Send&nbsp;Invitation','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12376,'en','userdetails.row_invited_by','Invited By','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12377,'en','userdetails.row_join_date','Join&nbsp;date','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12378,'en','userdetails.row_last_seen','Last&nbsp;seen','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12379,'en','userdetails.row_last_seen_location','Last&nbsp;seen(Location)','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12380,'en','userdetails.row_email','Email','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12381,'en','userdetails.row_users_ips','User\'s IPs','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12382,'en','userdetails.row_ip_history','IP History','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12383,'en','userdetails.text_user_earlier_used','This user has earlier used ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12384,'en','userdetails.text_different_ips',' different IP address','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12385,'en','userdetails.row_ip_address','IP Address','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12386,'en','userdetails.row_bt_client','BT Client','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12387,'en','userdetails.row_uploaded','Uploaded','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12388,'en','userdetails.row_downloaded','Downloaded','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12389,'en','userdetails.row_share_ratio','Share Ratio','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12390,'en','userdetails.row_internet_speed','Network Bandwidth','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12391,'en','userdetails.row_gender','Gender','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12392,'en','userdetails.row_donated','Donated','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12393,'en','userdetails.row_avatar','Avatar','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12394,'en','userdetails.row_class','Class','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12395,'en','userdetails.row_torrent_comment','Torrent&nbsp;comments','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12396,'en','userdetails.link_view_comments','View&nbsp;Comments','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12397,'en','userdetails.row_forum_posts','Forum&nbsp;posts','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12398,'en','userdetails.link_view_posts','View&nbsp;Posts','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12399,'en','userdetails.row_karma_points','Karma Points','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12400,'en','userdetails.row_uploaded_torrents','Uploaded&nbsp;Torrents','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12401,'en','userdetails.text_show_or_hide','[Show/Hide]','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12402,'en','userdetails.row_current_seeding','Current Seeding','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12403,'en','userdetails.row_current_leeching','Current Leeching','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12404,'en','userdetails.row_completed_torrents','Completed Torrents','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12405,'en','userdetails.row_incomplete_torrents','Incomplete Torrents','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12406,'en','userdetails.text_public_access_denied','Sorry, public access denied by ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12407,'en','userdetails.text_user_wants_privacy','. He(She) wants to protect personal details.','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12408,'en','userdetails.text_edit_user','Edit User','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12409,'en','userdetails.row_title','Title','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12410,'en','userdetails.row_privacy_level','Privacy Level','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12411,'en','userdetails.radio_low','Low','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12412,'en','userdetails.radio_normal','Normal','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12413,'en','userdetails.radio_strong','Strong','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12414,'en','userdetails.row_avatar_url','Avatar&nbsp;URL','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12415,'en','userdetails.row_signature','Signature','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12416,'en','userdetails.row_donor_status','Donor&nbsp;Status','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12417,'en','userdetails.row_donor','Donor','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12418,'en','userdetails.radio_yes','Yes','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12419,'en','userdetails.radio_no','No','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12420,'en','userdetails.row_support','Support','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12421,'en','userdetails.row_support_language','Support Language','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12422,'en','userdetails.row_support_for','Support for','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12423,'en','userdetails.row_comment','Comment','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12424,'en','userdetails.row_seeding_karma','Bonus','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12425,'en','userdetails.row_warning_system','Warning&nbsp;System<br /><br />(Bad behavior)','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12426,'en','userdetails.text_not_warned','Not warned.','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12427,'en','userdetails.text_arbitrary_duration','(Arbitrary duration)','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12428,'en','userdetails.text_until','Until ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12429,'en','userdetails.text_to_go',' to go','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12430,'en','userdetails.text_warn_for','Warn for ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12431,'en','userdetails.text_week','Week','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12432,'en','userdetails.text_weeks','Weeks','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12433,'en','userdetails.text_unlimited','Unlimited','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12434,'en','userdetails.text_reason_of_warning','Reason of warning','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12435,'en','userdetails.text_times_warned','Times Warned','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12436,'en','userdetails.text_last_warning','Last Warning','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12437,'en','userdetails.text_not_warned_note','This user hasn\'t been warned yet','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12438,'en','userdetails.row_auto_warning','Auto-Warning','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12439,'en','userdetails.text_low_ratio','Low Ratio','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12440,'en','userdetails.text_leech_warned','Leech Warned!','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12441,'en','userdetails.text_for_unlimited_time','For UNLIMITED time...','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12442,'en','userdetails.row_movie_picker','Picker','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12443,'en','userdetails.row_enabled','Enabled','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12444,'en','userdetails.row_forum_post_possible','Forum Post possible?','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12445,'en','userdetails.row_upload_possible','Upload possible?','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12446,'en','userdetails.row_download_possible','Download possible?','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12447,'en','userdetails.row_change_username','Change Username','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12448,'en','userdetails.row_change_email','Change E-mail','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12449,'en','userdetails.row_change_password','Change Password','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12450,'en','userdetails.row_repeat_password','Repeat Password','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12451,'en','userdetails.row_amount_uploaded','Amount Uploaded','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12452,'en','userdetails.row_amount_downloaded','Amount Downloaded','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12453,'en','userdetails.row_passkey','Passkey','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12454,'en','userdetails.checkbox_reset_passkey',' Reset passkey','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12455,'en','userdetails.submit_okay','Okay','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12456,'en','userdetails.text_delete_user','Delete User','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12457,'en','userdetails.submit_delete','Delete','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12458,'en','userdetails.text_ago',' ago','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12459,'en','userdetails.title_show_or_hide','Show/Hide','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12460,'en','userdetails.title_download','Download: ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12461,'en','userdetails.title_upload','Upload: ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12462,'en','userdetails.title_male','Male','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12463,'en','userdetails.title_female','Female','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12464,'en','userdetails.title_not_available','N/A','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12465,'en','userdetails.title_send_pm','Send&nbsp;PM','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12466,'en','userdetails.title_report_user','Report&nbsp;User','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12467,'en','userdetails.text_free','Free','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12468,'en','userdetails.text_two_times_up','2X','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12469,'en','userdetails.text_free_two_times_up','2X Free','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12470,'en','userdetails.text_half_down','50%','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12471,'en','userdetails.text_by','by ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12472,'en','userdetails.text_by_system','by System','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12473,'en','userdetails.text_transaction_memo','Transaction Memo:','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12474,'en','userdetails.row_pick_for','Pick..','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12475,'en','userdetails.row_staff_duties','Staff Duties/VIP Reason','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12476,'en','userdetails.row_transfer','Transfers','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12477,'en','userdetails.row_sltime','Torrenting Time','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12478,'en','userdetails.text_seeding_leeching_time_ratio','Se./Le. Time Ratio','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12479,'en','userdetails.text_seeding_time','Seeding Time','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12480,'en','userdetails.text_leeching_time','Leeching Time','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12481,'en','userdetails.text_since','Since: ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12482,'en','userdetails.row_compatibility','Taste&nbsp;Compatibility','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12483,'en','userdetails.text_unknown','Unknown','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12484,'en','userdetails.text_super','Super','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12485,'en','userdetails.text_very_high','Very High','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12486,'en','userdetails.text_high','High','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12487,'en','userdetails.text_medium','Medium','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12488,'en','userdetails.text_low','Low','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12489,'en','userdetails.text_very_low','Very Low','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12490,'en','userdetails.row_invites','Invites','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12491,'en','userdetails.js_delete_user_note','You can now delete this users account, be VERY VERY sure.','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12492,'en','userdetails.std_sorry','Sorry','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12493,'en','userdetails.std_user_not_confirmed','The user has not been confirmed yet!','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12494,'en','userdetails.text_not_available','N/A','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12495,'en','userdetails.row_vip_by_bonus','VIP by bonus','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12496,'en','userdetails.text_vip_by_bonus_note','Whether the VIP status is gained by using bonus','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12497,'en','userdetails.row_vip_until','VIP until','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12498,'en','userdetails.text_vip_until_note','Time format is YYYY-MM-DD hh:mm:ss. The time until when the VIP status is valid. For this to work, \'VIP by bonus\' must be set to \'yes\'.','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12499,'en','userdetails.row_show_ad','Show Ad','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12500,'en','userdetails.row_no_ad_until','No Ad Until','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12501,'en','userdetails.text_no_ad_until_note','Time format is YYYY-MM-DD hh:mm:ss. The time until when the user can turn ads off.','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12502,'en','userhistory.std_error','Error','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12503,'en','userhistory.std_permission_denied','Permission denied','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12504,'en','userhistory.std_no_posts_found','No posts found','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12505,'en','userhistory.head_posts_history','Posts history','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12506,'en','userhistory.text_posts_history_for','Post history for ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12507,'en','userhistory.text_forum','<b>Forum:&nbsp;</b>','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12508,'en','userhistory.text_topic','<b>Topic:&nbsp;</b>','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12509,'en','userhistory.text_post','<b>Post:&nbsp;</b>','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12510,'en','userhistory.text_new','NEW!','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12511,'en','userhistory.text_last_edited','Last edited by ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12512,'en','userhistory.text_at',' at ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12513,'en','userhistory.std_no_comments_found','No comments found','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12514,'en','userhistory.head_comments_history','Comments history','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12515,'en','userhistory.text_comments_history_for','Comments history for ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12516,'en','userhistory.text_torrent','<b>Torrent:&nbsp;</b>','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12517,'en','userhistory.text_comment','<b>Comment:&nbsp;','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12518,'en','userhistory.std_history_error','History Error','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12519,'en','userhistory.std_unkown_action','Unknown action','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12520,'en','userhistory.std_invalid_or_no_query','Invalid or no query.','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12521,'en','users.head_users','Users','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12522,'en','users.text_users','<h1>Users</h1>','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12523,'en','users.text_search','Search:','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12524,'en','users.select_any_class','(any class)','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12525,'en','users.submit_okay','Okay','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12526,'en','users.text_prev','Prev','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12527,'en','users.text_next','Next','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12528,'en','users.col_user_name','User name','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12529,'en','users.col_registered','Registered','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12530,'en','users.col_last_access','Last access','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12531,'en','users.col_class','Class','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12532,'en','users.col_country','Country','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12533,'en','users.select_any_country','(any country)','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12534,'en','viewfilelist.col_path','Path','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12535,'en','viewnfo.std_puke','Puke','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12536,'en','viewnfo.head_view_nfo','View NFO File','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12537,'en','viewnfo.text_nfo_for','NFO for','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12538,'en','viewnfo.title_dos_vy','','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12539,'en','viewnfo.text_dos_vy','DOS-vy','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12540,'en','viewnfo.title_windows_vy','Latin-1: Inget socker tack!','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12541,'en','viewnfo.text_windows_vy','Windows-vy','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12542,'en','viewpeerlist.col_user_ip','User','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12543,'en','viewpeerlist.col_location','Location','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12544,'en','viewpeerlist.col_connectable','Connectable','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12545,'en','viewpeerlist.col_uploaded','Uploaded','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12546,'en','viewpeerlist.col_rate','Rate','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12547,'en','viewpeerlist.col_av_rate','Av. Rate','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12548,'en','viewpeerlist.col_downloaded','Downloaded','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12549,'en','viewpeerlist.col_ratio','Ratio','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12550,'en','viewpeerlist.col_complete','Complete','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12551,'en','viewpeerlist.col_connected','Connected','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12552,'en','viewpeerlist.col_idle','Idle','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12553,'en','viewpeerlist.col_client','Client','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12554,'en','viewpeerlist.text_anonymous','Anonymous','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12555,'en','viewpeerlist.text_unknown','(unknown)','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12556,'en','viewpeerlist.text_seeders','Seeders','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12557,'en','viewpeerlist.text_leechers','Leechers','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12558,'en','viewpeerlist.row_seeders','Seeders','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12559,'en','viewpeerlist.row_leechers','Leechers','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12560,'en','viewpeerlist.text_yes','Yes','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12561,'en','viewpeerlist.text_no','No','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12562,'en','viewpeerlist.text_inf','Inf.','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12563,'en','viewsnatches.head_snatch_detail','Snatch Details','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12564,'en','viewsnatches.text_snatch_detail_for','Snatch Details for ','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12565,'en','viewsnatches.text_users_top_finished_recently','The users at the top finished the download most recently','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12566,'en','viewsnatches.col_username','Username','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12567,'en','viewsnatches.col_uploaded','Uploaded','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12568,'en','viewsnatches.col_downloaded','Downloaded','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12569,'en','viewsnatches.col_se_time','Se. Time','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12570,'en','viewsnatches.col_le_time','Le. Time','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12571,'en','viewsnatches.col_ratio','Ratio','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12572,'en','viewsnatches.col_when_completed','Completed At','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12573,'en','viewsnatches.col_last_action','Last Action','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12574,'en','viewsnatches.col_seeding','Seeding','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12575,'en','viewsnatches.col_pm_user','PM User','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12576,'en','viewsnatches.col_report_user','Report User','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12577,'en','viewsnatches.col_on_or_off','On/Off','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12578,'en','viewsnatches.text_global','Global','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12579,'en','viewsnatches.text_torrent','Torrent','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12580,'en','viewsnatches.text_yes','Yes','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12581,'en','viewsnatches.text_no','No','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12582,'en','viewsnatches.title_report','Report','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12583,'en','viewsnatches.col_ip','IP','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12584,'en','viewsnatches.text_per_second','/s','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12585,'en','viewsnatches.text_anonymous','anonymous','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12586,'en','viewsnatches.text_inf','Inf.','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12587,'en','viewsnatches.std_sorry','Sorry','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12588,'en','viewsnatches.std_no_snatched_users','No user has snatched this torrent yet.','2021-01-11 12:48:20','2021-01-11 12:48:20'),(12819,'en','i18n.internationalization_name','name','2021-01-11 13:50:02','2021-01-11 13:50:02'),(12820,'chs','i18n.internationalization_name','名称','2021-01-11 13:50:02','2021-01-11 13:50:02'),(12821,'cht','i18n.internationalization_name','名稱','2021-01-11 13:50:02','2021-01-11 13:50:02'),(12822,'en','i18n.internationalization_translation','Internationalization Translation','2021-01-11 13:52:15','2021-01-11 13:53:08'),(12823,'chs','i18n.internationalization_translation','翻译结果','2021-01-11 13:52:15','2021-01-11 13:53:08'),(12824,'cht','i18n.internationalization_translation','翻譯結果','2021-01-11 13:52:15','2021-01-11 13:53:08'),(12828,'en','i18n.internationalization_form_save_btn','Save','2021-01-11 13:55:57','2021-01-11 14:12:50'),(12829,'chs','i18n.internationalization_form_save_btn','保存','2021-01-11 13:55:57','2021-01-11 14:12:52'),(12830,'cht','i18n.internationalization_form_save_btn','保存','2021-01-11 13:55:57','2021-01-11 14:12:58'),(12831,'en','i18n.internationalization_form_submit','Save Internationalization','2021-01-11 14:10:05','2021-01-11 14:10:05'),(12832,'chs','i18n.internationalization_form_submit','保存国际化翻译','2021-01-11 14:10:05','2021-01-11 14:10:05'),(12833,'cht','i18n.internationalization_form_submit','保存國際化翻譯','2021-01-11 14:10:05','2021-01-11 14:10:05'),(12834,'en','i18n.std_message','Message','2021-01-11 14:27:26','2021-01-11 14:27:26'),(12835,'chs','i18n.std_message','信息','2021-01-11 14:27:26','2021-01-11 14:27:26'),(12836,'cht','i18n.std_message','信息','2021-01-11 14:27:26','2021-01-11 14:27:26'),(12837,'en','i18n.std_click','Click','2021-01-11 14:28:53','2021-01-11 14:28:53'),(12838,'chs','i18n.std_click','点击','2021-01-11 14:28:53','2021-01-11 14:28:53'),(12839,'cht','i18n.std_click','點擊','2021-01-11 14:28:53','2021-01-11 14:28:53'),(12840,'en','i18n.std_here','Here','2021-01-11 14:29:57','2021-01-11 14:29:57'),(12841,'chs','i18n.std_here','这里','2021-01-11 14:29:57','2021-01-11 14:29:57'),(12842,'cht','i18n.std_here','這裏','2021-01-11 14:29:57','2021-01-11 14:29:57'),(12843,'en','i18n.std_to_go_back','to go back','2021-01-11 14:31:12','2021-01-11 14:31:12'),(12844,'chs','i18n.std_to_go_back','返回。','2021-01-11 14:31:12','2021-01-11 14:31:12'),(12845,'cht','i18n.std_to_go_back','返回。','2021-01-11 14:31:12','2021-01-11 14:31:12'),(12846,'en','saas','Saas','2021-01-11 14:32:13','2021-01-11 14:32:13'),(12847,'chs','saas','dddd','2021-01-11 14:32:13','2021-01-11 14:32:13'),(12848,'cht','saas','ssss','2021-01-11 14:32:13','2021-01-11 14:32:13'),(12849,'en','settings.row_redis_host','Redis Host','2021-01-11 14:53:10','2021-01-11 14:53:10'),(12850,'chs','settings.row_redis_host','Redis 主机','2021-01-11 14:53:10','2021-01-11 14:53:10'),(12851,'cht','settings.row_redis_host','Redis 主機','2021-01-11 14:53:10','2021-01-11 14:53:10'),(12852,'en','settings.text_row_redis_host_note','Please enter your redis host','2021-01-11 14:55:05','2021-01-11 14:55:05'),(12853,'chs','settings.text_row_redis_host_note','请填写你的 Redis 主机','2021-01-11 14:55:05','2021-01-11 15:19:03'),(12854,'cht','settings.text_row_redis_host_note','請填寫妳的 Redis 主機','2021-01-11 14:55:05','2021-01-11 15:19:22'),(12855,'en','settings.row_redis_port','Redis port','2021-01-11 15:12:17','2021-01-11 15:14:22'),(12856,'chs','settings.row_redis_port','Redis 端口','2021-01-11 15:12:17','2021-01-11 15:15:34'),(12857,'cht','settings.row_redis_port','Redis 端口','2021-01-11 15:12:17','2021-01-11 15:15:28'),(12858,'en','settings.text_row_redis_port_note','Please enter your redis port','2021-01-11 15:13:27','2021-01-11 15:13:27'),(12859,'chs','settings.text_row_redis_port_note','请填写你的 Redis 端口','2021-01-11 15:13:27','2021-01-11 15:15:26'),(12860,'cht','settings.text_row_redis_port_note','請填寫妳的 Redis 端口','2021-01-11 15:13:27','2021-01-11 15:15:22'),(12867,'en','settings.row_redis_database','Redis database','2021-01-11 15:26:03','2021-01-11 15:26:03'),(12868,'chs','settings.row_redis_database','Redis 数据库','2021-01-11 15:26:03','2021-01-11 15:26:03'),(12869,'cht','settings.row_redis_database','Redis 數據庫','2021-01-11 15:26:03','2021-01-11 15:26:03'),(12870,'en','settings.text_row_redis_database','Please enter your redis database','2021-01-11 15:28:31','2021-01-11 15:28:31'),(12871,'chs','settings.text_row_redis_database','请填写你的 Redis 数据库','2021-01-11 15:28:31','2021-01-11 15:42:14'),(12872,'cht','settings.text_row_redis_database','請填寫妳的 Redis 數據庫','2021-01-11 15:28:31','2021-01-11 15:42:06'),(12873,'en','settings.row_display_errors','Display errors','2021-01-11 19:52:29','2021-01-11 19:52:29'),(12874,'chs','settings.row_display_errors','显示错误','2021-01-11 19:52:29','2021-01-11 19:52:29'),(12875,'cht','settings.row_display_errors','顯示錯誤','2021-01-11 19:52:29','2021-01-11 19:52:29'),(12876,'en','settings.text_display_errors_note','Display errors message on page','2021-01-11 19:53:50','2021-01-11 19:53:50'),(12877,'chs','settings.text_display_errors_note','在网页上展示错误信息','2021-01-11 19:53:50','2021-01-11 19:53:50'),(12878,'cht','settings.text_display_errors_note','在網頁上展示錯誤信息','2021-01-11 19:53:50','2021-01-11 19:53:50'),(12879,'en','settings.row_logging','Runtime log path','2021-01-11 20:02:36','2021-01-11 20:02:36'),(12880,'chs','settings.row_logging','运行日志路径','2021-01-11 20:02:36','2021-01-11 20:02:36'),(12881,'cht','settings.row_logging','運行日誌路徑','2021-01-11 20:02:36','2021-01-11 20:02:36'),(12882,'en','settings.text_logging_note','Please enter your runtime log path','2021-01-11 20:04:00','2021-01-11 20:04:00'),(12883,'chs','settings.text_logging_note','请填写你的运行时日志路径','2021-01-11 20:04:00','2021-01-11 20:04:00'),(12884,'cht','settings.text_logging_note','請填寫妳的運行時日誌路徑','2021-01-11 20:04:00','2021-01-11 20:04:00'),(12885,'en','settings.row_use_cron_trigger_cleanup','Use cron trigger cleanup','2021-01-11 21:25:40','2021-01-11 21:25:40'),(12886,'chs','settings.row_use_cron_trigger_cleanup','使用定时器进行清理','2021-01-11 21:25:40','2021-01-11 21:25:40'),(12887,'cht','settings.row_use_cron_trigger_cleanup','使用定時器進行清理','2021-01-11 21:25:40','2021-01-11 21:25:40'),(12888,'en','settings.text_use_cron_trigger_cleanup_note','Make sure have configure crontab job','2021-01-11 21:27:37','2021-01-11 21:27:37'),(12889,'chs','settings.text_use_cron_trigger_cleanup_note','确保已经配置好定时任务','2021-01-11 21:27:37','2021-01-11 21:27:37'),(12890,'cht','settings.text_use_cron_trigger_cleanup_note','確保已經配置好定時任務','2021-01-11 21:27:37','2021-01-11 21:27:37');
/*!40000 ALTER TABLE `i18n` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `invites`
--
DROP TABLE IF EXISTS `invites`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `invites` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`inviter` mediumint(8) unsigned NOT NULL DEFAULT '0',
`invitee` varchar(80) NOT NULL DEFAULT '',
`hash` char(32) NOT NULL,
`time_invited` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `hash` (`hash`(3))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `invites`
--
LOCK TABLES `invites` WRITE;
/*!40000 ALTER TABLE `invites` DISABLE KEYS */;
/*!40000 ALTER TABLE `invites` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `iplog`
--
DROP TABLE IF EXISTS `iplog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iplog` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`ip` varchar(64) NOT NULL,
`userid` mediumint(8) unsigned NOT NULL,
`access` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `userid` (`userid`)
) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `iplog`
--
LOCK TABLES `iplog` WRITE;
/*!40000 ALTER TABLE `iplog` DISABLE KEYS */;
INSERT INTO `iplog` VALUES (1,'103.40.249.178',2,'2020-12-28 02:27:01'),(2,'103.40.249.178',2,'2020-12-28 02:27:01'),(3,'120.229.99.56',2,'2020-12-28 12:51:18'),(4,'223.74.101.40',2,'2020-12-28 14:29:35'),(5,'120.229.99.56',2,'2020-12-28 14:30:47'),(6,'120.229.99.56',2,'2020-12-28 14:30:47'),(7,'120.229.33.157',2,'2020-12-28 14:38:59'),(8,'120.229.99.56',2,'2020-12-28 15:00:41'),(9,'120.229.33.126',2,'2020-12-28 18:19:23'),(10,'120.229.99.56',2,'2020-12-28 18:21:58'),(11,'103.40.249.178',2,'2020-12-28 19:46:59'),(12,'120.229.33.89',2,'2020-12-29 06:45:00'),(13,'103.40.249.178',2,'2020-12-29 18:37:26'),(14,'120.229.33.89',2,'2020-12-30 05:06:42'),(15,'120.229.99.193',2,'2020-12-30 15:45:04'),(16,'103.40.249.178',2,'2021-01-01 07:07:20'),(17,'120.229.99.227',2,'2021-01-04 13:11:35'),(18,'103.40.249.178',2,'2021-01-04 18:00:12'),(19,'120.229.99.227',2,'2021-01-05 11:44:51'),(20,'120.229.99.227',3,'2021-01-05 16:20:36'),(21,'120.229.33.96',3,'2021-01-05 16:21:22'),(22,'120.229.99.227',3,'2021-01-05 16:28:16'),(23,'103.40.249.178',3,'2021-01-05 17:10:38'),(24,'103.40.249.178',2,'2021-01-05 17:28:15'),(25,'120.229.33.91',2,'2021-01-07 13:13:16'),(26,'103.40.249.178',2,'2021-01-07 18:22:10'),(27,'120.229.33.91',2,'2021-01-08 12:33:49'),(28,'103.40.249.178',2,'2021-01-08 18:20:26'),(29,'120.229.99.184',2,'2021-01-09 11:38:18'),(30,'223.74.101.7',2,'2021-01-09 15:13:48'),(31,'103.40.249.178',2,'2021-01-10 18:22:42'),(32,'223.74.101.7',2,'2021-01-11 14:00:06'),(33,'103.40.249.178',2,'2021-01-11 16:54:54'),(34,'103.40.249.178',2,'2021-01-11 16:54:54'),(35,'103.40.249.178',2,'2021-01-11 16:54:54'),(36,'103.40.249.178',2,'2021-01-11 16:54:54'),(37,'103.40.249.178',2,'2021-01-11 16:54:54'),(38,'103.40.249.178',2,'2021-01-11 16:54:54'),(39,'103.40.249.178',2,'2021-01-11 16:54:54'),(40,'103.40.249.178',2,'2021-01-11 16:54:54'),(41,'103.40.249.178',2,'2021-01-11 16:54:54'),(42,'103.40.249.178',2,'2021-01-11 16:54:54'),(43,'223.73.210.185',2,'2021-01-12 13:49:25'),(44,'103.40.249.178',2,'2021-01-12 17:53:52'),(45,'120.229.99.248',2,'2021-01-13 05:02:43'),(46,'120.229.99.248',2,'2021-01-14 12:23:18'),(47,'103.40.249.178',2,'2021-01-14 14:10:42'),(48,'120.229.33.100',2,'2021-01-15 14:11:32'),(49,'103.40.249.178',2,'2021-01-17 17:40:36'),(50,'120.229.33.248',2,'2021-01-18 11:42:09'),(51,'103.40.249.178',2,'2021-01-18 16:53:07'),(52,'120.229.33.248',2,'2021-01-19 11:44:03'),(53,'103.40.249.178',2,'2021-01-19 15:37:52'),(54,'45.79.106.194',2,'2021-01-20 09:40:19'),(55,'120.229.33.248',2,'2021-01-20 16:03:52'),(56,'45.79.106.194',2,'2021-01-20 16:06:35'),(57,'223.74.101.56',2,'2021-01-20 16:40:07'),(58,'45.79.106.194',2,'2021-01-20 16:47:31'),(59,'101.37.90.118',2,'2021-01-20 17:11:51'),(60,'120.229.33.248',2,'2021-01-20 17:13:30'),(61,'120.229.33.236',2,'2021-01-20 18:04:35'),(62,'45.79.106.194',2,'2021-01-20 18:11:18'),(63,'103.40.249.178',2,'2021-01-20 18:13:07'),(64,'116.62.176.31',2,'2021-01-21 02:43:13');
/*!40000 ALTER TABLE `iplog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `isp`
--
DROP TABLE IF EXISTS `isp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `isp` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `isp`
--
LOCK TABLES `isp` WRITE;
/*!40000 ALTER TABLE `isp` DISABLE KEYS */;
INSERT INTO `isp` VALUES (1,'中国电信'),(2,'中国网通'),(3,'中国铁通'),(4,'中国移动'),(5,'中国联通'),(6,'中国教育网'),(20,'Other');
/*!40000 ALTER TABLE `isp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `language`
--
DROP TABLE IF EXISTS `language`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `language` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`lang_name` varchar(50) NOT NULL,
`flagpic` varchar(255) NOT NULL DEFAULT '',
`sub_lang` tinyint(3) unsigned NOT NULL DEFAULT '1',
`rule_lang` tinyint(3) unsigned NOT NULL DEFAULT '0',
`site_lang` tinyint(3) unsigned NOT NULL DEFAULT '0',
`site_lang_folder` varchar(255) NOT NULL DEFAULT '',
`trans_state` enum('up-to-date','outdate','incomplete','need-new','unavailable') NOT NULL DEFAULT 'unavailable',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `language`
--
LOCK TABLES `language` WRITE;
/*!40000 ALTER TABLE `language` DISABLE KEYS */;
INSERT INTO `language` VALUES (1,'Bulgarian','bulgaria.gif',1,0,0,'','unavailable'),(2,'Croatian','croatia.gif',1,0,0,'','unavailable'),(3,'Czech','czechrep.gif',1,0,0,'','unavailable'),(4,'Danish','denmark.gif',1,0,0,'','unavailable'),(5,'Dutch','netherlands.gif',1,0,0,'','unavailable'),(6,'English','uk.gif',1,1,1,'en','up-to-date'),(7,'Estonian','estonia.gif',1,0,0,'','unavailable'),(8,'Finnish','finland.gif',1,0,0,'','unavailable'),(9,'French','france.gif',1,0,0,'','unavailable'),(10,'German','germany.gif',1,0,0,'','unavailable'),(11,'Greek','greece.gif',1,0,0,'','unavailable'),(12,'Hebrew','israel.gif',1,0,0,'','unavailable'),(13,'Hungarian','hungary.gif',1,0,0,'','unavailable'),(14,'Italian','italy.gif',1,0,0,'','unavailable'),(15,'日本語','japan.gif',1,0,0,'','unavailable'),(16,'한국어','southkorea.gif',1,0,0,'ko','unavailable'),(17,'Norwegian','norway.gif',1,0,0,'','unavailable'),(18,'Other','jollyroger.gif',1,0,0,'','unavailable'),(19,'Polish','poland.gif',1,0,0,'','unavailable'),(20,'Portuguese','portugal.gif',1,0,0,'','unavailable'),(21,'Romanian','romania.gif',1,0,0,'','unavailable'),(22,'Russian','russia.gif',1,0,0,'','unavailable'),(23,'Serbian','serbia.gif',1,0,0,'','unavailable'),(24,'Slovak','slovakia.gif',1,0,0,'','unavailable'),(25,'简体中文','china.gif',1,1,1,'chs','up-to-date'),(26,'Spanish','spain.gif',1,0,0,'','unavailable'),(27,'Swedish','sweden.gif',1,0,0,'','unavailable'),(28,'繁體中文','hongkong.gif',1,1,1,'cht','up-to-date'),(29,'Turkish','turkey.gif',1,0,0,'','unavailable'),(30,'Slovenian','slovenia.gif',1,0,0,'','unavailable'),(31,'Thai','thailand.gif',1,0,0,'th','unavailable');
/*!40000 ALTER TABLE `language` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `links`
--
DROP TABLE IF EXISTS `links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `links` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(30) NOT NULL,
`url` varchar(255) NOT NULL,
`title` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `links`
--
LOCK TABLES `links` WRITE;
/*!40000 ALTER TABLE `links` DISABLE KEYS */;
/*!40000 ALTER TABLE `links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `locations`
--
DROP TABLE IF EXISTS `locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `locations` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL,
`location_main` varchar(200) NOT NULL,
`location_sub` varchar(200) NOT NULL,
`flagpic` varchar(50) DEFAULT NULL,
`start_ip` varchar(20) NOT NULL,
`end_ip` varchar(20) NOT NULL,
`theory_upspeed` int(10) unsigned NOT NULL DEFAULT '10',
`practical_upspeed` int(10) unsigned NOT NULL DEFAULT '10',
`theory_downspeed` int(10) unsigned NOT NULL DEFAULT '10',
`practical_downspeed` int(10) unsigned NOT NULL DEFAULT '10',
`hit` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `locations`
--
LOCK TABLES `locations` WRITE;
/*!40000 ALTER TABLE `locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `loginattempts`
--
DROP TABLE IF EXISTS `loginattempts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `loginattempts` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`ip` varchar(64) NOT NULL DEFAULT '',
`added` datetime DEFAULT NULL,
`banned` enum('yes','no') NOT NULL DEFAULT 'no',
`attempts` smallint(5) unsigned NOT NULL DEFAULT '0',
`type` enum('login','recover') NOT NULL DEFAULT 'login',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `loginattempts`
--
LOCK TABLES `loginattempts` WRITE;
/*!40000 ALTER TABLE `loginattempts` DISABLE KEYS */;
/*!40000 ALTER TABLE `loginattempts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `media`
--
DROP TABLE IF EXISTS `media`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `media` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(30) NOT NULL,
`sort_index` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `media`
--
LOCK TABLES `media` WRITE;
/*!40000 ALTER TABLE `media` DISABLE KEYS */;
INSERT INTO `media` VALUES (1,'Blu-ray',0),(2,'HD DVD',1),(4,'MiniBD',4),(5,'HDTV',5),(6,'DVDR',6),(7,'Encode',3),(3,'Remux',2),(8,'CD',7),(9,'Track',9);
/*!40000 ALTER TABLE `media` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `messages`
--
DROP TABLE IF EXISTS `messages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `messages` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`sender` mediumint(8) unsigned NOT NULL DEFAULT '0',
`receiver` mediumint(8) unsigned NOT NULL DEFAULT '0',
`added` datetime DEFAULT NULL,
`subject` varchar(128) NOT NULL DEFAULT '',
`msg` text,
`unread` enum('yes','no') NOT NULL DEFAULT 'yes',
`location` smallint(6) NOT NULL DEFAULT '1',
`saved` enum('no','yes') NOT NULL DEFAULT 'no',
PRIMARY KEY (`id`),
KEY `receiver` (`receiver`),
KEY `sender` (`sender`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `messages`
--
LOCK TABLES `messages` WRITE;
/*!40000 ALTER TABLE `messages` DISABLE KEYS */;
INSERT INTO `messages` VALUES (1,0,2,'2020-12-28 02:27:01','欢迎来到NexusPHP!','祝贺你,\'xioamlove\'\n\n你已成为NexusPHP的一员\n我们真诚地欢迎你的加入\n\n请务必先阅读[url=rules.php][b]规则[/b][/url],提问前请自行参考[url=faq.php][b]常见问题[/b][/url],有空也请到[url=forums.php][b]论坛[/b][/url]看看。 \n\n祝你愉快。\nNexusPHP管理组','no',1,'no'),(2,0,3,'2021-01-05 16:20:36','欢迎来到NexusPHP!','祝贺你,\'tt\'\n\n你已成为NexusPHP的一员\n我们真诚地欢迎你的加入\n\n请务必先阅读[url=rules.php][b]规则[/b][/url],提问前请自行参考[url=faq.php][b]常见问题[/b][/url],有空也请到[url=forums.php][b]论坛[/b][/url]看看。 \n\n祝你愉快。\nNexusPHP管理组','no',1,'no');
/*!40000 ALTER TABLE `messages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `modpanel`
--
DROP TABLE IF EXISTS `modpanel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `modpanel` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(128) NOT NULL DEFAULT '',
`url` varchar(255) NOT NULL DEFAULT '',
`info` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1020 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `modpanel`
--
LOCK TABLES `modpanel` WRITE;
/*!40000 ALTER TABLE `modpanel` DISABLE KEYS */;
INSERT INTO `modpanel` VALUES (1,'Abnormal Upload Speed Detector','cheaters.php','See cheaters'),(2,'Duplicate IP Check','ipcheck.php','Check for Duplicate IP Users'),(3,'All Clients (currently)','allagents.php','Show All Clients (currently downloading/uploading/seeding)'),(4,'Ad management','admanage.php','Manage ads at your site'),(5,'Uploaders','uploaders.php','See uploaders stats'),(6,'Stats','stats.php','Tracker Stats'),(7,'IP Test','testip.php','Test if IP is banned'),(8,'Add Bonus Points','amountbonus.php','Add Bonus Points to one or All Users.'),(9,'Clear cache','clearcache.php','Clear cache of memcached');
/*!40000 ALTER TABLE `modpanel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `news`
--
DROP TABLE IF EXISTS `news`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `news` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`added` datetime DEFAULT NULL,
`body` text,
`title` varchar(255) NOT NULL DEFAULT '',
`notify` enum('yes','no') NOT NULL DEFAULT 'no',
PRIMARY KEY (`id`),
KEY `added` (`added`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `news`
--
LOCK TABLES `news` WRITE;
/*!40000 ALTER TABLE `news` DISABLE KEYS */;
INSERT INTO `news` VALUES (3,2,'2020-12-29 17:46:32','[attach]a1d98328417f4bb9580bfe9d069b9fa7[/attach] [em17] ','咋回事,首页看不到?','no'),(2,2,'2020-12-29 17:37:24','测试新闻 [em2] \r\n0006666','来了,这是新闻','no');
/*!40000 ALTER TABLE `news` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `offers`
--
DROP TABLE IF EXISTS `offers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `offers` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`name` varchar(225) NOT NULL,
`descr` text,
`added` datetime DEFAULT NULL,
`allowedtime` datetime DEFAULT NULL,
`yeah` smallint(5) unsigned NOT NULL DEFAULT '0',
`against` smallint(5) unsigned NOT NULL DEFAULT '0',
`category` smallint(5) unsigned NOT NULL DEFAULT '0',
`comments` mediumint(8) unsigned NOT NULL DEFAULT '0',
`allowed` enum('allowed','pending','denied') NOT NULL DEFAULT 'pending',
PRIMARY KEY (`id`),
KEY `userid` (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `offers`
--
LOCK TABLES `offers` WRITE;
/*!40000 ALTER TABLE `offers` DISABLE KEYS */;
/*!40000 ALTER TABLE `offers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `offervotes`
--
DROP TABLE IF EXISTS `offervotes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `offervotes` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`offerid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`vote` enum('yeah','against') NOT NULL DEFAULT 'yeah',
PRIMARY KEY (`id`),
KEY `userid` (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `offervotes`
--
LOCK TABLES `offervotes` WRITE;
/*!40000 ALTER TABLE `offervotes` DISABLE KEYS */;
/*!40000 ALTER TABLE `offervotes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `overforums`
--
DROP TABLE IF EXISTS `overforums`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `overforums` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(60) NOT NULL,
`description` varchar(255) NOT NULL DEFAULT '',
`minclassview` tinyint(3) unsigned NOT NULL DEFAULT '0',
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `overforums`
--
LOCK TABLES `overforums` WRITE;
/*!40000 ALTER TABLE `overforums` DISABLE KEYS */;
INSERT INTO `overforums` VALUES (4,'深圳','',16,0),(3,'程序更新','',16,0);
/*!40000 ALTER TABLE `overforums` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `peers`
--
DROP TABLE IF EXISTS `peers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `peers` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`torrent` mediumint(8) unsigned NOT NULL DEFAULT '0',
`peer_id` binary(20) NOT NULL,
`ip` varchar(64) NOT NULL DEFAULT '',
`port` smallint(5) unsigned NOT NULL DEFAULT '0',
`uploaded` bigint(20) unsigned NOT NULL DEFAULT '0',
`downloaded` bigint(20) unsigned NOT NULL DEFAULT '0',
`to_go` bigint(20) unsigned NOT NULL DEFAULT '0',
`seeder` enum('yes','no') NOT NULL DEFAULT 'no',
`started` datetime DEFAULT NULL,
`last_action` datetime DEFAULT NULL,
`prev_action` datetime DEFAULT NULL,
`connectable` enum('yes','no') NOT NULL DEFAULT 'yes',
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`agent` varchar(60) NOT NULL DEFAULT '',
`finishedat` int(10) unsigned NOT NULL DEFAULT '0',
`downloadoffset` bigint(20) unsigned NOT NULL DEFAULT '0',
`uploadoffset` bigint(20) unsigned NOT NULL DEFAULT '0',
`passkey` char(32) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `userid` (`userid`),
KEY `torrent` (`torrent`)
) ENGINE=MEMORY AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `peers`
--
LOCK TABLES `peers` WRITE;
/*!40000 ALTER TABLE `peers` DISABLE KEYS */;
INSERT INTO `peers` VALUES (6,4,'-UT355W-<1C>!<21>/<2F><><8D>\<5C>l(','103.40.249.178',44617,0,0,0,'yes','2021-01-20 02:10:23','2021-01-20 17:59:49','2021-01-20 17:29:49','no',3,'uTorrent/355(111915804)(45852)',0,0,0,'4071d164e38408cde796ce1b0e4a42e2'),(7,4,'-UT355W-<2D><>U:P<>\<5C>4^x+<2B>','120.229.33.248',33376,0,0,130596609,'no','2021-01-20 15:52:00','2021-01-20 17:55:25','2021-01-20 17:44:46','no',2,'uTorrent/355(111915183)(45231)',0,0,0,'102875e936dbd8ec3f1a7569b3096ee4');
/*!40000 ALTER TABLE `peers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pmboxes`
--
DROP TABLE IF EXISTS `pmboxes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `pmboxes` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`userid` mediumint(8) unsigned NOT NULL,
`boxnumber` tinyint(3) unsigned NOT NULL DEFAULT '2',
`name` varchar(15) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `pmboxes`
--
LOCK TABLES `pmboxes` WRITE;
/*!40000 ALTER TABLE `pmboxes` DISABLE KEYS */;
/*!40000 ALTER TABLE `pmboxes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pollanswers`
--
DROP TABLE IF EXISTS `pollanswers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `pollanswers` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`pollid` mediumint(8) unsigned NOT NULL,
`userid` mediumint(8) unsigned NOT NULL,
`selection` tinyint(3) unsigned NOT NULL,
PRIMARY KEY (`id`),
KEY `pollid` (`pollid`),
KEY `selection` (`selection`),
KEY `userid` (`userid`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `pollanswers`
--
LOCK TABLES `pollanswers` WRITE;
/*!40000 ALTER TABLE `pollanswers` DISABLE KEYS */;
INSERT INTO `pollanswers` VALUES (3,4,2,255),(4,5,2,1),(5,6,2,1),(6,6,3,1);
/*!40000 ALTER TABLE `pollanswers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `polls`
--
DROP TABLE IF EXISTS `polls`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `polls` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`added` datetime DEFAULT NULL,
`question` varchar(255) NOT NULL DEFAULT '',
`option0` varchar(40) NOT NULL DEFAULT '',
`option1` varchar(40) NOT NULL DEFAULT '',
`option2` varchar(40) NOT NULL DEFAULT '',
`option3` varchar(40) NOT NULL DEFAULT '',
`option4` varchar(40) NOT NULL DEFAULT '',
`option5` varchar(40) NOT NULL DEFAULT '',
`option6` varchar(40) NOT NULL DEFAULT '',
`option7` varchar(40) NOT NULL DEFAULT '',
`option8` varchar(40) NOT NULL DEFAULT '',
`option9` varchar(40) NOT NULL DEFAULT '',
`option10` varchar(40) NOT NULL DEFAULT '',
`option11` varchar(40) NOT NULL DEFAULT '',
`option12` varchar(40) NOT NULL DEFAULT '',
`option13` varchar(40) NOT NULL DEFAULT '',
`option14` varchar(40) NOT NULL DEFAULT '',
`option15` varchar(40) NOT NULL DEFAULT '',
`option16` varchar(40) NOT NULL DEFAULT '',
`option17` varchar(40) NOT NULL DEFAULT '',
`option18` varchar(40) NOT NULL DEFAULT '',
`option19` varchar(40) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `polls`
--
LOCK TABLES `polls` WRITE;
/*!40000 ALTER TABLE `polls` DISABLE KEYS */;
INSERT INTO `polls` VALUES (4,'2021-01-14 06:13:13','来吧,展示','111','222','','','','','','','','','','','','','','','','','',''),(5,'2021-01-14 06:14:20','来吧展示3','3333','4444','','','','','','','','','','','','','','','','','',''),(6,'2021-01-14 06:24:19','来吧展示4','666','7777','','','','','','','','','','','','','','','','','','');
/*!40000 ALTER TABLE `polls` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `posts`
--
DROP TABLE IF EXISTS `posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `posts` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`topicid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`added` datetime DEFAULT NULL,
`body` text,
`ori_body` text,
`editedby` mediumint(8) unsigned NOT NULL DEFAULT '0',
`editdate` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `userid` (`userid`),
KEY `topicid_id` (`topicid`,`id`),
KEY `added` (`added`),
FULLTEXT KEY `body` (`body`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `posts`
--
LOCK TABLES `posts` WRITE;
/*!40000 ALTER TABLE `posts` DISABLE KEYS */;
INSERT INTO `posts` VALUES (1,1,2,'2020-12-28 18:24:59','9999\r\n [em17]','[em17]',2,'2020-12-28 18:28:57'),(2,1,2,'2020-12-28 18:31:57','共他,范特西萨克森','共他,范特西萨克森',0,'0000-00-00 00:00:00'),(3,1,2,'2020-12-28 18:32:45','共他,范特西萨克森','共他,范特西萨克森',0,'0000-00-00 00:00:00'),(4,1,2,'2020-12-29 02:27:35','来了老夔','来了老夔',0,'0000-00-00 00:00:00'),(5,1,2,'2020-12-29 02:27:49','[quote=xioamlove]来了老夔[/quote]\r\n你说你最爱梅香','[quote=xioamlove]来了老夔[/quote]\r\n你说你最爱梅香',2,'2021-01-04 12:43:42'),(6,1,2,'2021-01-04 12:13:03','好,威武','好,威武',0,'0000-00-00 00:00:00');
/*!40000 ALTER TABLE `posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `processings`
--
DROP TABLE IF EXISTS `processings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `processings` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(30) NOT NULL,
`sort_index` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `processings`
--
LOCK TABLES `processings` WRITE;
/*!40000 ALTER TABLE `processings` DISABLE KEYS */;
INSERT INTO `processings` VALUES (1,'Raw',0),(2,'Encode',0);
/*!40000 ALTER TABLE `processings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `prolinkclicks`
--
DROP TABLE IF EXISTS `prolinkclicks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prolinkclicks` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`ip` varchar(64) NOT NULL DEFAULT '',
`added` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `prolinkclicks`
--
LOCK TABLES `prolinkclicks` WRITE;
/*!40000 ALTER TABLE `prolinkclicks` DISABLE KEYS */;
/*!40000 ALTER TABLE `prolinkclicks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `readposts`
--
DROP TABLE IF EXISTS `readposts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `readposts` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`topicid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`lastpostread` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `topicid` (`topicid`),
KEY `userid` (`userid`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `readposts`
--
LOCK TABLES `readposts` WRITE;
/*!40000 ALTER TABLE `readposts` DISABLE KEYS */;
INSERT INTO `readposts` VALUES (2,2,1,6);
/*!40000 ALTER TABLE `readposts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `regimages`
--
DROP TABLE IF EXISTS `regimages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `regimages` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`imagehash` varchar(32) NOT NULL DEFAULT '',
`imagestring` varchar(8) NOT NULL DEFAULT '',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=64 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `regimages`
--
LOCK TABLES `regimages` WRITE;
/*!40000 ALTER TABLE `regimages` DISABLE KEYS */;
INSERT INTO `regimages` VALUES (1,'268a514faade39182a305d5fc3315ba0','AC4FCF',1610279077),(2,'b81730e02c7375b6526a2f5b16a6009f','RR1DE1',1610452389),(7,'90c4fccb32a808158cc94dfdee08e7c3','BF1EBP',1611050249),(8,'c0a98955b8bf79998afb5e6c51bb5d41','D43CR7',1611050255),(9,'2a65de38ac9624574eceb985d7707489','3F5C2F',1611050345),(20,'ba0545b13acba58e2485f450be8af940','4M3DE7',1611089178),(12,'86fe8f04f17dee1edc8ca48a696d386e','F3CF8G',1611050976),(21,'0582812100b2bc13138d29d7e34379fc','C5PRFE',1611116621),(22,'39951acd97a3cad2901ea89a19acd81a','N679FN',1611116629),(23,'e55b3f2e3221d65767ffa22aa72cf011','9A6FG8',1611172906),(24,'b2a9eb51000afc5b44794f3d829f3a28','48392F',1611173567),(25,'796b2356b113469078e3f8f6f9eb397e','H3BMG7',1611173801),(26,'e9e61e303cdb37d1b8d47cf16e839aa0','7N4BMH',1611173861),(27,'7b9cf2ac0ea57f5b1c33e04de29335cb','29MMBB',1611173874),(28,'a3ec3375ee1e99b7a8881f00db9c43f8','MFN9AC',1611174067),(29,'8a42bd84c7d04f7dbbb5e8f84a70fd15','M5EEG7',1611174073),(30,'8efcd0a52515ebd0e36415c03dca5ce6','63C88M',1611174120),(31,'dfbd707bb999eb8b4bd782d37fed7972','M76HHG',1611175956),(32,'b325264256886d5ec7066d65c0b51444','2DD1BR',1611176178),(33,'7faa62d904c823f8d30ab9d7071eccce','E26DGR',1611179251),(34,'f76fa269b5aa9abf6c873237bfa9fe44','GGG57A',1611179378),(35,'b3a94474d75138d8fff9f1115e7656de','17PP9F',1611179382),(36,'d98d7493ddc0df33bc79eff7709ad1fc','CBCHB3',1611179446),(37,'c43e4b88cb5504d5e96cdf6e05bbbc72','645HGM',1611179448),(38,'c2842883401378365ef051b12c3de277','78D78P',1611179450),(39,'d219a882cbdff407ec90cad5c90fb2d5','PEEG99',1611179452),(40,'f35a5e14c57299b3743104cbe02b23ff','M6DPNP',1611179652),(41,'2a8457bd53787b93797f66dc897fe965','D2RD29',1611179658),(42,'90d48d0c886a20980a4b6702a28fc4a7','1GNN55',1611179669),(43,'d47c828f135302c14ee2329cf7225085','HP8B85',1611179678),(44,'01f2c4a8dfcd6d536647959abbcaffa2','HNPNFB',1611179715),(45,'976bee3cc0422ad81914d0650c2e11d8','A87PN3',1611180406),(46,'14cff40d06ae73f868b5db831c34b22e','G789G8',1611180665),(47,'debf3e58d46ec59ae07926f6278c3939','HF38HH',1611180672),(49,'c32aa94a94d4e87ad5c22f1dc03e96c9','BC2RPF',1611198305),(50,'a0e6aef5ce6d5cd612ac0b903fb8887a','M49DF8',1611198317),(51,'92dfa666831d979156f485eb33c958cf','6NAR35',1611198323),(52,'8676fbad43c9e9140d5655ede6dae7ef','PAABRB',1611198348),(53,'cff43fccc0ac44b45fd78ea7bef07256','585CBH',1611198349),(54,'920a88841b680e714e05aac8853ad914','73EABF',1611198385),(55,'7bcb85e93f3ab45090454700b410135f','D2159D',1611198440),(56,'015d05b0ea53793ffd0d7e2c1e034e77','F6AGG3',1611198446),(57,'c1350250bee73013e0520d7e9ab6bc2f','F9P293',1611198447),(58,'289b67c2df409f64a9ab9ebe2d57c8e6','B9DR97',1611198456),(59,'932e55453a6aeb56d5fa557c58609fe7','RPFNAB',1611198635),(60,'c944e238754fd7b2da8239e663fe4eb0','M9C679',1611198642),(61,'4cf34922529fb04d95fc534fb053591a','G33C3P',1611199997),(62,'7f2f2963f4dec0cc2b18883e328a29a2','44R4B3',1611200174),(63,'2f485dd1c16de5274d1ee0591e6de38d','152DA6',1611200181);
/*!40000 ALTER TABLE `regimages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `reports`
--
DROP TABLE IF EXISTS `reports`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `reports` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`addedby` mediumint(8) unsigned NOT NULL DEFAULT '0',
`added` datetime DEFAULT NULL,
`reportid` int(10) unsigned NOT NULL DEFAULT '0',
`type` enum('torrent','user','offer','request','post','comment','subtitle') NOT NULL DEFAULT 'torrent',
`reason` varchar(255) NOT NULL DEFAULT '',
`dealtby` mediumint(8) unsigned NOT NULL DEFAULT '0',
`dealtwith` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `reports`
--
LOCK TABLES `reports` WRITE;
/*!40000 ALTER TABLE `reports` DISABLE KEYS */;
/*!40000 ALTER TABLE `reports` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rules`
--
DROP TABLE IF EXISTS `rules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rules` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`lang_id` smallint(5) unsigned NOT NULL DEFAULT '6',
`title` varchar(255) NOT NULL,
`text` text,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=56 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rules`
--
LOCK TABLES `rules` WRITE;
/*!40000 ALTER TABLE `rules` DISABLE KEYS */;
INSERT INTO `rules` VALUES (1,25,'总则 - <font class=striking>不遵守这些将导致帐号被封!</font>','[*]请不要做管理员明文禁止的事情。\r\n[*]不允许发送垃圾信息。\r\n[*]账号保留规则:\r\n 1.[b]Veteran User[/b]及以上等级用户会永远保留;\r\n 2.[b]Elite User[/b]及以上等级用户封存账号(在[url=usercp.php?action=personal]控制面板[/url])后不会被删除帐号;\r\n 3.封存账号的用户连续400天不登录将被删除帐号\r\n 4.未封存账号的用户连续150天不登录将被删除帐号\r\n 5.没有流量的用户(即上传/下载数据都为0连续100天不登录将被删除帐号。\r\n[*]一切作弊的帐号会被封,请勿心存侥幸。\r\n[*]注册多个[site]账号的用户将被禁止。\r\n[*]不要把本站的种子文件上传到其他Tracker(具体请看[url=faq.php#38][b]常见问题[/b][/url])\r\n[*]第一次在论坛或服务器中的捣乱行为会受到警告,第二次您将永远无缘[site] 。'),(2,25,'下载规则 - <font class=striking>违规将会失去下载权限!</font>','[*]过低的分享率会导致严重的后果,包括禁止帐号。详见[url=faq.php#22]常见问题[/url]。\r\n[*]种子促销规则:\r\n [*]随机促销(种子上传后系统自动随机设为促销):\r\n [*]10%的概率成为“[color=#7c7ff6][b]50%下载[/b][/color]”;\r\n [*]5%的概率成为“[color=#f0cc00][b]免费[/b][/color]”;\r\n [*]5%的概率成为“[color=#aaaaaa][b]2x上传[/b][/color]”;\r\n [*]3%的概率成为“[color=#7ad6ea][b]50%下载&2x上传[/b][/color]”;\r\n [*]1%的概率成为“[color=#99cc66][b]免费&2x上传[/b][/color]”。\r\n [*]文件总体积大于20GB的种子将自动成为“[color=#f0cc00][b]免费[/b][/color]”。\r\n [*]Blu-ray Disk, HD DVD原盘将成为“[color=#f0cc00][b]免费[/b][/color]”。\r\n [*]电视剧等每季的第一集将成为“[color=#f0cc00][b]免费[/b][/color]”。\r\n [*]关注度高的种子将被设置为促销(由管理员定夺)。\r\n [*]促销时限:\r\n [*]除了“[color=#aaaaaa][b]2x上传[/b][/color]”以外其余类型的促销限时7天自种子发布时起\r\n [*]“[color=#aaaaaa][b]2x上传[/b][/color]”无时限。\r\n [*]所有种子在发布1个月后将自动永久成为“[color=#aaaaaa][b]2x上传[/b][/color]”。 \r\n [*]我们也将不定期开启全站[color=#f0cc00][b]免费[/b][/color],届时尽情狂欢吧~:mml: :mml: :mml:\r\n[*]你只能使用允许的BT客户端下载本站资源。详见[url=faq.php#29]常见问题[/url]。'),(4,25,'论坛总则 - <font class=striking>请遵循以下的守则,违规会受到警告!</font>','[*]禁止攻击、挑动他人的言辞。\r\n[*]禁止恶意灌水或发布垃圾信息。请勿在论坛非Water Jar版块发布无意义主题或回复如纯表情等。\r\n[*]不要为了获取魔力值而大肆灌水。\r\n[*]禁止在标题或正文使用脏话。\r\n[*]不要讨论禁忌、政治敏感或当地法律禁止的话题。\r\n[*]禁止任何基于种族、国家、民族、肤色、宗教、性别、年龄、性取向、身体或精神障碍的歧视性言辞。违规将导致账号永久性禁用。\r\n[*]禁止挖坟(所有挖坟帖都要被删掉)。\r\n[*]禁止重复发帖。\r\n[*]请确保问题发布在相对应的板块。\r\n[*]365天无新回复的主题将被系统自动锁定.\r\n'),(6,25,'头像使用规定 - <font class=striking>请尽量遵守以下规则</font>','[*]允许的格式为.gif .jpg 和.png。\r\n[*]图片大小不能超过150KB为了统一系统会调整头像宽度到150像素大小浏览器会把图片调整成合适的大小小图片将被拉伸而过大的图片只会浪费带宽和CPU) 。\r\n[*]请不要使用可能引起别人反感的图片,包括色情、宗教、血腥的动物/人类、宣扬某种意识形态的图片。如果你不确定某张图片是否合适,请站短管理员。'),(3,25,'上传规则 - <font class=striking> 谨记: 违规的种子将不经提醒而直接删除 </font>','请遵守规则。如果你对规则有任何不清楚或不理解的地方,请[url=contactstaff.php]咨询管理组[/url]。[b]管理组保留裁决的权力。[/b]\r\n\r\n[b]上传总则[/b]\r\n [*]上传者必须对上传的文件拥有合法的传播权。\r\n [*]上传者必须保证上传速度与做种时间。如果在其他人完成前撤种或做种时间不足24小时或者故意低速上传上传者将会被警告甚至取消上传权限。\r\n [*]对于自己发布的种子,发布者将获得双倍的上传量。\r\n [*]如果你有一些违规但却有价值的资源,请将详细情况[url=contactstaff.php]告知管理组[/url],我们可能破例允许其发布。\r\n\r\n[b]上传者资格[/b]\r\n [*]任何人都能发布资源。\r\n [*]不过,有些用户需要先在[url=offers.php]候选区[/url]提交候选。详见常见问题中的[url=faq.php#22]相关说明[/url]。\r\n [*]对于游戏类资源,只有[color=#DC143C][b]上传员[/b][/color]及以上等级的用户,或者是管理组特别指定的用户,才能自由上传。其他用户必须先在[url=offers.php]候选区[/url]提交候选。\r\n\r\n[b]允许的资源和文件:[/b]\r\n [*]高清HD视频包括\r\n [*]完整高清媒介如蓝光Blu-ray原碟、HD DVD原碟等或remux\r\n [*]HDTV流媒体\r\n [*]来源于上述媒介的高清重编码至少为720p标准\r\n [*]其他高清视频如高清DV\r\n [*]标清SD视频只能是\r\n [*]来源于高清媒介的标清重编码至少为480p标准\r\n [*]DVDR/DVDISO\r\n [*]DVDRip、CNDVDRip\r\n [*]无损音轨及相应cue表单如FLAC、Monkey\'s Audio等\r\n [*]5.1声道或以上标准的电影音轨、音乐音轨DTS、DTSCD镜像等评论音轨\r\n [*]PC游戏必须为原版光盘镜像\r\n [*]7日内发布的高清预告片\r\n [*]与高清相关的软件和文档。\r\n\r\n[b]不允许的资源和文件:[/b]\r\n [*]总体积小于100MB的资源\r\n [*]标清视频upscale或部分upscale而成的视频文件\r\n [*]属于标清级别但质量较差的视频文件包括CAM、TC、TS、SCR、DVDSCR、R5、R5.Line、HalfCD等\r\n [*]RealVideo编码的视频通常封装于RMVB或RM、flv文件\r\n [*]单独的样片(样片请和正片一起上传);\r\n [*]未达到5.1声道标准的有损音频文件如常见的有损MP3、有损WMA等\r\n [*]无正确cue表单的多轨音频文件\r\n [*]硬盘版、高压版的游戏资源非官方制作的游戏镜像第三方mod小游戏合集单独的游戏破解或补丁\r\n [*]RAR等压缩文件\r\n [*]重复dupe的资源判定规则见下文\r\n [*]涉及禁忌或敏感内容(如色情、敏感政治话题等)的资源;\r\n [*]损坏的文件,指在读取或回放过程中出现错误的文件;\r\n [*]垃圾文件,如病毒、木马、网站链接、广告文档、种子中包含的种子文件等,或无关文件。\r\n\r\n[b]重复dupe判定规则质量重于数量[/b]\r\n [*]视频资源按来源媒介确定优先级主要为Blu-ray/HD DVD > HDTV > DVD > TV。同一视频高优先级版本将使低优先级版本被判定为重复。\r\n [*]同一视频的高清版本将使标清版本被判定为重复。\r\n [*]对于动漫类视频资源HDTV版本和DVD版本有相同的优先级这是一个特例。\r\n [*]来源于相同媒介,相同分辨率水平的高清视频重编码\r\n [*]参考“[url=forums.php?action=viewtopic&forumid=6&topicid=1520]Scene & Internal, from Group to Quality-Degree. ONLY FOR HD-resources[/url]”按发布组确定优先级;\r\n [*]高优先级发布组发布的版本将使低优先级或相同优先级发布组发布的其他版本被判定为重复;\r\n [*]但是总会保留一个当前最佳画质的来源经重编码而成的DVD5大小即4.38 GB左右的版本\r\n [*]基于无损截图对比,高质量版本将使低质量版本被视为重复。\r\n [*]来自其他区域,包含不同配音和/或字幕的blu-ray/HD DVD原盘版本不被视为重复版本。\r\n [*]每个无损音轨资源原则上只保留一个版本其余不同格式的版本将被视为重复。分轨FLAC格式有最高的优先级。\r\n [*]对于站内已有的资源,\r\n [*]如果新版本没有旧版本中已确认的错误/画质问题,或新版本的来源有更好的质量,新版本允许发布且旧版本将被视为重复;\r\n [*]如果旧版本已经连续断种45日以上或已经发布18个月以上发布新版本将不受重复判定规则约束。\r\n [*]新版本发布后,旧的、重复的版本将被保留,直至断种。\r\n\r\n[b]资源打包规则(试行)[/b]\r\n 原则上只允许以下资源打包:\r\n [*]按套装售卖的高清电影合集(如[i]The Ultimate Matrix Collection Blu-ray Box[/i]\r\n [*]整季的电视剧/综艺节目/动漫;\r\n [*]同一专题的纪录片;\r\n [*]7日内的高清预告片\r\n [*]同一艺术家的MV\r\n [*]标清MV只允许按DVD打包且不允许单曲MV单独发布\r\n [*]分辨率相同的高清MV\r\n [*]同一艺术家的音乐\r\n [*]5张或5张以上专辑方可打包发布\r\n [*]两年内发售的专辑可以单独发布;\r\n [*]打包时应剔除站内已有的资源,或者将它们都包括进来;\r\n [*]分卷发售的动漫剧集、角色歌、广播剧等;\r\n [*]发布组打包发布的资源。\r\n 打包发布的视频资源必须来源于相同类型的媒介如蓝光原碟有相同的分辨率水平如720p编码格式一致如x264但预告片例外。对于电影合集发布组也必须统一。打包发布的音频资源必须编码格式一致如全部为分轨FLAC。打包发布后将视情况删除相应单独的种子。\r\n 如果你对资源打包有任何不明确的地方,请[url=contactstaff.php]咨询管理组[/url]。管理组保留资源打包相关问题的解释权和处理权。\r\n\r\n[b]例外[/b]\r\n [*]允许发布来源于TV或是DSR的体育类的标清视频。\r\n [*]允许发布小于100MB的高清相关软件和文档。\r\n [*]允许发布小于100MB的单曲专辑。\r\n [*]允许发布2.0声道或以上标准的国语/粤语音轨。\r\n [*]允许在发布的资源中附带字幕、游戏破解与补丁、字体、包装等的扫描图。上述几种文件必须统一打包或统一不打包。\r\n [*]允许在发布音轨时附带附赠DVD的相关文件。\r\n\r\n[b]种子信息[/b]\r\n 所有种子都应该有描述性的标题,必要的介绍以及其他信息。以下是一份简明的规范,完整的、详尽的规范请参阅“[url=forums.php?action=viewtopic&topicid=3438&page=0#56711]种子信息填写规范与指导[/url]”。\r\n [*]标题\r\n [*]电影:[i][中文名] 名称 [年份] [剪辑版本] [发布说明] 分辨率 来源 [音频/]视频编码-发布组名称[/i]\r\n 例:[i]蝙蝠侠:黑暗骑士 The Dark Knight 2008 PROPER 720p BluRay x264-SiNNERS[/i]\r\n [*]电视剧:[i][中文名] 名称 [年份] S**E** [发布说明] 分辨率 来源 [音频/]视频编码-发布组名称[/i]\r\n 例:[i]越狱 Prison Break S04E01 PROPER 720p HDTV x264-CTU[/i]\r\n [*]音轨:[i][中文艺术家名 - 中文专辑名] 艺术家名 - 专辑名 [年份] [版本] [发布说明] 音频编码[-发布组名称][/i]\r\n 例:[i]恩雅 - 冬季降临 Enya - And Winter Came 2008 FLAC[/i]\r\n [*]游戏:[i][中文名] 名称 [年份] [版本] [发布说明][-发布组名称][/i]\r\n 例:[i]红色警戒3:起义时刻 Command And Conquer Red Alert 3 Uprising-RELOADED[/i]\r\n [*]副标题\r\n [*]不要包含广告或求种/续种请求。\r\n [*]外部信息\r\n [*]电影和电视剧必须包含外部信息链接如IMDb连接地址如果存在的话。\r\n [*]简介\r\n [*]NFO图请写入NFO文件而不是粘贴到简介里。\r\n [*]电影、电视剧、动漫:\r\n [*]必须包含海报、横幅或BD/HDDVD/DVD封面如果存在的话 \r\n [*]请尽可能包含画面截图或其缩略图和链接;\r\n [*]请尽可能包含文件的详细情况,包括格式、时长、编码、码率、分辨率、语言、字幕等;\r\n [*]请尽可能包含演职员名单以及剧情概要。\r\n [*]体育节目:\r\n [*]请勿在文字介绍或截图/文件名/文件大小/时长中泄漏比赛结果。\r\n [*]音乐:\r\n [*]必须包含专辑封面和曲目列表(如果存在的话);\r\n [*]PC游戏\r\n [*]必须包含海报或BD/HDDVD/DVD封面如果存在的话\r\n [*]请尽可能包含画面截图或其缩略图和链接。\r\n [*]杂项\r\n [*]请正确选择资源的类型和质量信息。\r\n [*]注意事项\r\n [*]管理员会根据规范对种子信息进行编辑。\r\n [*]请勿改变或去除管理员对种子信息作出的修改(但上传者可以修正一些错误)。\r\n [*]种子信息不符合规范的种子可能会被删除,视种子信息的规范程度而定。\r\n [*]如果资源的原始发布信息基本符合规范,请尽量使用原始发布信息。\r\n'),(8,25,'管理守则 - <font class=striking>请慎用你的权限!</font>','[*]最重要的一条:慎用你手中的权限!\r\n[*]对于违规行为不要怕说“不”!\r\n[*]不要公开和其他管理员冲突,一切通过私下沟通解决。\r\n[*]不要太绝情,给违规者一个改过的机会。\r\n[*]不要试图“打预防针”,等到人们犯错了再去纠正。\r\n[*]尝试去改正一个不适当的帖而不是简单的关闭它。\r\n[*]多尝试移动帖子到适合的版面而不是简单地锁帖。\r\n[*]当处理版聊帖的时候要宽容适度。\r\n[*]锁帖的时候请给予简单的操作理由。\r\n[*]在屏蔽某个用户前请先站短通知他/她, 如果有所积极回应可以考虑再给2周观察期。\r\n[*]不要禁用一个注册尚未满4周的帐户。\r\n[*]永远记得以理服人。'),(12,28,'下載規則 - <font class=striking>違規將會失去下載權限!</font> ','[*]過低的分享率會導致嚴重的后果,包括禁止帳號。詳見[url=faq.php#22]常見問題[/url]。\r\n[*]種子促銷規則:\r\n [*]隨機促銷(種子上傳後系統自動隨機設為促銷):\r\n [*]10%的概率成為“[color=#7c7ff6][b]50%下載[/b][/color]”;\r\n [*]5%的概率成為“[color=#f0cc00][b]免費[/b][/color]”;\r\n [*]5%的概率成為“[color=#aaaaaa][b]2x上傳[/b][/color]”;\r\n [*]3%的概率成為“[color=#7ad6ea][b]50%下載&2x上傳[/b][/color]”;\r\n [*]1%的概率成為“[color=#99cc66][b]免費&2x上傳[/b][/color]”。\r\n [*]檔總體積大於20GB的種子將自動成為“[color=#f0cc00][b]免費[/b][/color]”。\r\n [*]Blu-ray Disk, HD DVD原盤將成為“[color=#f0cc00][b]免費[/b][/color]”。\r\n [*]電視劇等每季的第一集將成為“[color=#f0cc00][b]免費[/b][/color]”。\r\n [*]關注度高的種子將被設置為促銷(由管理員定奪)。\r\n [*]促銷時限:\r\n [*]除了“[color=#aaaaaa][b]2x上傳[/b][/color]”以外其餘類型的促銷限時7天自種子發佈時起\r\n [*]“[color=#aaaaaa][b]2x上傳[/b][/color]”無時限。\r\n [*]所有種子在發佈1個月後將自動永久成為“[color=#aaaaaa][b]2x上傳[/b][/color]”。 \r\n [*]我們也將不定期開啟全站[color=#f0cc00][b]免費[/b][/color],屆時盡情狂歡吧~:mml: :mml: :mml:\r\n[*]你只能使用允許的BT客戶端下載本站資源。詳見[url=faq.php#29]常見問題[/url]。'),(14,28,'論壇總則 - <font class=striking>請遵循以下的守則,違規會受到警告!</font> ','[*]禁止攻擊、挑動他人的言辭。\r\n[*]禁止惡意灌水或發布垃圾信息。請勿在論壇非Water Jar版塊發布無意義主題或回復如純表情等。\r\n[*]不要為了獲取魔力值而大肆灌水。\r\n[*]禁止在標題或正文使用臟話。\r\n[*]不要討論禁忌、政治敏感或當地法律禁止的話題。\r\n[*]禁止任何基于種族、國家、民族、膚色、宗教、性別、年齡、性取向、身體或精神障礙的歧視性言辭。違規將導致賬號永久性禁用。\r\n[*]禁止挖墳(所有挖墳帖都要被刪掉)。\r\n[*]禁止重復發帖。\r\n[*]請確保問題發布在相對應的板塊。\r\n[*]365天無新回復的主題將被系統自動鎖定。'),(5,25,'评论总则 - <font class=striking>永远尊重上传者!</font>','[*]无论如何,请尊重上传者!\r\n[*]所有论坛发帖的规则同样适用于评论。\r\n[*]如果你没有下载的意向,请不要随便发表否定性的评论。'),(16,28,'頭像使用規定 - <font class=striking>請盡量遵守以下規則</font> ','[*]允許的格式為.gif .jpg 和.png。\r\n[*]圖片大小不能超過150KB為了統一系統會調整頭像寬度到150像素大小瀏覽器會把圖片調整成合適的大小小圖片將被拉伸而過大的圖片只會浪費帶寬和CPU) 。\r\n[*]請不要使用可能引起別人反感的圖片,包括色情、宗教、血腥的動物/人類、宣揚某種意識形態的圖片。如果你不確定某張圖片是否合適,請站短管理員。\r\n'),(7,25,'趣味盒规则 - <font class=striking>在娱乐中赚分</font>','[*]任何用户都可在趣味盒中投放笑话、趣图、搞笑视频、Flash等有趣的内容除了色情、禁忌、政治敏感和当地法律禁止的内容。\r\n[*]正常情况下一条趣味内容在发布24小时后过期。然而如果获得的投票数超过20且其中“有趣”的比例低于25%,趣味内容将提前过期。\r\n[*]新的趣味内容[b]只有[/b]在旧的内容过期后才能提交。\r\n[*]若趣味内容被多数用户投票认为有趣,其发布者将得到以下奖励:\r\n [*]票数超过25其中认为“有趣”比例超过50%发布者得到5个魔力值。\r\n [*]票数超过50其中认为“有趣”比例超过50%发布者得到另外的5个魔力值。\r\n [*]票数超过100其中认为“有趣”比例超过50%发布者得到另外的5个魔力值。\r\n [*]票数超过200其中认为“有趣”比例超过50%发布者得到另外的5个魔力值。\r\n [*]票数超过25其中认为“有趣”比例超过75%发布者得到10个魔力值。\r\n [*]票数超过50其中认为“有趣”比例超过75%发布者得到另外的10个魔力值。\r\n [*]票数超过100其中认为“有趣”比例超过75%发布者得到另外的10个魔力值。\r\n [*]票数超过200其中认为“有趣”比例超过75%发布者得到另外的10个魔力值。'),(11,28,'總則 - <font class=striking>不遵守這些將導致帳號被封!</font> ','[*]請不要做管理員明文禁止的事情。\r\n[*]不允許發送垃圾信息。\r\n[*]賬號保留規則:\r\n 1.[b]Veteran User[/b]及以上等級用戶會永遠保留;\r\n 2.[b]Elite User[/b]及以上等級用戶封存賬號(在[url=usercp.php?action=personal]控制面板[/url])后不會被刪除帳號;\r\n 3.封存賬號的用戶連續400天不登錄將被刪除帳號\r\n 4.未封存賬號的用戶連續150天不登錄將被刪除帳號\r\n 5.沒有流量的用戶(即上傳/下載數據都為0連續100天不登錄將被刪除帳號。\r\n[*]一切作弊的帳號會被封,請勿心存僥幸。\r\n[*]注冊多個[site]賬號的用戶將匾被禁止。\r\n[*]不要把本站的種子文件上傳到其他Tracker(具體請看 [url=faq.php#38][b]常見問題[/b][/url])\r\n[*]第一次在論壇或服務器中的搗亂行為會受到警告,第二次您將永遠無緣[site] 。'),(13,28,'上傳規則 - <font class=striking> 謹記: 違規的種子將不經提醒而直接刪除 </font> ','請遵守規則。如果你對規則有任何不清楚或不理解的地方,請[url=contactstaff.php]諮詢管理組[/url]。[b]管理組保留裁決的權力。[/b]\r\n\r\n[b]上傳總則[/b]\r\n [*]上傳者必須對上傳的檔擁有合法的傳播權。\r\n [*]上傳者必須保證上傳速度與做種時間。如果在其他人完成前撤種或做種時間不足24小時或者故意低速上傳上傳者將會被警告甚至取消上傳許可權。\r\n [*]對於自己發佈的種子,發佈者將獲得雙倍的上傳量。\r\n [*]如果你有一些違規但卻有價值的資源,請將詳細情況[url=contactstaff.php]告知管理組[/url],我們可能破例允許其發佈。\r\n\r\n[b]上傳者資格[/b]\r\n [*]任何人都能發佈資源。\r\n [*]不過,有些使用者需要先在[url=offers.php]候選區[/url]提交候選。詳見常見問題中的[url=faq.php#22]相關說明[/url]。\r\n [*]對於遊戲類資源,只有[color=#DC143C][b]上傳員[/b][/color]及以上等級的使用者,或者是管理組特別指定的用戶,才能自由上傳。其他用戶必須先在[url=offers.php]候選區[/url]提交候選。\r\n\r\n[b]允許的資源和檔:[/b]\r\n [*]高清HD視頻包括\r\n [*]完整高清媒介如藍光Blu-ray原碟、HD DVD原碟等或remux\r\n [*]HDTV流媒體\r\n [*]來源於上述媒介的高清重編碼至少為720p標準\r\n [*]其他高清視頻如高清DV\r\n [*]標清SD視頻只能是\r\n [*]來源於高清媒介的標清重編碼至少為480p標準\r\n [*]DVDR/DVDISO\r\n [*]DVDRip、CNDVDRip\r\n [*]無損音軌及相應cue表單如FLAC、Monkey\'s Audio等\r\n [*]5.1聲道或以上標準的電影音軌、音樂音軌DTS、DTSCD鏡像等評論音軌\r\n [*]PC遊戲必須為原版光碟鏡像\r\n [*]7日內發佈的高清預告片\r\n [*]與高清相關的軟體和文檔。\r\n\r\n[b]不允許的資源和檔:[/b]\r\n [*]總體積小於100MB的資源\r\n [*]標清視頻upscale或部分upscale而成的視頻檔\r\n [*]屬於標清級別但品質較差的視頻檔包括CAM、TC、TS、SCR、DVDSCR、R5、R5.Line、HalfCD等\r\n [*]RealVideo編碼的視頻通常封裝於RMVB或RM、flv檔\r\n [*]單獨的樣片(樣片請和正片一起上傳);\r\n [*]未達到5.1聲道標準的有損音訊檔如常見的有損MP3、有損WMA等\r\n [*]無正確cue表單的多軌音訊檔\r\n [*]硬碟版、高壓版的遊戲資源非官方製作的遊戲鏡像協力廠商mod小遊戲合集單獨的遊戲破解或補丁\r\n [*]RAR等壓縮檔\r\n [*]重複dupe的資源判定規則見下文\r\n [*]涉及禁忌或敏感內容(如色情、敏感政治話題等)的資源;\r\n [*]損壞的檔,指在讀取或重播過程中出現錯誤的檔;\r\n [*]垃圾檔,如病毒、木馬、網站連結、廣告文檔、種子中包含的種子檔等,或無關檔。\r\n\r\n[b]重複dupe判定規則品質重於數量[/b]\r\n [*]視頻資源按來源媒介確定優先順序主要為Blu-ray/HD DVD > HDTV > DVD > TV。同一視頻高優先順序版本將使低優先順序版本被判定為重複。\r\n [*]同一視頻的高清版本將使標清版本被判定為重複。\r\n [*]對於動漫類視頻資源HDTV版本和DVD版本有相同的優先順序這是一個特例。\r\n [*]來源於相同媒介,相同解析度水準的高清視頻重編碼\r\n [*]參考“[url=forums.php?action=viewtopic&forumid=6&topicid=1520]Scene & Internal, from Group to Quality-Degree. ONLY FOR HD-resources[/url]”按發佈組確定優先順序;\r\n [*]高優先順序發佈組發佈的版本將使低優先順序或相同優先順序發佈組發佈的其他版本被判定為重複;\r\n [*]但是總會保留一個當前最佳畫質的來源經重編碼而成的DVD5大小即4.38 GB左右的版本\r\n [*]基於無損截圖對比,高品質版本將使低品質版本被視為重複。\r\n [*]來自其他區域,包含不同配音和/或字幕的blu-ray/HD DVD原盤版本不被視為重複版本。\r\n [*]每個無損音軌資源原則上只保留一個版本其餘不同格式的版本將被視為重複。分軌FLAC格式有最高的優先順序。\r\n [*]對於站內已有的資源,\r\n [*]如果新版本沒有舊版本中已確認的錯誤/畫質問題,或新版本的來源有更好的品質,新版本允許發佈且舊版本將被視為重複;\r\n [*]如果舊版本已經連續斷種45日以上或已經發佈18個月以上發佈新版本將不受重複判定規則約束。\r\n [*]新版本發佈後,舊的、重複的版本將被保留,直至斷種。\r\n\r\n[b]資源打包規則(試行)[/b]\r\n 原則上只允許以下資源打包:\r\n [*]按套裝售賣的高清電影合集(如[i]The Ultimate Matrix Collection Blu-ray Box[/i]\r\n [*]整季的電視劇/綜藝節目/動漫;\r\n [*]同一專題的紀錄片;\r\n [*]7日內的高清預告片\r\n [*]同一藝術家的MV\r\n [*]標清MV只允許按DVD打包且不允許單曲MV單獨發佈\r\n [*]解析度相同的高清MV\r\n [*]同一藝術家的音樂\r\n [*]5張或5張以上專輯方可打包發佈\r\n [*]兩年內發售的專輯可以單獨發佈;\r\n [*]打包時應剔除站內已有的資源,或者將它們都包括進來;\r\n [*]分卷發售的動漫劇集、角色歌、廣播劇等;\r\n [*]發佈組打包發佈的資源。\r\n 打包發佈的視頻資源必須來源於相同類型的媒介如藍光原碟有相同的解析度水準如720p編碼格式一致如x264但預告片例外。對於電影合集發佈組也必須統一。打包發佈的音訊資源必須編碼格式一致如全部為分軌FLAC。打包發佈後將視情況刪除相應單獨的種子。\r\n 如果你對資源打包有任何不明確的地方,請[url=contactstaff.php]諮詢管理組[/url]。管理組保留資源打包相關問題的解釋權和處理權。\r\n\r\n[b]例外[/b]\r\n [*]允許發佈來源於TV或是DSR的體育類的標清視頻。\r\n [*]允許發佈小於100MB的高清相關軟體和文檔。\r\n [*]允許發佈小於100MB的單曲專輯。\r\n [*]允許發佈2.0聲道或以上標準的國語/粵語音軌。\r\n [*]允許在發佈的資源中附帶字幕、遊戲破解與補丁、字體、包裝等的掃描圖。上述幾種檔必須統一打包或統一不打包。\r\n [*]允許在發佈音軌時附帶附贈DVD的相關檔。\r\n\r\n[b]種子資訊[/b]\r\n 所有種子都應該有描述性的標題,必要的介紹以及其他資訊。以下是一份簡明的規範,完整的、詳盡的規範請參閱“[url=forums.php?action=viewtopic&topicid=3438&page=0#56711]種子資訊填寫規範與指導[/url]”。\r\n [*]標題\r\n [*]電影:[i][中文名] 名稱 [年份] [剪輯版本] [發佈說明] 解析度 來源 [音訊/]視頻編碼-發佈組名稱[/i]\r\n 例:[i]蝙蝠俠:黑暗騎士 The Dark Knight 2008 PROPER 720p BluRay x264-SiNNERS[/i]\r\n [*]電視劇:[i][中文名] 名稱 [年份] S**E** [發佈說明] 解析度 來源 [音訊/]視頻編碼-發佈組名稱[/i]\r\n 例:[i]越獄 Prison Break S04E01 PROPER 720p HDTV x264-CTU[/i]\r\n [*]音軌:[i][中文藝術家名 - 中文專輯名] 藝術家名 - 專輯名 [年份] [版本] [發佈說明] 音訊編碼[-發佈組名稱][/i]\r\n 例:[i]恩雅 - 冬季降臨 Enya - And Winter Came 2008 FLAC[/i]\r\n [*]遊戲:[i][中文名] 名稱 [年份] [版本] [發佈說明][-發佈組名稱][/i]\r\n 例:[i]紅色警戒3:起義時刻 Command And Conquer Red Alert 3 Uprising-RELOADED[/i]\r\n [*]副標題\r\n [*]不要包含廣告或求種/續種請求。\r\n [*]外部資訊\r\n [*]電影和電視劇必須包含外部資訊連結如IMDb連接位址如果存在的話。\r\n [*]簡介\r\n [*]NFO圖請寫入NFO檔而不是粘貼到簡介裡。\r\n [*]電影、電視劇、動漫:\r\n [*]必須包含海報、橫幅或BD/HDDVD/DVD封面如果存在的話 \r\n [*]請盡可能包含畫面截圖或其縮略圖和連結;\r\n [*]請盡可能包含檔的詳細情況,包括格式、時長、編碼、碼率、解析度、語言、字幕等;\r\n [*]請盡可能包含演職員名單以及劇情概要。\r\n [*]體育節目:\r\n [*]請勿在文字介紹或截圖/檔案名/檔大小/時長中洩漏比賽結果。\r\n [*]音樂:\r\n [*]必須包含專輯封面和曲目列表(如果存在的話);\r\n [*]PC遊戲\r\n [*]必須包含海報或BD/HDDVD/DVD封面如果存在的話\r\n [*]請盡可能包含畫面截圖或其縮略圖和連結。\r\n [*]雜項\r\n [*]請正確選擇資源的類型和品質資訊。\r\n [*]注意事項\r\n [*]管理員會根據規範對種子資訊進行編輯。\r\n [*]請勿改變或去除管理員對種子資訊作出的修改(但上傳者可以修正一些錯誤)。\r\n [*]種子資訊不符合規範的種子可能會被刪除,視種子資訊的規範程度而定。\r\n [*]如果資源的原始發佈資訊基本符合規範,請儘量使用原始發佈資訊。\r\n'),(18,28,'管理守則 - <font class=striking>請慎用你的權限!</font> ','[*]最重要的一條:慎用你手中的權限!\r\n[*]對于違規行為不要怕說“不”!\r\n[*]不要公開和其他管理員沖突,一切通過私下溝通解決。\r\n[*]不要太絕情,給違規者一個改過的機會。\r\n[*]不要試圖“打預防針”,等到人們犯錯了再去糾正。\r\n[*]嘗試去改正一個不適當的帖而不是簡單的關閉它。\r\n[*]多嘗試移動帖子到適合的版面而不是簡單地鎖帖。\r\n[*]當處理版聊帖的時候要寬容適度。\r\n[*]鎖帖的時候請給予簡單的操作理由。\r\n[*]在屏蔽某個用戶前請先站短通知他/她, 如果有所積極回應可以考慮再給2周觀察期。\r\n[*]不要禁用一個注冊尚未滿4周的帳戶。\r\n[*]永遠記得以理服人。\r\n'),(17,28,'趣味盒規則 - <font class=striking>在娛樂中賺分</font> ','[*]任何用戶都可在趣味盒中投放笑話、趣圖、搞笑視頻、Flash等有趣的內容除了色情、禁忌、政治敏感和當地法律禁止的內容。\r\n[*]正常情況下一條趣味內容在發布24小時后過期。然而如果獲得的投票數超過20且其中“有趣”的比例低于25%,趣味內容將提前過期。\r\n[*]新的趣味內容[b]只有[/b]在舊的內容過期后才能提交。\r\n[*]若趣味內容被多數用戶投票認為有趣,其發布者將得到以下獎勵:\r\n [*]票數超過25其中認為“有趣”比例超過50%發布者得到5個魔力值。\r\n [*]票數超過50其中認為“有趣”比例超過50%發布者得到另外的5個魔力值。\r\n [*]票數超過100其中認為“有趣”比例超過50%發布者得到另外的5個魔力值。\r\n [*]票數超過200其中認為“有趣”比例超過50%發布者得到另外的5個魔力值。\r\n [*]票數超過25其中認為“有趣”比例超過75%發布者得到10個魔力值。\r\n [*]票數超過50其中認為“有趣”比例超過75%發布者得到另外的10個魔力值。\r\n [*]票數超過100其中認為“有趣”比例超過75%發布者得到另外的10個魔力值。\r\n [*]票數超過200其中認為“有趣”比例超過75%發布者得到另外的10個魔力值。'),(21,6,'General rules - <font class=striking>Breaking these rules can and will get you banned!</font>','[*]Do not do things we forbid.\r\n[*]Do not spam.\r\n[*]Cherish your user account. Inactive accounts would be deleted based on the following rules:\r\n 1.[b]Veteran User[/b] or above would never be deleted.\r\n 2.[b]Elite User[/b] or above would never be deleted if packed (at [url=usercp.php?action=personal]User CP[/url]).\r\n 3.Packed accounts would be deleted if users have not logged in for more than 400 days in a row.\r\n 4.Unpacked accounts would be deleted if users have not logged in for more than 150 days in a row.\r\n 5.Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 100 days in a row.\r\n[*]User found cheating would be deleted. Don\'t take chances!\r\n[*]Possession of multiple [site] accounts will result in a ban!\r\n[*]Do not upload our torrents to other trackers! (See the [url=faq.php#38]FAQ[/url] for details.)\r\n[*]Disruptive behavior in the forums or on the server will result in a warning. You will only get [b]one[/b] warning! After that it\'s bye bye Kansas!'),(15,28,'評論總則 - <font class=striking>永遠尊重上傳者!</font> ','[*]無論如何,請尊重上傳者!\r\n[*]所有論壇發帖的規則同樣適用于評論。\r\n[*]如果你沒有下載的意向,請不要隨便發表否定性的評論。'),(25,6,'Commenting Guidelines - <font class=striking>Always respect uploaders no matter what!</font>','[*]Always respect uploaders no matter what!\r\n[*]All rules of forum posting apply to commenting, too.\r\n[*]Do not post negative comments about torrents that you don\'t plan to download.'),(27,6,'Funbox Rules - <font class=striking>Get bonus with fun!</font>','[*]Users can submit anything funny (e.g. stories, pictures, flash, video) except things that is pornographic, taboo, political sensitive or forbidden by local laws.\r\n[*]Normally a newly-submitted funbox item would be outdated after 24 hours. However, if there are 20 or more votes on a funbox item, among which votes for \'funny\' is less than 25%, the funbox item would be outdated ahead of its due time.\r\n[*]New funbox item can be submitted [b]only[/b] when the old one is outdated.\r\n[*]User, whose funbox item is voted as [b]funny[/b], would be rewarded based on the following rules:\r\n [*]More than 25 votes, among which votes for [i]funny[/i] exceed 50%. User gets 5 bonus.\r\n [*]More than 50 votes, among which votes for [i]funny[/i] exceed 50%. User gets another 5 bonus.\r\n [*]More than 100 votes, among which votes for [i]funny[/i] exceed 50%. User gets another 5 bonus.\r\n [*]More than 200 votes, among which votes for [i]funny[/i] exceed 50%. User gets another 5 bonus.\r\n [*]More than 25 votes, among which votes for [i]funny[/i] exceed 75%. User gets 10 bonus.\r\n [*]More than 50 votes, among which votes for [i]funny[/i] exceed 75%. User gets another 10 bonus.\r\n [*]More than 100 votes, among which votes for [i]funny[/i] exceed 75%. User gets another 10 bonus.\r\n [*]More than 200 votes, among which votes for [i]funny[/i] exceed 75%. User gets another 10 bonus.'),(22,6,'Downloading rules - <font class=striking>By not following these rules you will lose download privileges!</font>','[*]Low ratios may result in severe consequences, including banning accounts. See [url=faq.php#22]FAQ[/url].\r\n[*]Rules for torrent promotion:\r\n [*]Random promotion (torrents promoted randomly by system upon uploading):\r\n [*]10% chance becoming [color=#7c7ff6][b]50% Leech[/b][/color],\r\n [*]5% chance becoming [color=#f0cc00][b]Free Leech[/b][/color],\r\n [*]5% chance becoming [color=#aaaaaa][b]2X up[/b][/color],\r\n [*]3% chance becoming [color=#7ad6ea][b]50% Leech and 2X up[/b][/color],\r\n [*]1% chance becoming [color=#99cc66][b]Free Leech and 2X up[/b][/color].\r\n [*]Torrents larger than 20GB will automatically be [color=#f0cc00][b]Free Leech[/b][/color].\r\n [*]Raw Blu-ray, HD DVD Discs will be [color=#f0cc00][b]Free Leech[/b][/color].\r\n [*]First episode of every season of TV Series, etc. will be [color=#f0cc00][b]Free Leech[/b][/color].\r\n [*]Highly popular torrents will be on promotion (decided by admins).\r\n [*]Promotion timeout:\r\n [*]Except [color=#aaaaaa][b]2X up[/b][/color], all the other types of promotion will be due after 7 days (counted from the time when the torrent is uploaded).\r\n [*][color=#aaaaaa][b]2X up[/b][/color] will never become due.\r\n [*]ALL the torrents will be [color=#aaaaaa][b]2X up[/b][/color] forever when they are on the site for over 1 month.\r\n [*]On special occasions, we would set the whole site [color=#f0cc00][b]Free Leech[/b][/color]. Grab as much as you can. :mml: :mml: :mml:\r\n[*]You may [b]only[/b] use allowed bittorrent clients at [site]. See [url=faq.php#29]FAQ[/url].'),(24,6,'General Forum Guidelines - <font class=stiking>Please follow these guidelines or else you might end up with a warning!</font>','[*]No aggressive behavior or flaming in the forums.\r\n[*]No trashing of any topics (i.e. SPAM). Do not submit meaningless topics or posts (e.g. smiley only) in any forum except Water Jar.\r\n[*]Do not flood any forum in order to get bonus.\r\n[*]No foul language on title or text.\r\n[*]Do not discuss topics that are taboo, political sensitive or forbidden by local laws.\r\n[*]No language of discrimination based on race, national or ethnic origin, color, religion, gender, age, sexual preference or mental or physical disability. Violating this rule would result in permanent ban.\r\n[*]No bumping... (All bumped threads will be deleted.)\r\n[*]No double posting. \r\n[*]Please ensure all questions are posted in the correct section!\r\n[*]Topics without new reply in 365 days would be locked automatically by system.'),(26,6,'Avatar Guidelines - <font class=striking>Please try to follow these guidelines</font>','[*]The allowed formats are .gif, .jpg and .png. \r\n[*]Be considerate. Resize your images to a width of 150 px and a size of no more than 150 KB. (Browsers will rescale them anyway: smaller images will be expanded and will not look good; larger images will just waste bandwidth and CPU cycles.)\r\n[*]Do not use potentially offensive material involving porn, religious material, animal / human cruelty or ideologically charged images. Staff members have wide discretion on what is acceptable. If in doubt PM one. '),(23,6,'Uploading rules - <font class=striking>Torrents violating these rules may be deleted without notice</font>','Please respect the rules, and if you have any questions about something unclear or not understandable, please [url=contactstaff.php]consult the staff[/url]. Staff reserves the rights to adjudicate.\r\n\r\n[b]GENERAL[/b]\r\n [*]You must have legal rights to the file you upload.\r\n [*]Make sure your torrents are well-seeded. If you fail to seed for at least 24 hours or till someone else completes, or purposely keep a low uploading speed, you can be warned and your privilege to upload can be removed.\r\n [*]You would get 2 times as much of uploading credit for torrents uploaded by yourself.\r\n [*]If you have something interesting that somehow violates these rules, [url=contactstaff.php]ask the staff[/url] with a detailed description and we might make an exception.\r\n\r\n[b]PRIVILEGE[/b]\r\n [*]Everyone can upload.\r\n [*]However, some must go through the [url=offers.php]Offer section[/url]. See [url=faq.php#22]FAQ[/url] for details.\r\n [*]ONLY users in the class [color=#DC143C][b]Uploader[/b][/color] or above, or users specified by staff can freely upload games. Others should go through the [url=offers.php]Offer section[/url].\r\n\r\n[b]ALLOWED CONTENTS[/b]\r\n [*]High Definition (HD) videos, including\r\n [*]complete HD media, e.g. Blu-ray disc, HD DVD disc, etc. or remux,\r\n [*]captured HDTV streams,\r\n [*]encodes from above listed sources in HD resolution (at least 720p),\r\n [*]other HD videos such as HD DV.\r\n [*]Standard Definition (SD) videos, only\r\n [*]SD encodes from HD media (at least 480p),\r\n [*]DVDR/DVDISO,\r\n [*]DVDRip, CNDVDRip.\r\n [*]Lossless audio tracks (and corresponding cue sheets), e.g. FLAC, Monkey\'s Audio, etc.\r\n [*]5.1-channel (or higher) movie dubs and music tracks (DTS, DTS CD Image, etc.), and commentary tracks.\r\n [*]PC games (must be original images).\r\n [*]HD trailers released within 7 days.\r\n [*]HD-related software and documents.\r\n\r\n[b]NOT ALLOWED CONTENTS[/b]\r\n [*]Contents less than 100 MB in total.\r\n [*]Upscaled/partially upscaled in Standard Definition mastered/produced content.\r\n [*]Videos in SD resolution but with low quality, including CAM, TC, TS, SCR, DVDSCR, R5, R5.Line, HalfCD, etc.\r\n [*]RealVideo encoded videos (usually contained in RMVB or RM), flv files.\r\n [*]Individual samples (to be included in the \"Main torrent\").\r\n [*]Lossy audios that are not 5.1-channel (or higher), e.g. common lossy MP3\'s, lossy WMAs, etc.\r\n [*]Multi-track audio files without proper cue sheets.\r\n [*]Installation-free or highly compressed games, unofficial game images, third-party mods, collection of tiny games, individual game cracks or patches.\r\n [*]RAR, etc. archived files.\r\n [*]Dupe releases. (see beneath for dupe rules.)\r\n [*]Taboo or sensitive contents (such as porn or politically sensitive topics).\r\n [*]Damaged files, i.e. files that are erroneous upon reading or playback.\r\n [*]Spam files, such as viruses, trojans, website links, advertisements, torrents in torrent, etc., or irrelevant files.\r\n\r\n[b]DUPE RULES: QUALITY OVER QUANTITY[/b]\r\n [*]Video releases are prioritized according to their source media, and mainly: Blu-ray/HD DVD > HDTV > DVD > TV. High prioritized versions will dupe other versions with low priorities of the same video.\r\n [*]HD releases will dupe SD releases of the same video.\r\n [*]For animes, HDTV versions are equal in priority to DVD versions. This is an exception.\r\n [*]Encodes from the same type of media and in the same resolution \r\n [*]They are prioritized based on \"[url=forums.php?action=viewtopic&forumid=6&topicid=1520]Scene & Internal, from Group to Quality-Degree. ONLY FOR HD-resources[/url]\".\r\n [*]Releases from preferred groups will dupe releases from groups with the same or lower priority.\r\n [*]However, one DVD5 sized (i.e. approx. 4.38 GB) release from the best available source will always be allowed.\r\n [*]Based on lossless screenshots comparison, releases with higher quality will dupe those with low quality.\r\n [*]Blu-ray Disk/HD DVD Original Copy releases from another region containing different dubbing and/or subtitle aren\'t considered to be dupe.\r\n [*]Only one copy of the same lossless audio contents will be preserved, and copies of other formats will be duped. FLAC (in separate tracks) is most preferred.\r\n [*]For contents already on the site\r\n [*]If new release doesn\'t contain the confirmed errors/glitches/problems of the old release or is based on a better source, then it\'s allowed to be uploaded and the old release is duped.\r\n [*]If the old release is dead for 45 days or longer, or exists for 18 months or longer, then the new release is free from the dupe rules.\r\n [*]After uploading the new release, old releases won\'t be removed until they\'re dead of inactivity.\r\n\r\n[b]PACKING RULES (ON TRIAL)[/b]\r\n ONLY the following contents are allowed to be packed in principle:\r\n [*]HD movie collections sold as box set (e.g. [i]The Ultimate Matrix Collection Blu-ray Box[/i]).\r\n [*]Complete season(s) of TV Series/TV shows/animes.\r\n [*]Documentaries on the same specific subject matter.\r\n [*]HD trailers released within 7 days.\r\n [*]MVs of the same artist\r\n [*]SD MVs are allowed to be packed according to DVD discs only, and no upload of individual songs is allowed.\r\n [*]HD MVs in the same resolution.\r\n [*]Music of the same artist\r\n [*]Only 5 or more albums can be packed.\r\n [*]Albums released within 2 years can be individually uploaded.\r\n [*]Generally, contents that are already on the site should be removed from the pack upon uploading, otherwise include them all together in the pack.\r\n [*]Animes, character songs, dramas, etc. that are released in separate volumes.\r\n [*]Contents packed by formal groups.\r\n Packed video contents must be from media of the same type (e.g. Blu-ray discs), in the same resolution standard (e.g. 720p), and encoded in the same video codec (e.g. x264). However, trailer are exceptions. Moreover, a movie collection should be released from the same group. Packed audio contents must be encoded in the same audio codec (e.g. all in FLAC). Corresponding individual torrents can be removed upon packing, depending on actual situation.\r\n If you are not clear of anything about packing, please [url=contactstaff.php]consult the staff[/url]. Staff reserve all the rights to interpret and deal with packing-related issues.\r\n\r\n[b]EXCEPTIONS[/b]\r\n [*]ALLOWED: SD videos from TV/DSR in the category \"Sports\".\r\n [*]ALLOWED: contents less than 100 MB but related to software and documents.\r\n [*]ALLOWED: single albums that are less than 100 MB.\r\n [*]ALLOWED: 2.0-channel (or higher) Mandarin/Cantonese dubs.\r\n [*]ALLOWED: attached subtitles, game cracks and patches, fonts, scans (of packages, etc.). These files must be all either archived or unarchived.\r\n [*]ALLOWED: when uploading CD releases, attaching contents from the DVD given with the CD.\r\n\r\n[b]TORRENT INFORMATION[/b]\r\n All torrents shall have descriptive titles, necessary descriptions and other information. Following is a brief regulation. Please refer to \"[url=forums.php?action=viewtopic&topicid=3438&page=0#56711]Standard and Guidance of Torrent Information[/url]\" (in Chinese) for complete and detailed instructions.\r\n [*]Title\r\n [*]Movies: [i]Name [Year] [Cut] [Release Info] Resolution Source [Audio/]Video Codec-Tag[/i]\r\n e.g. [i]The Dark Knight 2008 PROPER 720p BluRay x264-SiNNERS[/i]\r\n [*]TV Series/Mini-serie: [i]Name [Year] S**E** [Release Info] Resolution Source [Audio/]Video Codec-Tag[/i]\r\n e.g. [i]Prison Break S04E01 PROPER 720p HDTV x264-CTU[/i]\r\n [*]Musics: [i]Artist - Album [Year] [Version] [Release Info] Audio Codec[-Tag][/i]\r\n e.g. [i]Enya - And Winter Came 2008 FLAC[/i]\r\n [*]Games: [i]Name [Year] [Version] [Release Info][-Tag][/i]\r\n e.g. [i]Command And Conquer Red Alert 3 Uprising-RELOADED[/i]\r\n [*]Small description\r\n [*]No advertisements or asking for a reseed/requests.\r\n [*]External Info\r\n [*]URL of external info for Movies and TV Series is required (if available).\r\n [*]Description\r\n [*]Do not use the description for your NFO-artwork! Limit those artistic expressions to the NFO only.\r\n [*]For Movies, TV Series/Mini-series and animes:\r\n [*]Poster, banner or BD/HDDVD/DVD cover is required (If available).\r\n [*]Adding screenshots or thumbnails and links to the screenshots is encouraged.\r\n [*]Adding detailed file information regarding format, runtime, codec, bitrate, resolution, language, subtitle, etc. is encouraged.\r\n [*]Adding a list of staff and cast and plot outline is encouraged.\r\n [*]For Sports:\r\n [*]Don\'t spoil the results trough text/screenshots/filenames/obvious filesize/detailed runtime.\r\n [*]For Music:\r\n [*]The CD cover and the track list are required (if available).\r\n [*]For PC Games:\r\n [*]Poster, banner or BD/HDDVD/DVD cover is required (If available).\r\n [*]Adding screenshots or thumbnails and links to the screenshots is encouraged.\r\n [*]Misc\r\n [*]Please correctly specify the category and quality info.\r\n [*]NOTES\r\n [*]Moderators will edit the torrent info according to the standard.\r\n [*]Do NOT remove or alter changes done by the staff (but some mistakes can be fixed by the uploader).\r\n [*]Torrents without required information can be deleted, depending on how they meet the standard.\r\n [*]The original torrent information can be used if it basically meets the standard.\r\n'),(28,6,'Moderating Rules - <font class=striking>Use your better judgement!</font>','[*]The most important rule: Use your better judgment!\r\n[*]Don\'t be afraid to say [b]NO[/b]!\r\n[*]Don\'t defy another staff member in public, instead send a PM or through IM.\r\n[*]Be tolerant! Give the user(s) a chance to reform.\r\n[*]Don\'t act prematurely, let the users make their mistakes and THEN correct them.\r\n[*]Try correcting any \"off topics\" rather then closing a thread.\r\n[*]Move topics rather than locking them.\r\n[*]Be tolerant when moderating the chat section (give them some slack).\r\n[*]If you lock a topic, give a brief explanation as to why you\'re locking it.\r\n[*]Before you disable a user account, send him/her a PM and if they reply, put them on a 2 week trial.\r\n[*]Don\'t disable a user account until he or she has been a member for at least 4 weeks.\r\n[*]Convince people by reasoning rather than authority.'),(54,25,'管理组成员退休待遇','满足以下条件可获得的退休待遇: \r\n\r\n[code]\r\n[b]对于 [color=#DC143C]上传员 (Uploaders)[/color]: [/b]\r\n\r\n成为 [color=#1cc6d5][b]养老族 (Retiree) [/b]: [/color]\r\n 升职一年以上; 上传过200个以上的种子资源 (特殊情况如原碟发布, 0day更新等可以由管理组投票表决; 须被认定为作出过重大及持久的贡献).\r\n\r\n成为 [color=#009F00][b]VIP[/b]: [/color]\r\n 升职6个月以上; 上传过100个以上的种子资源 (特殊情况如原碟发布, 0day更新等可以由管理组投票表决).\r\n\r\n其他:\r\n 成为 [color=#F88C00][b]Extreme User[/b][/color] (如果你的条件满足 [color=#F88C00][b]Extreme User[/b][/color] 及以上, 则成为 [color=#38ACEC][b]Nexus Master[/b][/color]) .\r\n[/code]\r\n\r\n[code]\r\n[b]对于 [color=#6495ED]管理员 (Moderators)[/color]: [/b]\r\n\r\n成为 [color=#1cc6d5][b]养老族 (Retiree)[/b]: [/color]\r\n 升职一年以上; 参加过至少2次站务组正式会议; 参与过 规则/答疑 的修订工作.\r\n\r\n成为 [color=#009F00][b]VIP[/b]: [/color]\r\n 若不满足成为 [color=#1cc6d5][b]养老族 (Retiree)[/b][/color] 的条件, 你可以[b]无条件[/b]成为 [color=#009F00][b]VIP[/b][/color] .\r\n[/code]\r\n\r\n[code]\r\n[b]对于 [color=#4b0082]总管理员 (Administrators)[/color] 及 以上等级: [/b]\r\n\r\n 可以[b]直接[/b]成为 [color=#1cc6d5][b]养老族 (Retiree)[/b][/color] .\r\n[/code]'),(55,28,'管理組成員退休待遇','滿足以下條件可獲得的退休待遇: \r\n[code]\r\n[b]對於 [color=#DC143C]上傳員 (Uploaders)[/color]: [/b]\r\n成為 [color=#1cc6d5][b]養老族 (Retiree) [/b]: [/color]\r\n 升職一年以上; 上傳過200個以上的種子資源 (特殊情況如原碟發佈, 0day更新等可以由管理組投票表決; 須被認定為作出過重大及持久的貢獻).\r\n成為 [color=#009F00][b]VIP[/b]: [/color]\r\n 升職6個月以上; 上傳過100個以上的種子資源 (特殊情況如原碟發佈, 0day更新等可以由管理組投票表決).\r\n其他:\r\n 成為 [color=#F88C00][b]Extreme User[/b][/color] (如果你的條件滿足 [color=#F88C00][b]Extreme User[/b][/color] 及以上, 則成為 [color=#38ACEC][b]Nexus Master[/b][/color]) .\r\n[/code]\r\n[code]\r\n[b]對於 [color=#6495ED]管理員 (Moderators)[/color]: [/b]\r\n成為 [color=#1cc6d5][b]養老族 (Retiree)[/b]: [/color]\r\n 升職一年以上; 參加過至少2次站務組正式會議; 參與過 規則/答疑 的修訂工作.\r\n成為 [color=#009F00][b]VIP[/b]: [/color]\r\n 若不滿足成為 [color=#1cc6d5][b]養老族 (Retiree)[/b][/color] 的條件, 你可以[b]無條件[/b]成為 [color=#009F00][b]VIP[/b][/color] .\r\n[/code]\r\n[code]\r\n[b]對於 [color=#4b0082]總管理員 (Administrators)[/color] 及 以上等級: [/b]\r\n 可以[b]直接[/b]成為 [color=#1cc6d5][b]養老族 (Retiree)[/b][/color] .\r\n[/code]'),(50,6,'Rules for Subtitles - <font class=striking>Subtitles violating these rules will be deleted</font>','(This text is translated from the Chinese version. In case of discrepancy, the original version in Chinese shall prevail.)\r\n\r\n[b]GENERAL PRINCIPLE:[/b]\r\n [*]All subtitles uploaded must conform to the rules (i.e. proper or qualified). Unqualified subtitles will be deleted.\r\n [*]Allowed file formats are srt/ssa/ass/cue/zip/rar.\r\n [*]If you\'re uploading Vobsub (idx+sub) subtitles or subtitles of other types, or a collection (e.g. subtitles for a season pack of some TV series), please zip/rar them before uploading.\r\n [*]Cue sheet of audio tracks is allowed as well. If there are several cue sheets, please pack them all.\r\n [*]Uploading lrc lyrics or other non-subtitle/non-cue files is not permitted. Irrelevant files if uploaded will be directly deleted.\r\n\r\n[b]QUALIFYING SUBTITLE/CUE FILES: improper subtitle/cue files will be directly deleted.[/b]\r\n In any of the following cases, a subtitle/cue file will be judged as improper:\r\n [*]Fail to match the corresponding torrent.\r\n [*]Fail to be in sync with the corresponding video/audio file.\r\n [*]Packed Improperly.\r\n [*]Contain irrelevant or spam stuff.\r\n [*]Encoded incorrectly.\r\n [*]Wrong cue file.\r\n [*]Wrong language mark.\r\n [*]The title is indefinite or contains redundant info/characters.\r\n [*]Duplicate.\r\n [*]Reported by several users and confirmed with other problems.\r\n [b]The staff group reserves rights to judge and deal with improper subtitles.[/b]\r\n Please refer to [url=http://www.nexushd.org/forums.php?action=viewtopic&forumid=13&topicid=2848][i]this thread[/i][/url] in the forum for detailed regulations on qualifying subtitle/cue files, other notes and suggestions on uploading subtitles, and subtitle naming and entitling guidance.\r\n\r\n[b]IMPLEMENTING REGULATIONS OF REWARDS AND PENALTIES [/b]\r\n [*]Reporting against improper subtitles and the uploaders who purposely upload improper subtitles is always welcomed. To report an improper subtitle, please click on the [i]REPORT[/i] button of the corresponding subtitle in the subtitle section. To report a user, please click on the [i]REPORT[/i] button at the bottom of the user details page.\r\n [*]The reporter will be rewarded 50 karma points (delivered in three days) for each case after confirmation.\r\n [*]Improper subtitles will be deleted and the corresponding uploader will be fined 100 karma points in each case.\r\n [*]Users who recklessly uploading improper subtitles for karma points or other purposes, or users who maliciously report, will be fined karma points or warned depending on the seriousness of the case.\r\n'),(49,25,'字幕区规则 - <font class=striking>违规字幕将被删除</font>','[b]总则:[/b]\r\n [*]所有上传的字幕必须符合规则(即合格的)。不合格的字幕将被删除。\r\n [*]允许上传的文件格式为srt/ssa/ass/cue/zip/rar。\r\n [*]如果你打算上传的字幕是Vobsub格式idx+sub或其它格式或者是合集如电视剧整季的字幕请将它们打包为zip/rar后再上传。\r\n [*]字幕区开放音轨对应cue表单文件的上传。如有多个cue请将它们打包起来。\r\n [*]不允许lrc歌词或其它非字幕/cue文件的上传。上传的无关文件将被直接删除。\r\n\r\n[b]不合格字幕/cue文件判定被判定为不合格的字幕/cue文件将被直接删除。[/b]\r\n 出现以下情况之一的字幕/cue文件将被判定为不合格\r\n [*]与相应种子不匹配。\r\n [*]与相应的视频/音频文件不同步。\r\n [*]打包错误。\r\n [*]包含无关文件或垃圾信息。\r\n [*]编码错误。\r\n [*]cue文件错误。\r\n [*]语种标识错误。\r\n [*]标题命名不明确或包含冗余信息或字符。\r\n [*]被判定为重复。\r\n [*]接到多个用户举报并被证实有其它问题的。\r\n [b]管理组保留裁定和处理不合格字幕的权力。[/b]\r\n 不合格字幕/cue文件判定细则、字幕上传的其它注意事项以及命名指引请参阅论坛的[url=http://www.nexushd.org/forums.php?action=viewtopic&forumid=13&topicid=2848]这个帖子[/url]。\r\n\r\n[b]字幕奖惩:[/b]\r\n [*]欢迎举报不合格的字幕和恶意发布不合格字幕的用户。举报不合格字幕请在字幕区点击相应字幕的“举报”按钮。举报用户请点击相应用户详细信息页面底部的“举报”按钮。\r\n [*]对每一例不合格字幕的举报确认后将奖励举报者50点魔力值三天内发放。\r\n [*]被确定为不合格的字幕将被删除而在每一例中相应的字幕上传者将被扣除100点魔力值。\r\n [*]对为赚取积分等目的恶意上传不合格字幕的用户,或是恶意举报的用户,将视情节轻重扣除额外的魔力值甚至给予警告。\r\n'),(53,6,'Staff\'s retirement benefits','You can get retirement benefits when meeting these condition(s) below:\r\n\r\n[code]\r\n[b]for [color=#DC143C]Uploaders[/color]: [/b]\r\n\r\nTo join [color=#1cc6d5][b]Retiree[/b]: [/color]\r\n Been promoted for more than 1 year; have posted 200 or more torrents (special cases can be decided via vote among staffs, like Source-Disc posters, scene-uploaders; should be considered as having made rare and enduring contribution).\r\n\r\nTo join [color=#009F00][b]VIP[/b]: [/color]\r\n Been promoted for more than 6 months; have posted 100 or more torrents (special cases can be decided via vote among staffs, like Source-Disc posters, scene-uploaders).\r\n\r\nOthers:\r\n Demoted to [color=#F88C00][b]Extreme User[/b][/color] (if your profile meets the corresponding condition of classes [color=#F88C00][b]Extreme User[/b][/color] and above, then promoted to [color=#38ACEC][b]Nexus Master[/b][/color]).\r\n[/code]\r\n\r\n[code]\r\n[b]for [color=#6495ED]Moderators[/color]: [/b]\r\n\r\nTo join [color=#1cc6d5][b]Retiree[/b]: [/color]\r\n Been promoted for more than 1 year; Have participated at least 2 Staff [b]Official[/b] Meetings; Have participated in Rules/FAQ modifying.\r\n\r\nTo join [color=#009F00][b]VIP[/b]: [/color]\r\n If you don\'t meet the condition of joining [color=#1cc6d5][b]Retiree[/b][/color], you can join [color=#009F00][b]VIP[/b][/color] [b]unconditionally[/b].\r\n[/code]\r\n\r\n[code]\r\n[b]for [color=#4b0082]Administrators[/color] and above: [/b]\r\n\r\n You can join [color=#1cc6d5][b]Retiree[/b][/color] [b]unconditionally[/b].\r\n[/code]'),(51,28,'字幕區規則 - <font class=striking>違規字幕將被刪除</font>','[b]總則:[/b]\r\n [*]所有上傳的字幕必須符合規則(即合格的)。不合格的字幕將被刪除。\r\n [*]允許上傳的檔案格式為srt/ssa/ass/cue/zip/rar。\r\n [*]如果你打算上傳的字幕是Vobsub格式idx+sub或其它格式或者是合集如電視劇整季的字幕請將它們打包為zip/rar後再上傳。\r\n [*]字幕區開放音軌對應cue表單文件的上傳。如有多個cue請將它們打包起來。\r\n [*]不允許lrc歌詞或其它非字幕/cue文件的上傳。上傳的無關檔將被直接刪除。\r\n\r\n[b]不合格字幕/cue文件判定被判定為不合格的字幕/cue檔將被直接刪除。[/b]\r\n 出現以下情況之一的字幕/cue檔將被判定為不合格\r\n [*]與相應種子不匹配。\r\n [*]與相應的視頻/音訊檔不同步。\r\n [*]打包錯誤。\r\n [*]包含無關檔或垃圾資訊。\r\n [*]編碼錯誤。\r\n [*]cue檔錯誤。\r\n [*]語種標識錯誤。\r\n [*]標題命名不明確或包含冗餘資訊或字元。\r\n [*]被判定為重複。\r\n [*]接到多個用戶舉報並被證實有其它問題的。\r\n [b]管理組保留裁定和處理不合格字幕的權力。[/b]\r\n 不合格字幕/cue檔判定細則、字幕上傳的其它注意事項以及命名指引請參閱論壇的[url=http://www.nexushd.org/forums.php?action=viewtopic&forumid=13&topicid=2848]這個帖子[/url]。\r\n\r\n[b]字幕獎懲:[/b]\r\n [*]歡迎舉報不合格的字幕和惡意發佈不合格字幕的用戶。舉報不合格字幕請在字幕區點擊相應字幕的“舉報”按鈕。舉報使用者請點擊相應使用者詳細資訊頁面底部的“舉報”按鈕。\r\n [*]對每一例不合格字幕的舉報確認後將獎勵舉報者50點魔力值三天內發放。\r\n [*]被確定為不合格的字幕將被刪除而在每一例中相應的字幕上傳者將被扣除100點魔力值。\r\n [*]對為賺取積分等目的惡意上傳不合格字幕的用戶,或是惡意舉報的用戶,將視情節輕重扣除額外的魔力值甚至給予警告。\r\n');
/*!40000 ALTER TABLE `rules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `schools`
--
DROP TABLE IF EXISTS `schools`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `schools` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=101 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `schools`
--
LOCK TABLES `schools` WRITE;
/*!40000 ALTER TABLE `schools` DISABLE KEYS */;
INSERT INTO `schools` VALUES (1,'南京农业大学'),(2,'中山大学'),(3,'中国石油大学'),(4,'云南大学'),(5,'河海大学'),(6,'南开大学'),(7,'兰州大学'),(8,'合肥工业大学'),(9,'上海大学'),(10,'安徽大学'),(11,'中国海洋大学'),(12,'复旦大学'),(13,'西北大学'),(14,'郑州大学'),(15,'四川大学'),(16,'华中科技大学'),(17,'天津大学'),(18,'山东大学'),(19,'中央民族大学'),(20,'苏州大学'),(21,'重庆大学'),(22,'东北农业大学'),(23,'北京工业大学'),(24,'湖南师范大学'),(25,'东北大学'),(26,'电子科技大学'),(27,'西安电子科技大学'),(28,'北京化工大学'),(29,'南京航空航天大学'),(30,'南京理工大学'),(31,'西北工业大学'),(32,'天津医科大学'),(33,'北京林业大学'),(34,'华南师范大学'),(35,'浙江大学'),(36,'长安大学'),(37,'武汉理工大学'),(38,'河北工业大学'),(39,'南京师范大学'),(40,'中国农业大学'),(41,'厦门大学'),(42,'第二军医大学'),(43,'北京理工大学'),(44,'北京大学'),(45,'上海外国语大学'),(46,'北京科技大学'),(47,'西北农林科技大学'),(48,'中南大学'),(49,'华南理工大学'),(50,'武汉大学'),(51,'福州大学'),(52,'同济大学'),(53,'中国传媒大学'),(54,'湖南大学'),(55,'上海财经大学'),(56,'国防科学技术大学'),(57,'吉林大学'),(58,'大连理工大学'),(59,'中国人民大学'),(60,'上海交通大学'),(61,'西安交通大学'),(62,'江南大学'),(63,'南京大学'),(64,'南昌大学'),(65,'太原理工大学'),(66,'中国地质大学'),(67,'清华大学'),(68,'广西大学'),(69,'中国矿业大学'),(70,'四川农业大学'),(71,'东北师范大学'),(72,'哈尔滨工业大学'),(73,'北京航空航天大学'),(74,'北京交通大学'),(75,'西南交通大学'),(76,'中国科学技术大学'),(77,'北京外国语大学'),(78,'北京邮电大学'),(79,'西安建筑科技大学'),(80,'新疆大学'),(81,'东南大学'),(82,'对外经济贸易大学'),(83,'北京中医药大学'),(84,'暨南大学'),(85,'北京语言大学'),(86,'华中师范大学'),(87,'北京师范大学'),(88,'哈尔滨工程大学'),(89,'内蒙古大学'),(90,'东华大学'),(91,'解放军信息工程大学'),(92,'上海交通大学医学院 '),(93,'华东理工大学'),(94,'第四军医大学'),(95,'大连海事大学'),(96,'华东师范大学'),(97,'辽宁大学'),(98,'深圳大学'),(99,'中央音乐学院'),(100,'中国协和医科大学');
/*!40000 ALTER TABLE `schools` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `searchbox`
--
DROP TABLE IF EXISTS `searchbox`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `searchbox` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(30) DEFAULT NULL,
`showsubcat` tinyint(1) NOT NULL DEFAULT '0',
`showsource` tinyint(1) NOT NULL DEFAULT '0',
`showmedium` tinyint(1) NOT NULL DEFAULT '0',
`showcodec` tinyint(1) NOT NULL DEFAULT '0',
`showstandard` tinyint(1) NOT NULL DEFAULT '0',
`showprocessing` tinyint(1) NOT NULL DEFAULT '0',
`showteam` tinyint(1) NOT NULL DEFAULT '0',
`showaudiocodec` tinyint(1) NOT NULL DEFAULT '0',
`catsperrow` smallint(5) unsigned NOT NULL DEFAULT '7',
`catpadding` smallint(5) unsigned NOT NULL DEFAULT '25',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `searchbox`
--
LOCK TABLES `searchbox` WRITE;
/*!40000 ALTER TABLE `searchbox` DISABLE KEYS */;
INSERT INTO `searchbox` VALUES (4,'chd',1,0,1,1,1,0,1,0,10,7);
/*!40000 ALTER TABLE `searchbox` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `secondicons`
--
DROP TABLE IF EXISTS `secondicons`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `secondicons` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`source` tinyint(3) unsigned NOT NULL DEFAULT '0',
`medium` tinyint(3) unsigned NOT NULL DEFAULT '0',
`codec` tinyint(3) unsigned NOT NULL DEFAULT '0',
`standard` tinyint(3) unsigned NOT NULL DEFAULT '0',
`processing` tinyint(3) unsigned NOT NULL DEFAULT '0',
`team` tinyint(3) unsigned NOT NULL DEFAULT '0',
`audiocodec` tinyint(3) unsigned NOT NULL DEFAULT '0',
`name` varchar(30) NOT NULL,
`class_name` varchar(255) DEFAULT NULL,
`image` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `secondicons`
--
LOCK TABLES `secondicons` WRITE;
/*!40000 ALTER TABLE `secondicons` DISABLE KEYS */;
INSERT INTO `secondicons` VALUES (1,0,1,1,0,0,0,0,'Blu-ray/H.264',NULL,'bdh264.png'),(2,0,1,2,0,0,0,0,'Blu-ray/VC-1',NULL,'bdvc1.png'),(3,0,1,4,0,0,0,0,'Blu-ray/MPEG-2',NULL,'bdmpeg2.png'),(4,0,2,1,0,0,0,0,'HD DVD/H.264',NULL,'hddvdh264.png'),(5,0,2,2,0,0,0,0,'HD DVD/VC-1',NULL,'hddvdvc1.png'),(6,0,2,4,0,0,0,0,'HD DVD/MPEG-2',NULL,'hddvdmpeg2.png'),(7,0,3,1,0,0,0,0,'Remux/H.264',NULL,'remuxh264.png'),(8,0,3,2,0,0,0,0,'Remux/VC-1',NULL,'remuxvc1.png'),(9,0,3,4,0,0,0,0,'Remux/MPEG-2',NULL,'remuxmpeg2.png'),(10,0,4,0,0,0,0,0,'AVCHD',NULL,'avchd.png'),(11,0,5,1,0,0,0,0,'HDTV/H.264',NULL,'hdtvh264.png'),(12,0,5,4,0,0,0,0,'HDTV/MPEG-2',NULL,'hdtvmpeg2.png'),(13,0,6,0,0,0,0,0,'DVDR',NULL,'dvdr.png'),(14,0,7,1,0,0,0,0,'Rip/H.264',NULL,'riph264.png'),(15,0,7,3,0,0,0,0,'Rip/Xvid',NULL,'ripxvid.png'),(16,0,8,5,0,0,0,0,'CD/FLAC',NULL,'cdflac.png'),(17,0,8,6,0,0,0,0,'CD/APE',NULL,'cdape.png'),(18,0,8,7,0,0,0,0,'CD/DTS',NULL,'cddts.png'),(19,0,8,9,0,0,0,0,'CD/Other',NULL,'cdother.png'),(20,0,9,5,0,0,0,0,'Extract/FLAC',NULL,'extractflac.png'),(21,0,9,7,0,0,0,0,'Extract/DTS',NULL,'extractdts.png'),(22,0,9,8,0,0,0,0,'Extract/AC-3',NULL,'extractac3.png');
/*!40000 ALTER TABLE `secondicons` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `settings`
--
DROP TABLE IF EXISTS `settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `settings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`value` mediumtext,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `uniqe_name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=1746 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `settings`
--
LOCK TABLES `settings` WRITE;
/*!40000 ALTER TABLE `settings` DISABLE KEYS */;
INSERT INTO `settings` VALUES (1,'basic.SITENAME','NexusPHP','2021-01-11 16:16:05','2021-01-20 19:00:59'),(12,'main.site_online','yes','2021-01-11 17:31:23','2021-01-11 17:31:23'),(13,'main.max_torrent_size','1048576','2021-01-11 17:31:23','2021-01-11 17:31:23'),(14,'main.announce_interval','1800','2021-01-11 17:31:23','2021-01-11 17:31:23'),(15,'main.annintertwoage','7','2021-01-11 17:31:23','2021-01-11 17:31:23'),(16,'main.annintertwo','2700','2021-01-11 17:31:23','2021-01-11 17:31:23'),(17,'main.anninterthreeage','30','2021-01-11 17:31:23','2021-01-11 17:31:23'),(18,'main.anninterthree','3600','2021-01-11 17:31:23','2021-01-11 17:31:23'),(19,'main.signup_timeout','259200','2021-01-11 17:31:23','2021-01-11 17:31:23'),(20,'main.minoffervotes','15','2021-01-11 17:31:23','2021-01-11 17:31:23'),(21,'main.offervotetimeout','259200','2021-01-11 17:31:23','2021-01-11 17:31:23'),(22,'main.offeruptimeout','86400','2021-01-11 17:31:23','2021-01-11 17:31:23'),(23,'main.maxsubsize','3145728','2021-01-11 17:31:23','2021-01-11 17:31:23'),(24,'main.postsperpage','10','2021-01-11 17:31:23','2021-01-11 17:31:23'),(25,'main.topicsperpage','20','2021-01-11 17:31:23','2021-01-11 17:31:23'),(26,'main.torrentsperpage','50','2021-01-11 17:31:23','2021-01-11 17:31:23'),(27,'main.maxnewsnum','3','2021-01-11 17:31:23','2021-01-11 17:31:23'),(28,'main.max_dead_torrent_time','21600','2021-01-11 17:31:23','2021-01-11 17:31:23'),(29,'main.maxusers','50000','2021-01-11 17:31:23','2021-01-11 17:31:23'),(30,'main.torrent_dir','torrents','2021-01-11 17:31:23','2021-01-11 17:31:23'),(31,'main.iniupload','0','2021-01-11 17:31:23','2021-01-11 17:31:23'),(32,'main.SITEEMAIL','353856593@qq.com','2021-01-11 17:31:23','2021-01-14 10:47:01'),(33,'main.ACCOUNTANTID','1','2021-01-11 17:31:23','2021-01-12 21:31:25'),(34,'main.ALIPAYACCOUNT','','2021-01-11 17:31:23','2021-01-12 21:31:25'),(35,'main.PAYPALACCOUNT','','2021-01-11 17:31:23','2021-01-12 21:31:25'),(36,'main.SLOGAN','The Ultimate File Sharing Experience','2021-01-11 17:31:23','2021-01-11 17:31:23'),(37,'main.icplicense','','2021-01-11 17:31:23','2021-01-12 21:31:25'),(38,'main.autoclean_interval_one','900','2021-01-11 17:31:23','2021-01-11 17:31:23'),(39,'main.autoclean_interval_two','1800','2021-01-11 17:31:23','2021-01-11 17:31:23'),(40,'main.autoclean_interval_three','3600','2021-01-11 17:31:23','2021-01-11 17:31:23'),(41,'main.autoclean_interval_four','43200','2021-01-11 17:31:23','2021-01-11 17:31:23'),(42,'main.autoclean_interval_five','648000','2021-01-11 17:31:23','2021-01-11 17:31:23'),(43,'main.reportemail','353856593@qq.com','2021-01-11 17:31:23','2021-01-14 10:47:01'),(44,'main.invitesystem','yes','2021-01-11 17:31:23','2021-01-13 01:48:32'),(45,'main.registration','yes','2021-01-11 17:31:23','2021-01-11 17:31:23'),(46,'main.showhotmovies','no','2021-01-11 17:31:23','2021-01-12 21:31:25'),(47,'main.showclassicmovies','no','2021-01-11 17:31:23','2021-01-12 21:31:25'),(48,'main.showimdbinfo','no','2021-01-11 17:31:23','2021-01-19 16:24:29'),(49,'main.enablenfo','yes','2021-01-11 17:31:23','2021-01-11 17:31:23'),(50,'main.enableschool','no','2021-01-11 17:31:23','2021-01-11 17:31:23'),(51,'main.restrictemail','no','2021-01-11 17:31:23','2021-01-11 17:31:23'),(52,'main.showpolls','yes','2021-01-11 17:31:23','2021-01-11 17:31:23'),(53,'main.showstats','yes','2021-01-11 17:31:23','2021-01-11 17:31:23'),(54,'main.showlastxtorrents','no','2021-01-11 17:31:23','2021-01-12 21:31:25'),(55,'main.showtrackerload','yes','2021-01-11 17:31:23','2021-01-11 17:31:23'),(56,'main.showshoutbox','yes','2021-01-11 17:31:23','2021-01-11 17:31:23'),(57,'main.showfunbox','yes','2021-01-11 17:31:23','2021-01-14 12:45:57'),(58,'main.showoffer','yes','2021-01-11 17:31:23','2021-01-11 17:31:23'),(59,'main.sptime','no','2021-01-11 17:31:23','2021-01-11 17:31:23'),(60,'main.showhelpbox','no','2021-01-11 17:31:23','2021-01-12 21:31:25'),(61,'main.enablebitbucket','yes','2021-01-11 17:31:23','2021-01-11 17:31:23'),(62,'main.smalldescription','yes','2021-01-11 17:31:23','2021-01-11 17:31:23'),(63,'main.altname','no','2021-01-11 17:31:23','2021-01-20 18:40:18'),(64,'main.extforum','no','2021-01-11 17:31:23','2021-01-11 17:31:23'),(65,'main.extforumurl','http://www.cc98.org','2021-01-11 17:31:23','2021-01-11 17:31:23'),(66,'main.defaultlang','en','2021-01-11 17:31:23','2021-01-11 17:31:23'),(67,'main.defstylesheet','3','2021-01-11 17:31:23','2021-01-11 17:31:23'),(68,'main.donation','yes','2021-01-11 17:31:23','2021-01-11 17:31:23'),(69,'main.spsct','no','2021-01-11 17:31:23','2021-01-20 18:40:18'),(70,'main.browsecat','4','2021-01-11 17:31:23','2021-01-11 17:31:23'),(71,'main.specialcat','4','2021-01-11 17:31:23','2021-01-20 18:40:18'),(72,'main.waitsystem','no','2021-01-11 17:31:23','2021-01-11 17:31:23'),(73,'main.maxdlsystem','no','2021-01-11 17:31:23','2021-01-11 17:31:23'),(74,'main.bitbucket','bitbucket','2021-01-11 17:31:23','2021-01-11 17:31:23'),(75,'main.torrentnameprefix','[Nexus]','2021-01-11 17:31:23','2021-01-11 17:31:23'),(76,'main.showforumstats','yes','2021-01-11 17:31:23','2021-01-11 17:31:23'),(77,'main.verification','automatic','2021-01-11 17:31:23','2021-01-12 21:31:25'),(78,'main.invite_count','0','2021-01-11 17:31:23','2021-01-11 17:31:23'),(79,'main.invite_timeout','7','2021-01-11 17:31:23','2021-01-11 17:31:23'),(80,'main.seeding_leeching_time_calc_start','','2021-01-11 17:31:23','2021-01-11 17:31:23'),(81,'main.startsubid',NULL,'2021-01-11 17:31:23','2021-01-11 17:31:23'),(82,'main.logo','','2021-01-11 17:31:23','2021-01-11 17:31:23'),(509,'smtp.smtptype','external','2021-01-11 18:13:58','2021-01-13 01:53:03'),(510,'smtp.emailnotify','no','2021-01-11 18:13:58','2021-01-11 18:13:58'),(511,'smtp.smtp_host','localhost','2021-01-11 18:13:58','2021-01-11 18:13:58'),(512,'smtp.smtp_port','233','2021-01-11 18:13:58','2021-01-11 18:13:58'),(513,'smtp.smtp_from',NULL,'2021-01-11 18:13:58','2021-01-11 18:13:58'),(520,'security.securelogin','no','2021-01-11 19:37:30','2021-01-11 19:37:30'),(521,'security.securetracker','no','2021-01-11 19:37:30','2021-01-11 19:37:30'),(522,'security.https_announce_url','','2021-01-11 19:37:30','2021-01-11 19:37:30'),(523,'security.iv','yes','2021-01-11 19:37:30','2021-01-11 19:37:30'),(524,'security.maxip','2','2021-01-11 19:37:30','2021-01-12 21:35:17'),(525,'security.maxloginattempts','10','2021-01-11 19:37:30','2021-01-11 19:37:30'),(526,'security.changeemail','no','2021-01-11 19:37:30','2021-01-11 19:37:30'),(527,'security.cheaterdet','1','2021-01-11 19:37:30','2021-01-11 19:37:30'),(528,'security.nodetect','11','2021-01-11 19:37:30','2021-01-11 19:37:30'),(538,'authority.defaultclass','1','2021-01-11 19:41:49','2021-01-11 19:41:49'),(539,'authority.staffmem','13','2021-01-11 19:41:49','2021-01-11 19:41:49'),(540,'authority.newsmanage','14','2021-01-11 19:41:49','2021-01-11 19:41:49'),(541,'authority.newfunitem','1','2021-01-11 19:41:49','2021-01-11 19:41:49'),(542,'authority.funmanage','13','2021-01-11 19:41:49','2021-01-11 19:41:49'),(543,'authority.sbmanage','13','2021-01-11 19:41:49','2021-01-11 19:41:49'),(544,'authority.pollmanage','14','2021-01-11 19:41:49','2021-01-11 19:41:49'),(545,'authority.applylink','1','2021-01-11 19:41:49','2021-01-11 19:41:49'),(546,'authority.linkmanage','14','2021-01-11 19:41:49','2021-01-11 19:41:49'),(547,'authority.postmanage','13','2021-01-11 19:41:49','2021-01-11 19:41:49'),(548,'authority.commanage','13','2021-01-11 19:41:49','2021-01-11 19:41:49'),(549,'authority.forummanage','14','2021-01-11 19:41:49','2021-01-11 19:41:49'),(550,'authority.viewuserlist','2','2021-01-11 19:41:49','2021-01-11 19:41:49'),(551,'authority.torrentmanage','13','2021-01-11 19:41:49','2021-01-11 19:41:49'),(552,'authority.torrentsticky','14','2021-01-11 19:41:49','2021-01-11 19:41:49'),(553,'authority.torrentonpromotion','0','2021-01-11 19:41:49','2021-01-11 19:41:49'),(554,'authority.askreseed','2','2021-01-11 19:41:49','2021-01-11 19:41:49'),(555,'authority.viewnfo','2','2021-01-11 19:41:49','2021-01-11 19:41:49'),(556,'authority.torrentstructure','8','2021-01-11 19:41:49','2021-01-11 19:41:49'),(557,'authority.sendinvite','2','2021-01-11 19:41:49','2021-01-11 19:41:49'),(558,'authority.viewhistory','6','2021-01-11 19:41:49','2021-01-11 19:41:49'),(559,'authority.topten','2','2021-01-11 19:41:49','2021-01-11 19:41:49'),(560,'authority.log','5','2021-01-11 19:41:49','2021-01-11 19:41:49'),(561,'authority.confilog','13','2021-01-11 19:41:49','2021-01-11 19:41:49'),(562,'authority.userprofile','14','2021-01-11 19:41:49','2021-01-11 19:41:49'),(563,'authority.torrenthistory','2','2021-01-11 19:41:49','2021-01-11 19:41:49'),(564,'authority.prfmanage','13','2021-01-11 19:41:49','2021-01-11 19:41:49'),(565,'authority.cruprfmanage','14','2021-01-11 19:41:49','2021-01-11 19:41:49'),(566,'authority.uploadsub','1','2021-01-11 19:41:49','2021-01-11 19:41:49'),(567,'authority.delownsub','2','2021-01-11 19:41:49','2021-01-11 19:41:49'),(568,'authority.submanage','13','2021-01-11 19:41:49','2021-01-11 19:41:49'),(569,'authority.updateextinfo','7','2021-01-11 19:41:49','2021-01-11 19:41:49'),(570,'authority.viewanonymous','12','2021-01-11 19:41:49','2021-01-11 19:41:49'),(571,'authority.beanonymous','4','2021-01-11 19:41:49','2021-01-11 19:41:49'),(572,'authority.addoffer','0','2021-01-11 19:41:49','2021-01-11 19:41:49'),(573,'authority.offermanage','13','2021-01-11 19:41:49','2021-01-11 19:41:49'),(574,'authority.upload','2','2021-01-11 19:41:49','2021-01-20 18:52:14'),(575,'authority.uploadspecial','0','2021-01-11 19:41:49','2021-01-19 19:44:01'),(576,'authority.movetorrent','0','2021-01-11 19:41:49','2021-01-19 19:44:01'),(577,'authority.chrmanage','13','2021-01-11 19:41:49','2021-01-11 19:41:49'),(578,'authority.viewinvite','13','2021-01-11 19:41:49','2021-01-11 19:41:49'),(579,'authority.buyinvite','5','2021-01-11 19:41:49','2021-01-11 19:41:49'),(580,'authority.seebanned','12','2021-01-11 19:41:49','2021-01-11 19:41:49'),(581,'authority.againstoffer','1','2021-01-11 19:41:49','2021-01-11 19:41:49'),(582,'authority.userbar','2','2021-01-11 19:41:49','2021-01-11 19:41:49'),(628,'tweak.where','no','2021-01-11 19:46:42','2021-01-12 21:36:41'),(629,'tweak.iplog1','yes','2021-01-11 19:46:42','2021-01-11 19:46:42'),(630,'tweak.bonus','enable','2021-01-11 19:46:42','2021-01-11 19:46:42'),(631,'tweak.datefounded','2010-08-19','2021-01-11 19:46:42','2021-01-11 19:46:42'),(632,'tweak.enablelocation','yes','2021-01-11 19:46:42','2021-01-11 19:46:42'),(633,'tweak.titlekeywords','','2021-01-11 19:46:42','2021-01-11 19:46:42'),(634,'tweak.metakeywords','','2021-01-11 19:46:42','2021-01-11 19:46:42'),(635,'tweak.metadescription','','2021-01-11 19:46:42','2021-01-11 19:46:42'),(636,'tweak.enablesqldebug','yes','2021-01-11 19:46:42','2021-01-13 01:46:05'),(637,'tweak.sqldebug','13','2021-01-11 19:46:42','2021-01-11 19:46:42'),(638,'tweak.cssdate','','2021-01-11 19:46:42','2021-01-11 20:06:30'),(639,'tweak.enabletooltip','yes','2021-01-11 19:46:42','2021-01-11 19:46:42'),(640,'tweak.prolinkimg','pic/prolink.png','2021-01-11 19:46:42','2021-01-11 19:46:42'),(641,'tweak.analyticscode','','2021-01-11 19:46:42','2021-01-11 19:46:42'),(685,'tweak.logging','/tmp/nexus.log','2021-01-11 20:05:51','2021-01-14 10:49:16'),(717,'bonus.donortimes','2','2021-01-11 20:09:07','2021-01-11 20:09:07'),(718,'bonus.perseeding','1','2021-01-11 20:09:07','2021-01-11 20:09:07'),(719,'bonus.maxseeding','7','2021-01-11 20:09:07','2021-01-11 20:09:07'),(720,'bonus.tzero','4','2021-01-11 20:09:07','2021-01-11 20:09:07'),(721,'bonus.nzero','7','2021-01-11 20:09:07','2021-01-11 20:09:07'),(722,'bonus.bzero','100','2021-01-11 20:09:07','2021-01-11 20:09:07'),(723,'bonus.l','300','2021-01-11 20:09:07','2021-01-11 20:09:07'),(724,'bonus.uploadtorrent','15','2021-01-11 20:09:07','2021-01-11 20:09:07'),(725,'bonus.uploadsubtitle','5','2021-01-11 20:09:07','2021-01-11 20:09:07'),(726,'bonus.starttopic','2','2021-01-11 20:09:07','2021-01-11 20:09:07'),(727,'bonus.makepost','1','2021-01-11 20:09:07','2021-01-11 20:09:07'),(728,'bonus.addcomment','1','2021-01-11 20:09:07','2021-01-11 20:09:07'),(729,'bonus.pollvote','1','2021-01-11 20:09:07','2021-01-11 20:09:07'),(730,'bonus.offervote','1','2021-01-11 20:09:07','2021-01-11 20:09:07'),(731,'bonus.funboxvote','1','2021-01-11 20:09:07','2021-01-11 20:09:07'),(732,'bonus.saythanks','0.5','2021-01-11 20:09:07','2021-01-11 20:09:07'),(733,'bonus.receivethanks','0','2021-01-11 20:09:07','2021-01-11 20:09:07'),(734,'bonus.funboxreward','5','2021-01-11 20:09:07','2021-01-11 20:09:07'),(735,'bonus.onegbupload','300','2021-01-11 20:09:07','2021-01-11 20:09:07'),(736,'bonus.fivegbupload','800','2021-01-11 20:09:07','2021-01-11 20:09:07'),(737,'bonus.tengbupload','1300','2021-01-11 20:09:07','2021-01-11 20:09:07'),(738,'bonus.ratiolimit','6','2021-01-11 20:09:07','2021-01-11 20:09:07'),(739,'bonus.dlamountlimit','50','2021-01-11 20:09:07','2021-01-11 20:09:07'),(740,'bonus.oneinvite','1000','2021-01-11 20:09:07','2021-01-11 20:09:07'),(741,'bonus.customtitle','5000','2021-01-11 20:09:07','2021-01-11 20:09:07'),(742,'bonus.vipstatus','8000','2021-01-11 20:09:07','2021-01-11 20:09:07'),(743,'bonus.bonusgift','yes','2021-01-11 20:09:07','2021-01-11 20:09:07'),(744,'bonus.basictax','4','2021-01-11 20:09:07','2021-01-11 20:09:07'),(745,'bonus.taxpercentage','10','2021-01-11 20:09:07','2021-01-11 20:09:07'),(746,'bonus.prolinkpoint','1','2021-01-11 20:09:07','2021-01-11 20:09:07'),(747,'bonus.prolinktime','600','2021-01-11 20:09:07','2021-01-11 20:09:07'),(810,'account.neverdelete','6','2021-01-11 20:21:50','2021-01-11 20:21:50'),(811,'account.neverdeletepacked','3','2021-01-11 20:21:50','2021-01-11 20:21:50'),(812,'account.deletepacked','400','2021-01-11 20:21:50','2021-01-11 20:21:50'),(813,'account.deleteunpacked','150','2021-01-11 20:21:50','2021-01-11 20:21:50'),(814,'account.deletenotransfer','60','2021-01-11 20:21:50','2021-01-11 20:21:50'),(815,'account.deletenotransfertwo','0','2021-01-11 20:21:50','2021-01-11 20:21:50'),(816,'account.deletepeasant','30','2021-01-11 20:21:50','2021-01-11 20:21:50'),(817,'account.psdlone','50','2021-01-11 20:21:50','2021-01-11 20:21:50'),(818,'account.psratioone','0.4','2021-01-11 20:21:50','2021-01-11 20:21:50'),(819,'account.psdltwo','100','2021-01-11 20:21:50','2021-01-11 20:21:50'),(820,'account.psratiotwo','0.5','2021-01-11 20:21:50','2021-01-11 20:21:50'),(821,'account.psdlthree','200','2021-01-11 20:21:50','2021-01-11 20:21:50'),(822,'account.psratiothree','0.6','2021-01-11 20:21:50','2021-01-11 20:21:50'),(823,'account.psdlfour','400','2021-01-11 20:21:50','2021-01-11 20:21:50'),(824,'account.psratiofour','0.7','2021-01-11 20:21:50','2021-01-11 20:21:50'),(825,'account.psdlfive','800','2021-01-11 20:21:50','2021-01-11 20:21:50'),(826,'account.psratiofive','0.8','2021-01-11 20:21:50','2021-01-11 20:21:50'),(827,'account.putime','4','2021-01-11 20:21:50','2021-01-11 20:21:50'),(828,'account.pudl','50','2021-01-11 20:21:50','2021-01-11 20:21:50'),(829,'account.puprratio','1.05','2021-01-11 20:21:50','2021-01-11 20:21:50'),(830,'account.puderatio','0.95','2021-01-11 20:21:50','2021-01-11 20:21:50'),(831,'account.eutime','8','2021-01-11 20:21:50','2021-01-11 20:21:50'),(832,'account.eudl','120','2021-01-11 20:21:50','2021-01-11 20:21:50'),(833,'account.euprratio','1.55','2021-01-11 20:21:50','2021-01-11 20:21:50'),(834,'account.euderatio','1.45','2021-01-11 20:21:50','2021-01-11 20:21:50'),(835,'account.cutime','15','2021-01-11 20:21:50','2021-01-11 20:21:50'),(836,'account.cudl','300','2021-01-11 20:21:50','2021-01-11 20:21:50'),(837,'account.cuprratio','2.05','2021-01-11 20:21:50','2021-01-11 20:21:50'),(838,'account.cuderatio','1.95','2021-01-11 20:21:50','2021-01-11 20:21:50'),(839,'account.iutime','25','2021-01-11 20:21:50','2021-01-11 20:21:50'),(840,'account.iudl','500','2021-01-11 20:21:50','2021-01-11 20:21:50'),(841,'account.iuprratio','2.55','2021-01-11 20:21:50','2021-01-11 20:21:50'),(842,'account.iuderatio','2.45','2021-01-11 20:21:50','2021-01-11 20:21:50'),(843,'account.vutime','40','2021-01-11 20:21:50','2021-01-11 20:21:50'),(844,'account.vudl','750','2021-01-11 20:21:50','2021-01-11 20:21:50'),(845,'account.vuprratio','3.05','2021-01-11 20:21:50','2021-01-11 20:21:50'),(846,'account.vuderatio','2.95','2021-01-11 20:21:50','2021-01-11 20:21:50'),(847,'account.exutime','60','2021-01-11 20:21:50','2021-01-11 20:21:50'),(848,'account.exudl','1024','2021-01-11 20:21:50','2021-01-11 20:21:50'),(849,'account.exuprratio','3.55','2021-01-11 20:21:50','2021-01-11 20:21:50'),(850,'account.exuderatio','3.45','2021-01-11 20:21:50','2021-01-11 20:21:50'),(851,'account.uutime','80','2021-01-11 20:21:50','2021-01-11 20:21:50'),(852,'account.uudl','1536','2021-01-11 20:21:50','2021-01-11 20:21:50'),(853,'account.uuprratio','4.05','2021-01-11 20:21:50','2021-01-11 20:21:50'),(854,'account.uuderatio','3.95','2021-01-11 20:21:50','2021-01-11 20:21:50'),(855,'account.nmtime','100','2021-01-11 20:21:50','2021-01-11 20:21:50'),(856,'account.nmdl','3072','2021-01-11 20:21:50','2021-01-11 20:21:50'),(857,'account.nmprratio','4.55','2021-01-11 20:21:50','2021-01-11 20:21:50'),(858,'account.nmderatio','4.45','2021-01-11 20:21:50','2021-01-11 20:21:50'),(859,'account.getInvitesByPromotion','{\"2\":\"1\",\"3\":\"0\",\"4\":\"2\",\"5\":\"0\",\"6\":\"3\",\"7\":\"0\",\"8\":\"5\",\"9\":\"10\"}','2021-01-11 20:21:50','2021-01-11 20:21:50'),(910,'torrent.prorules','no','2021-01-11 20:29:36','2021-01-12 21:39:33'),(911,'torrent.randomhalfleech','5','2021-01-11 20:29:36','2021-01-11 20:29:36'),(912,'torrent.randomfree','2','2021-01-11 20:29:36','2021-01-11 20:29:36'),(913,'torrent.randomtwoup','2','2021-01-11 20:29:36','2021-01-11 20:29:36'),(914,'torrent.randomtwoupfree','1','2021-01-11 20:29:36','2021-01-11 20:29:36'),(915,'torrent.randomtwouphalfdown','0','2021-01-11 20:29:36','2021-01-11 20:29:36'),(916,'torrent.largesize','20','2021-01-11 20:29:36','2021-01-11 20:29:36'),(917,'torrent.largepro','2','2021-01-11 20:29:36','2021-01-11 20:29:36'),(918,'torrent.expirehalfleech','150','2021-01-11 20:29:36','2021-01-11 20:29:36'),(919,'torrent.expirefree','60','2021-01-11 20:29:36','2021-01-11 20:29:36'),(920,'torrent.expiretwoup','60','2021-01-11 20:29:36','2021-01-11 20:29:36'),(921,'torrent.expiretwoupfree','30','2021-01-11 20:29:36','2021-01-11 20:29:36'),(922,'torrent.expiretwouphalfleech','30','2021-01-11 20:29:36','2021-01-11 20:29:36'),(923,'torrent.expirenormal','0','2021-01-11 20:29:36','2021-01-11 20:29:36'),(924,'torrent.hotdays','7','2021-01-11 20:29:36','2021-01-11 20:29:36'),(925,'torrent.hotseeder','10','2021-01-11 20:29:36','2021-01-11 20:29:36'),(926,'torrent.halfleechbecome','1','2021-01-11 20:29:36','2021-01-11 20:29:36'),(927,'torrent.freebecome','1','2021-01-11 20:29:36','2021-01-11 20:29:36'),(928,'torrent.twoupbecome','1','2021-01-11 20:29:36','2021-01-11 20:29:36'),(929,'torrent.twoupfreebecome','1','2021-01-11 20:29:36','2021-01-11 20:29:36'),(930,'torrent.twouphalfleechbecome','1','2021-01-11 20:29:36','2021-01-11 20:29:36'),(931,'torrent.normalbecome','1','2021-01-11 20:29:36','2021-01-11 20:29:36'),(932,'torrent.uploaderdouble','1','2021-01-11 20:29:36','2021-01-11 20:29:36'),(933,'torrent.deldeadtorrent','0','2021-01-11 20:29:36','2021-01-11 20:29:36'),(934,'torrent.randomthirtypercentdown','0','2021-01-11 20:29:36','2021-01-11 20:29:36'),(935,'torrent.thirtypercentleechbecome','1','2021-01-11 20:29:36','2021-01-11 20:29:36'),(936,'torrent.expirethirtypercentleech','0','2021-01-11 20:29:36','2021-01-11 20:29:36'),(937,'attachment.enableattach','yes','2021-01-11 20:34:32','2021-01-11 20:34:32'),(938,'attachment.classone','1','2021-01-11 20:34:32','2021-01-11 20:34:32'),(939,'attachment.countone','5','2021-01-11 20:34:32','2021-01-11 20:34:32'),(940,'attachment.sizeone','256','2021-01-11 20:34:32','2021-01-11 20:34:32'),(941,'attachment.extone','jpg, jpeg, png, gif','2021-01-11 20:34:32','2021-01-11 20:34:32'),(942,'attachment.classtwo','2','2021-01-11 20:34:32','2021-01-11 20:34:32'),(943,'attachment.counttwo','10','2021-01-11 20:34:32','2021-01-11 20:34:32'),(944,'attachment.sizetwo','512','2021-01-11 20:34:32','2021-01-11 20:34:32'),(945,'attachment.exttwo','torrent, zip, rar, 7z, gzip, gz','2021-01-11 20:34:32','2021-01-11 20:34:32'),(946,'attachment.classthree','5','2021-01-11 20:34:32','2021-01-11 20:34:32'),(947,'attachment.countthree','20','2021-01-11 20:34:32','2021-01-11 20:34:32'),(948,'attachment.sizethree','1024','2021-01-11 20:34:32','2021-01-11 20:34:32'),(949,'attachment.extthree','mp3, ogg, oga, flv','2021-01-11 20:34:32','2021-01-11 20:34:32'),(950,'attachment.classfour','13','2021-01-11 20:34:32','2021-01-11 20:34:32'),(951,'attachment.countfour','500','2021-01-11 20:34:32','2021-01-11 20:34:32'),(952,'attachment.sizefour','2048','2021-01-11 20:34:32','2021-01-11 20:34:32'),(953,'attachment.extfour','doc, xls','2021-01-11 20:34:32','2021-01-11 20:34:32'),(954,'attachment.savedirectory','./attachments','2021-01-11 20:34:32','2021-01-11 20:34:32'),(955,'attachment.httpdirectory','attachments','2021-01-11 20:34:32','2021-01-11 20:34:32'),(956,'attachment.savedirectorytype','monthdir','2021-01-11 20:34:32','2021-01-11 20:34:32'),(957,'attachment.thumbnailtype','createthumb','2021-01-11 20:34:32','2021-01-11 20:34:32'),(958,'attachment.thumbquality','80','2021-01-11 20:34:32','2021-01-11 20:34:32'),(959,'attachment.thumbwidth','500','2021-01-11 20:34:32','2021-01-11 20:34:32'),(960,'attachment.thumbheight','500','2021-01-11 20:34:32','2021-01-11 20:34:32'),(961,'attachment.watermarkpos','9','2021-01-11 20:34:32','2021-01-11 20:34:32'),(962,'attachment.watermarkwidth','300','2021-01-11 20:34:32','2021-01-11 20:34:32'),(963,'attachment.watermarkheight','300','2021-01-11 20:34:32','2021-01-11 20:34:32'),(964,'attachment.watermarkquality','85','2021-01-11 20:34:32','2021-01-12 21:40:09'),(965,'attachment.altthumbwidth','180','2021-01-11 20:34:32','2021-01-11 20:34:32'),(966,'attachment.altthumbheight','135','2021-01-11 20:34:32','2021-01-11 20:34:32'),(997,'advertisement.enablead','yes','2021-01-11 20:37:08','2021-01-11 20:37:08'),(998,'advertisement.enablenoad','yes','2021-01-11 20:37:08','2021-01-11 20:37:08'),(999,'advertisement.noad','12','2021-01-11 20:37:08','2021-01-11 20:37:08'),(1000,'advertisement.enablebonusnoad','yes','2021-01-11 20:37:08','2021-01-11 20:37:08'),(1001,'advertisement.bonusnoad','2','2021-01-11 20:37:08','2021-01-11 20:37:08'),(1002,'advertisement.bonusnoadpoint','10000','2021-01-11 20:37:08','2021-01-11 20:37:08'),(1003,'advertisement.bonusnoadtime','15','2021-01-11 20:37:08','2021-01-11 20:37:08'),(1004,'advertisement.adclickbonus','1','2021-01-11 20:37:08','2021-01-11 20:38:51'),(1021,'code.mainversion','NexusPHP','2021-01-11 20:40:16','2021-01-11 20:40:16'),(1022,'code.subversion','Standard v1.5 Beta 4 by xiaomlove','2021-01-11 20:40:16','2021-01-11 20:41:33'),(1023,'code.releasedate','2010-09-19','2021-01-11 20:40:16','2021-01-11 20:40:16'),(1024,'code.website','<a href=\"http://nexusphp.cn\">http://nexusphp.cn</a>','2021-01-11 20:40:16','2021-01-12 21:42:36'),(1254,'main.use_cron_trigger_cleanup','yes','2021-01-11 21:32:08','2021-01-15 14:10:46'),(1326,'main.showlastxforumposts','no','2021-01-11 21:36:26','2021-01-12 21:32:37'),(1670,'main.pt_gen_api_point','https://ptgen.rhilip.info','2021-01-19 16:55:10','2021-01-19 17:06:44'),(1663,'smtp.smtpaddress','smtp.qq.com','2021-01-13 01:53:03','2021-01-13 01:53:03'),(1664,'smtp.smtpport','25','2021-01-13 01:53:03','2021-01-14 11:11:41'),(1665,'smtp.accountname','353856593@qq.com','2021-01-13 01:53:03','2021-01-14 11:13:17'),(1666,'smtp.accountpassword','zixbeopslzidbgbi','2021-01-13 01:53:03','2021-01-13 01:53:03'),(1667,'torrent.minvotes','10','2021-01-14 22:10:39','2021-01-14 22:10:39'),(1669,'main.enable_pt_gen_system','yes','2021-01-15 14:18:55','2021-01-19 16:24:29');
/*!40000 ALTER TABLE `settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `shoutbox`
--
DROP TABLE IF EXISTS `shoutbox`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `shoutbox` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`date` int(10) unsigned NOT NULL DEFAULT '0',
`text` text NOT NULL,
`type` enum('sb','hb') NOT NULL DEFAULT 'sb',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `shoutbox`
--
LOCK TABLES `shoutbox` WRITE;
/*!40000 ALTER TABLE `shoutbox` DISABLE KEYS */;
INSERT INTO `shoutbox` VALUES (15,2,1609823605,'[em4]','sb');
/*!40000 ALTER TABLE `shoutbox` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sitelog`
--
DROP TABLE IF EXISTS `sitelog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sitelog` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`added` datetime DEFAULT NULL,
`txt` text NOT NULL,
`security_level` enum('normal','mod') NOT NULL DEFAULT 'normal',
PRIMARY KEY (`id`),
KEY `added` (`added`)
) ENGINE=MyISAM AUTO_INCREMENT=171 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sitelog`
--
LOCK TABLES `sitelog` WRITE;
/*!40000 ALTER TABLE `sitelog` DISABLE KEYS */;
INSERT INTO `sitelog` VALUES (1,'2020-12-29 02:34:00','Torrent 1 (中秋礼盒照片) was uploaded by xioamlove','normal'),(2,'2020-12-29 05:53:32','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(3,'2020-12-29 05:57:12','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(4,'2020-12-29 05:57:36','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(5,'2020-12-29 06:01:53','简体中文 Subtitle 1 (手机回收_slices) was uploaded by xioamlove','normal'),(6,'2021-01-07 08:00:58','Ban 1 was removed by 2 (xioamlove)','mod'),(7,'2021-01-07 12:41:28','Tracker MAIN settings updated by xioamlove. January 7, 2021, 12:41 pm','mod'),(8,'2021-01-07 12:47:19','Tracker code settings updated by xioamlove. January 7, 2021, 12:47 pm','mod'),(9,'2021-01-07 13:12:24','Tracker MAIN settings updated by xioamlove. January 7, 2021, 1:12 pm','mod'),(10,'2021-01-07 16:59:10','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(11,'2021-01-07 17:50:37','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(12,'2021-01-07 17:51:31','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(13,'2021-01-09 05:55:39','Torrent 2 ([Nexus] breach-trailer-1_h1080p mov) was uploaded by xioamlove','normal'),(14,'2021-01-09 06:03:11','Torrent 3 ([Nexus] breach-trailer-1_h1080p mov) was uploaded by xioamlove','normal'),(15,'2021-01-10 17:43:57','Tracker ATTACHMENT settings updated by xioamlove. January 10, 2021, 5:43 pm','mod'),(16,'2021-01-10 17:44:05','Tracker ATTACHMENT settings updated by xioamlove. January 10, 2021, 5:44 pm','mod'),(17,'2021-01-10 17:46:07','Tracker ATTACHMENT settings updated by xioamlove. January 10, 2021, 5:46 pm','mod'),(18,'2021-01-10 17:47:32','Tracker ATTACHMENT settings updated by xioamlove. January 10, 2021, 5:47 pm','mod'),(19,'2021-01-10 17:49:13','Tracker ATTACHMENT settings updated by xioamlove. January 10, 2021, 5:49 pm','mod'),(20,'2021-01-10 18:22:27','Tracker ATTACHMENT settings updated by xioamlove. January 10, 2021, 6:22 pm','mod'),(21,'2021-01-11 02:53:06','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 2:53 am','mod'),(22,'2021-01-11 02:57:54','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 2:57 am','mod'),(23,'2021-01-11 03:10:13','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 3:10 am','mod'),(24,'2021-01-11 03:12:37','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 3:12 am','mod'),(25,'2021-01-11 03:34:09','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 3:34 am','mod'),(26,'2021-01-11 04:48:20','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 4:48 am','mod'),(27,'2021-01-11 05:50:02','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 5:50 am','mod'),(28,'2021-01-11 05:52:15','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 5:52 am','mod'),(29,'2021-01-11 05:53:08','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 5:53 am','mod'),(30,'2021-01-11 05:55:57','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 5:55 am','mod'),(31,'2021-01-11 06:10:05','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 6:10 am','mod'),(32,'2021-01-11 06:27:26','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 6:27 am','mod'),(33,'2021-01-11 06:28:53','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 6:28 am','mod'),(34,'2021-01-11 06:29:57','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 6:29 am','mod'),(35,'2021-01-11 06:31:12','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 6:31 am','mod'),(36,'2021-01-11 06:32:13','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 6:32 am','mod'),(37,'2021-01-11 06:53:10','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 6:53 am','mod'),(38,'2021-01-11 06:55:05','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 6:55 am','mod'),(39,'2021-01-11 07:12:17','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 7:12 am','mod'),(40,'2021-01-11 07:13:27','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 7:13 am','mod'),(41,'2021-01-11 07:14:22','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 7:14 am','mod'),(42,'2021-01-11 07:17:01','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 7:17 am','mod'),(43,'2021-01-11 07:26:03','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 7:26 am','mod'),(44,'2021-01-11 07:28:31','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 7:28 am','mod'),(45,'2021-01-11 08:16:05','Tracker basic settings updated by xioamlove. January 11, 2021, 8:16 am','mod'),(46,'2021-01-11 09:31:23','Tracker MAIN settings updated by xioamlove. January 11, 2021, 9:31 am','mod'),(47,'2021-01-11 09:45:12','Tracker MAIN settings updated by xioamlove. January 11, 2021, 9:45 am','mod'),(48,'2021-01-11 09:53:11','Tracker MAIN settings updated by xioamlove. January 11, 2021, 9:53 am','mod'),(49,'2021-01-11 10:04:53','Tracker MAIN settings updated by xioamlove. January 11, 2021, 10:04 am','mod'),(50,'2021-01-11 10:06:05','Tracker MAIN settings updated by xioamlove. January 11, 2021, 10:06 am','mod'),(51,'2021-01-11 10:13:58','Tracker SMTP settings updated by xioamlove. January 11, 2021, 10:13 am','mod'),(52,'2021-01-11 10:25:27','Tracker SMTP settings updated by xioamlove. January 11, 2021, 10:25 am','mod'),(53,'2021-01-11 11:37:30','Tracker SECURITY settings updated by xioamlove. January 11, 2021, 11:37 am','mod'),(54,'2021-01-11 11:38:42','Tracker SECURITY settings updated by xioamlove. January 11, 2021, 11:38 am','mod'),(55,'2021-01-11 11:41:49','Tracker USER AUTHORITY settings updated by xioamlove. January 11, 2021, 11:41 am','mod'),(56,'2021-01-11 11:42:39','Tracker USER AUTHORITY settings updated by xioamlove. January 11, 2021, 11:42 am','mod'),(57,'2021-01-11 11:46:42','Tracker TWEAK settings updated by xioamlove. January 11, 2021, 11:46 am','mod'),(58,'2021-01-11 11:52:29','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 11:52 am','mod'),(59,'2021-01-11 11:53:50','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 11:53 am','mod'),(60,'2021-01-11 11:55:56','Tracker TWEAK settings updated by xioamlove. January 11, 2021, 11:55 am','mod'),(61,'2021-01-11 11:59:19','Tracker TWEAK settings updated by xioamlove. January 11, 2021, 11:59 am','mod'),(62,'2021-01-11 12:00:00','Tracker TWEAK settings updated by xioamlove. January 11, 2021, 12:00 pm','mod'),(63,'2021-01-11 12:02:36','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 12:02 pm','mod'),(64,'2021-01-11 12:04:00','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 12:04 pm','mod'),(65,'2021-01-11 12:05:51','Tracker TWEAK settings updated by xioamlove. January 11, 2021, 12:05 pm','mod'),(66,'2021-01-11 12:06:30','Tracker TWEAK settings updated by xioamlove. January 11, 2021, 12:06 pm','mod'),(67,'2021-01-11 12:09:07','Tracker bonus settings updated by xioamlove. January 11, 2021, 12:09 pm','mod'),(68,'2021-01-11 12:09:37','Tracker bonus settings updated by xioamlove. January 11, 2021, 12:09 pm','mod'),(69,'2021-01-11 12:13:31','Tracker bonus settings updated by xioamlove. January 11, 2021, 12:13 pm','mod'),(70,'2021-01-11 12:21:50','Tracker account settings updated by xioamlove. January 11, 2021, 12:21 pm','mod'),(71,'2021-01-11 12:25:36','Tracker account settings updated by xioamlove. January 11, 2021, 12:25 pm','mod'),(72,'2021-01-11 12:29:36','Tracker torrent settings updated by xioamlove. January 11, 2021, 12:29 pm','mod'),(73,'2021-01-11 12:34:32','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 12:34 pm','mod'),(74,'2021-01-11 12:35:32','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 12:35 pm','mod'),(75,'2021-01-11 12:37:08','Tracker ADVERTISEMENT settings updated by xioamlove. January 11, 2021, 12:37 pm','mod'),(76,'2021-01-11 12:38:51','Tracker ADVERTISEMENT settings updated by xioamlove. January 11, 2021, 12:38 pm','mod'),(77,'2021-01-11 12:38:59','Tracker ADVERTISEMENT settings updated by xioamlove. January 11, 2021, 12:38 pm','mod'),(78,'2021-01-11 12:40:16','Tracker code settings updated by xioamlove. January 11, 2021, 12:40 pm','mod'),(79,'2021-01-11 12:41:33','Tracker code settings updated by xioamlove. January 11, 2021, 12:41 pm','mod'),(80,'2021-01-11 12:41:43','Tracker code settings updated by xioamlove. January 11, 2021, 12:41 pm','mod'),(81,'2021-01-11 12:41:58','Tracker code settings updated by xioamlove. January 11, 2021, 12:41 pm','mod'),(82,'2021-01-11 12:44:25','Tracker code settings updated by xioamlove. January 11, 2021, 12:44 pm','mod'),(83,'2021-01-11 13:25:40','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 1:25 pm','mod'),(84,'2021-01-11 13:27:37','Tracker ATTACHMENT settings updated by xioamlove. January 11, 2021, 1:27 pm','mod'),(85,'2021-01-11 13:28:04','Tracker MAIN settings updated by xioamlove. January 11, 2021, 1:28 pm','mod'),(86,'2021-01-11 13:29:45','Tracker MAIN settings updated by xioamlove. January 11, 2021, 1:29 pm','mod'),(87,'2021-01-11 13:30:03','Tracker MAIN settings updated by xioamlove. January 11, 2021, 1:30 pm','mod'),(88,'2021-01-11 13:32:08','Tracker MAIN settings updated by xioamlove. January 11, 2021, 1:32 pm','mod'),(89,'2021-01-11 13:36:26','Tracker MAIN settings updated by xioamlove. January 11, 2021, 1:36 pm','mod'),(90,'2021-01-12 12:00:06','Tracker basic settings updated by xioamlove. January 12, 2021, 12:00 pm','mod'),(91,'2021-01-12 12:00:12','Tracker basic settings updated by xioamlove. January 12, 2021, 12:00 pm','mod'),(92,'2021-01-12 13:31:25','Tracker MAIN settings updated by xioamlove. January 12, 2021, 1:31 pm','mod'),(93,'2021-01-12 13:32:37','Tracker MAIN settings updated by xioamlove. January 12, 2021, 1:32 pm','mod'),(94,'2021-01-12 13:33:02','Tracker SMTP settings updated by xioamlove. January 12, 2021, 1:33 pm','mod'),(95,'2021-01-12 13:34:45','Tracker SMTP settings updated by xioamlove. January 12, 2021, 1:34 pm','mod'),(96,'2021-01-12 13:35:17','Tracker SECURITY settings updated by xioamlove. January 12, 2021, 1:35 pm','mod'),(97,'2021-01-12 13:36:41','Tracker TWEAK settings updated by xioamlove. January 12, 2021, 1:36 pm','mod'),(98,'2021-01-12 13:37:34','Tracker TWEAK settings updated by xioamlove. January 12, 2021, 1:37 pm','mod'),(99,'2021-01-12 13:39:33','Tracker torrent settings updated by xioamlove. January 12, 2021, 1:39 pm','mod'),(100,'2021-01-12 13:40:09','Tracker ATTACHMENT settings updated by xioamlove. January 12, 2021, 1:40 pm','mod'),(101,'2021-01-12 13:42:36','Tracker code settings updated by xioamlove. January 12, 2021, 1:42 pm','mod'),(102,'2021-01-12 17:46:05','Tracker TWEAK settings updated by xioamlove. January 12, 2021, 5:46 pm','mod'),(103,'2021-01-12 17:46:35','Tracker TWEAK settings updated by xioamlove. January 12, 2021, 5:46 pm','mod'),(104,'2021-01-12 17:48:32','Tracker MAIN settings updated by xioamlove. January 12, 2021, 5:48 pm','mod'),(105,'2021-01-12 17:53:03','Tracker SMTP settings updated by xioamlove. January 12, 2021, 5:53 pm','mod'),(106,'2021-01-14 02:26:35','Tracker basic settings updated by xioamlove. January 14, 2021, 2:26 am','mod'),(107,'2021-01-14 02:47:01','Tracker MAIN settings updated by xioamlove. January 14, 2021, 2:47 am','mod'),(108,'2021-01-14 02:49:16','Tracker TWEAK settings updated by xioamlove. January 14, 2021, 2:49 am','mod'),(109,'2021-01-14 02:51:18','Tracker SMTP settings updated by xioamlove. January 14, 2021, 2:51 am','mod'),(110,'2021-01-14 03:11:41','Tracker SMTP settings updated by xioamlove. January 14, 2021, 3:11 am','mod'),(111,'2021-01-14 03:13:17','Tracker SMTP settings updated by xioamlove. January 14, 2021, 3:13 am','mod'),(112,'2021-01-14 04:45:57','Tracker MAIN settings updated by xioamlove. January 14, 2021, 4:45 am','mod'),(113,'2021-01-15 06:10:18','Tracker MAIN settings updated by xioamlove. January 15, 2021, 6:10 am','mod'),(114,'2021-01-15 06:10:46','Tracker MAIN settings updated by xioamlove. January 15, 2021, 6:10 am','mod'),(115,'2021-01-15 06:18:55','Tracker MAIN settings updated by xioamlove. January 15, 2021, 6:18 am','mod'),(116,'2021-01-15 07:55:48','Tracker MAIN settings updated by xioamlove. January 15, 2021, 7:55 am','mod'),(117,'2021-01-15 07:56:08','Tracker MAIN settings updated by xioamlove. January 15, 2021, 7:56 am','mod'),(118,'2021-01-15 11:02:00','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(119,'2021-01-15 11:10:42','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(120,'2021-01-15 11:13:39','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(121,'2021-01-15 11:15:21','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(122,'2021-01-15 13:04:49','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(123,'2021-01-15 13:59:00','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(124,'2021-01-15 16:47:59','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(125,'2021-01-15 17:09:09','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(126,'2021-01-15 18:49:59','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(127,'2021-01-15 18:57:44','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(128,'2021-01-16 17:08:48','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(129,'2021-01-16 17:13:01','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(130,'2021-01-18 05:17:47','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(131,'2021-01-18 06:12:23','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(132,'2021-01-18 09:45:05','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(133,'2021-01-18 11:13:28','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(134,'2021-01-18 11:14:25','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(135,'2021-01-18 16:35:07','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(136,'2021-01-18 16:48:36','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(137,'2021-01-18 16:51:52','Tracker MAIN settings updated by xioamlove. January 18, 2021, 4:51 pm','mod'),(138,'2021-01-19 08:17:01','Tracker MAIN settings updated by xioamlove. January 19, 2021, 8:17 am','mod'),(139,'2021-01-19 08:22:49','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(140,'2021-01-19 08:23:31','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(141,'2021-01-19 08:24:29','Tracker MAIN settings updated by xioamlove. January 19, 2021, 8:24 am','mod'),(142,'2021-01-19 08:25:08','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(143,'2021-01-19 08:26:21','Torrent 1 (中秋礼盒照片) was edited by xioamlove','normal'),(144,'2021-01-19 08:55:10','Tracker MAIN settings updated by xioamlove. January 19, 2021, 8:55 am','mod'),(145,'2021-01-19 09:04:42','Tracker MAIN settings updated by xioamlove. January 19, 2021, 9:04 am','mod'),(146,'2021-01-19 09:06:44','Tracker MAIN settings updated by xioamlove. January 19, 2021, 9:06 am','mod'),(147,'2021-01-19 10:27:10','Tracker TWEAK settings updated by xioamlove. January 19, 2021, 10:27 am','mod'),(148,'2021-01-19 11:44:01','Tracker USER AUTHORITY settings updated by xioamlove. January 19, 2021, 11:44 am','mod'),(149,'2021-01-19 12:42:49','Torrent 4 (the-reckoning-trailer-1_h1080p mov) was uploaded by tt','normal'),(150,'2021-01-19 13:19:53','Torrent 4 (the-reckoning-trailer-1_h1080p mov) was edited by tt','normal'),(151,'2021-01-20 06:19:46','Tracker basic settings updated by xioamlove. January 20, 2021, 6:19 am','mod'),(152,'2021-01-20 06:32:57','Tracker basic settings updated by xioamlove. January 20, 2021, 6:32 am','mod'),(153,'2021-01-20 09:40:07','Tracker basic settings updated by xioamlove. January 20, 2021, 9:40 am','mod'),(154,'2021-01-20 10:17:07','Tracker MAIN settings updated by xioamlove. January 20, 2021, 10:17 am','mod'),(155,'2021-01-20 10:18:10','Tracker MAIN settings updated by xioamlove. January 20, 2021, 10:18 am','mod'),(156,'2021-01-20 10:19:26','Tracker MAIN settings updated by xioamlove. January 20, 2021, 10:19 am','mod'),(157,'2021-01-20 10:22:04','Tracker MAIN settings updated by xioamlove. January 20, 2021, 10:22 am','mod'),(158,'2021-01-20 10:26:38','Tracker MAIN settings updated by xioamlove. January 20, 2021, 10:26 am','mod'),(159,'2021-01-20 10:30:07','Tracker MAIN settings updated by xioamlove. January 20, 2021, 10:30 am','mod'),(160,'2021-01-20 10:32:29','Tracker MAIN settings updated by xioamlove. January 20, 2021, 10:32 am','mod'),(161,'2021-01-20 10:40:18','Tracker MAIN settings updated by xioamlove. January 20, 2021, 10:40 am','mod'),(162,'2021-01-20 10:47:54','Tracker SMTP settings updated by xioamlove. January 20, 2021, 10:47 am','mod'),(163,'2021-01-20 10:50:44','Tracker SMTP settings updated by xioamlove. January 20, 2021, 10:50 am','mod'),(164,'2021-01-20 10:52:14','Tracker USER AUTHORITY settings updated by xioamlove. January 20, 2021, 10:52 am','mod'),(165,'2021-01-20 10:54:42','Tracker USER AUTHORITY settings updated by xioamlove. January 20, 2021, 10:54 am','mod'),(166,'2021-01-20 10:55:19','Tracker basic settings updated by xioamlove. January 20, 2021, 10:55 am','mod'),(167,'2021-01-20 11:00:22','Tracker basic settings updated by xioamlove. January 20, 2021, 11:00 am','mod'),(168,'2021-01-20 11:00:47','Tracker TWEAK settings updated by xioamlove. January 20, 2021, 11:00 am','mod'),(169,'2021-01-20 11:00:59','Tracker basic settings updated by xioamlove. January 20, 2021, 11:00 am','mod'),(170,'2021-01-21 01:37:19','Tracker bonus settings updated by xioamlove. January 21, 2021, 1:37 am','mod');
/*!40000 ALTER TABLE `sitelog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `snatched`
--
DROP TABLE IF EXISTS `snatched`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `snatched` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`torrentid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`ip` varchar(64) NOT NULL DEFAULT '',
`port` smallint(5) unsigned NOT NULL DEFAULT '0',
`uploaded` bigint(20) unsigned NOT NULL DEFAULT '0',
`downloaded` bigint(20) unsigned NOT NULL DEFAULT '0',
`to_go` bigint(20) unsigned NOT NULL DEFAULT '0',
`seedtime` int(10) unsigned NOT NULL DEFAULT '0',
`leechtime` int(10) unsigned NOT NULL DEFAULT '0',
`last_action` datetime DEFAULT NULL,
`startdat` datetime DEFAULT NULL,
`completedat` datetime DEFAULT NULL,
`finished` enum('yes','no') NOT NULL DEFAULT 'no',
PRIMARY KEY (`id`),
KEY `torrentid_userid` (`torrentid`,`userid`),
KEY `userid` (`userid`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `snatched`
--
LOCK TABLES `snatched` WRITE;
/*!40000 ALTER TABLE `snatched` DISABLE KEYS */;
INSERT INTO `snatched` VALUES (1,1,2,'103.40.249.178',44617,0,0,0,766300,29253,'2021-01-04 17:42:32','2021-01-04 04:11:09','0000-00-00 00:00:00','no'),(2,4,3,'103.40.249.178',44617,0,0,0,1541739,28830,'2021-01-20 17:59:49','2021-01-19 13:41:43',NULL,'no'),(3,4,2,'120.229.33.248',33376,0,0,130596609,0,641781,'2021-01-20 17:55:25','2021-01-19 15:38:19',NULL,'no');
/*!40000 ALTER TABLE `snatched` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sources`
--
DROP TABLE IF EXISTS `sources`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sources` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(30) NOT NULL,
`sort_index` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sources`
--
LOCK TABLES `sources` WRITE;
/*!40000 ALTER TABLE `sources` DISABLE KEYS */;
INSERT INTO `sources` VALUES (1,'Blu-ray',0),(2,'HD DVD',0),(3,'DVD',0),(4,'HDTV',0),(5,'TV',0),(6,'Other',0);
/*!40000 ALTER TABLE `sources` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `staffmessages`
--
DROP TABLE IF EXISTS `staffmessages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `staffmessages` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`sender` mediumint(8) unsigned NOT NULL DEFAULT '0',
`added` datetime DEFAULT NULL,
`msg` text,
`subject` varchar(128) NOT NULL DEFAULT '',
`answeredby` mediumint(8) unsigned NOT NULL DEFAULT '0',
`answered` tinyint(1) NOT NULL DEFAULT '0',
`answer` text,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `staffmessages`
--
LOCK TABLES `staffmessages` WRITE;
/*!40000 ALTER TABLE `staffmessages` DISABLE KEYS */;
/*!40000 ALTER TABLE `staffmessages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `standards`
--
DROP TABLE IF EXISTS `standards`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `standards` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(30) NOT NULL,
`sort_index` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `standards`
--
LOCK TABLES `standards` WRITE;
/*!40000 ALTER TABLE `standards` DISABLE KEYS */;
INSERT INTO `standards` VALUES (1,'1080p',0),(2,'1080i',0),(3,'720p',0),(4,'SD',0);
/*!40000 ALTER TABLE `standards` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `stylesheets`
--
DROP TABLE IF EXISTS `stylesheets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `stylesheets` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`uri` varchar(255) NOT NULL DEFAULT '',
`name` varchar(64) NOT NULL DEFAULT '',
`addicode` text,
`designer` varchar(50) NOT NULL DEFAULT '',
`comment` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `stylesheets`
--
LOCK TABLES `stylesheets` WRITE;
/*!40000 ALTER TABLE `stylesheets` DISABLE KEYS */;
INSERT INTO `stylesheets` VALUES (2,'styles/BlueGene/','Blue Gene','','Zantetsu','HDBits clone'),(3,'styles/BlasphemyOrange/','Blasphemy Orange','','Zantetsu','Bit-HDTV clone'),(4,'styles/Classic/','Classic','','Zantetsu','TBSource original mod'),(6,'styles/DarkPassion/','Dark Passion','','Zantetsu',''),(7,'styles/BambooGreen/','Bamboo Green','','Xia Zuojie','Baidu Hi clone');
/*!40000 ALTER TABLE `stylesheets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `subs`
--
DROP TABLE IF EXISTS `subs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `subs` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`torrent_id` mediumint(8) unsigned NOT NULL,
`lang_id` smallint(5) unsigned NOT NULL,
`title` varchar(255) NOT NULL DEFAULT '',
`filename` varchar(255) NOT NULL DEFAULT '',
`added` datetime DEFAULT NULL,
`size` bigint(20) unsigned NOT NULL DEFAULT '0',
`uppedby` mediumint(8) unsigned NOT NULL DEFAULT '0',
`anonymous` enum('yes','no') NOT NULL DEFAULT 'no',
`hits` mediumint(8) unsigned NOT NULL DEFAULT '0',
`ext` varchar(10) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `torrentid_langid` (`torrent_id`,`lang_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `subs`
--
LOCK TABLES `subs` WRITE;
/*!40000 ALTER TABLE `subs` DISABLE KEYS */;
/*!40000 ALTER TABLE `subs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `suggest`
--
DROP TABLE IF EXISTS `suggest`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `suggest` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`keywords` varchar(255) NOT NULL DEFAULT '',
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`adddate` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `keywords` (`keywords`(4)),
KEY `adddate` (`adddate`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `suggest`
--
LOCK TABLES `suggest` WRITE;
/*!40000 ALTER TABLE `suggest` DISABLE KEYS */;
/*!40000 ALTER TABLE `suggest` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sysoppanel`
--
DROP TABLE IF EXISTS `sysoppanel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sysoppanel` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(128) NOT NULL DEFAULT '',
`url` varchar(255) NOT NULL DEFAULT '',
`info` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3028 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sysoppanel`
--
LOCK TABLES `sysoppanel` WRITE;
/*!40000 ALTER TABLE `sysoppanel` DISABLE KEYS */;
INSERT INTO `sysoppanel` VALUES (1,'Delete disabled users','deletedisabled.php','Delete all disabled users'),(2,'Manage tracker forum','forummanage.php','Edit/Delete forum'),(3,'MySQL Stats','mysql_stats.php','See MySql stats'),(4,'Mass mailer','massmail.php','Send e-mail to all users on the tracker'),(5,'Do cleanup','docleanup.php','Do cleanup functions'),(6,'Ban System','bans.php','Ban / Unban IP'),(7,'Failed Logins','maxlogin.php','Show Failed Login Attempts'),(8,'Bitbucket','bitbucketlog.php','Bitbucket Log'),(9,'Ban EMAIL address','bannedemails.php','Ban EMAILs stop registration.'),(10,'Allow EMAIL address','allowedemails.php','Allow EMAIL registration.'),(11,'Location','location.php','Manage location and location speed'),(12,'Add Upload','amountupload.php','Add upload to certain classes');
/*!40000 ALTER TABLE `sysoppanel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `teams`
--
DROP TABLE IF EXISTS `teams`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `teams` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(30) NOT NULL,
`sort_index` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `teams`
--
LOCK TABLES `teams` WRITE;
/*!40000 ALTER TABLE `teams` DISABLE KEYS */;
INSERT INTO `teams` VALUES (1,'HDS',0),(2,'CHD',0),(3,'MySiLU',0),(4,'WiKi',0),(5,'Other',0);
/*!40000 ALTER TABLE `teams` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `thanks`
--
DROP TABLE IF EXISTS `thanks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `thanks` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`torrentid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `torrentid_id` (`torrentid`,`id`),
KEY `torrentid_userid` (`torrentid`,`userid`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `thanks`
--
LOCK TABLES `thanks` WRITE;
/*!40000 ALTER TABLE `thanks` DISABLE KEYS */;
INSERT INTO `thanks` VALUES (1,1,2),(2,4,3),(3,4,2);
/*!40000 ALTER TABLE `thanks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `topics`
--
DROP TABLE IF EXISTS `topics`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `topics` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`userid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`subject` varchar(128) NOT NULL,
`locked` enum('yes','no') NOT NULL DEFAULT 'no',
`forumid` smallint(5) unsigned NOT NULL DEFAULT '0',
`firstpost` int(10) unsigned NOT NULL DEFAULT '0',
`lastpost` int(10) unsigned NOT NULL DEFAULT '0',
`sticky` enum('no','yes') NOT NULL DEFAULT 'no',
`hlcolor` tinyint(3) unsigned NOT NULL DEFAULT '0',
`views` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `userid` (`userid`),
KEY `subject` (`subject`),
KEY `forumid_lastpost` (`forumid`,`lastpost`),
KEY `forumid_sticky_lastpost` (`forumid`,`sticky`,`lastpost`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `topics`
--
LOCK TABLES `topics` WRITE;
/*!40000 ALTER TABLE `topics` DISABLE KEYS */;
INSERT INTO `topics` VALUES (1,2,'Hi, Every body','yes',1,1,6,'yes',0,36);
/*!40000 ALTER TABLE `topics` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `torrents`
--
DROP TABLE IF EXISTS `torrents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `torrents` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`info_hash` binary(20) NOT NULL,
`name` varchar(255) NOT NULL DEFAULT '',
`filename` varchar(255) NOT NULL DEFAULT '',
`save_as` varchar(255) NOT NULL DEFAULT '',
`descr` text,
`small_descr` varchar(255) NOT NULL DEFAULT '',
`ori_descr` text,
`category` smallint(5) unsigned NOT NULL DEFAULT '0',
`source` tinyint(3) unsigned NOT NULL DEFAULT '0',
`medium` tinyint(3) unsigned NOT NULL DEFAULT '0',
`codec` tinyint(3) unsigned NOT NULL DEFAULT '0',
`standard` tinyint(3) unsigned NOT NULL DEFAULT '0',
`processing` tinyint(3) unsigned NOT NULL DEFAULT '0',
`team` tinyint(3) unsigned NOT NULL DEFAULT '0',
`audiocodec` tinyint(3) unsigned NOT NULL DEFAULT '0',
`size` bigint(20) unsigned NOT NULL DEFAULT '0',
`added` datetime DEFAULT NULL,
`type` enum('single','multi') NOT NULL DEFAULT 'single',
`numfiles` smallint(5) unsigned NOT NULL DEFAULT '0',
`comments` mediumint(8) unsigned NOT NULL DEFAULT '0',
`views` int(10) unsigned NOT NULL DEFAULT '0',
`hits` int(10) unsigned NOT NULL DEFAULT '0',
`times_completed` mediumint(8) unsigned NOT NULL DEFAULT '0',
`leechers` mediumint(8) unsigned NOT NULL DEFAULT '0',
`seeders` mediumint(8) unsigned NOT NULL DEFAULT '0',
`last_action` datetime DEFAULT NULL,
`visible` enum('yes','no') NOT NULL DEFAULT 'yes',
`banned` enum('yes','no') NOT NULL DEFAULT 'no',
`owner` mediumint(8) unsigned NOT NULL DEFAULT '0',
`nfo` blob,
`sp_state` tinyint(3) unsigned NOT NULL DEFAULT '1',
`promotion_time_type` tinyint(3) unsigned NOT NULL DEFAULT '0',
`promotion_until` datetime DEFAULT NULL,
`anonymous` enum('yes','no') NOT NULL DEFAULT 'no',
`url` int(10) unsigned DEFAULT NULL,
`pos_state` enum('normal','sticky') NOT NULL DEFAULT 'normal',
`cache_stamp` tinyint(3) unsigned NOT NULL DEFAULT '0',
`picktype` enum('hot','classic','recommended','normal') NOT NULL DEFAULT 'normal',
`picktime` datetime DEFAULT NULL,
`last_reseed` datetime DEFAULT NULL,
`pt_gen` mediumtext,
PRIMARY KEY (`id`),
UNIQUE KEY `info_hash` (`info_hash`),
KEY `owner` (`owner`),
KEY `visible_pos_id` (`visible`,`pos_state`,`id`),
KEY `url` (`url`),
KEY `category_visible_banned` (`category`,`visible`,`banned`),
KEY `visible_banned_pos_id` (`visible`,`banned`,`pos_state`,`id`),
FULLTEXT KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `torrents`
--
LOCK TABLES `torrents` WRITE;
/*!40000 ALTER TABLE `torrents` DISABLE KEYS */;
INSERT INTO `torrents` VALUES (1,'Zѓ0<D193>8<AF><38><96>X\<5C>\<5C><63> 5','中秋礼盒照片','中秋礼盒照片.torrent','中秋礼盒照片','先不要来图,看下 [em3] ','这是副标题','先不要来图,看下',401,0,2,1,1,0,1,0,37193134,'2020-12-29 02:34:00','multi',24,5,140,3,0,0,0,'2021-01-04 10:51:02','yes','no',2,'',1,0,'0000-00-00 00:00:00','no',0,'normal',0,'normal','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"douban\":{\"link\":\"https:\\/\\/movie.douban.com\\/subject\\/1794171\\/)\",\"data\":{\"success\":true,\"error\":null,\"format\":\"[img]https:\\/\\/img9.doubanio.com\\/view\\/photo\\/l_ratio_poster\\/public\\/p1188042816.jpg[\\/img]\\n\\n\\u25ce\\u8bd1\\u3000\\u3000\\u540d\\u3000\\u53d8\\u5f62\\u91d1\\u521a\\/\\u53d8\\u5f62\\u91d1\\u521a\\u7535\\u5f71\\u7248\\n\\u25ce\\u7247\\u3000\\u3000\\u540d\\u3000Transformers\\n\\u25ce\\u5e74\\u3000\\u3000\\u4ee3\\u30002007\\n\\u25ce\\u4ea7\\u3000\\u3000\\u5730\\u3000\\u7f8e\\u56fd\\n\\u25ce\\u7c7b\\u3000\\u3000\\u522b\\u3000\\u52a8\\u4f5c \\/ \\u79d1\\u5e7b\\n\\u25ce\\u8bed\\u3000\\u3000\\u8a00\\u3000\\u82f1\\u8bed,\\u897f\\u73ed\\u7259\\u8bed\\n\\u25ce\\u4e0a\\u6620\\u65e5\\u671f\\u30002007-07-03(\\u7f8e\\u56fd) \\/ 2007-07-11(\\u4e2d\\u56fd\\u5927\\u9646)\\n\\u25ceIMDb\\u8bc4\\u5206 7\\/10 from 595225 users\\n\\u25ceIMDb\\u94fe\\u63a5 https:\\/\\/www.imdb.com\\/title\\/tt0418279\\/\\n\\u25ce\\u8c46\\u74e3\\u8bc4\\u5206\\u30008.3\\/10 from 394955 users\\n\\u25ce\\u8c46\\u74e3\\u94fe\\u63a5\\u3000https:\\/\\/movie.douban.com\\/subject\\/1794171\\/\\n\\u25ce\\u7247\\u3000\\u3000\\u957f\\u3000144\\u5206\\u949f\\n\\u25ce\\u5bfc\\u3000\\u3000\\u6f14\\u3000\\u8fc8\\u514b\\u5c14\\u00b7\\u8d1d Michael Bay\\n\\u25ce\\u7f16\\u3000\\u3000\\u5267\\u3000\\u7f57\\u4f2f\\u6258\\u00b7\\u5965\\u5947 Roberto Orci \\/ \\u827e\\u91cc\\u514b\\u65af\\u00b7\\u5e93\\u5179\\u66fc Alex Kurtzman \\/ \\u7ea6\\u7ff0\\u00b7\\u7f57\\u6770\\u65af John Rogers\\n\\u25ce\\u4e3b\\u3000\\u3000\\u6f14\\u3000\\u5e0c\\u4e9a\\u00b7\\u62c9\\u535a\\u592b Shia LaBeouf\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u6cf0\\u745e\\u65af\\u00b7\\u5409\\u5e03\\u68ee Tyrese Gibson\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u4e54\\u4ec0\\u00b7\\u675c\\u54c8\\u660e Josh Duhamel\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u5b89\\u4e1c\\u5c3c\\u00b7\\u5b89\\u5fb7\\u68ee Anthony Anderson\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u6885\\u6839\\u00b7\\u798f\\u514b\\u65af Megan Fox\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u745e\\u5207\\u5c14\\u00b7\\u6cf0\\u52d2 Rachael Taylor\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u7ea6\\u7ff0\\u00b7\\u7279\\u6258\\u7f57 John Turturro\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u5f3a\\u00b7\\u6c83\\u7279 Jon Voight\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u8fc8\\u514b\\u5c14\\u00b7\\u5965\\u5c3c\\u5c14 Michael O&#39;Neill\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u51ef\\u6587\\u00b7\\u675c\\u6069 Kevin Dunn\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u6731\\u4e3d\\u53f6\\u00b7\\u6000\\u7279 Julie White\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u96e8\\u679c\\u00b7\\u7ef4\\u6587 Hugo Weaving\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u8fc8\\u514b\\u5c14\\u00b7\\u8d1d Michael Bay\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u5965\\u9edb\\u5854\\u00b7\\u5b89\\u7eb3\\u5e03\\u5c14 Odette Annable\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u79d1\\u5c14\\u987f\\u00b7\\u6d77\\u6069\\u65af Colton Haynes\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u963f\\u83ab\\u91cc\\u00b7\\u8bfa\\u62c9\\u65af\\u79d1 Amaury Nolasco\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u59dc\\u5e7f\\u6d9b Guangtao Jiang\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u7ea6\\u7ff0\\u00b7\\u7f57\\u5bbe\\u68ee John Robinson\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u4f2f\\u5c3c\\u00b7\\u9ea6\\u514b Bernie Mac\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u7279\\u62c9\\u7ef4\\u65af\\u00b7\\u8303\\u00b7\\u6587\\u514b Travis Van Winkle\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u5f7c\\u7279\\u00b7\\u5e93\\u4f26 Peter Cullen\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u683c\\u4f26\\u00b7\\u83ab\\u8096\\u5c14 Glenn Morshower\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u8428\\u66fc\\u5854\\u00b7\\u53f2\\u5bc6\\u65af Samantha Smith\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u91cc\\u514b\\u00b7\\u9ad8\\u83ab\\u5179 Rick Gomez\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u5f7c\\u5f97\\u00b7\\u96c5\\u5404\\u5e03\\u68ee Peter Jacobson\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u514b\\u91cc\\u65af\\u6258\\u5f17\\u00b7\\u7ea6\\u7ff0\\u00b7\\u6258\\u9a6c\\u68ee C.J. Thomason\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u5965\\u739b\\u00b7\\u672c\\u68ee\\u00b7\\u7c73\\u52d2 Omar Benson Miller\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u9646\\u5efa\\u827a Jianyi Lu\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u8a79\\u59c6\\u65af\\u00b7C\\u00b7\\u4f2f\\u6069\\u65af James C. Burns\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u96f7\\u8bfa\\u00b7\\u7ef4\\u5c14\\u68ee Reno Wilson\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u9a6c\\u514b\\u00b7\\u745e\\u5b89 Mark Ryan\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u7f57\\u4f2f\\u7279\\u00b7\\u798f\\u514b\\u6c83\\u65af Robert Foxworth\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u51ef\\u5fb7\\u00b7\\u79d1\\u7279\\u7acb Cade Courtley\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u91cc\\u5179\\u4e07\\u00b7\\u66fc\\u5409 Rizwan Manji\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u6770\\u65af\\u00b7\\u54c8\\u6885\\u5c14 Jess Harnell\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u5e03\\u8d56\\u6069\\u00b7\\u65af\\u7279\\u5e15\\u5c3c\\u514b Brian Stepanek\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u624e\\u514b\\u00b7\\u6c83\\u5fb7 Zack Ward\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u6c64\\u59c6\\u00b7\\u4f26\\u514b Tom Lenk\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u9ea6\\u8fea\\u900a\\u00b7\\u6885\\u68ee Madison Mason\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u8fc8\\u514b\\u5c14\\u00b7\\u8096\\u59c6\\u65af\\u00b7\\u7ef4\\u5c14\\u65af Michael Shamus Wiles\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u9c8d\\u52c3\\u00b7\\u65af\\u8482\\u82ac\\u68ee Bob Stephenson\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u5b89\\u8fea\\u00b7\\u7c73\\u5c14\\u5fb7 Andy Milder\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u6c64\\u59c6\\u00b7\\u57c3\\u6c83\\u96f7\\u7279 Tom Everett\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u67e5\\u5c14\\u65af\\u00b7\\u963f\\u5fb7\\u52d2 Charles Adler\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u65af\\u79d1\\u7279\\u00b7\\u76ae\\u7279 Scott Peat\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u59ae\\u53ef\\u00b7\\u5170\\u5fb7\\u5c14\\u00b7\\u7ea6\\u7ff0\\u900a Nicole Randall Johnson\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u8fbe\\u91cc\\u4e4c\\u65af\\u00b7\\u9ea6\\u514b\\u62c9\\u91cc Darius McCrary\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u5b89\\u5fb7\\u9c81\\u00b7\\u5361\\u5fb7\\u5a01\\u5c14 Andrew Caldwell\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u5a01\\u5ec9\\u59c6\\u00b7\\u6469\\u6839\\u00b7\\u8c22\\u6cfc\\u5fb7 William Morgan Sheppard\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u65af\\u8482\\u82ac\\u00b7\\u798f\\u7279 Steven Ford\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u514b\\u91cc\\u65af\\u00b7\\u57c3\\u91cc\\u65af Chris Ellis\\n\\u3000\\u3000\\u3000\\u3000 \\u3000J\\u00b7P\\u00b7\\u9a6c\\u8bfa\\u514b\\u65af J.P. Manoux\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u6770\\u7c73\\u00b7\\u9ea6\\u514b\\u5e03\\u83b1\\u5fb7 Jamie McBride\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u4f0a\\u65af\\u7279\\u00b7\\u65af\\u9ad8\\u7279 Esther Scott\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u4efb\\u4e9a\\u660e Yaming Ren\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u67e5\\u7406\\u00b7\\u535a\\u4e01 Charlie Bodin\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u9ea6\\u514b\\u00b7\\u8d39\\u820d\\u5c14 Mike Fisher\\n\\u3000\\u3000\\u3000\\u3000 \\u3000Seth Miller\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u8d3e\\u7c73\\u68ee\\u00b7\\u6768 Jamison Yang\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u91cc\\u514b\\u00b7\\u6208\\u9ea6\\u65af Rick Gomez\\n\\u3000\\u3000\\u3000\\u3000 \\u3000Aaron Michael Lacey\\n\\u3000\\u3000\\u3000\\u3000 \\u3000Kyle Saylors\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u4e54\\u8212\\u534e\\u00b7\\u8d39\\u6069\\u66fc Joshua Feinman\\n\\u3000\\u3000\\u3000\\u3000 \\u3000Michael Trisler\\n\\u3000\\u3000\\u3000\\u3000 \\u3000Mike Allen\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u8a79\\u59c6\\u65af\\u00b7D\\u00b7\\u97e6\\u65af\\u987f\\u4e8c\\u4e16 James D. Weston II\\n\\u3000\\u3000\\u3000\\u3000 \\u3000Michael Buonomo\\n\\u3000\\u3000\\u3000\\u3000 \\u3000Kevin Carvell\\n\\u3000\\u3000\\u3000\\u3000 \\u3000James Blackburn\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u585e\\u5df4\\u65af\\u8482\\u5b89\\u00b7\\u83b1\\u5185\\u5c14 Sebastian Lionell\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u5e03\\u83b1\\u6069\\u00b7\\u91cc\\u65af Brian Reece\\n\\u3000\\u3000\\u3000\\u3000 \\u3000Chip Hormess\\n\\u3000\\u3000\\u3000\\u3000 \\u3000Sean Hampton\\n\\u3000\\u3000\\u3000\\u3000 \\u3000Carlos Moreno Jr.\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u8096\\u6069\\u00b7\\u53f2\\u5bc6\\u65af Sean Smith\\n\\u3000\\u3000\\u3000\\u3000 \\u3000Paul Michael Bloodgood\\n\\u3000\\u3000\\u3000\\u3000 \\u3000Frederic Doss\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u62c9\\u7ef4\\u00b7\\u5e15\\u7279\\u5c14 Ravi Patel\\n\\u3000\\u3000\\u3000\\u3000 \\u3000Michael J. Fisher\\n\\u3000\\u3000\\u3000\\u3000 \\u3000\\u590f\\u6cbb\\u4e16 Zhishi Xia\\n\\n\\u25ce\\u6807\\u3000\\u3000\\u7b7e\\u3000\\u79d1\\u5e7b | \\u7f8e\\u56fd | \\u7ecf\\u5178 | \\u52a8\\u4f5c | 2007 | \\u673a\\u5668\\u4eba | \\u6f2b\\u753b\\u6539\\u7f16 | \\u6b27\\u7f8e\\n\\n\\u25ce\\u7b80\\u3000\\u3000\\u4ecb\\n\\n\\u3000\\u3000\\u201c\\u9738\\u5929\\u864e\\u201d\\u7684\\u5148\\u9063\\u90e8\\u961f\\u65cb\\u98ce\\u548c\\u6bd2\\u874e\\u88ad\\u51fb\\u4e86\\u7f8e\\u519b\\u4f4d\\u4e8e\\u5361\\u5854\\u5c14\\u7684\\u519b\\u4e8b\\u57fa\\u5730\\uff0c\\u4e0e\\u6b64\\u540c\\u65f6\\uff0c\\u8def\\u969c\\u5e2e\\u52a9\\u4ed6\\u7684\\u642d\\u6863\\u8ff7\\u4e71\\u6f5c\\u5165\\u4e86\\u7f8e\\u56fd\\u603b\\u7edf\\u7684\\u5ea7\\u673a\\u7a7a\\u4e2d\\u4e00\\u53f7\\uff0c\\u901a\\u8fc7\\u7535\\u8111\\u83b7\\u6089\\uff0c\\u8981\\u60f3\\u627e\\u5230\\u5a01\\u9707\\u5929\\u5c31\\u5fc5\\u987b\\u627e\\u5230\\u7ef4\\u7279\\u7ef4\\u5947\\u5bb6\\u65cf\\u7684\\u90a3\\u526f\\u773c\\u955c\\uff0c\\u4e0a\\u9762\\u6709\\u5a01\\u9707\\u5929\\u5173\\u4e8e\\u80fd\\u91cf\\u5757\\u7684\\u4fe1\\u606f\\u626b\\u63cf\\uff0c\\u800c\\u5b83\\u73b0\\u5728\\u7684\\u62e5\\u6709\\u8005\\u8428\\u59c6\\u2022\\u7ef4\\u7279\\u7ef4\\u5947\\uff08\\u5e0c\\u5b89\\u2022\\u62c9\\u535a\\u592b\\u9970\\uff09\\u6210\\u4e3a\\u4e86\\u201c\\u9738\\u5929\\u864e\\u201d\\u653b\\u51fb\\u7684\\u76ee\\u6807\\u3002\\n\\u3000\\u3000\\u8428\\u59c6\\u662f\\u540d\\u9ad8\\u4e2d\\u751f\\uff0c\\u5b66\\u6821\\u91cc\\u6ca1\\u6709\\u4eba\\u76f8\\u4fe1\\u4ed6\\u8bb2\\u8ff0\\u7684\\u5173\\u4e8e\\u8fd9\\u526f\\u773c\\u955c\\u7684\\u5386\\u53f2\\uff0c\\u5931\\u671b\\u4e4b\\u4f59\\uff0c\\u8428\\u59c6\\u628a\\u773c\\u955c\\u653e\\u5230\\u7f51\\u4e0a\\u62cd\\u5356\\uff0c\\u7136\\u800c\\u4ece\\u672a\\u5f15\\u8d77\\u4e70\\u5bb6\\u7684\\u5174\\u8da3\\u3002\\u8fd9\\u65f6\\u7236\\u4eb2\\u9001\\u4e86\\u4e00\\u8f86\\u7834\\u8f66\\u7ed9\\u4ed6\\uff0c\\u8fd9\\u8f86\\u8f66\\u6070\\u597d\\u5c31\\u662f\\u201c\\u6c7d\\u8f66\\u4eba\\u201d\\u5927\\u9ec4\\u8702\\u7684\\u53d8\\u5f62\\u3002\\u5927\\u9ec4\\u8702\\u5e2e\\u52a9\\u8428\\u59c6\\u4ea4\\u4e0a\\u4e86\\u6f02\\u4eae\\u7684\\u5973\\u670b\\u53cb\\uff08\\u6885\\u7518\\u2022\\u798f\\u514b\\u65af\\u9970\\uff09\\uff0c\\u4f46\\u5f88\\u5feb\\u5c31\\u906d\\u9047\\u4e86\\u201c\\u9738\\u5929\\u864e\\u201d\\u7684\\u88ad\\u51fb\\uff0c\\u64ce\\u5929\\u67f1\\u5e26\\u7740\\u5176\\u4ed6\\u201c\\u6c7d\\u8f66\\u4eba\\u201d\\u8d76\\u5230\\uff0c\\u4e00\\u573a\\u673a\\u5668\\u4eba\\u5927\\u6218\\u7531\\u6b64\\u62c9\\u5f00\\u4e86\\u5e8f\\u5e55\\u3002\\n\\n\\u25ce\\u83b7\\u5956\\u60c5\\u51b5\\n\\n\\u3000\\u3000\\u7b2c80\\u5c4a\\u5965\\u65af\\u5361\\u91d1\\u50cf\\u5956 \\u00a0(2008)\\n\\u3000\\u3000\\u6700\\u4f73\\u89c6\\u89c9\\u6548\\u679c(\\u63d0\\u540d) \\u7ea6\\u7ff0\\u00b7\\u5f17\\u96f7\\u6cfd\\u00a0\\/\\u00a0\\u65af\\u79d1\\u7279\\u00b7\\u6cd5\\u52d2\\u00a0\\/\\u00a0\\u65af\\u79d1\\u7279\\u00b7\\u6ce2\\u6069\\u00a0\\/\\u00a0\\u62c9\\u585e\\u5c14\\u00b7\\u5384\\u5c14\\n\\u3000\\u3000\\u6700\\u4f73\\u6df7\\u97f3(\\u63d0\\u540d) \\u683c\\u96f7\\u683c\\u00b7P\\u00b7\\u7f57\\u7d20\\u00a0\\/\\u00a0\\u51ef\\u6587\\u00b7\\u5965\\u5eb7\\u5948\\u5c14\\u00a0\\/\\u00a0\\u5f7c\\u5f97\\u00b7J\\u00b7\\u6234\\u592b\\u6797\\n\\u3000\\u3000\\u6700\\u4f73\\u97f3\\u6548\\u526a\\u8f91(\\u63d0\\u540d) \\u8fc8\\u514b\\u00b7\\u970d\\u666e\\u91d1\\u65af\\u00a0\\/\\u00a0\\u4f0a\\u6851\\u00b7\\u8303\\u5fb7\\u83b1\\u6069\\n\\u3000\\u3000\\n\\u3000\\u3000\\u7b2c17\\u5c4aMTV\\u7535\\u5f71\\u5956 \\u00a0(2008)\\n\\u3000\\u3000MTV\\u7535\\u5f71\\u5956\\u5e74\\u5ea6\\u7535\\u5f71\\n\\u3000\\u3000MTV\\u7535\\u5f71\\u5956\\u6700\\u4f73\\u7537\\u6f14\\u5458(\\u63d0\\u540d) \\u5e0c\\u4e9a\\u00b7\\u62c9\\u535a\\u592b\\n\\u3000\\u3000MTV\\u7535\\u5f71\\u5956\\u7a81\\u7834\\u8868\\u6f14\\u5956(\\u63d0\\u540d) \\u6885\\u6839\\u00b7\\u798f\\u514b\\u65af\\n\\u3000\\u3000\\n\\u3000\\u3000\\u7b2c16\\u5c4aMTV\\u7535\\u5f71\\u5956 \\u00a0(2007)\\n\\u3000\\u3000MTV\\u7535\\u5f71\\u5956\\u5c1a\\u672a\\u516c\\u6620\\u7684\\u6700\\u4f73\\u6691\\u671f\\u7535\\u5f71\",\"copyright\":\"Powered by @Rhilip\",\"version\":\"0.6.1\",\"generate_at\":1611044719016,\"site\":\"douban\",\"sid\":\"1794171\",\"imdb_link\":\"https:\\/\\/www.imdb.com\\/title\\/tt0418279\\/\",\"imdb_id\":\"tt0418279\",\"imdb_rating_average\":7,\"imdb_votes\":595225,\"imdb_rating\":\"7\\/10 from 595225 users\",\"chinese_title\":\"\\u53d8\\u5f62\\u91d1\\u521a\",\"foreign_title\":\"Transformers\",\"aka\":[\"\\u53d8\\u5f62\\u91d1\\u521a\\u7535\\u5f71\\u7248\"],\"trans_title\":[\"\\u53d8\\u5f62\\u91d1\\u521a\",\"\\u53d8\\u5f62\\u91d1\\u521a\\u7535\\u5f71\\u7248\"],\"this_title\":[\"Transformers\"],\"year\":\" 2007\",\"region\":[\"\\u7f8e\\u56fd\"],\"genre\":[\"\\u52a8\\u4f5c\",\"\\u79d1\\u5e7b\"],\"language\":[\"\\u82f1\\u8bed\",\"\\u897f\\u73ed\\u7259\\u8bed\"],\"playdate\":[\"2007-07-03(\\u7f8e\\u56fd)\",\"2007-07-11(\\u4e2d\\u56fd\\u5927\\u9646)\"],\"episodes\":\"\",\"duration\":\"144\\u5206\\u949f\",\"introduction\":\"\\u201c\\u9738\\u5929\\u864e\\u201d\\u7684\\u5148\\u9063\\u90e8\\u961f\\u65cb\\u98ce\\u548c\\u6bd2\\u874e\\u88ad\\u51fb\\u4e86\\u7f8e\\u519b\\u4f4d\\u4e8e\\u5361\\u5854\\u5c14\\u7684\\u519b\\u4e8b\\u57fa\\u5730\\uff0c\\u4e0e\\u6b64\\u540c\\u65f6\\uff0c\\u8def\\u969c\\u5e2e\\u52a9\\u4ed6\\u7684\\u642d\\u6863\\u8ff7\\u4e71\\u6f5c\\u5165\\u4e86\\u7f8e\\u56fd\\u603b\\u7edf\\u7684\\u5ea7\\u673a\\u7a7a\\u4e2d\\u4e00\\u53f7\\uff0c\\u901a\\u8fc7\\u7535\\u8111\\u83b7\\u6089\\uff0c\\u8981\\u60f3\\u627e\\u5230\\u5a01\\u9707\\u5929\\u5c31\\u5fc5\\u987b\\u627e\\u5230\\u7ef4\\u7279\\u7ef4\\u5947\\u5bb6\\u65cf\\u7684\\u90a3\\u526f\\u773c\\u955c\\uff0c\\u4e0a\\u9762\\u6709\\u5a01\\u9707\\u5929\\u5173\\u4e8e\\u80fd\\u91cf\\u5757\\u7684\\u4fe1\\u606f\\u626b\\u63cf\\uff0c\\u800c\\u5b83\\u73b0\\u5728\\u7684\\u62e5\\u6709\\u8005\\u8428\\u59c6\\u2022\\u7ef4\\u7279\\u7ef4\\u5947\\uff08\\u5e0c\\u5b89\\u2022\\u62c9\\u535a\\u592b\\u9970\\uff09\\u6210\\u4e3a\\u4e86\\u201c\\u9738\\u5929\\u864e\\u201d\\u653b\\u51fb\\u7684\\u76ee\\u6807\\u3002\\n\\u8428\\u59c6\\u662f\\u540d\\u9ad8\\u4e2d\\u751f\\uff0c\\u5b66\\u6821\\u91cc\\u6ca1\\u6709\\u4eba\\u76f8\\u4fe1\\u4ed6\\u8bb2\\u8ff0\\u7684\\u5173\\u4e8e\\u8fd9\\u526f\\u773c\\u955c\\u7684\\u5386\\u53f2\\uff0c\\u5931\\u671b\\u4e4b\\u4f59\\uff0c\\u8428\\u59c6\\u628a\\u773c\\u955c\\u653e\\u5230\\u7f51\\u4e0a\\u62cd\\u5356\\uff0c\\u7136\\u800c\\u4ece\\u672a\\u5f15\\u8d77\\u4e70\\u5bb6\\u7684\\u5174\\u8da3\\u3002\\u8fd9\\u65f6\\u7236\\u4eb2\\u9001\\u4e86\\u4e00\\u8f86\\u7834\\u8f66\\u7ed9\\u4ed6\\uff0c\\u8fd9\\u8f86\\u8f66\\u6070\\u597d\\u5c31\\u662f\\u201c\\u6c7d\\u8f66\\u4eba\\u201d\\u5927\\u9ec4\\u8702\\u7684\\u53d8\\u5f62\\u3002\\u5927\\u9ec4\\u8702\\u5e2e\\u52a9\\u8428\\u59c6\\u4ea4\\u4e0a\\u4e86\\u6f02\\u4eae\\u7684\\u5973\\u670b\\u53cb\\uff08\\u6885\\u7518\\u2022\\u798f\\u514b\\u65af\\u9970\\uff09\\uff0c\\u4f46\\u5f88\\u5feb\\u5c31\\u906d\\u9047\\u4e86\\u201c\\u9738\\u5929\\u864e\\u201d\\u7684\\u88ad\\u51fb\\uff0c\\u64ce\\u5929\\u67f1\\u5e26\\u7740\\u5176\\u4ed6\\u201c\\u6c7d\\u8f66\\u4eba\\u201d\\u8d76\\u5230\\uff0c\\u4e00\\u573a\\u673a\\u5668\\u4eba\\u5927\\u6218\\u7531\\u6b64\\u62c9\\u5f00\\u4e86\\u5e8f\\u5e55\\u3002\",\"douban_rating_average\":\"8.3\",\"douban_votes\":\"394955\",\"douban_rating\":\"8.3\\/10 from 394955 users\",\"poster\":\"https:\\/\\/img9.doubanio.com\\/view\\/photo\\/l_ratio_poster\\/public\\/p1188042816.jpg\",\"director\":[{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1027776\\/\",\"name\":\"\\u8fc8\\u514b\\u5c14\\u00b7\\u8d1d Michael Bay\"}],\"writer\":[{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1009508\\/\",\"name\":\"\\u7f57\\u4f2f\\u6258\\u00b7\\u5965\\u5947 Roberto Orci\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1049959\\/\",\"name\":\"\\u827e\\u91cc\\u514b\\u65af\\u00b7\\u5e93\\u5179\\u66fc Alex Kurtzman\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1295917\\/\",\"name\":\"\\u7ea6\\u7ff0\\u00b7\\u7f57\\u6770\\u65af John Rogers\"}],\"cast\":[{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1022000\\/\",\"name\":\"\\u5e0c\\u4e9a\\u00b7\\u62c9\\u535a\\u592b Shia LaBeouf\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1010486\\/\",\"name\":\"\\u6cf0\\u745e\\u65af\\u00b7\\u5409\\u5e03\\u68ee Tyrese Gibson\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1016666\\/\",\"name\":\"\\u4e54\\u4ec0\\u00b7\\u675c\\u54c8\\u660e Josh Duhamel\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1022670\\/\",\"name\":\"\\u5b89\\u4e1c\\u5c3c\\u00b7\\u5b89\\u5fb7\\u68ee Anthony Anderson\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1044700\\/\",\"name\":\"\\u6885\\u6839\\u00b7\\u798f\\u514b\\u65af Megan Fox\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1009273\\/\",\"name\":\"\\u745e\\u5207\\u5c14\\u00b7\\u6cf0\\u52d2 Rachael Taylor\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1031851\\/\",\"name\":\"\\u7ea6\\u7ff0\\u00b7\\u7279\\u6258\\u7f57 John Turturro\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1013838\\/\",\"name\":\"\\u5f3a\\u00b7\\u6c83\\u7279 Jon Voight\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1314617\\/\",\"name\":\"\\u8fc8\\u514b\\u5c14\\u00b7\\u5965\\u5c3c\\u5c14 Michael O&#39;Neill\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1049634\\/\",\"name\":\"\\u51ef\\u6587\\u00b7\\u675c\\u6069 Kevin Dunn\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1018059\\/\",\"name\":\"\\u6731\\u4e3d\\u53f6\\u00b7\\u6000\\u7279 Julie White\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1040994\\/\",\"name\":\"\\u96e8\\u679c\\u00b7\\u7ef4\\u6587 Hugo Weaving\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1027776\\/\",\"name\":\"\\u8fc8\\u514b\\u5c14\\u00b7\\u8d1d Michael Bay\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1008064\\/\",\"name\":\"\\u5965\\u9edb\\u5854\\u00b7\\u5b89\\u7eb3\\u5e03\\u5c14 Odette Annable\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1009462\\/\",\"name\":\"\\u79d1\\u5c14\\u987f\\u00b7\\u6d77\\u6069\\u65af Colton Haynes\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1013860\\/\",\"name\":\"\\u963f\\u83ab\\u91cc\\u00b7\\u8bfa\\u62c9\\u65af\\u79d1 Amaury Nolasco\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1317670\\/\",\"name\":\"\\u59dc\\u5e7f\\u6d9b Guangtao Jiang\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1195395\\/\",\"name\":\"\\u7ea6\\u7ff0\\u00b7\\u7f57\\u5bbe\\u68ee John Robinson\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1027201\\/\",\"name\":\"\\u4f2f\\u5c3c\\u00b7\\u9ea6\\u514b Bernie Mac\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1040631\\/\",\"name\":\"\\u7279\\u62c9\\u7ef4\\u65af\\u00b7\\u8303\\u00b7\\u6587\\u514b Travis Van Winkle\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1025212\\/\",\"name\":\"\\u5f7c\\u7279\\u00b7\\u5e93\\u4f26 Peter Cullen\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1048193\\/\",\"name\":\"\\u683c\\u4f26\\u00b7\\u83ab\\u8096\\u5c14 Glenn Morshower\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1156632\\/\",\"name\":\"\\u8428\\u66fc\\u5854\\u00b7\\u53f2\\u5bc6\\u65af Samantha Smith\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1017997\\/\",\"name\":\"\\u91cc\\u514b\\u00b7\\u9ad8\\u83ab\\u5179 Rick Gomez\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1002767\\/\",\"name\":\"\\u5f7c\\u5f97\\u00b7\\u96c5\\u5404\\u5e03\\u68ee Peter Jacobson\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1157884\\/\",\"name\":\"\\u514b\\u91cc\\u65af\\u6258\\u5f17\\u00b7\\u7ea6\\u7ff0\\u00b7\\u6258\\u9a6c\\u68ee C.J. Thomason\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1027343\\/\",\"name\":\"\\u5965\\u739b\\u00b7\\u672c\\u68ee\\u00b7\\u7c73\\u52d2 Omar Benson Miller\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1334341\\/\",\"name\":\"\\u9646\\u5efa\\u827a Jianyi Lu\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1068663\\/\",\"name\":\"\\u8a79\\u59c6\\u65af\\u00b7C\\u00b7\\u4f2f\\u6069\\u65af James C. Burns\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1004780\\/\",\"name\":\"\\u96f7\\u8bfa\\u00b7\\u7ef4\\u5c14\\u68ee Reno Wilson\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1018140\\/\",\"name\":\"\\u9a6c\\u514b\\u00b7\\u745e\\u5b89 Mark Ryan\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1041214\\/\",\"name\":\"\\u7f57\\u4f2f\\u7279\\u00b7\\u798f\\u514b\\u6c83\\u65af Robert Foxworth\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1014362\\/\",\"name\":\"\\u51ef\\u5fb7\\u00b7\\u79d1\\u7279\\u7acb Cade Courtley\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1115896\\/\",\"name\":\"\\u91cc\\u5179\\u4e07\\u00b7\\u66fc\\u5409 Rizwan Manji\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1016698\\/\",\"name\":\"\\u6770\\u65af\\u00b7\\u54c8\\u6885\\u5c14 Jess Harnell\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1151972\\/\",\"name\":\"\\u5e03\\u8d56\\u6069\\u00b7\\u65af\\u7279\\u5e15\\u5c3c\\u514b Brian Stepanek\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1049741\\/\",\"name\":\"\\u624e\\u514b\\u00b7\\u6c83\\u5fb7 Zack Ward\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1123226\\/\",\"name\":\"\\u6c64\\u59c6\\u00b7\\u4f26\\u514b Tom Lenk\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1116509\\/\",\"name\":\"\\u9ea6\\u8fea\\u900a\\u00b7\\u6885\\u68ee Madison Mason\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1167784\\/\",\"name\":\"\\u8fc8\\u514b\\u5c14\\u00b7\\u8096\\u59c6\\u65af\\u00b7\\u7ef4\\u5c14\\u65af Michael Shamus Wiles\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1159961\\/\",\"name\":\"\\u9c8d\\u52c3\\u00b7\\u65af\\u8482\\u82ac\\u68ee Bob Stephenson\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1125621\\/\",\"name\":\"\\u5b89\\u8fea\\u00b7\\u7c73\\u5c14\\u5fb7 Andy Milder\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1083989\\/\",\"name\":\"\\u6c64\\u59c6\\u00b7\\u57c3\\u6c83\\u96f7\\u7279 Tom Everett\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1027913\\/\",\"name\":\"\\u67e5\\u5c14\\u65af\\u00b7\\u963f\\u5fb7\\u52d2 Charles Adler\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1201613\\/\",\"name\":\"\\u65af\\u79d1\\u7279\\u00b7\\u76ae\\u7279 Scott Peat\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1204872\\/\",\"name\":\"\\u59ae\\u53ef\\u00b7\\u5170\\u5fb7\\u5c14\\u00b7\\u7ea6\\u7ff0\\u900a Nicole Randall Johnson\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1044963\\/\",\"name\":\"\\u8fbe\\u91cc\\u4e4c\\u65af\\u00b7\\u9ea6\\u514b\\u62c9\\u91cc Darius McCrary\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1022810\\/\",\"name\":\"\\u5b89\\u5fb7\\u9c81\\u00b7\\u5361\\u5fb7\\u5a01\\u5c14 Andrew Caldwell\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1144898\\/\",\"name\":\"\\u5a01\\u5ec9\\u59c6\\u00b7\\u6469\\u6839\\u00b7\\u8c22\\u6cfc\\u5fb7 William Morgan Sheppard\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1045247\\/\",\"name\":\"\\u65af\\u8482\\u82ac\\u00b7\\u798f\\u7279 Steven Ford\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1088482\\/\",\"name\":\"\\u514b\\u91cc\\u65af\\u00b7\\u57c3\\u91cc\\u65af Chris Ellis\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1054883\\/\",\"name\":\"J\\u00b7P\\u00b7\\u9a6c\\u8bfa\\u514b\\u65af J.P. Manoux\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1000740\\/\",\"name\":\"\\u6770\\u7c73\\u00b7\\u9ea6\\u514b\\u5e03\\u83b1\\u5fb7 Jamie McBride\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1363169\\/\",\"name\":\"\\u4f0a\\u65af\\u7279\\u00b7\\u65af\\u9ad8\\u7279 Esther Scott\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1363221\\/\",\"name\":\"\\u4efb\\u4e9a\\u660e Yaming Ren\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1349373\\/\",\"name\":\"\\u67e5\\u7406\\u00b7\\u535a\\u4e01 Charlie Bodin\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1264149\\/\",\"name\":\"\\u9ea6\\u514b\\u00b7\\u8d39\\u820d\\u5c14 Mike Fisher\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1231908\\/\",\"name\":\"Seth Miller\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1168692\\/\",\"name\":\"\\u8d3e\\u7c73\\u68ee\\u00b7\\u6768 Jamison Yang\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1285106\\/\",\"name\":\"\\u91cc\\u514b\\u00b7\\u6208\\u9ea6\\u65af Rick Gomez\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1019306\\/\",\"name\":\"Aaron Michael Lacey\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1020283\\/\",\"name\":\"Kyle Saylors\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1000302\\/\",\"name\":\"\\u4e54\\u8212\\u534e\\u00b7\\u8d39\\u6069\\u66fc Joshua Feinman\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1299530\\/\",\"name\":\"Michael Trisler\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1002243\\/\",\"name\":\"Mike Allen\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1174478\\/\",\"name\":\"\\u8a79\\u59c6\\u65af\\u00b7D\\u00b7\\u97e6\\u65af\\u987f\\u4e8c\\u4e16 James D. Weston II\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1250712\\/\",\"name\":\"Michael Buonomo\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1251210\\/\",\"name\":\"Kevin Carvell\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1261196\\/\",\"name\":\"James Blackburn\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1261614\\/\",\"name\":\"\\u585e\\u5df4\\u65af\\u8482\\u5b89\\u00b7\\u83b1\\u5185\\u5c14 Sebastian Lionell\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1242018\\/\",\"name\":\"\\u5e03\\u83b1\\u6069\\u00b7\\u91cc\\u65af Brian Reece\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1195673\\/\",\"name\":\"Chip Hormess\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1172738\\/\",\"name\":\"Sean Hampton\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1171666\\/\",\"name\":\"Carlos Moreno Jr.\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1200987\\/\",\"name\":\"\\u8096\\u6069\\u00b7\\u53f2\\u5bc6\\u65af Sean Smith\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1179845\\/\",\"name\":\"Paul Michael Bloodgood\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1045564\\/\",\"name\":\"Frederic Doss\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1036902\\/\",\"name\":\"\\u62c9\\u7ef4\\u00b7\\u5e15\\u7279\\u5c14 Ravi Patel\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1090234\\/\",\"name\":\"Michael J. Fisher\"},{\"@type\":\"Person\",\"url\":\"\\/celebrity\\/1428006\\/\",\"name\":\"\\u590f\\u6cbb\\u4e16 Zhishi Xia\"}],\"tags\":[\"\\u79d1\\u5e7b\",\"\\u7f8e\\u56fd\",\"\\u7ecf\\u5178\",\"\\u52a8\\u4f5c\",\"2007\",\"\\u673a\\u5668\\u4eba\",\"\\u6f2b\\u753b\\u6539\\u7f16\",\"\\u6b27\\u7f8e\"],\"awards\":\"\\u7b2c80\\u5c4a\\u5965\\u65af\\u5361\\u91d1\\u50cf\\u5956 \\u00a0(2008)\\n\\u6700\\u4f73\\u89c6\\u89c9\\u6548\\u679c(\\u63d0\\u540d) \\u7ea6\\u7ff0\\u00b7\\u5f17\\u96f7\\u6cfd\\u00a0\\/\\u00a0\\u65af\\u79d1\\u7279\\u00b7\\u6cd5\\u52d2\\u00a0\\/\\u00a0\\u65af\\u79d1\\u7279\\u00b7\\u6ce2\\u6069\\u00a0\\/\\u00a0\\u62c9\\u585e\\u5c14\\u00b7\\u5384\\u5c14\\n\\u6700\\u4f73\\u6df7\\u97f3(\\u63d0\\u540d) \\u683c\\u96f7\\u683c\\u00b7P\\u00b7\\u7f57\\u7d20\\u00a0\\/\\u00a0\\u51ef\\u6587\\u00b7\\u5965\\u5eb7\\u5948\\u5c14\\u00a0\\/\\u00a0\\u5f7c\\u5f97\\u00b7J\\u00b7\\u6234\\u592b\\u6797\\n\\u6700\\u4f73\\u97f3\\u6548\\u526a\\u8f91(\\u63d0\\u540d) \\u8fc8\\u514b\\u00b7\\u970d\\u666e\\u91d1\\u65af\\u00a0\\/\\u00a0\\u4f0a\\u6851\\u00b7\\u8303\\u5fb7\\u83b1\\u6069\\n\\n\\u7b2c17\\u5c4aMTV\\u7535\\u5f71\\u5956 \\u00a0(2008)\\nMTV\\u7535\\u5f71\\u5956\\u5e74\\u5ea6\\u7535\\u5f71\\nMTV\\u7535\\u5f71\\u5956\\u6700\\u4f73\\u7537\\u6f14\\u5458(\\u63d0\\u540d) \\u5e0c\\u4e9a\\u00b7\\u62c9\\u535a\\u592b\\nMTV\\u7535\\u5f71\\u5956\\u7a81\\u7834\\u8868\\u6f14\\u5956(\\u63d0\\u540d) \\u6885\\u6839\\u00b7\\u798f\\u514b\\u65af\\n\\n\\u7b2c16\\u5c4aMTV\\u7535\\u5f71\\u5956 \\u00a0(2007)\\nMTV\\u7535\\u5f71\\u5956\\u5c1a\\u672a\\u516c\\u6620\\u7684\\u6700\\u4f73\\u6691\\u671f\\u7535\\u5f71\"}},\"bangumi\":{\"link\":\"https:\\/\\/bangumi.tv\\/subject\\/253\\/\",\"data\":{\"success\":true,\"error\":null,\"format\":\"[img]https:\\/\\/lain.bgm.tv\\/pic\\/cover\\/l\\/c2\\/4c\\/253_t3XWb.jpg[\\/img]\\n\\n[b]Story: [\\/b]\\n\\n2021\\u5e74\\uff0c\\u968f\\u7740\\u8d85\\u5149\\u901f\\u822a\\u884c\\u6280\\u672f\\u7684\\u5b9e\\u73b0\\uff0c\\u4eba\\u7c7b\\u5f97\\u4ee5\\u5728\\u592a\\u9633\\u7cfb\\u8303\\u56f4\\u5185\\u65b9\\u4fbf\\u7684\\u81ea\\u7531\\u79fb\\u52a8\\uff0c\\u4f46\\u662f\\u7531\\u4e8e\\u8bbe\\u8ba1\\u4e0a\\u7684\\u5931\\u8bef\\uff0c\\u8fd9\\u79cd\\u6280\\u672f\\u5f15\\u53d1\\u4e86\\u6708\\u7403\\u7684\\u7206\\u70b8\\uff0c\\u65e0\\u6570\\u7684\\u6708\\u7403\\u788e\\u7247\\u88ab\\u5438\\u5f15\\u5411\\u5730\\u7403\\uff0c\\u9020\\u6210\\u4e86\\u7a7a\\u524d\\u7edd\\u540e\\u7684\\u5927\\u707e\\u96be\\u3002\\u5b58\\u6d3b\\u4e0b\\u6765\\u7684\\u4eba\\u7c7b\\u9003\\u79bb\\u5730\\u7403\\uff0c\\u5e76\\u5f00\\u59cb\\u5728\\u592a\\u9633\\u7cfb\\u5404\\u5730\\u5efa\\u7acb\\u5bb6\\u56ed\\u3002\\u7531\\u4e8e\\u8fd9\\u6b21\\u707e\\u96be\\uff0c\\u56fd\\u5bb6\\u3001\\u653f\\u5e9c\\u7b49\\u6743\\u5229\\u673a\\u6784\\u90fd\\u6781\\u4e3a\\u4e0d\\u7a33\\u5b9a\\u3001\\u6cbb\\u5b89\\u95ee\\u9898\\u4e5f\\u6210\\u4e3a\\u4e86\\u4e00\\u4e2a\\u96be\\u9898\\u3002\\u4e3a\\u4e86\\u5728\\u4eba\\u529b\\u8d44\\u6e90\\u4e0d\\u8db3\\u7684\\u60c5\\u51b5\\u4e0b\\u6293\\u6355\\u7f6a\\u72af\\uff0c\\u6709\\u4e9b\\u7ec4\\u7ec7\\u5f00\\u59cb\\u5141\\u8bb8\\u4e2a\\u4eba\\u6293\\u6355\\u901a\\u7f09\\u7684\\u7f6a\\u72af\\u5e76\\u6362\\u53d6\\u5956\\u91d1\\uff0c\\u201c\\u8d4f\\u91d1\\u730e\\u4eba\\u201d\\u8fd9\\u4e2a\\u804c\\u4e1a\\u4e5f\\u5c31\\u7531\\u6b64\\u8bde\\u751f\\u4e86\\u3002\\n\\n\\u00a0 \\u00a0\\u00a0 \\u00a0 \\u53f2\\u6d3e\\u514b\\uff08Spike\\uff09\\u548c\\u6770\\u7279\\uff08Jet\\uff09\\u662f\\u9a7e\\u9a76\\u98de\\u8239Bebop\\u53f7\\u5728\\u5b87\\u5b99\\u4e2d\\u4ee5\\u6349\\u62ff\\u9003\\u72af\\u83b7\\u53d6\\u5956\\u91d1\\u4e3a\\u751f\\u7684\\u8d4f\\u91d1\\u730e\\u4eba\\u3002\\u4e24\\u4eba\\u5728\\u661f\\u9645\\u95f4\\u7684\\u65c5\\u7a0b\\u4e2d\\uff0c\\u7ed3\\u8bc6\\u4e86\\u8eab\\u8d1f\\u5de8\\u503a\\u3001\\u55dc\\u8d22\\u5982\\u547d\\u7684\\u7f8e\\u5973\\u83f2\\uff08Faye\\uff09\\u548c\\u7535\\u8111\\u795e\\u7ae5\\u827e\\u5fb7\\uff08Ed\\uff09\\uff0c\\u5e76\\u6536\\u517b\\u4e86\\u62e5\\u6709\\u9ad8\\u667a\\u5546\\u7684\\u6570\\u636e\\u72d7\\u7231\\u56e0\\uff08Ein\\uff09\\u3002\\u4ece\\u6b64\\uff0c\\u56db\\u4eba\\u4e00\\u72d7\\u6e38\\u8361\\u5728\\u5e7f\\u9614\\u4e4b\\u5b87\\u5b99\\u4e4b\\u4e2d\\uff0c\\u5728\\u81ea\\u5df1\\u4e0e\\u4ed6\\u4eba\\u7684\\u751f\\u6d3b\\u4e2d\\u7ecf\\u5386\\u8457\\u79cd\\u79cd\\u60b2\\u6b22\\u79bb\\u5408\\uff0c\\u4e5f\\u5bfb\\u627e\\u8457\\u5404\\u81ea\\u7684\\u8fc7\\u53bb\\u3002\\n\\n[b]Staff: [\\/b]\\n\\n\\u539f\\u4f5c: \\u77e2\\u7acb\\u8087\\n\\u5bfc\\u6f14: \\u6e21\\u8fba\\u4fe1\\u4e00\\u90ce\\n\\u811a\\u672c: \\u6e21\\u8fba\\u4fe1\\u4e00\\u90ce\\u3001\\u7a32\\u8377\\u662d\\u5f66\\u3001\\u6a2a\\u624b\\u7f8e\\u667a\\u5b50\\u3001\\u4fe1\\u672c\\u656c\\u5b50\\u3001\\u6751\\u4e95\\u3055\\u3060\\u3086\\u304d\\u3001\\u4f50\\u85e4\\u5927\\u3001\\u5c71\\u53e3\\u4eae\\u592a\\n\\u5206\\u955c: \\u6e21\\u8fba\\u4fe1\\u4e00\\u90ce\\u3001\\u672c\\u90f7\\u307f\\u3064\\u308b\\u3001\\u98ef\\u7530\\u99ac\\u4e4b\\u4ecb\\u3001\\u90fd\\u7559\\u7a14\\u5e78\\u3001\\u5c71\\u5185\\u91cd\\u4fdd\\u3001\\u68ee\\u90a6\\u5b8f\\u3001\\u8d64\\u6839\\u548c\\u6a39\\u3001\\u4f50\\u85e4\\u9806\\u4e00\\u3001\\u6b66\\u4e95\\u826f\\u5e78\\u3001\\u5c71\\u53e3\\u7950\\u53f8\\u3001\\u4f50\\u85e4\\u80b2\\u90ce\\u3001\\u5ca1\\u6751\\u5929\\u658e\\n\\u6f14\\u51fa: \\u5c71\\u7530\\u5f18\\u548c\\u3001\\u68ee\\u90a6\\u5b8f\\u3001\\u6b66\\u4e95\\u826f\\u5e78\\u3001\\u4f50\\u85e4\\u80b2\\u90ce\\u3001\\u6e21\\u908a\\u54f2\\u54c9\\n\\u97f3\\u4e50: \\u30b7\\u30fc\\u30c8\\u30d9\\u30eb\\u30c4\\u3001\\u83c5\\u91ce\\u3088\\u3046\\u5b50\\n\\u4eba\\u7269\\u8bbe\\u5b9a: \\u5ddd\\u5143\\u5229\\u6d69\\n\\u5206\\u955c\\u6784\\u56fe: \\u5165\\u6c5f\\u6cf0\\u6d69\\n\\u7cfb\\u5217\\u6784\\u6210: \\u4fe1\\u672c\\u656c\\u5b50\\n\\u8272\\u5f69\\u8bbe\\u8ba1: \\u4e2d\\u5c71\\u3057\\u307b\\u5b50\\n\\u4f5c\\u753b\\u76d1\\u7763: \\u3057\\u3093\\u307c\\u305f\\u304f\\u308d\\u3046\\u3001\\u4e2d\\u7530\\u6804\\u6cbb\\u3001\\u672c\\u6a4b\\u79c0\\u4e4b\\u3001\\u83c5\\u91ce\\u5b8f\\u7d00\\u3001\\u9022\\u5742\\u6d69\\u53f8\\u3001\\u5c0f\\u68ee\\u9ad8\\u535a\\u3001\\u7af9\\u5185\\u6d69\\u5fd7\\u3001\\u5ddd\\u5143\\u5229\\u6d69\\u3001\\u5f8c\\u85e4\\u96c5\\u5df3\\u3001\\u4f50\\u91ce\\u6d69\\u654f\\n\\u673a\\u68b0\\u8bbe\\u5b9a: \\u5c71\\u6839\\u516c\\u5229\\n\\u6444\\u5f71\\u76d1\\u7763: \\u5927\\u795e\\u6d0b\\u4e00\\n\\u539f\\u753b: \\u9022\\u5742\\u6d69\\u53f8\\u3001\\u4e2d\\u7530\\u6804\\u6cbb\\u3001\\u5f8c\\u85e4\\u96c5\\u5df3\\u3001\\u5c0f\\u68ee\\u9ad8\\u535a\\u3001\\u6749\\u6d66\\u5e78\\u6b21\\u3001\\u4e2d\\u6751\\u8c4a\\u3001\\u4f0a\\u85e4\\u5609\\u4e4b\\u3001\\u658e\\u85e4\\u6052\\u5fb3\\u3001\\u9d28\\u5ddd\\u6d69\\u3001\\u4f0a\\u85e4\\u5cb3\\u53f2\\u3001\\u6a2a\\u5c71\\u5f70\\u5229\\u3001\\u661f\\u548c\\u4f38\\u3001\\u5927\\u585a\\u5065\\u3001\\u5bae\\u7530\\u5fe0\\u660e\\u3001\\u5409\\u7530\\u5fb9\\u3001\\u5ddd\\u5143\\u5229\\u6d69\\u3001\\u83c5\\u91ce\\u5b8f\\u7d00\\u3001\\u6a4b\\u672c\\u8aa0\\u4e00\\u3001\\u5bcc\\u5ca1\\u9686\\u53f8\\u3001\\u4e95\\u4e0a\\u82f1\\u7d00\\u3001\\u5ca1\\u771f\\u91cc\\u5b50\\u3001\\u6d25\\u91ce\\u7530\\u52dd\\u654f\\u3001\\u5165\\u6c5f\\u6cf0\\u6d69\\u3001\\u4f50\\u85e4\\u5343\\u6625\\u3001\\u9ad8\\u6a4b\\u3057\\u3093\\u3084\\u3001\\u4f0a\\u6771\\u4f38\\u9ad8\\u3001\\u9ad8\\u5c71\\u670b\\u6d69\\u3001\\u9ad8\\u898b\\u660e\\u7537\\u3001\\u5409\\u5ddd\\u535a\\u660e\\u3001\\u5927\\u6d6a\\u592a\\n\\u4e3b\\u9898\\u6b4c\\u7f16\\u66f2: \\u83c5\\u91ce\\u3088\\u3046\\u5b50\\n\\n[b]Cast: [\\/b]\\n\\n\\u53f2\\u6d3e\\u514b\\u00b7\\u65af\\u76ae\\u683c\\u5c14: \\u5c71\\u5bfa\\u5b8f\\u4e00\\uff0c\\u53f2\\u8482\\u592b\\u00b7\\u5e03\\u9c81\\u59c6\\n\\u6770\\u7279\\u00b7\\u5e03\\u83b1\\u514b: \\u77f3\\u51a2\\u8fd0\\u5347\\n\\u83f2\\u00b7\\u74e6\\u4f26\\u4e01: \\u6797\\u539f\\u60e0\\u7f8e\\uff0c\\u6e29\\u8fea\\u00b7\\u674e\\n\\u827e\\u5fb7: \\u591a\\u7530\\u8475\\n\\u7231\\u56e0: \\u5c71\\u5bfa\\u5b8f\\u4e00\\n\\u30d3\\u30b7\\u30e3\\u30b9: \\u82e5\\u672c\\u89c4\\u592b\\n\\u8331\\u8389\\u4e9a: \\u9ad8\\u5c9b\\u96c5\\u7f57\\n\\u6797: \\u7eff\\u5ddd\\u5149\\n\\u5e93\\u5ec9: \\u5800\\u5185\\u8d24\\u96c4\\n\\n(\\u6765\\u6e90\\u4e8e https:\\/\\/bgm.tv\\/subject\\/253 )\",\"copyright\":\"Powered by @Rhilip\",\"version\":\"0.6.1\",\"generate_at\":1611044723714,\"site\":\"bangumi\",\"sid\":\"253\",\"alt\":\"https:\\/\\/bgm.tv\\/subject\\/253\",\"poster\":\"https:\\/\\/lain.bgm.tv\\/pic\\/cover\\/l\\/c2\\/4c\\/253_t3XWb.jpg\",\"cover\":\"https:\\/\\/lain.bgm.tv\\/pic\\/cover\\/l\\/c2\\/4c\\/253_t3XWb.jpg\",\"story\":\"2021\\u5e74\\uff0c\\u968f\\u7740\\u8d85\\u5149\\u901f\\u822a\\u884c\\u6280\\u672f\\u7684\\u5b9e\\u73b0\\uff0c\\u4eba\\u7c7b\\u5f97\\u4ee5\\u5728\\u592a\\u9633\\u7cfb\\u8303\\u56f4\\u5185\\u65b9\\u4fbf\\u7684\\u81ea\\u7531\\u79fb\\u52a8\\uff0c\\u4f46\\u662f\\u7531\\u4e8e\\u8bbe\\u8ba1\\u4e0a\\u7684\\u5931\\u8bef\\uff0c\\u8fd9\\u79cd\\u6280\\u672f\\u5f15\\u53d1\\u4e86\\u6708\\u7403\\u7684\\u7206\\u70b8\\uff0c\\u65e0\\u6570\\u7684\\u6708\\u7403\\u788e\\u7247\\u88ab\\u5438\\u5f15\\u5411\\u5730\\u7403\\uff0c\\u9020\\u6210\\u4e86\\u7a7a\\u524d\\u7edd\\u540e\\u7684\\u5927\\u707e\\u96be\\u3002\\u5b58\\u6d3b\\u4e0b\\u6765\\u7684\\u4eba\\u7c7b\\u9003\\u79bb\\u5730\\u7403\\uff0c\\u5e76\\u5f00\\u59cb\\u5728\\u592a\\u9633\\u7cfb\\u5404\\u5730\\u5efa\\u7acb\\u5bb6\\u56ed\\u3002\\u7531\\u4e8e\\u8fd9\\u6b21\\u707e\\u96be\\uff0c\\u56fd\\u5bb6\\u3001\\u653f\\u5e9c\\u7b49\\u6743\\u5229\\u673a\\u6784\\u90fd\\u6781\\u4e3a\\u4e0d\\u7a33\\u5b9a\\u3001\\u6cbb\\u5b89\\u95ee\\u9898\\u4e5f\\u6210\\u4e3a\\u4e86\\u4e00\\u4e2a\\u96be\\u9898\\u3002\\u4e3a\\u4e86\\u5728\\u4eba\\u529b\\u8d44\\u6e90\\u4e0d\\u8db3\\u7684\\u60c5\\u51b5\\u4e0b\\u6293\\u6355\\u7f6a\\u72af\\uff0c\\u6709\\u4e9b\\u7ec4\\u7ec7\\u5f00\\u59cb\\u5141\\u8bb8\\u4e2a\\u4eba\\u6293\\u6355\\u901a\\u7f09\\u7684\\u7f6a\\u72af\\u5e76\\u6362\\u53d6\\u5956\\u91d1\\uff0c\\u201c\\u8d4f\\u91d1\\u730e\\u4eba\\u201d\\u8fd9\\u4e2a\\u804c\\u4e1a\\u4e5f\\u5c31\\u7531\\u6b64\\u8bde\\u751f\\u4e86\\u3002\\n\\n\\u00a0 \\u00a0\\u00a0 \\u00a0 \\u53f2\\u6d3e\\u514b\\uff08Spike\\uff09\\u548c\\u6770\\u7279\\uff08Jet\\uff09\\u662f\\u9a7e\\u9a76\\u98de\\u8239Bebop\\u53f7\\u5728\\u5b87\\u5b99\\u4e2d\\u4ee5\\u6349\\u62ff\\u9003\\u72af\\u83b7\\u53d6\\u5956\\u91d1\\u4e3a\\u751f\\u7684\\u8d4f\\u91d1\\u730e\\u4eba\\u3002\\u4e24\\u4eba\\u5728\\u661f\\u9645\\u95f4\\u7684\\u65c5\\u7a0b\\u4e2d\\uff0c\\u7ed3\\u8bc6\\u4e86\\u8eab\\u8d1f\\u5de8\\u503a\\u3001\\u55dc\\u8d22\\u5982\\u547d\\u7684\\u7f8e\\u5973\\u83f2\\uff08Faye\\uff09\\u548c\\u7535\\u8111\\u795e\\u7ae5\\u827e\\u5fb7\\uff08Ed\\uff09\\uff0c\\u5e76\\u6536\\u517b\\u4e86\\u62e5\\u6709\\u9ad8\\u667a\\u5546\\u7684\\u6570\\u636e\\u72d7\\u7231\\u56e0\\uff08Ein\\uff09\\u3002\\u4ece\\u6b64\\uff0c\\u56db\\u4eba\\u4e00\\u72d7\\u6e38\\u8361\\u5728\\u5e7f\\u9614\\u4e4b\\u5b87\\u5b99\\u4e4b\\u4e2d\\uff0c\\u5728\\u81ea\\u5df1\\u4e0e\\u4ed6\\u4eba\\u7684\\u751f\\u6d3b\\u4e2d\\u7ecf\\u5386\\u8457\\u79cd\\u79cd\\u60b2\\u6b22\\u79bb\\u5408\\uff0c\\u4e5f\\u5bfb\\u627e\\u8457\\u5404\\u81ea\\u7684\\u8fc7\\u53bb\\u3002\",\"staff\":[\"\\u539f\\u4f5c: \\u77e2\\u7acb\\u8087\",\"\\u5bfc\\u6f14: \\u6e21\\u8fba\\u4fe1\\u4e00\\u90ce\",\"\\u811a\\u672c: \\u6e21\\u8fba\\u4fe1\\u4e00\\u90ce\\u3001\\u7a32\\u8377\\u662d\\u5f66\\u3001\\u6a2a\\u624b\\u7f8e\\u667a\\u5b50\\u3001\\u4fe1\\u672c\\u656c\\u5b50\\u3001\\u6751\\u4e95\\u3055\\u3060\\u3086\\u304d\\u3001\\u4f50\\u85e4\\u5927\\u3001\\u5c71\\u53e3\\u4eae\\u592a\",\"\\u5206\\u955c: \\u6e21\\u8fba\\u4fe1\\u4e00\\u90ce\\u3001\\u672c\\u90f7\\u307f\\u3064\\u308b\\u3001\\u98ef\\u7530\\u99ac\\u4e4b\\u4ecb\\u3001\\u90fd\\u7559\\u7a14\\u5e78\\u3001\\u5c71\\u5185\\u91cd\\u4fdd\\u3001\\u68ee\\u90a6\\u5b8f\\u3001\\u8d64\\u6839\\u548c\\u6a39\\u3001\\u4f50\\u85e4\\u9806\\u4e00\\u3001\\u6b66\\u4e95\\u826f\\u5e78\\u3001\\u5c71\\u53e3\\u7950\\u53f8\\u3001\\u4f50\\u85e4\\u80b2\\u90ce\\u3001\\u5ca1\\u6751\\u5929\\u658e\",\"\\u6f14\\u51fa: \\u5c71\\u7530\\u5f18\\u548c\\u3001\\u68ee\\u90a6\\u5b8f\\u3001\\u6b66\\u4e95\\u826f\\u5e78\\u3001\\u4f50\\u85e4\\u80b2\\u90ce\\u3001\\u6e21\\u908a\\u54f2\\u54c9\",\"\\u97f3\\u4e50: \\u30b7\\u30fc\\u30c8\\u30d9\\u30eb\\u30c4\\u3001\\u83c5\\u91ce\\u3088\\u3046\\u5b50\",\"\\u4eba\\u7269\\u8bbe\\u5b9a: \\u5ddd\\u5143\\u5229\\u6d69\",\"\\u5206\\u955c\\u6784\\u56fe: \\u5165\\u6c5f\\u6cf0\\u6d69\",\"\\u7cfb\\u5217\\u6784\\u6210: \\u4fe1\\u672c\\u656c\\u5b50\",\"\\u8272\\u5f69\\u8bbe\\u8ba1: \\u4e2d\\u5c71\\u3057\\u307b\\u5b50\",\"\\u4f5c\\u753b\\u76d1\\u7763: \\u3057\\u3093\\u307c\\u305f\\u304f\\u308d\\u3046\\u3001\\u4e2d\\u7530\\u6804\\u6cbb\\u3001\\u672c\\u6a4b\\u79c0\\u4e4b\\u3001\\u83c5\\u91ce\\u5b8f\\u7d00\\u3001\\u9022\\u5742\\u6d69\\u53f8\\u3001\\u5c0f\\u68ee\\u9ad8\\u535a\\u3001\\u7af9\\u5185\\u6d69\\u5fd7\\u3001\\u5ddd\\u5143\\u5229\\u6d69\\u3001\\u5f8c\\u85e4\\u96c5\\u5df3\\u3001\\u4f50\\u91ce\\u6d69\\u654f\",\"\\u673a\\u68b0\\u8bbe\\u5b9a: \\u5c71\\u6839\\u516c\\u5229\",\"\\u6444\\u5f71\\u76d1\\u7763: \\u5927\\u795e\\u6d0b\\u4e00\",\"\\u539f\\u753b: \\u9022\\u5742\\u6d69\\u53f8\\u3001\\u4e2d\\u7530\\u6804\\u6cbb\\u3001\\u5f8c\\u85e4\\u96c5\\u5df3\\u3001\\u5c0f\\u68ee\\u9ad8\\u535a\\u3001\\u6749\\u6d66\\u5e78\\u6b21\\u3001\\u4e2d\\u6751\\u8c4a\\u3001\\u4f0a\\u85e4\\u5609\\u4e4b\\u3001\\u658e\\u85e4\\u6052\\u5fb3\\u3001\\u9d28\\u5ddd\\u6d69\\u3001\\u4f0a\\u85e4\\u5cb3\\u53f2\\u3001\\u6a2a\\u5c71\\u5f70\\u5229\\u3001\\u661f\\u548c\\u4f38\\u3001\\u5927\\u585a\\u5065\\u3001\\u5bae\\u7530\\u5fe0\\u660e\\u3001\\u5409\\u7530\\u5fb9\\u3001\\u5ddd\\u5143\\u5229\\u6d69\\u3001\\u83c5\\u91ce\\u5b8f\\u7d00\\u3001\\u6a4b\\u672c\\u8aa0\\u4e00\\u3001\\u5bcc\\u5ca1\\u9686\\u53f8\\u3001\\u4e95\\u4e0a\\u82f1\\u7d00\\u3001\\u5ca1\\u771f\\u91cc\\u5b50\\u3001\\u6d25\\u91ce\\u7530\\u52dd\\u654f\\u3001\\u5165\\u6c5f\\u6cf0\\u6d69\\u3001\\u4f50\\u85e4\\u5343\\u6625\\u3001\\u9ad8\\u6a4b\\u3057\\u3093\\u3084\\u3001\\u4f0a\\u6771\\u4f38\\u9ad8\\u3001\\u9ad8\\u5c71\\u670b\\u6d69\\u3001\\u9ad8\\u898b\\u660e\\u7537\\u3001\\u5409\\u5ddd\\u535a\\u660e\\u3001\\u5927\\u6d6a\\u592a\",\"\\u4e3b\\u9898\\u6b4c\\u7f16\\u66f2: \\u83c5\\u91ce\\u3088\\u3046\\u5b50\",\"\\u4e3b\\u9898\\u6b4c\\u4f5c\\u66f2: \\u83c5\\u91ce\\u3088\\u3046\\u5b50\",\"\\u4e3b\\u9898\\u6b4c\\u6f14\\u51fa: \\u5c71\\u6839\\u9ebb\\u4ee5\",\"\\u4f01\\u753b: \\u30b5\\u30f3\\u30e9\\u30a4\\u30ba\",\"\\u5236\\u4f5c\\u7ba1\\u7406: \\u9ce5\\u7fbd\\u8061\",\"\\u8bbe\\u5b9a: \\u9ce5\\u7fbd\\u8061\\u3001\\u6cb3\\u68ee\\u6b63\\u6cbb\\u3001\\u4f50\\u85e4\\u5927\",\"\\u97f3\\u54cd\\u76d1\\u7763: \\u5c0f\\u6797\\u514b\\u826f\",\"\\u7279\\u6548: \\u9577\\u8c37\\u5ddd\\u654f\\u751f\",\"\\u5236\\u7247\\u4eba: \\u5357\\u96c5\\u5f66\",\"\\u5236\\u4f5c\\u52a9\\u624b: BONES\",\"\\u52a8\\u753b\\u5236\\u4f5c: \\u30b5\\u30f3\\u30e9\\u30a4\\u30ba\",\"\\u64ad\\u653e\\u7ed3\\u675f: 1999\\u5e744\\u670823\\u65e5\",\"\\u30c6\\u30ec\\u30d3\\u6771\\u4eac\\u7248: 1998\\u5e744\\u67083\\u65e5 - 1998\\u5e746\\u670826\\u65e5\",\"\\u30c6\\u30ec\\u30d3\\u6771\\u4eac\\u7248: \\u516812\\u8bdd+\\u603b\\u96c6\\u7bc7\"],\"info\":[\"\\u4e2d\\u6587\\u540d: \\u661f\\u9645\\u725b\\u4ed4\",\"\\u8bdd\\u6570: 26\",\"\\u653e\\u9001\\u5f00\\u59cb: 1998\\u5e7410\\u670823\\u65e5\",\"\\u653e\\u9001\\u661f\\u671f: \\u661f\\u671f\\u4e94\",\"\\u522b\\u540d: Cowboy Bebop\",\"\\u522b\\u540d: \\u5b87\\u5b99\\u725b\\u4ed4\",\"\\u522b\\u540d: \\u8d4f\\u91d1\\u730e\\u4eba\",\"\\u522b\\u540d: \\u592a\\u7a7a\\u725b\\u4ed4\",\"\\u522b\\u540d: \\u6076\\u7537\\u6770\\u7279\",\"\\u5b98\\u65b9\\u7f51\\u7ad9: http:\\/\\/www.cowboybebop.org\\/\\uff1bhttp:\\/\\/www.cowboy-bebop.net\\/index.html\",\"\\u64ad\\u653e\\u7535\\u89c6\\u53f0: WOWOW\\u3001\\u30c6\\u30ec\\u30d3\\u6771\\u4eac\"],\"bangumi_votes\":\"7692\",\"bangumi_rating_average\":\"9.1\",\"tags\":[\"\\u6e21\\u8fb9\\u4fe1\\u4e00\\u90ce\",\"\\u83c5\\u91ce\\u6d0b\\u5b50\",\"\\u661f\\u9645\\u725b\\u4ed4\",\"\\u7ecf\\u5178\",\"SUNRISE\",\"\\u79d1\\u5e7b\",\"\\u795e\\u4f5c\",\"\\u795e\\u914d\\u4e50\",\"CowboyBebop\",\"TV\",\"1998\",\"cowboy\",\"\\u6797\\u539f\\u60e0\",\"\\u539f\\u521b\",\"\\u5c71\\u5bfa\\u5b8f\\u4e00\",\"1998\\u5e7410\\u6708\",\"\\u6e21\\u8fba\\u4fe1\\u4e00\\u90ce\",\"BONES\",\"\\u516c\\u8def\\u7247\",\"\\u6d6a\\u6f2b\",\"\\u83c5\\u91ce\\u3088\\u3046\\u5b50\",\"1998\\u5e74\",\"\\u4fe1\\u672c\\u656c\\u5b50\",\"Bebop\",\"\\u5ddd\\u5143\\u5229\\u6d69\",\"\\u795e\",\"SF\",\"\\u5355\\u5143\\u5267\",\"\\u6797\\u539f\\u60e0\\u7f8e\",\"\\u65e5\\u672c\"],\"cast\":[\"\\u53f2\\u6d3e\\u514b\\u00b7\\u65af\\u76ae\\u683c\\u5c14: \\u5c71\\u5bfa\\u5b8f\\u4e00\\uff0c\\u53f2\\u8482\\u592b\\u00b7\\u5e03\\u9c81\\u59c6\",\"\\u6770\\u7279\\u00b7\\u5e03\\u83b1\\u514b: \\u77f3\\u51a2\\u8fd0\\u5347\",\"\\u83f2\\u00b7\\u74e6\\u4f26\\u4e01: \\u6797\\u539f\\u60e0\\u7f8e\\uff0c\\u6e29\\u8fea\\u00b7\\u674e\",\"\\u827e\\u5fb7: \\u591a\\u7530\\u8475\",\"\\u7231\\u56e0: \\u5c71\\u5bfa\\u5b8f\\u4e00\",\"\\u30d3\\u30b7\\u30e3\\u30b9: \\u82e5\\u672c\\u89c4\\u592b\",\"\\u8331\\u8389\\u4e9a: \\u9ad8\\u5c9b\\u96c5\\u7f57\",\"\\u6797: \\u7eff\\u5ddd\\u5149\",\"\\u5e93\\u5ec9: \\u5800\\u5185\\u8d24\\u96c4\",\"\\u65b0: \\u6867\\u5c71\\u4fee\\u4e4b\",\"\\u6587: \\u51ac\\u9a6c\\u7531\\u7f8e\",\"\\u7ef4\\u7279\\u5c3c\\u00b7\\u54c8\\u560e\\u65af\\u00b7\\u677e\\u672c: \\u5927\\u51a2\\u660e\\u592b\",\"\\u5df4\\u5361\\u65af\\u533b\\u751f: \\u5bcc\\u7530\\u8015\\u751f\",\"\\u66fc\\u5229: \\u94c3\\u9e7f\\u5343\\u6625\",\"\\u30de\\u30aa\\u30fb\\u30a4\\u30a7\\u30f3\\u30e9\\u30a4: \\u4f0a\\u85e4\\u548c\\u6643\",\"\\u68cb\\u738b\\u8d6b\\u514b\\u65af: \\u6e21\\u90e8\\u731b\",\"\\u5409\\u62c9\\u592b: \\u4ef2\\u6728\\u9686\\u53f8\",\"\\u6d1b\\u53ef\\u00b7\\u6ce2\\u7eb3\\u7f57: \\u4e2d\\u5c3e\\u9686\\u5723\",\"\\u65af\\u7279\\u62c9\\u00b7\\u6ce2\\u7eb3\\u7f57: \\u5742\\u672c\\u771f\\u7eeb\",\"\\u30a2\\u30ea\\u30b5: \\u571f\\u4e95\\u7f8e\\u52a0\",\"\\u30ea\\u30f3\\u30c9: \\u5c71\\u53e3\\u80dc\\u5e73\",\"\\u5e7f\\u64ad: \\u6302\\u5ddd\\u88d5\\u5f66\\uff0c\\u767e\\u767e\\u9ebb\\u5b50\",\"\\u30a4\\u30d3\\u30d0\\u30c3\\u30d7: \",\"\\u5730\\u7403: \",\"Bebop Crew: \"]}}}'),(3,'<27><><9C><12>qjU<6A>\<5C> \<5C>]\<5C><>öG\<5C>','[Nexus] breach-trailer-1_h1080p mov','[Nexus].breach-trailer-1_h1080p.mov.torrent','breach-trailer-1_h1080p.mov',' [em5] ','Breach 2020 trailer',' [em5] ',401,0,7,1,1,0,5,0,153574679,'2021-01-09 06:03:11','single',1,0,28,1,0,0,0,'2021-01-09 06:03:11','yes','no',2,'',1,0,'0000-00-00 00:00:00','no',9820556,'normal',0,'normal','0000-00-00 00:00:00','0000-00-00 00:00:00',NULL),(4,'1\<5C>q\<5C><>y<> \<5C>rp\<5C>\<5C>7<C9><0E><>p','the-reckoning-trailer-1_h1080p mov','the-reckoning-trailer-1_h1080p.mov.torrent','the-reckoning-trailer-1_h1080p.mov','[attach]91163d3bf1b6dd898a571895e2bd14f3[/attach]','The Reckoning Trailer','[attach]58a46965d131e51e861ddd202bfe9d6d[/attach]',401,0,2,1,1,0,1,0,130596609,'2021-01-19 12:42:49','single',1,1,19,3,0,1,1,'2021-01-20 15:52:00','yes','no',3,'',1,0,'0000-00-00 00:00:00','no',9182964,'normal',0,'normal',NULL,NULL,'{\"imdb\":{\"link\":\"https:\\/\\/www.imdb.com\\/title\\/tt9182964\\/\",\"data\":{\"success\":true,\"error\":null,\"format\":\"[img]https:\\/\\/m.media-amazon.com\\/images\\/M\\/MV5BNDdlZjA3MzgtNmJlNC00NGZkLWFhNGMtNTk4ZmQwMDM1YzY0XkEyXkFqcGdeQXVyMDM2NDM2MQ@@._V1_.jpg[\\/img]\\n\\nTitle: The Reckoning\\nDate Published: 2021-02-05\\nIMDb Rating: 4.9\\/10 from 217 users\\nIMDb Link: https:\\/\\/www.imdb.com\\/title\\/tt9182964\\/\\nDirectors: Neil Marshall\\nCreators: Edward Evers-Swindell \\/ Charlotte Kirk \\/ Neil Marshall\\nActors: Sean Pertwee \\/ Joe Anderson \\/ Charlotte Kirk \\/ Steven Waddington\\n\\nIntroduction\\n The Reckoning is a movie starring Sean Pertwee, Joe Anderson, and Charlotte Kirk. Evelyn, a young widow haunted by the recent suicide of her husband Joseph, is falsely accused of being a witch by her Landlord after she rejects his...\",\"copyright\":\"Powered by @Rhilip\",\"version\":\"0.6.1\",\"generate_at\":1611060172254,\"site\":\"imdb\",\"sid\":\"tt9182964\",\"imdb_id\":\"tt9182964\",\"imdb_link\":\"https:\\/\\/www.imdb.com\\/title\\/tt9182964\\/\",\"@type\":\"Movie\",\"name\":\"The Reckoning\",\"genre\":[\"History\",\"Horror\"],\"datePublished\":\"2021-02-05\",\"description\":\"The Reckoning is a movie starring Sean Pertwee, Joe Anderson, and Charlotte Kirk. Evelyn, a young widow haunted by the recent suicide of her husband Joseph, is falsely accused of being a witch by her Landlord after she rejects his...\",\"duration\":\"PT1H50M\",\"poster\":\"https:\\/\\/m.media-amazon.com\\/images\\/M\\/MV5BNDdlZjA3MzgtNmJlNC00NGZkLWFhNGMtNTk4ZmQwMDM1YzY0XkEyXkFqcGdeQXVyMDM2NDM2MQ@@._V1_.jpg\",\"year\":\"2021\",\"actors\":[{\"url\":\"\\/name\\/nm0675730\\/\",\"name\":\"Sean Pertwee\"},{\"url\":\"\\/name\\/nm1725848\\/\",\"name\":\"Joe Anderson\"},{\"url\":\"\\/name\\/nm5016840\\/\",\"name\":\"Charlotte Kirk\"},{\"url\":\"\\/name\\/nm0905357\\/\",\"name\":\"Steven Waddington\"}],\"directors\":[{\"url\":\"\\/name\\/nm0551076\\/\",\"name\":\"Neil Marshall\"}],\"creators\":[{\"url\":\"\\/name\\/nm1898082\\/\",\"name\":\"Edward Evers-Swindell\"},{\"url\":\"\\/name\\/nm5016840\\/\",\"name\":\"Charlotte Kirk\"},{\"url\":\"\\/name\\/nm0551076\\/\",\"name\":\"Neil Marshall\"}],\"keywords\":[],\"imdb_votes\":217,\"imdb_rating_average\":\"4.9\",\"imdb_rating\":\"4.9\\/10 from 217 users\",\"reviews\":\"6\",\"critic\":\"26\",\"popularity\":\"1018\",\"details\":{\"Country\":\"UK\",\"Language\":\"English\",\"Release Date\":\"5 February 2021 (USA)\",\"Also Known As\":\"The Reckoning\",\"Production Co\":\"Fourth Culture Films, BondIt Media Capital, Buffalo 8 Productions\",\"Show more on IMDbPro\\u00a0\\u00bb\":\"Show more on IMDbPro\\u00a0\\u00bb\",\"Runtime\":\"110 min\",\"Color\":\"Color\",\"Aspect Ratio\":\"2.35 : 1\"},\"release_date\":[{\"country\":\"Canada\",\"date\":\"20 August 2020\"},{\"country\":\"Germany\",\"date\":\"13 September 2020\"},{\"country\":\"Spain\",\"date\":\"12 December 2020\"},{\"country\":\"USA\",\"date\":\"5 February 2021\"},{\"country\":\"Turkey\",\"date\":\"30 April 2021\"}],\"aka\":[{\"country\":\"(original title)\",\"title\":\"The Reckoning\"},{\"country\":\"Australia\",\"title\":\"The Reckoning\"},{\"country\":\"Canada (English title)\",\"title\":\"The Reckoning\"},{\"country\":\"Canada (French title)\",\"title\":\"The Reckoning\"},{\"country\":\"Germany\",\"title\":\"The Reckoning\"},{\"country\":\"Italy\",\"title\":\"The Reckoning\"},{\"country\":\"Spain\",\"title\":\"The Reckoning\"},{\"country\":\"UK\",\"title\":\"The Reckoning\"},{\"country\":\"USA\",\"title\":\"The Reckoning\"}]}}}');
/*!40000 ALTER TABLE `torrents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `torrents_state`
--
DROP TABLE IF EXISTS `torrents_state`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `torrents_state` (
`global_sp_state` tinyint(3) unsigned NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `torrents_state`
--
LOCK TABLES `torrents_state` WRITE;
/*!40000 ALTER TABLE `torrents_state` DISABLE KEYS */;
INSERT INTO `torrents_state` VALUES (1);
/*!40000 ALTER TABLE `torrents_state` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `uploadspeed`
--
DROP TABLE IF EXISTS `uploadspeed`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `uploadspeed` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `uploadspeed`
--
LOCK TABLES `uploadspeed` WRITE;
/*!40000 ALTER TABLE `uploadspeed` DISABLE KEYS */;
INSERT INTO `uploadspeed` VALUES (1,'64kbps'),(2,'128kbps'),(3,'256kbps'),(4,'512kbps'),(5,'768kbps'),(6,'1Mbps'),(7,'1.5Mbps'),(8,'2Mbps'),(9,'3Mbps'),(10,'4Mbps'),(11,'5Mbps'),(12,'6Mbps'),(13,'7Mbps'),(14,'8Mbps'),(15,'9Mbps'),(16,'10Mbps'),(17,'48Mbps'),(18,'100Mbit');
/*!40000 ALTER TABLE `uploadspeed` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `users`
--
DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `users` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(40) NOT NULL DEFAULT '',
`passhash` varchar(32) NOT NULL DEFAULT '',
`secret` varbinary(20) NOT NULL,
`email` varchar(80) NOT NULL DEFAULT '',
`status` enum('pending','confirmed') NOT NULL DEFAULT 'pending',
`added` datetime DEFAULT NULL,
`last_login` datetime DEFAULT NULL,
`last_access` datetime DEFAULT NULL,
`last_home` datetime DEFAULT NULL,
`last_offer` datetime DEFAULT NULL,
`forum_access` datetime DEFAULT NULL,
`last_staffmsg` datetime DEFAULT NULL,
`last_pm` datetime DEFAULT NULL,
`last_comment` datetime DEFAULT NULL,
`last_post` datetime DEFAULT NULL,
`last_browse` int(10) unsigned NOT NULL DEFAULT '0',
`last_music` int(10) unsigned NOT NULL DEFAULT '0',
`last_catchup` int(10) unsigned NOT NULL DEFAULT '0',
`editsecret` varbinary(20) NOT NULL,
`privacy` enum('strong','normal','low') NOT NULL DEFAULT 'normal',
`stylesheet` tinyint(3) unsigned NOT NULL DEFAULT '1',
`caticon` tinyint(3) unsigned NOT NULL DEFAULT '1',
`fontsize` enum('small','medium','large') NOT NULL DEFAULT 'medium',
`info` text,
`acceptpms` enum('yes','friends','no') NOT NULL DEFAULT 'yes',
`commentpm` enum('yes','no') NOT NULL DEFAULT 'yes',
`ip` varchar(64) NOT NULL DEFAULT '',
`class` tinyint(3) unsigned NOT NULL DEFAULT '1',
`max_class_once` tinyint(3) NOT NULL DEFAULT '1',
`avatar` varchar(255) NOT NULL DEFAULT '',
`uploaded` bigint(20) unsigned NOT NULL DEFAULT '0',
`downloaded` bigint(20) unsigned NOT NULL DEFAULT '0',
`seedtime` bigint(20) unsigned NOT NULL DEFAULT '0',
`leechtime` bigint(20) unsigned NOT NULL DEFAULT '0',
`title` varchar(30) NOT NULL DEFAULT '',
`country` smallint(5) unsigned NOT NULL DEFAULT '107',
`notifs` varchar(500) DEFAULT NULL,
`modcomment` text,
`enabled` enum('yes','no') NOT NULL DEFAULT 'yes',
`avatars` enum('yes','no') NOT NULL DEFAULT 'yes',
`donor` enum('yes','no') NOT NULL DEFAULT 'no',
`donated` decimal(8,2) NOT NULL DEFAULT '0.00',
`donated_cny` decimal(8,2) NOT NULL DEFAULT '0.00',
`donoruntil` datetime DEFAULT NULL,
`warned` enum('yes','no') NOT NULL DEFAULT 'no',
`warneduntil` datetime DEFAULT NULL,
`noad` enum('yes','no') NOT NULL DEFAULT 'no',
`noaduntil` datetime DEFAULT NULL,
`torrentsperpage` tinyint(3) unsigned NOT NULL DEFAULT '0',
`topicsperpage` tinyint(3) unsigned NOT NULL DEFAULT '0',
`postsperpage` tinyint(3) unsigned NOT NULL DEFAULT '0',
`clicktopic` enum('firstpage','lastpage') NOT NULL DEFAULT 'firstpage',
`deletepms` enum('yes','no') NOT NULL DEFAULT 'yes',
`savepms` enum('yes','no') NOT NULL DEFAULT 'no',
`showhot` enum('yes','no') NOT NULL DEFAULT 'yes',
`showclassic` enum('yes','no') NOT NULL DEFAULT 'yes',
`support` enum('yes','no') NOT NULL DEFAULT 'no',
`picker` enum('yes','no') NOT NULL DEFAULT 'no',
`stafffor` varchar(255) NOT NULL,
`supportfor` varchar(255) NOT NULL,
`pickfor` varchar(255) NOT NULL,
`supportlang` varchar(50) NOT NULL,
`passkey` varchar(32) NOT NULL DEFAULT '',
`promotion_link` varchar(32) DEFAULT NULL,
`uploadpos` enum('yes','no') NOT NULL DEFAULT 'yes',
`forumpost` enum('yes','no') NOT NULL DEFAULT 'yes',
`downloadpos` enum('yes','no') NOT NULL DEFAULT 'yes',
`clientselect` tinyint(3) unsigned NOT NULL DEFAULT '0',
`signatures` enum('yes','no') NOT NULL DEFAULT 'yes',
`signature` varchar(800) NOT NULL DEFAULT '',
`lang` smallint(5) unsigned NOT NULL DEFAULT '6',
`cheat` smallint(6) NOT NULL DEFAULT '0',
`download` int(10) unsigned NOT NULL DEFAULT '0',
`upload` int(10) unsigned NOT NULL DEFAULT '0',
`isp` tinyint(3) unsigned NOT NULL DEFAULT '0',
`invites` smallint(5) unsigned NOT NULL DEFAULT '0',
`invited_by` mediumint(8) unsigned NOT NULL DEFAULT '0',
`gender` enum('Male','Female','N/A') NOT NULL DEFAULT 'N/A',
`vip_added` enum('yes','no') NOT NULL DEFAULT 'no',
`vip_until` datetime DEFAULT NULL,
`seedbonus` decimal(10,1) NOT NULL DEFAULT '0.0',
`charity` decimal(10,1) NOT NULL DEFAULT '0.0',
`bonuscomment` text,
`parked` enum('yes','no') NOT NULL DEFAULT 'no',
`leechwarn` enum('yes','no') NOT NULL DEFAULT 'no',
`leechwarnuntil` datetime DEFAULT NULL,
`lastwarned` datetime DEFAULT NULL,
`timeswarned` tinyint(3) unsigned NOT NULL DEFAULT '0',
`warnedby` mediumint(8) unsigned NOT NULL DEFAULT '0',
`sbnum` smallint(5) unsigned NOT NULL DEFAULT '70',
`sbrefresh` smallint(5) unsigned NOT NULL DEFAULT '120',
`hidehb` enum('yes','no') DEFAULT 'no',
`showimdb` enum('yes','no') DEFAULT 'yes',
`showdescription` enum('yes','no') DEFAULT 'yes',
`showcomment` enum('yes','no') DEFAULT 'yes',
`showclienterror` enum('yes','no') NOT NULL DEFAULT 'no',
`showdlnotice` tinyint(1) NOT NULL DEFAULT '1',
`tooltip` enum('minorimdb','medianimdb','off') NOT NULL DEFAULT 'off',
`shownfo` enum('yes','no') DEFAULT 'yes',
`timetype` enum('timeadded','timealive') DEFAULT 'timealive',
`appendsticky` enum('yes','no') DEFAULT 'yes',
`appendnew` enum('yes','no') DEFAULT 'yes',
`appendpromotion` enum('highlight','word','icon','off') DEFAULT 'icon',
`appendpicked` enum('yes','no') DEFAULT 'yes',
`dlicon` enum('yes','no') DEFAULT 'yes',
`bmicon` enum('yes','no') DEFAULT 'yes',
`showsmalldescr` enum('yes','no') NOT NULL DEFAULT 'yes',
`showcomnum` enum('yes','no') DEFAULT 'yes',
`showlastcom` enum('yes','no') DEFAULT 'no',
`showlastpost` enum('yes','no') NOT NULL DEFAULT 'no',
`pmnum` tinyint(3) unsigned NOT NULL DEFAULT '10',
`school` smallint(5) unsigned NOT NULL DEFAULT '35',
`showfb` enum('yes','no') NOT NULL DEFAULT 'yes',
`page` varchar(255) DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `username` (`username`),
KEY `status_added` (`status`,`added`),
KEY `ip` (`ip`),
KEY `uploaded` (`uploaded`),
KEY `downloaded` (`downloaded`),
KEY `country` (`country`),
KEY `last_access` (`last_access`),
KEY `enabled` (`enabled`),
KEY `warned` (`warned`),
KEY `cheat` (`cheat`),
KEY `class` (`class`),
KEY `passkey` (`passkey`(8))
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `users`
--
LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES (2,'xioamlove','6f39c1646001c2799ef073a1e61537f7','rfnhkdqroltfvsknimvp','353856593@qq.com','confirmed','2020-12-28 02:27:01','2021-01-21 09:37:07','2021-01-21 15:29:00','2021-01-21 15:29:00','2021-01-20 18:11:18','2021-01-20 18:11:00','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-01-05 13:14:05','2021-01-04 12:13:03',1611193030,0,3,'ommswfwxjxlmropmsxnh','normal',3,1,'medium',NULL,'yes','yes','116.62.176.31',16,1,'',0,0,766300,29253,'',8,NULL,NULL,'yes','yes','no',0.00,0.00,'0000-00-00 00:00:00','no','0000-00-00 00:00:00','no','0000-00-00 00:00:00',0,0,0,'firstpage','yes','no','yes','yes','no','no','','','','','102875e936dbd8ec3f1a7569b3096ee4',NULL,'yes','yes','yes',20,'yes','',25,0,0,0,0,0,0,'Male','no','0000-00-00 00:00:00',67.0,0.0,NULL,'no','no','0000-00-00 00:00:00','0000-00-00 00:00:00',0,0,70,120,'no','yes','yes','yes','no',0,'off','yes','timealive','yes','yes','icon','yes','yes','yes','yes','yes','no','no',10,35,'yes',''),(3,'tt','cc4d2ddf4895b8e62b7ac68daec8d01d','smkxgewrsiperkknjlqf','1939737565@qq.com','confirmed','2021-01-05 16:20:36','2021-01-19 19:37:37','2021-01-21 01:36:23','2021-01-20 06:31:24','2021-01-20 05:06:51','2021-01-20 08:25:04','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-01-19 21:18:23','0000-00-00 00:00:00',1611192978,0,0,'','normal',3,1,'medium',NULL,'yes','yes','103.40.249.178',1,1,'',0,0,0,0,'',8,NULL,NULL,'yes','yes','no',0.00,0.00,'0000-00-00 00:00:00','no','0000-00-00 00:00:00','no','0000-00-00 00:00:00',0,0,0,'firstpage','yes','no','yes','yes','no','no','','','','','4071d164e38408cde796ce1b0e4a42e2',NULL,'yes','yes','yes',20,'yes','',25,0,0,0,0,0,0,'Male','no','0000-00-00 00:00:00',17.5,0.0,NULL,'no','no','0000-00-00 00:00:00','0000-00-00 00:00:00',0,0,70,120,'no','yes','yes','yes','no',0,'off','yes','timealive','yes','yes','icon','yes','yes','yes','yes','yes','no','no',10,35,'yes','');
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2021-01-22 1:19:55