koikmumuss

TT-language

Nov 9th, 2019
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 57.25 KB | None | 0 0
  1. <?php
  2. // Plural forms: http://www.gnu.org/software/hello/manual/gettext/Plural-forms.html
  3. // $LANG["PLURAL_FORMS"] is in the plural= format
  4.  
  5. /* Contributors:
  6.     TorrentialStorm
  7.     djhowarth
  8.     ArcticWolf
  9.     AzuriS
  10. */
  11.  
  12. $LANG = array();
  13. $LANG["PLURAL_FORMS"] = "n != 1";
  14.  
  15. // Account Page
  16. $LANG["ACCEPTPM_WHICH_USERS"] = "Determines what users can send you private messages.";
  17. $LANG["ACCOUNT_ACTIVATED"] = "<p>Your account has been activated!<br />You can now login</p>";
  18. $LANG["ACCOUNT_ACTIVATED_REST"] = "<b>main page</b></a> and start using your account.</p>";
  19. $LANG["ACCOUNT_ALREADY_CONFIRMED"] = "Account already confirmed";
  20. $LANG["ACCOUNT_BEFOR_USING"] = "<p>Before you start using";
  21. $LANG["ACCOUNT_BEFOR_USING_REST"] = "we urge you to read the <a href='faq.php'><b>FAQ</b></a>.</p>";
  22. $LANG["ACCOUNT_CONFIRM_SENT_TO_ADDY_ADMIN"] = "An admin needs to approve your account before you can use it.";
  23. $LANG["ACCOUNT_CONFIRM_SENT_TO_ADDY_REST"] = "<br/><br/>You need to read and respond to this email before you can use your account.<br/>If you don't do this, the new account will be deleted automatically after a few days.";
  24. $LANG["ACCOUNT_MY_TORRENTS"] = "My Torrents";
  25. $LANG["ACCOUNT_MY_TORRENTS_UPLOADED"] = "You have Uploaded";
  26. $LANG["ACCOUNT_MY_TORRENTS_UPLOADED_NO"] = "I have not uploaded any torrents";
  27. $LANG["ACCOUNT_PRIVACY_LVL"] = "Privacy Level";
  28. $LANG["ACCOUNT_SEND_MSG"] = "Send a Message";
  29. $LANG["ACCOUNT_SIGNUP_CONFIRMATION"] = "Signup confirmation";
  30. $LANG["ACCOUNT_SIGNUP_SUCCESS"] = "Signup successful!";
  31. $LANG["ACCOUNT_SUCCESS_CONFIRMED"] = "Account successfully confirmed!";
  32. $LANG["ACCOUNT_USER_SIGNUP"] = "User signup";
  33. $LANG["BANNED_COMMENT"] = "Comment Banned";
  34. $LANG["BANNED_SHOUTBOX"] = "Shoutbox Banned";
  35. $LANG["EMAIL_CHANGE_SEND"] = "A confirmation email has been sent to the email address you specified.  Please follow the steps contained to update your email address.";
  36. $LANG["PASSKEY"] = "Passkey";
  37. $LANG["PASSWORD_CHANGED_OK"] = "Password Changed OK, You will now need to re-login";
  38. $LANG["PLEASE_NOW_LOGIN"] = "Please now login";
  39. $LANG["PLEASE_NOW_LOGIN_REST"] = "Please now login, there is no confirmation email to activate your account";
  40. $LANG["RECOVER_ACCOUNT"] = "Recover Account";
  41. $LANG["REPLY_TO_CONFIRM_EMAIL"] = "You will need to reply to the confirmation email";
  42. $LANG["REPORT_MEMBER_MSG"] = "<b>This member has elected to keep their details private</b><br /><br /><a href='report.php?user=%s'>Report.</a><br />";
  43. $LANG["TIMES_USED"] = "Times Used";
  44. $LANG["USE_FORM_FOR_ACCOUNT_DETAILS"] = "Use the form below to have your account details <br /> (with a new password) mailed back to you.";
  45. $LANG["YEARS"] = "Years";
  46.  
  47. // Account Recover
  48. $LANG["ACCOUNT_DETAILS"] = "Your account details";
  49. $LANG["ACCOUNT_INFO"] = "Here is the information we have on file for this account:";
  50. $LANG["BE_MAILED_BACK"] = "be mailed back.";
  51. $LANG["CHANGE_PSW"] = "To change your password, you have to follow this link:";
  52. $LANG["MAIL_RECOVER"] = "The account details have been mailed to %s.<br />Please allow a few minutes for the mail to arrive.";
  53. $LANG["MAILED_BACK"] = "hopefully you, requested that the account details for the account associated with this email address ";
  54. $LANG["SOMEONE_FROM"] = "Someone from : ";
  55.  
  56. // Admin Control Panel
  57. $LANG["ACCESS_DENIED"] = "Access Denied";
  58. $LANG["ADD_NEW_RULE"] = "Add New Rule";
  59. $LANG["ADD_NEW_RULES_SECTION"] = "Add New Rules Section";
  60. $LANG["ADD_WARNING"] = "Add Warning";
  61. $LANG["ADDITIONAL_INFO"] = "Additional Info";
  62. $LANG["ADMIN_CP"] = "Admin CP";
  63. $LANG["ADVANCED_USER_SEARCH"] = "Advanced Search ";
  64. $LANG["AVATAR_LOG"] = "Avatar Log";
  65. $LANG["BACKUPS"] = "File Backup";
  66. $LANG["BANNED_IPS"] = "Banned IPs";
  67. $LANG["BANNED_TORRENTS"] = "Banned Torrents";
  68. $LANG["BANS_WARNINGS"] = "Bans &amp; Warnings";
  69. $LANG["BLC_VIEW"] = "View Blocks";
  70. $LANG["BLOCKS"] = "Blocks";
  71. $LANG["BONUS_PER_CAT"] = "Bonus Per Cats";
  72. $LANG["Categories Management"] = "Categories Management";
  73. $LANG["CLEAR_SHOUTBOX"] = "Clear Shoutbox";
  74. $LANG["CP_DEL_OK"] = "Deleted OK";
  75. $LANG["CP_DELETE_NEWS"] = "Delete News";
  76. $LANG["CP_EDIT_GROUP"] = "Edit Group";
  77. $LANG["CP_INVALID_ID"] = "Invalid ID";
  78. $LANG["CP_NEWS_ADD"] = "Add News";
  79. $LANG["CP_NEWS_ADD_ITEM"] = "Add News Item";
  80. $LANG["CP_NEWS_EDIT"] = "Edit News";
  81. $LANG["CP_NEWS_INVAILD_ITEM_ID"] = "Invalid news item ID %s";
  82. $LANG["CP_NEWS_ITEM_ADDED_SUCCESS"] = "News item was added successfully.";
  83. $LANG["CP_NEWS_ITEM_DEL_SUCCESS"] = "News item was deleted successfully.";
  84. $LANG["CP_NEWS_ITEM_WAS_EDITED_SUCCESS"] = "News item was edited successfully.";
  85. $LANG["CP_NEWS_NO_ITEM_WITH_ID"] = "No news item with ID %s";
  86. $LANG["CP_NEWS_TITLE"] = "News Title";
  87. $LANG["CP_NEWS_UNABLE_TO_ADD"] = "Unable to add news";
  88. $LANG["CP_NO_GROUP_ID_FOUND"] = "No Group with that ID found     ";
  89. $LANG["CP_STAFF_PAGE"] = "Staff Page";
  90. $LANG["CP_STAFF_PUBLIC"] = "Staff Public";
  91. $LANG["CP_STAFF_SORT"] = "Staff Sort";
  92. $LANG["CP_UPDATED_OK"] = "Updated OK";
  93. $LANG["CP_VIEW"] = "View CP";
  94. $LANG["CP_VIEW_NEWS"] = "View News";
  95. $LANG["CP_YOU_CANT_DEL_THIS_GRP"] = "You cannot delete this group!";
  96. $LANG["DEAD_TORRENTS"] = "Dead<br />Torrents";
  97. $LANG["DELETE_ACCOUNT"] = "Delete Account";
  98. $LANG["DELETE_TORRENT"] = "Delete .torrent";
  99. $LANG["DETECT_POSS_CHEATS"] = "Detect<br /> Cheats";
  100. $LANG["EDITING_FAILED"] = "Editing Failed";
  101. $LANG["EMAIL_BANS"] = "E-Mail Bans";
  102. $LANG["EMAIL_BANS_ADD"] = "Email Ban %s was added by (%s)";
  103. $LANG["EMAIL_BANS_REM"] = "Email Ban %s was removed by (%s)";
  104. $LANG["EMAILS_OR_DOMAINS_BANS"] = "Emails Or Domains Address Bans";
  105. $LANG["ERR_NEWS_ITEM_CAN_NOT_BE_EMPTY"] = "The news item cannot be empty!";
  106. $LANG["ERR_NEWS_TITLE_CAN_NOT_BE_EMPTY"] = "The news title cannot be empty!";
  107. $LANG["FAILED_LOGINS"] = "Failed Logins";
  108. $LANG["FLUSH_GHOST_PEERS"] = "Flush Ghost Peers";
  109. $LANG["FORCE_CLEAN"] = "FORCE CLEAN";
  110. $LANG["FORCE_CLEAN_COMPLETED"] = "Force Clean Completed";
  111. $LANG["FREE_LEECH_SETTINGS"] = "Free Leech Settings";
  112. $LANG["FREE_LEECH_TORRENTS"] = "Free Leech Torrents";
  113. $LANG["GROUPS_VIEW_EDIT_DEL"] = "View/Edit/Del";
  114. $LANG["INPORT_PEERGUARDIAN"] = "Inport<br />PeerGuardian";
  115. $LANG["INVALID_USERID"] = "Invalid UserID";
  116. $LANG["LANGUAGES_VIEW_EDIT"] = "Languages<br />View/Edit";
  117. $LANG["LAST_CLEANUP_PERFORMED"] = "Last cleanup performed";
  118. $LANG["LATEST_COMMENTS"] = "Latest Comments";
  119. $LANG["LOG_ERROR"] = "Error Log";
  120. $LANG["LOG_ERROR_SQL"] = "SQL Error Log";
  121. $LANG["MAIN_SETTINGS"] = "Main Settings";
  122. $LANG["MAIN_SETTINGS_VIEW"] = "Main Site Settings View Only";
  123. $LANG["MAIN_SITELOG"] = "Main Site Log";
  124. $LANG["MANAGE_DONORS"] = "Manage Donors";
  125. $LANG["MANAGE_SMILEY"] = "Manage<br />Smiley";
  126. $LANG["MASS_EMAIL"] = "Mass E-Mailer";
  127. $LANG["MASS_PM"] = "Mass PM";
  128. $LANG["MEMBERS_DELETED"] = "Deleted Members";
  129. $LANG["MEMBERS_DISABLED"] = "Disabled Users";
  130. $LANG["MENU"] = "Menu";
  131. $LANG["MESSAGE_SPY"] = "Message Spy";
  132. $LANG["MOD_COMMENT"] = "Mod Comment";
  133. $LANG["MODERATOR_COMMENTS"] = "Moderator Comments";
  134. $LANG["MYSQL_ERROR"] = "MySQL Error";
  135. $LANG["NEW_VERSION_OF_TT_NOW_AVAIL"] = "NEW Version of TorrentTrader now available";
  136. $LANG["NEWS"] = "News";
  137. $LANG["NEWS_ARCHIVE"] = "News Archive";
  138. $LANG["NEWS_MANAGEMENT"] = "News Management";
  139. $LANG["NO_PERMISSION_TO_VIEW_AREA"] = "You do not have permission to view this area";
  140. $LANG["PARKED_USERS"] = "Parked<br />Users";
  141. $LANG["PEERS_LIST"] = "Peers List";
  142. $LANG["POLLS_MANAGEMENT"] = "Polls Management";
  143. $LANG["REPORTS"] = "Reports System";
  144. $LANG["RESET_GIFT"] = "Reset Gift";
  145. $LANG["SEEDING_BONUS"] = "Seeding Bonus";
  146. $LANG["SERVER_LOAD"] = "Server Load";
  147. $LANG["SITE_NOTICE_SETTINGS"] = "Site Notices Settings";
  148. $LANG["SITE_RULES_EDITOR"] = "Site Rules Editor";
  149. $LANG["SITELOG"] = "Site Log";
  150. $LANG["STAFF_CONTACTS"] = "Staff contacts";
  151. $LANG["SYSTEM_LOG"] = "System Log";
  152. $LANG["THEME_ADD"] = "Add Theme";
  153. $LANG["THEME_ALREADY_EXISTS"] = "Theme already exists.";
  154. $LANG["THEME_CLICK_A_THEME_TO_EDIT"] = "Click a theme to edit";
  155. $LANG["THEME_CURRENT"] = "Current Themes";
  156. $LANG["THEME_DATEBASE_ERROR"] = "Database error:";
  157. $LANG["THEME_DIR_DONT_EXIST"] = "Directory doesn't exist.";
  158. $LANG["THEME_FOLDER_NAME"] = "Folder Name";
  159. $LANG["THEME_FOLDER_NAME_CASE_SENSITIVE"] = "Folder Name (case SenSiTive)";
  160. $LANG["THEME_FOLDER_NAME_WAS_EMPTY"] = "Folder name was empty.";
  161. $LANG["THEME_IN_THEMES_BUT_NOT_IN_DB"] = "Themes in themes/ but not database:<br />";
  162. $LANG["THEME_MANAGEMENT"] = "Manage Theme";
  163. $LANG["THEME_NAME_OF_NEW"] = "Name of the new Theme";
  164. $LANG["THEME_NAME_WAS_EMPTY"] = "Theme name was empty.";
  165. $LANG["THEME_NOT_ADDED_DB_ERROR"] = "Theme NOT added. Database error:";
  166. $LANG["THEME_NOT_ADDED_REASON"] = "Theme NOT added.<br />Reason:";
  167. $LANG["THEME_NOTHING_SELECTED"] = "Nothing Selected.<br /><a href='admincp.php?action=style'>Click Here</a> to go back or wait 3 seconds to be redirected.";
  168. $LANG["THEME_NOTHING_TO_SHOW"] = "Nothing to show.";
  169. $LANG["THEME_PLEASE_NOTE_ALL_THEMES_MUST"] = "Please note: All themes must be uploaded to the /themes/ folder.  Please make sure all folder names are EXACT.";
  170. $LANG["THEME_SUCCESS_THEME_DELETED"] = "Success', 'Theme(s) deleted.<br /><br />Redirecting...'";
  171. $LANG["THEME_THE_FOLLOWING_THEMES_WAS_ADDED"] = "The following themes were added:<br />%s<br /><br />Redirecting...";
  172. $LANG["THEME_THE_FOLLOWING_THEMES_WAS_NOT_ADDED"] = "The following themes were NOT added:<br />%s";
  173. $LANG["TOP_10"] = "Top 10";
  174. $LANG["TORRENT_CAT_EDIT"] = "Torrent Categories Edit";
  175. $LANG["TORRENT_CAT_VIEW"] = "Torrent Categories";
  176. $LANG["TORRENT_LANG_MANAGEMENT"] = "Torrent Language Management";
  177. $LANG["TORRENTS"] = "Torrents";
  178. $LANG["TORRENTS_BANNED"] = "Banned Torrents Management";
  179. $LANG["TORRENTS_LOG"] = "Torrents<br />Log";
  180. $LANG["TORRENTS_STATUS"] = "Torrents Status";
  181. $LANG["TRUNCATE_PEERS"] = "Truncate Peers";
  182. $LANG["UNACTIVATED_ACCOUNTS"] = "Unactivated <br />Accounts";
  183. $LANG["UPLOADER_APPS"] = "Uploader Applications";
  184. $LANG["USER_BAD_RATIO_ALERT"] = "User Bad Ratio Alert";
  185. $LANG["USER_GROUPS"] = "User Groups";
  186. $LANG["USER_GROUPS_EDIT"] = "User Groups Edit";
  187. $LANG["USER_GROUPS_VIEW"] = "User Groups";
  188. $LANG["USER_SEARCH"] = "User Search";
  189. $LANG["USERS_AWAITING_VALIDATION"] = "Users Awaiting Validation";
  190. $LANG["USERS_LOG"] = "Users<br />Log";
  191. $LANG["USERS_SEARCH_SIMPLE"] = "Simple User Search";
  192. $LANG["VERSION_MYSQL"] = "Mysql Version";
  193. $LANG["VERSION_PHP"] = "PHP Version";
  194. $LANG["WARNED_USERS"] = "Warned Users";
  195. $LANG["WHOS_WHERE"] = "Who's Where";
  196. $LANG["WORD_CENSOR"] = "Edit Censored Words";
  197. $LANG["WORD_CENSOR"] = "Word Censor";
  198. $LANG["YOU_CANT_DEMOTE_SOMEONE_SAME_LVL"] = "You may not demote someone with same or higher class than yourself";
  199. $LANG["YOU_CANT_DEMOTE_YOURSELF"] = "You can't demote yourself for security reasons.";
  200. $LANG["YOU_DONT_HAVE_EDIT_USER_PERM"] = "You do not have permission to edit users";
  201. $LANG["YOU_HAVE_LATEST_VER_INSTALLED"] = "You have the latest Version of TorrentTrader Installed:";
  202. $LANG["CP_CATEGORY_EDIT"] = "Edit Category";
  203. $LANG["CP_DELETED_ENTRIES"] = "Entries deleted";
  204. $LANG["CP_DELETED_POLLS_AN_ANSWERS"] = "Poll and answers deleted";
  205. $LANG["CP_ENTRIES_MARK_COMP"] = "Entries marked completed.";
  206. $LANG["NONE_SELECTED"] = "None Selected";
  207. $LANG["NOTHING_SELECTED"] = "Nothing Selected";
  208.  
  209. // Blocks Management
  210. $LANG["_ACCESS_DEN_"] = "Sorry, you don't have rights to see this section";
  211. $LANG["_ADD_"] = "Add";
  212. $LANG["_ADMIN_CP_BLC_"] = "Admin CP Blocks";
  213. $LANG["_AND_"] = "and";
  214. $LANG["_AT_BOTTOM_"] = "This block is on most-down position";
  215. $LANG["_AT_CENTER_"] = "Block is in center";
  216. $LANG["_AT_LEFT_"] = "Block is located left";
  217. $LANG["_AT_RIGHT_"] = "Block is located right";
  218. $LANG["_AT_TOP_"] = "This block is top sorted";
  219. $LANG["_BLC_AVAIL_"] = "Available blocks";
  220. $LANG["_BLC_ENABLED_"] = "Enabled Blocks";
  221. $LANG["_BLC_EXIST_"] = "Already Exist!";
  222. $LANG["_BLC_IN_DB_ALREADY_"] = "Sorry, this block is in database already!";
  223. $LANG["_BLC_MAN_"] = "Blocks Management";
  224. $LANG["_BLC_PREVIEW_"] = "Block preview";
  225. $LANG["_BLC_UPL_"] = "Upload Block";
  226. $LANG["_BLC_USE_SITE_SET_"] = "Please note block width may be adjusted to your current theme, some blocks also use site settings";
  227. $LANG["_BTN_DOIT_"] = "Do it!";
  228. $LANG["_BTN_UPDT_"] = "Update";
  229. $LANG["_CANNOT_MOVE_"] = "CANNOT move";
  230. $LANG["_CHARS_"] = "chars";
  231. $LANG["_CLICK_POS_"] = "Click on Position to calculate. Enabled must be checked";
  232. $LANG["_CLS_WIN_"] = "Close this Window";
  233. $LANG["_CONFIG_DEST_DIR_"] = "Configured destination directory";
  234. $LANG["_DLT_WIL_PER_"] = "Delete from this point will be permanent.";
  235. $LANG["_FAIL_DB_QUERY_"] = "Database Query failed";
  236. $LANG["_FAIL_DEL_"] = "Deleting Failed!   ";
  237. $LANG["_FAIL_UPL_"] = "Block upload failed!   ";
  238. $LANG["_FAIL_UPL_ADD_"] = "Uploading and Adding Failed!";
  239. $LANG["_FILE_NAME_"] = "File Name";
  240. $LANG["_FL_NM_IF_NO_SET_"] = "file name if not set";
  241. $LANG["_IF_ANY_"] = "if any";
  242. $LANG["_IN_FOLDER_"] = "not in database but exist in blocks folder";
  243. $LANG["_JUST_UPL_"] = "Just<br />Upload";
  244. $LANG["_M_"] = "M";
  245. $LANG["_MAX_"] = "max";
  246. $LANG["_MIDDLE_"] = "Middle";
  247. $LANG["_MOVE_CENTER_"] = "Move to center";
  248. $LANG["_MOVE_DOWN_"] = "Move Down";
  249. $LANG["_MOVE_LEFT_"] = "Move to left";
  250. $LANG["_MOVE_RIGHT_"] = "Move to right";
  251. $LANG["_MOVE_UP_"] = "Move Up";
  252. $LANG["_MUST_ENB_FIRST"] = "Block must be enabled first";
  253. $LANG["_MUST_ENB_MOVE_"] = "Must be enabled to move";
  254. $LANG["_MUST_ENB_SORT_"] = "Must be enabled to resort";
  255. $LANG["_NAMED_"] = "Named";
  256. $LANG["_NO_ADD_WAR_"] = "No additional warning!";
  257. $LANG["_NO_RES_B_"] = "if result is not shown, click one more time after update to refresh.";
  258. $LANG["_NO_RES_T_"] = "if result is not shown, click UPDATE button one more time to refresh!";
  259. $LANG["_PLS_CHECK_"] = "Please check";
  260. $LANG["_POSITION_"] = "Position";
  261. $LANG["_R_"] = "R";
  262. $LANG["_RIGHT_"] = "Right";
  263. $LANG["_SEND_EMPTY_"] = "You sent empty block!?!";
  264. $LANG["_SEND_INVALID_"] = "Invalid file (not a .php).";
  265. $LANG["_SEND_NO_BLOCK_"] = "Make sure that file ends with _block.php.";
  266. $LANG["_SEND_NOTHING_"] = "You sent nothing!?!";
  267. $LANG["_SEND_WHAT_"] = "What are you trying to upload!?!";
  268. $LANG["_SORT_"] = "Sort";
  269. $LANG["_SORT_ORDER_"] = "Sort<br />Order";
  270. $LANG["_SUB_DIR_"] = "sub-directory";
  271. $LANG["_SUCCESS_ADD_"] = "Successfully Added!";
  272. $LANG["_SUCCESS_DEL_"] = "Successfully Deleted!";
  273. $LANG["_SUCCESS_UPL_"] = "Successfully Uploaded!";
  274. $LANG["_SUCCESS_UPL_ADD_"] = "Successfully Uploaded and Added!";
  275. $LANG["_SURE_FULL_PATH_"] = "and be sure to include full path";
  276. $LANG["_TO_DEST_DIR_"] = "to destination directory!";
  277. $LANG["_UPL_ADD_"] = "block will be uploaded and enabled on the fly";
  278. $LANG["_UPL_ONLY_"] = "block will be uploaded only - not inserted in database";
  279. $LANG["_WHY_NO_RES_"] = "In order how page load, left blocks loads before then changes in database take effects.<br />That is the reason why we need refresh page. Do not press refresh button in your browser.<br />If you do that previously sent data will be send again and might be errors because some<br />data not exist in database anymore.";
  280. $LANG["_YOUR_CASE_"] = "In your particular case";
  281.  
  282. // Classes
  283. $LANG["ADMINISTRATOR"] = "Administrator";
  284. $LANG["Member"] = "Member";
  285. $LANG["MODERATOR"] = "Moderator";
  286. $LANG["Super Moderator"] = "Super Moderator";
  287. $LANG["UPLOADER"] = "Uploader";
  288. $LANG["USERS"] = "Users";
  289. $LANG["VIP"] = "VIP";
  290.  
  291. // Comment Table
  292. $LANG["DELETED_ACCOUNT"] = "Deleted Account";
  293. $LANG["DELUSER"] = "Deluser";
  294.  
  295. // Download Torrent
  296. $LANG["BANNED_TORRENT"] = "Torrent is banned.";
  297. $LANG["FILE_NOT_FILE"] = "The ID has been found on the Database, but the torrent has gone!<br /><br />Check Server Paths and CHMODs Are Correct!";
  298. $LANG["FILE_NOT_FOUND"] = "File not found";
  299. $LANG["FILE_UNREADABLE"] = "The ID and torrent were found, but the torrent is NOT readable!";
  300.  
  301. // Errors
  302. $LANG["ACCOUNT_DISABLED"] = "This account has been disabled by an administrator.";
  303. $LANG["ACCOUNT_PENDING"] = "Your account is currently pending, please check your email";
  304. $LANG["LOGIN_INCORRECT"] = "The specified username or password was incorrect.";
  305. $LANG["BROWSE_MEMBERS_ONLY"] = "You Are Not Logged In<br />Only Members Can View Torrents Please Login or Signup.";
  306. $LANG["DATABASE_ERROR"] = "Database error. Please report this to an admin.";
  307. $LANG["DONT_LEAVE_ANY_FIELD_BLANK"] = "Don't leave any required field blank.";
  308. $LANG["EMAIL_ADDRESS_BANNED_S"] = "The e-mail address %s is banned.";
  309. $LANG["EMAIL_ADDRESS_INUSE_S"] = "The e-mail address %s is already in use.";
  310. $LANG["EMAIL_ADDRESS_NOT_FOUND"] = "No members with this email address found";
  311. $LANG["EMAIL_ADDRESS_NOT_VALID"] = "This is not a valid email";
  312. $LANG["EMPTY_FILENAME"] = "Empty filename.";
  313. $LANG["ERR_YOU_CANT_DO_THIS"] = "You cant do this!";
  314. $LANG["ERROR"] = "Error";
  315. $LANG["ERROR_UPLOADING_IMAGE"] = "Error occurred uploading image! - Image %s";
  316. $LANG["ID_NOT_FOUND"] = "ID not found";
  317. $LANG["ID_NOT_FOUND_MSG_DL"] = "You can't download, if you don't tell me what you want!";
  318. $LANG["ID_NOT_FOUND_MSG_EDIT"] = "You can't edit, if you don't tell me what you want!";
  319. $LANG["ID_NOT_FOUND_MSG_VIEW"] = "You can't view, if you don't tell me what you want!";
  320. $LANG["INVAILD_FILE_SIZE_IMAGE"] = "Invalid file size! Image %s - Must be less than 500kb";
  321. $LANG["INVAILD_IMAGE"] = "Invalid image";
  322. $LANG["INVAILD_RATING"] = "Invalid rating";
  323. $LANG["INVALID_FILETYPE_IMAGE"] = "Invalid file type! Image %s";
  324. $LANG["INVALID_ID"] = "Invalid ID.";
  325. $LANG["INVALID_TORRENT_ID"] = "Invalid Torrent ID";
  326. $LANG["INVALID_USER_ID"] = "Invalid user ID";
  327. $LANG["MAX_DL_SLOT_INUSE"] = "Max DL Slots In-use";
  328. $LANG["MEMBERS_ONLY"] = "Sorry this page is only for members";
  329. $LANG["MISSING_FORM_DATA"] = "Missing form data";
  330. $LANG["NO_ACCESS_ACCOUNT_DISABLED"] = "Unable to access these details at this time, this user is not currently active<br /><br />This user may have had their account disabled.";
  331. $LANG["NO_ACTIVE_TRANSFERS"] = "This member currently has no active transfers";
  332. $LANG["NO_DOWNLOADS_YET"] = "No downloads recorded yet.";
  333. $LANG["NO_EMPTY_FIELDS"] = "Don't leave any required fields blank.";
  334. $LANG["NO_FRIENDS"] = "No friends";
  335. $LANG["NO_PERMISSION_TO_DOWNLOAD"] = "You do not have permission to download torrents.";
  336. $LANG["NO_SHOW_DETAILS"] = "Can't show details";
  337. $LANG["NO_SUCH_USER"] = "No such user.";
  338. $LANG["NO_TORRENT_EDIT_PERMISSION"] = "You do not have permission to edit torrents";
  339. $LANG["NO_TORRENT_NEED_SEED"] = "There are no torrents currently needing seeds";
  340. $LANG["NO_UPLOADS"] = "No .torrents have been uploaded yet.";
  341. $LANG["NO_USER_VIEW"] = "You do not have permission to view users.";
  342. $LANG["NO_USER_WITH_ID"] = "No user with ID";
  343. $LANG["NO_USERS"] = "There have been no active users in the last 15 minutes.";
  344. $LANG["NONE_SELECTED"] = "None selected";
  345. $LANG["NOT_VAILD_EMAIL"] = "That doesn't look like a valid email address";
  346. $LANG["NOTHING_TO_SHOW_FILES"] = "Nothing to show.<br />Place files to import in";
  347. $LANG["PASS_CANT_MATCH_USERNAME"] = "Sorry, password cannot be same as user name.";
  348. $LANG["PASS_TO_LONG_2"] = "Sorry, password is too long (max is %d chars)";
  349. $LANG["PASS_TO_SHORT_2"] = "Sorry, password is too short (min is %d chars)";
  350. $LANG["PASSWORD_NO_MATCH"] = "Password doesn't match.";
  351. $LANG["PASSWORDS_NOT_MATCH"] = "The passwords are not identical. Please try again.";
  352. $LANG["REQUESTS_OFFLINE"] = "Sorry - the requests are currently offline.";
  353. $LANG["SHOUTBOX_DISABLED"] = "Shoubox is disabled. Please do not direct link here.";
  354. $LANG["SHOUTBOX_HISTORY"] = "Shoutbox History";
  355. $LANG["SHOUTBOX_MUST_LOGIN"] = "You must login to shout.";
  356. $LANG["SIGNUP_ACTIVATE_LINK"] = "There has been a problem with your activation link";
  357. $LANG["SIGNUP_FAILED"] = "Signup Failed";
  358. $LANG["SIGNUP_NOT_FOUND"] = "No user found with that ID, unconfirmed accounts expire after";
  359. $LANG["SIGNUP_UNABLE"] = "Unable to activate account please contact a admin";
  360. $LANG["SORRY_NO_RIGHTS_TO_ACCESS"] = "Sorry you do not have the rights to access this page!";
  361. $LANG["THATS_NOT_A_VALID_ID"] = "That's not a valid ID";
  362. $LANG["THIS_FILETYPE_NOT_IMAGE"] = "This file TYPE is not image!";
  363. $LANG["TORRENT_ID_GONE"] = "This Torrent id has gone!";
  364. $LANG["UNABLE_TO_ADD_COMMENT"] = "Unable to add comment";
  365. $LANG["UPLOAD_ALREADY_UPLOADED"] = "Torrent already uploaded.";
  366. $LANG["UPLOAD_COULD_NOT_BE_COPIED"] = "File Could not be copied";
  367. $LANG["UPLOAD_FAILED"] = "Upload Failed";
  368. $LANG["UPLOAD_INVALID_FILENAME"] = "Invalid filename!";
  369. $LANG["UPLOAD_INVALID_FILENAME_NOT_TORRENT"] = "Invalid filename (not a .torrent).";
  370. $LANG["UPLOAD_NFO_FAILED"] = "NFO upload failed";
  371. $LANG["UPLOAD_NO_CAT"] = "Please be sure to select a torrent category";
  372. $LANG["UPLOAD_NO_DESC"] = "No description given.";
  373. $LANG["UPLOAD_NO_ID"] = "No ID. Server error, please report.";
  374. $LANG["UPLOAD_NO_PERMISSION"] = "You do not have permission to upload";
  375. $LANG["UPLOAD_NO_TRACKER_ANNOUNCE"] = "The .torrent you are trying to upload does not have this trackers announce url!";
  376. $LANG["UPLOAD_NOT_NFO"] = "Invalid filename (not a .NFO).";
  377. $LANG["UPLOAD_ONLY_FOR_UPLOADERS"] = "Only uploaders can upload.";
  378. $LANG["UPLOADED_TORRENTS_ERROR"] = "This member has not uploaded any torrents";
  379. $LANG["USERNAME_INUSE_S"] = "The username %s is already in use.";
  380. $LANG["USERNAME_TOO_LONG"] = "Sorry, username is too long (max is %d chars)";
  381. $LANG["USERONLINE_MUST_LOGIN"] = "You must be logged in to view online users.";
  382. $LANG["WHERE_IS_THE_ID"] = "Where is the ID?";
  383. $LANG["YOU_ALREADY_RATED_TORRENT"] = "You have already rated this torrent.";
  384. $LANG["YOU_DID_NOT_ENTER_ANYTHING"] = "You did not enter anything!";
  385. $LANG["YOU_MUST_ENTER_A_REASON"] = "You must enter a reason.";
  386.  
  387. // Forums
  388. $LANG["FORUM_ADD_NEW_CAT"] = "Add new category";
  389. $LANG["FORUM_ALLOW_GUEST_READ"] = "Allow Guests to Read";
  390. $LANG["FORUM_BANNED"] = "Unfortunately you have been banned from accessing the forums.  Please contact a member of staff if you do not know the reason.";
  391. $LANG["FORUM_CAT_SORT_ORDER"] = "Category Sort Order";
  392. $LANG["FORUM_CONTROL"] = "Controls";
  393. $LANG["FORUM_CURRENT"] = "Current Forums";
  394. $LANG["FORUM_CURRENT_CATS"] = "Current Forum Categories";
  395. $LANG["FORUM_DELETE_CATEGORY"] = "Delete Category";
  396. $LANG["FORUM_ERROR"] = "Forum Error";
  397. $LANG["FORUM_FAQ"] = "FAQ";
  398. $LANG["FORUM_INVALID"] = "Invalid Forum.";
  399. $LANG["FORUM_INVALID_CAT"] = "Invalid Forum Category.";
  400. $LANG["FORUM_JUMP"] = "Quick Jump";
  401. $LANG["FORUM_MANAGEMENT"] = "Forum Management";
  402. $LANG["FORUM_MANAGEMENT_EDIT"] = "Edit Forum";
  403. $LANG["FORUM_MARK_READ"] = "Mark All Read";
  404. $LANG["FORUM_MIN_CLASS_POST"] = "Mininum Class Needed to Post";
  405. $LANG["FORUM_MIN_CLASS_READ"] = "Mininum Class Needed to Read";
  406. $LANG["FORUM_NAME_OF_NEW_CAT"] = "Name of the new Category";
  407. $LANG["FORUM_NEW_POSTS"] = "View New Posts";
  408. $LANG["FORUM_NEW_TOPIC"] = "New topic in";
  409. $LANG["FORUM_NO_CAT_FOUND"] = "No Categories found";
  410. $LANG["FORUM_POST"] = "Posts";
  411. $LANG["FORUM_POSTS"] = "Forum Posts";
  412. $LANG["FORUM_RANK"] = "Rank";
  413. $LANG["FORUM_REPLY_TOPIC"] = "Reply to topic";
  414. $LANG["FORUM_USER"] = "User";
  415. $LANG["FORUM_WELCOME"] = "Welcome to our Forums";
  416. $LANG["FORUMS"] = "Forums";
  417. $LANG["NOTHING_FOUND"] = "Nothing found";
  418. $LANG["FORUM_BAD_FORUM_ID"] = "Bad forum id";
  419. $LANG["FORUM_BANNED"] = "Forum Banned";
  420. $LANG["FORUM_ERROR"] = "Forum Error";
  421. $LANG["FORUM_NO_ID"] = "No Forum ID";
  422. $LANG["FORUM_RULES"] = "Flaming or other anti-social behavior will not be tolerated.";
  423. $LANG["FORUM_RULES2"] = "Please do try not to discuss upload/release-specific stuff here, post a torrent comment instead!<br /><br /><b>Please make sure to read the <a href='rules.php'>rules</a> before you post</b>";
  424.  
  425. $LANG["FORUMS_DEL_POST"] = "Delete post";
  426. $LANG["FORUMS_DEL_POST_ONLY_POST"] = "Can't delete post; it is the only post of the topic. You should <a href='forums.php?action=deletetopic&amp;topicid=%s&amp;sure=1'>delete the topic</a> instead.\n";
  427. $LANG["FORUMS_DEL_POST_SANITY_CHK"] = "Sanity check: You are about to delete a post. Click <a href='forums.php?action=deletepost&amp;postid=%s&amp;sure=1'>here</a> if you are sure.";
  428. $LANG["FORUMS_DEL_TOPIC"] = "Delete topic";
  429. $LANG["FORUMS_DEL_TOPIC_SANITY_CHK"] = "Sanity check: You are about to delete a topic. Click <a href='forums.php?action=deletetopic&amp;topicid=%s&amp;sure=1'>here</a> if you are sure.";
  430. $LANG["FORUMS_DENIED"] = "Denied!";
  431. $LANG["FORUMS_EDIT_POST"] = "Edit Post";
  432. $LANG["FORUMS_GOTO_TOP_PAGE"] = "Go to the top of the page";
  433. $LANG["FORUMS_LOCKED"] = "Locked";
  434. $LANG["FORUMS_MOD_OPTIONS"] = "Moderator Options";
  435. $LANG["FORUMS_NO_ID_FORUM"] = "No Forum Topic ID %s";
  436. $LANG["FORUMS_NO_ID_POST"] = "No post with ID %s.";
  437. $LANG["FORUMS_NOT_ALLOWED"] = "Not Allowed";
  438. $LANG["FORUMS_NOT_FOUND"] = "Forum not found.";
  439. $LANG["FORUMS_NOT_FOUND_POST"] = "Post not found";
  440. $LANG["FORUMS_NOT_FOUND_TOPIC"] = "Topic not found.";
  441. $LANG["FORUMS_NOT_PERMIT"] = "Not permitted";
  442. $LANG["FORUMS_NOT_VAL_ID_OR_VAL_POST"] = "Not Valid Forum ID %s Or Not Valid Forum Topic ID %s";
  443. $LANG["FORUMS_POST_REPLY"] = "Post Reply";
  444. $LANG["FORUMS_REPORT_POST"] = "Report This Post";
  445. $LANG["FORUMS_STICKY"] = "Sticky";
  446. $LANG["FORUMS_SUBJECT"] = "Subject";
  447. $LANG["FORUMS_TOPIC_LOCKED"] = "This topic is locked; no new posts are allowed.";
  448. $LANG["FORUMS_YOU_MUST_ENTER_NEW_TITLE"] = "You must enter a new title!";
  449. $LANG["FORUMS_YOU_NOT_PERM_POST_FORUM"] = "You are not permitted to post in this forum.";
  450.  
  451.  
  452. // Forums Cpanel
  453. $LANG["CP_COULD_NOT_SAVE_TO_DB"] = "Could not save to DB - check your connection & settings!";
  454. $LANG["CP_FORUM_CAT_DELETED"] = "forum cat deleted ...";
  455. $LANG["CP_FORUM_CAT_NAME_WAS_EMPTY"] = "Forum cat name was empty";
  456. $LANG["CP_FORUM_CAT_SORT_WAS_EMPTY"] = "Forum cat sort order was empty";
  457. $LANG["CP_FORUM_CATAGORY_WAS_EMPTY"] = "Forum category was empty";
  458. $LANG["CP_FORUM_DELETED"] = "forum deleted ...";
  459. $LANG["CP_FORUM_DESC_WAS_EMPTY"] = "Forum-description was empty";
  460. $LANG["CP_FORUM_NAME_WAS_EMPTY"] = "Forum-name was empty";
  461. $LANG["CP_FORUM_NEW_ADDED_TO_DB"] = "Thank you, new forum added to db ...";
  462. $LANG["CP_FORUM_NEW_CAT"] = "Forum Category";
  463. $LANG["CP_FORUM_NEW_DESC"] = "Description of the new Forum";
  464. $LANG["CP_FORUM_NEW_NAME"] = "Name of the new Forum";
  465. $LANG["CP_FORUM_NEW_NAME_CAT"] = "New Name for Category";
  466. $LANG["CP_FORUM_NEW_SORT_ORDER"] = "New Sort Order";
  467. $LANG["CP_FORUM_NEW_SORT_ORDER"] = "New Sort Order";
  468. $LANG["CP_FORUM_REALY_DEL"] = "Really delete the Forum";
  469. $LANG["CP_FORUM_REALY_DEL_CAT"] = "Really delete the Forum category";
  470. $LANG["CP_FORUM_SORT_ORDER"] = "Forum Sort Order";
  471. $LANG["CP_FORUM_SORT_ORDER_WAS_EMPTY"] = "Forum sort order was empty";
  472. $LANG["CP_FORUM_THIS_WILL_REALLY_DEL"] = "this will delete everything associated with it";
  473. $LANG["CP_UPDATE_COMPLETED"] = "Update Completed";
  474.  
  475. // Frame Headings
  476. $LANG["ANONYMOUS_UPLOAD"] = "Anonymous Upload";
  477. $LANG["BROWSE_TORRENTS"] = "Browse Torrents";
  478. $LANG["CHANGE_THEME"] = "Change Theme";
  479. $LANG["CUSTOM_RSS_XML_FEED"] = "Custom RSS XML Feed";
  480. $LANG["DETAILS_FOR_TORRENT"] = "Details for torrent";
  481. $LANG["DISCLAIMER"] = "Disclaimer";
  482. $LANG["FAQ_MANAGEMENT"] = "FAQ Management";
  483. $LANG["GUESTS_ONLINE"] = "Guests Online";
  484. $LANG["NEWEST_TORRENTS"] = "Newest Torrents";
  485. $LANG["NFO_DELETE"] = "Delete NFO";
  486. $LANG["NFO_DELETED"] = "NFO Deleted";
  487. $LANG["NFO_EDITOR"] = "NFO Editor";
  488. $LANG["NFO_FILE_FOR"] = "NFO File For";
  489. $LANG["NFO_NOT_EXIST"] = "Torrent %d doesn't have a nfo.";
  490. $LANG["NFO_NOT_FOUND"] = "No NFO Found.";
  491. $LANG["NFO_PERMISSION"] = "You do not have permission to edit nfo's.";
  492. $LANG["NFO_REASON"] = "Reason for deletion";
  493. $LANG["NFO_UPDATED"] = "NFO Updated";
  494. $LANG["NO_WARNINGS"] = "This member currently has no warnings. ";
  495. $LANG["NOTICE"] = "Notice";
  496. $LANG["ONLINE_USERS"] = "Online Users";
  497. $LANG["REPORT_MEMBER"] = "Report member";
  498. $LANG["SEARCH_RESULTS_FOR"] = "Search results for";
  499. $LANG["SEARCH_TORRENTS"] = "Search Torrents";
  500. $LANG["SHOUTBOX"] = "Shoutbox";
  501. $LANG["SITE_RULES"] = "Site Rules";
  502. $LANG["SITENEWS"] = "Site News";
  503. $LANG["STAFF"] = "Staff";
  504. $LANG["STAFF_ONLY_INFO"] = "Staff Only Information";
  505. $LANG["STAFFCP"] = "Staff CP";
  506. $LANG["STATS_TITLE"] = "Stats";
  507. $LANG["TEAMS_MANAGEMENT"] = "Teams Management";
  508. $LANG["TITLE"] = "Title";
  509. $LANG["TODAYS_TORRENTS"] = "Today's Torrents";
  510. $LANG["TORRENT_CATEGORIES"] = "Torrent Categories";
  511. $LANG["TORRENT_LANGUAGES"] = "Torrent Languages";
  512. $LANG["TORRENT_MANAGEMENT"] = "Torrent Management";
  513. $LANG["UPLOAD_RULES"] = "Upload Rules";
  514. $LANG["UPLOADED_TORRENTS"] = "Uploaded Torrents";
  515. $LANG["USER_CP"] = "User CP";
  516. $LANG["USER_DETAILS_FOR"] = "User Details for %s";
  517. $LANG["VISITORS_TODAY"] = "Visitors Today";
  518. $LANG["YOUR_PROFILE"] = "Your Profile";
  519.  
  520. // Invites
  521. $LANG["A_CONFIRMATION_EMAIL_HAS_BEEN_SENT"] = "A confirmation email has been sent to the address you specified";
  522. $LANG["EMAIL_ADDRESS_BANNED"] = "The e-mail address %s is Banned.";
  523. $LANG["EMAIL_ADDRESS_INUSE"] = "The email address %s is already in use.";
  524. $LANG["HAS_BEEN_APPROVED_EMAIL"] = "has been : APPROVED
  525.  
  526. To confirm your user registration, you have to follow this link:";
  527. $LANG["HAS_BEEN_APPROVED_EMAIL_AFTER"] = "After you do this, you will be able to use your new account.";
  528. $LANG["HAS_BEEN_APPROVED_EMAIL_DELETED"] = "If you fail to do this, your account will be deleted within a few days.";
  529. $LANG["HAS_BEEN_CREATED_YOU_WILL_HAVE_TO_WAIT"] = "has been created.
  530.  
  531. You will have to wait for the approval of an admin before you can use your new account.";
  532. $LANG["INVALID_EMAIL_ADDRESS"] = "That doesn't look like a valid email.";
  533. $LANG["INVITE"] = "Invite";
  534. $LANG["INVITE_ONLY"] = "Invite only";
  535. $LANG["INVITE_ONLY_MSG"] = "Sorry this site has disabled user registration, the only way to register is via an invite from an existing member.";
  536. $LANG["INVITE_ONLY_NOT_FOUND"] = "No invite found with those details. Unconfirmed accounts/invites expire after";
  537. $LANG["INVITE_SUCCESSFUL"] = "Invite successful";
  538. $LANG["INVITE_USER"] = "User invite";
  539. $LANG["INVITED"] = "Invited";
  540. $LANG["INVITED_BY"] = "Invited by";
  541. $LANG["INVITEES"] = "Invitees";
  542. $LANG["INVITES"] = "Invites";
  543. $LANG["INVITES_DISABLED"] = "Invites are disabled.";
  544. $LANG["INVITES_DISABLED_MSG"] = "Invites are disabled. Please use the register link.";
  545. $LANG["SEND_AN_INVITE"] = "Send an invite";
  546. $LANG["SITE_FULL_LIMIT_MSG"] = "The site is full!<br />The limit of ";
  547. $LANG["SITE_FULL_LIMIT_REACHED_MSG"] = "users have been reached.<br />HOWEVER, user accounts expire all the time so please check back again later!<br /><br />There is currently";
  548. $LANG["THEY_NEED_TO_READ_AND_RESPOND_TO_THIS_EMAIL"] = "They need to read and respond to this email before they can use their account. If they don't do this, the new account will be deleted automatically after a few days.";
  549. $LANG["YOU_HAVE"] = "You Have";
  550. $LANG["YOU_HAVE_NO_INVITES"] = "You have no invites";
  551. $LANG["YOU_HAVE_NO_INVITES_MSG"] = "You don't have any invites. Invites are given automatically based on your ratio.";
  552. $LANG["YOUR_ACCOUNT_AT"] = "Your account at";
  553.  
  554. // Language Lists
  555. $LANG["DANISH"] = "Danish";
  556. $LANG["DUTCH"] = "Dutch";
  557. $LANG["ENGLISH"] = "English";
  558. $LANG["FRENCH"] = "French";
  559. $LANG["GERMAN"] = "German";
  560. $LANG["HUNGARIAN"] = "Hungarian";
  561. $LANG["ITALIAN"] = "Italian";
  562. $LANG["LANGUAGE"] = "Language";
  563. $LANG["LANGUAGES"] = "Languages";
  564. $LANG["LITHUANIAN"] = "Lithuanian";
  565. $LANG["PORTUGUESE"] = "Portuguese";
  566. $LANG["SPANISH"] = "Spanish";
  567. $LANG["SWEDISH"] = "Swedish";
  568.  
  569. // Main
  570. $LANG["ACCOUNT_PROFILE"] = "Account Profile";
  571. $LANG["ALL_TYPES"] = "All Types";
  572. $LANG["ANNOUNCE_URL"] = "Announce URL";
  573. $LANG["AVATAR_UPLOAD"] = "Avatar Upload";
  574. $LANG["CHANGE_PASS"] = "Change Password";
  575. $LANG["COMMENTS_POSTED"] = "Comments Posted";
  576. $LANG["EDIT_SETTINGS"] = "Edit Settings";
  577. $LANG["EMAIL_NOTIFICATION"] = "E-Mail Notification";
  578. $LANG["EMAIL_WHEN_PM"] = "The system will email you when you receive a PM.";
  579. $LANG["EXTERNAL_ONLY"] = "External Only";
  580. $LANG["FROM_ALL"] = "From All";
  581. $LANG["FROM_STAFF_ONLY"] = "From staff members only";
  582. $LANG["LATEST_NEWS"] = "Latest News";
  583. $LANG["LATEST_POSTERS"] = "Latest Posters";
  584. $LANG["LOCAL_ONLY"] = "Local Only";
  585. $LANG["LOGGED_IN_AS"] = "You are logged in as";
  586. $LANG["MAX_CHARS"] = "Max %d characters.";
  587. $LANG["MOST_ACTIVE"] = "Most Active";
  588. $LANG["NEWEST_MEMBERS"] = "Newest Members";
  589. $LANG["NO_NEWS"] = "No news currently at this time";
  590. $LANG["NO_USERS_ONLINE"] = "No Users Online";
  591. $LANG["PAGE_GENERATED_IN"] = "Page Generated In %f secs.";
  592. $LANG["PM_NOTIFY_ME"] = "Notify me when I have received a PM";
  593. $LANG["POLL_MUST_LOGIN"] = "You must be logged in to view polls";
  594. $LANG["POWERED_BY_TT"] = "Powered by TorrentTrader v%s";
  595. $LANG["PREF_BITTORRENT_CLIENT"] = "Preferred BitTorrent Client";
  596. $LANG["PREFERRED_CLIENT"] = "Preferred Client";
  597. $LANG["RATING"] = "Rating";
  598. $LANG["SEEDERS_WANTED"] = "Seeders Wanted";
  599. $LANG["SHOUTBOX_REFRESH"] = "(Shoutbox will auto-refresh every %d minutes)";
  600. $LANG["UPLOAD_TORRENT"] = "Upload Torrent";
  601. $LANG["USERCP"] = "Your Control Panel";
  602. $LANG["YOUR_MESSAGES"] = "Your Messages";
  603. $LANG["YOUR_TORRENTS"] = "Your Torrents";
  604.  
  605. // Navigation Menus
  606. $LANG["ACCOUNT"] = "Your Account";
  607. $LANG["CATEGORY_ADD"] = "Add Category";
  608. $LANG["CATEGORY_DEL"] = "Delete Category";
  609. $LANG["CATEGORY_MANAGEMENT"] = "Category Management";
  610. $LANG["FRIENDS"] = "Friends";
  611. $LANG["HOME"] = "Home";
  612. $LANG["INBOX"] = "Inbox";
  613. $LANG["IRC_CHAT"] = "IRC Chat (Help Only)";
  614. $LANG["LOGIN"] = "Login";
  615. $LANG["LOGOUT"] = "Logout";
  616. $LANG["MEMBERS"] = "Member List";
  617. $LANG["NAVIGATION"] = "Navigation";
  618. $LANG["SIGNUP"] = "Signup";
  619. $LANG["STATS"] = "Advanced Statistics";
  620. $LANG["UPLOAD"] = "Upload";
  621. $LANG["USER_GROUPS_ADD_NEW"] = "Add New Group";
  622. $LANG["USER_GROUPS_MANAGEMENT"] = "Groups Management";
  623.  
  624. // Parse Torrent
  625. $LANG["PARSE_CONTENTS"] = "Parser Error: Error Opening torrent, unable to get contents.";
  626. $LANG["PARSE_DECODE"] = "Parser Error: Error Opening torrent, unable to decode.";
  627. $LANG["PARSE_OPEN"] = "Parser Error: Error Opening torrent.";
  628.  
  629. // Phrases
  630. $LANG["ACCEPT_PMS"] = "Accept PMs";
  631. $LANG["ACCEPTED_FORMATS"] = "Accepted formats";
  632. $LANG["ACCOUNT_PRIVACY_LVL_MSG"] = "Determines where your username and details are displayed.";
  633. $LANG["ACCOUNT_STATUS"] = "Account Status";
  634. $LANG["ACCOUNT_USER"] = "Account User";
  635. $LANG["ACP_CENSORED"] = "Censored words Settings";
  636. $LANG["ACP_CENSORED_NOTE"] = "Write <b>one word per line</b> to ban it (will be changed into *censored*)";
  637. $LANG["ACTIVE_TRANSFERS"] = "Active Transfers";
  638. $LANG["ADD_BAN"] = "Add Ban";
  639. $LANG["ADD_EMAIL_BANS"] = "Add Email OR Domains Ban";
  640. $LANG["ADDED_BY"] = "Added By";
  641. $LANG["ANONYMOUS_UPLOAD_MSG"] = "(Your username will not be associated with this torrent)";
  642. $LANG["AVATAR_LINK"] = "Link to your externally hosted avatar image: 80x80px";
  643. $LANG["AVG_DAILY_DL"] = "Avg Daily DL";
  644. $LANG["AVG_DAILY_UL"] = "Avg Daily UL      ";
  645. $LANG["AVG_DAILY_UL"] = "Avg Daily UL";
  646. $LANG["BLANK_VOTE"] = "Blank Vote (Show Results)";
  647. $LANG["CATEGORY_FILTER"] = "Category Filter";
  648. $LANG["CHANGE_YOUR_PASS"] = "Change your Password";
  649. $LANG["CHOOSE_ONE"] = "Choose One";
  650. $LANG["CLICK_ONCE"] = "Click Once!";
  651. $LANG["CLICK_ONCE_IMAGE"] = "Click Once! - Uploading an image may take longer.";
  652. $LANG["CLIENT_LIST"] = "Client List";
  653. $LANG["COMMENT_ADDED"] = "Your Comment was added successfully.";
  654. $LANG["CONFIRM_EXPIRE"] = "No user found with that ID, unconfirmed accounts expire after %d days.";
  655. $LANG["COOKIES"] = "Cookies MUST be enabled for you to login.";
  656. $LANG["CURRENT_LOAD"] = "Current Load";
  657. $LANG["CURRENTLY_LEECHING"] = "Currently Leeching";
  658. $LANG["CURRENTLY_SEEDING"] = "Currently seeding";
  659. $LANG["CUSTOM_TITLE"] = "Custom Title";
  660. $LANG["DEALT_WITH"] = "Dealt With";
  661. $LANG["DELETE_IMAGE"] = "Delete Image";
  662. $LANG["DISCLAIMERTXT"] = "None of the files shown here are actually hosted on this server. The links are provided solely by this sites users. The administrator of this site cannot be held responsible for what its users post, or any other actions of its users. You may not use this site 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.";
  663. $LANG["DOMAIN_BANS"] = "OR Domain To Ban";
  664. $LANG["DONATE"] = "Donation Methods";
  665. $LANG["DONATED_US"] = "US Donated";
  666. $LANG["EDIT_ACCOUNT_SETTINGS"] = "Edit Account Settings";
  667. $LANG["EMAIL_ADDRESS"] = "Email Address";
  668. $LANG["EMAIL_ADDRESS_VALID_MSG"] = "Please make sure this is a valid email address, the recipient will receive a confirmation email.";
  669. $LANG["EMAIL_BAN_ADDED"] = "Email banned added";
  670. $LANG["EMAIL_BANS_INFO"] = "You can block specific email addresses or domains from signing up to your tracker";
  671. $LANG["FEED_INFO"] = "Feed Info";
  672. $LANG["FEED_TYPE"] = "Feed Type";
  673. $LANG["HAS_BEEN_DEL_DB"] = "has been deleted from the database";
  674. $LANG["HIDDEN FROM PUBLIC"] = "HIDDEN FROM PUBLIC";
  675. $LANG["HIDE_SHOUT"] = "Hide Shoutbox";
  676. $LANG["HIDE_SHOUT_TEXT"] = "I would like to hide the shoutbox.";
  677. $LANG["HTML_NOT_ALLOWED"] = "(HTML is not allowed.  <a href='javascript:PopMoreTags();'>Click here</a> for available tags)";
  678. $LANG["INC_DEAD"] = "Included Dead";
  679. $LANG["IP_ADDRESS"] = "IP Address";
  680. $LANG["LAST_ACCESS"] = "Last Visited";
  681. $LANG["LAST_SEEN"] = "Last Seen (Location)";
  682. $LANG["LAST_VISIT"] = "Last Visit      ";
  683. $LANG["LATEST_TORRENTS"] = "Latest Torrents";
  684. $LANG["LOAD_15_MINS"] = "Load 15 mins ago";
  685. $LANG["LOAD_5_MINS"] = "Load 5 mins ago";
  686. $LANG["LOCAL_ACTIVITY"] = "Local Activity";
  687. $LANG["LOCAL_EXTERNAL"] = "Local/External";
  688. $LANG["LOGIN_TYPE"] = "Log-in Type";
  689. $LANG["MASS_TORRENT_IMPORT"] = "Mass Torrent Import";
  690. $LANG["MAX_FILE_SIZE"] = "Max File Size";
  691. $LANG["MESSAGES_SENT"] = "Messages Sent   ";
  692. $LANG["MISSING_INFO"] = "Missing Info";
  693. $LANG["MORE_SMILIES"] = "More Smiles";
  694. $LANG["MORE_TAGS"] = "More Tags";
  695. $LANG["MY_MESSAGES"] = "My Messages";
  696. $LANG["NEW_PASSWORD"] = "New Password";
  697. $LANG["NEW_TODAY"] = "New Today";
  698. $LANG["NEWUSERS_TODAY"] = "New Users Today";
  699. $LANG["NO_STAFF_HERE"] = "There is no staff members to show which are public.";
  700. $LANG["NO_TORRENT_NEED_SEED"] = "No Torrents need help seeding.";
  701. $LANG["NO_TORRENT_VIEW"] = "You do not have permission to view torrents.";
  702. $LANG["NOCOMMENTS"] = "No comments still posted";
  703. $LANG["NOT_FREELEECH"] = "Not Free leech";
  704. $LANG["NOTHING_FOUND"] = "Nothing Found";
  705. $LANG["NOTHING_TO_SHOW"] = "Sorry nothing to show this time...";
  706. $LANG["ONLY_DEAD"] = "Only Dead";
  707. $LANG["ONLY_FREELEECH"] = "Only Free leech";
  708. $LANG["PASS_TOO_SHORT"] = "Password Too Short";
  709. $LANG["REGISTER_NEW"] = "Register New Account";
  710. $LANG["RESEED_ALREADY_ASK"] = "You have recently made a request for this reseed, please wait longer for another request.";
  711. $LANG["RESEED_SENT"] = "Your request for reseed has been sent.";
  712. $LANG["RESET_PASSKEY"] = "Reset Passkey";
  713. $LANG["RESET_PASSKEY_MSG"] = "Any active torrents must be downloaded again to continue leeching/seeding";
  714. $LANG["REVERT"] = "Revert Changes";
  715. $LANG["RSS_FEED"] = "RSS Feed";
  716. $LANG["SEARCH_RULES"] = "You can search using phrases contained within , you can include words with + you can exclude words with -";
  717. $LANG["SEED_RATIO"] = "Current Seeder/Leecher Ratio";
  718. $LANG["SELECTED_ADD"] = "Add Selected";
  719. $LANG["SELECTED_DELETE"] = "Delete Selected";
  720. $LANG["SEND_PM"] = "Send A PM";
  721. $LANG["SORT_BY"] = "Sort By";
  722. $LANG["SUB_CATS"] = "Sub-Categories";
  723. $LANG["TAGS_MSG"] = "This site supports a number of <i>BB tags</i> which you can embed to modify how your posts are displayed.";
  724. $LANG["TEAM_CREATE"] = "Create Team";
  725. $LANG["TEAM_LOGO_URL"] = "Team Logo URL";
  726. $LANG["TEAM_NAME"] = "Team Name";
  727. $LANG["TEAM_OWNER_NAME"] = "Owner Name";
  728. $LANG["THIS_SITE_ACCEPTS_EXTERNAL"] = "This site accepts ALL external torrents also!";
  729. $LANG["THIS_WILL_BE_TAKEN_TORRENT"] = "This will be taken from .torrent if left empty";
  730. $LANG["TORRENT_EDITED_OK"] = "Torrent has been edited OK";
  731. $LANG["TORRENT_FILE"] = "Torrent File";
  732. $LANG["TORRENT_NAME"] = "Torrent Name";
  733. $LANG["TORRENT_NEED_SEED"] = "Torrents Needing Seeds";
  734. $LANG["TORRENTS_POSTED"] = "Torrents Posted";
  735. $LANG["TOTAL_ONLINE"] = "Total online";
  736. $LANG["TOTAL_SIZE"] = "Total Size";
  737. $LANG["TOTAL_USERS"] = "Total Registered Users";
  738. $LANG["UNKNOWN_NA"] = "Unknown/NA";
  739. $LANG["UNKNOWN_USER"] = "Unknown User";
  740. $LANG["UP_AVATAR"] = "Upload Avatar";
  741. $LANG["UPLOAD_SPEED"] = "Upload speed";
  742. $LANG["USER_DELETE"] = "User has been deleted from the database.";
  743. $LANG["VISIBLEONMAIN"] = "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.";
  744. $LANG["VOTE_FOR_THIS"] = "Vote for this";
  745. $LANG["WE_HAVE"] = "We Have";
  746. $LANG["WELCOME_NEW"] = "Welcome to our newest member";
  747. $LANG["YOU_ARE_IN"] = "You are in";
  748. $LANG["YOU_HAVE_ALREADY_REPORTED"] = "You have already reported";
  749. $LANG["COMMENTSFOR"] = "Comments for:";
  750. $LANG["ADDCOMMENT"] = "Add A Comment";
  751. $LANG["EDITCOMMENT"] = "Edit Comment";
  752.  
  753. // Plurals
  754. $LANG["CATEGORY[0]"] = "Category";
  755. $LANG["CATEGORY[1]"] = "Categories";
  756. $LANG["COMMENT[0]"] = "Comment";
  757. $LANG["COMMENT[1]"] = "Comments";
  758. $LANG["DISABLED_USER[0]"] = "Disabled Member";
  759. $LANG["DISABLED_USER[1]"] = "Disabled Members";
  760. $LANG["FORUM[0]"] = "Forum";
  761. $LANG["FORUM[1]"] = "Forums";
  762. $LANG["FRIEND[0]"] = "Friend";
  763. $LANG["FRIEND[1]"] = "Friends";
  764. $LANG["INVITE[0]"] = "Invite";
  765. $LANG["INVITE[1]"] = "Invites";
  766. $LANG["LEECHING_TORRENT[0]"] = "Leeching Torrent";
  767. $LANG["LEECHING_TORRENT[1]"] = "Leeching Torrents";
  768. $LANG["MEMBER[0]"] = "member";
  769. $LANG["MEMBER[1]"] = "members";
  770. $LANG["NEWPM[0]"] = "New Message ";
  771. $LANG["NEWPM[1]"] = "New Message's";
  772. $LANG["PEER[0]"] = "Peer";
  773. $LANG["PEER[1]"] = "Peers";
  774. $LANG["POLL[0]"] = "Poll";
  775. $LANG["POLL[1]"] = "Polls";
  776. $LANG["POST[0]"] = "Post";
  777. $LANG["POST[1]"] = "Posts";
  778. $LANG["REGISTERED_USER[0]"] = "Registed User";
  779. $LANG["REGISTERED_USER[1]"] = "Registed Users";
  780. $LANG["SEEDING_TORRENT[0]"] = "Seeding Torrent";
  781. $LANG["SEEDING_TORRENT[1]"] = "Seeding Torrents";
  782. $LANG["SNATCHED_TORRENT[0]"] = "Snatched Torrent";
  783. $LANG["SNATCHED_TORRENT[1]"] = "Snatched Torrents";
  784. $LANG["TEAM[0]"] = "Team";
  785. $LANG["TEAM[1]"] = "Teams";
  786. $LANG["TORRENT[0]"] = "torrent";
  787. $LANG["TORRENT[1]"] = "torrents";
  788. $LANG["TOTAL_DISABLED[0]"] = "Total Disabled User";
  789. $LANG["TOTAL_DISABLED[1]"] = "Total Disabled Users";
  790. $LANG["TOTAL_ENABLED[0]"] = "Total Enabled User";
  791. $LANG["TOTAL_ENABLED[1]"] = "Total Enabled Users";
  792. $LANG["TOTAL_OLDUSER[0]"] = "Total Old Disabled User";
  793. $LANG["TOTAL_OLDUSER[1]"] = "Total Old Disabled Users";
  794. $LANG["TOTAL_USER[0]"] = "Total Registered User";
  795. $LANG["TOTAL_USER[1]"] = "Total Registered Users";
  796. $LANG["USER[0]"] = "User";
  797. $LANG["USER[1]"] = "Users";
  798. $LANG["VOTE[0]"] = "Vote!";
  799. $LANG["VOTE[1]"] = "Votes";
  800. $LANG["YOU_HAVE_INVITES[0]"] = "You have %d invite";
  801. $LANG["YOU_HAVE_INVITES[1]"] = "You have %d invites";
  802.  
  803. // Requests
  804. $LANG["FILLED"] = "Filled?";
  805. $LANG["FILLED_BY"] = "Filled By";
  806. $LANG["MAKE_REQUEST"] = "Make a Request";
  807. $LANG["MY_REQUEST"] = "View my requests";
  808. $LANG["REQUEST"] = "Request";
  809. $LANG["REQUEST_CAT"] = "Request Category";
  810. $LANG["REQUEST_DESC"] = "Descriptions";
  811. $LANG["REQUEST_MISC1"] = "just copy / paste url of the torrent that you upload as requested in the case below";
  812. $LANG["REQUEST_SEND"] = "Send Request";
  813. $LANG["REQUEST_URL"] = "URL of the torrent of this application";
  814. $LANG["REQUEST_URL2"] = "DIRECT-TO-URL-HERE";
  815. $LANG["REQUESTED"] = "Requested Torrents";
  816. $LANG["REQUESTS"] = "Requests";
  817.  
  818. // Torrent Details
  819. $LANG["A_UNKNOWN_ERROR_CONTACT_STAFF"] = "A Unknown Error, contact staff";
  820. $LANG["ADD_RATING"] = "Add Rating";
  821. $LANG["ADDCOMMENT"] = "Add A Comment";
  822. $LANG["ALL_CAT"] = "All";
  823. $LANG["BACK_TO_DETAILS"] = "Back to details";
  824. $LANG["BACK_TO_TORRENT"] = "Back to torrent";
  825. $LANG["COMMENTS"] = "Comments";
  826. $LANG["COMPLETED_DOWNLOADS"] = "Completed Downloads for %s";
  827. $LANG["CONNECTED_SHORT"] = "Conn.";
  828. $LANG["COOL"] = "Cool!";
  829. $LANG["DATE_ADDED"] = "Date Added";
  830. $LANG["DATE_COMPLETED"] = "Date Completed";
  831. $LANG["DECENT"] = "Decent";
  832. $LANG["DOWNLOAD"] = "Download";
  833. $LANG["DOWNLOAD_NOW"] = "Download Now";
  834. $LANG["DOWNLOAD_TORRENT"] = "Download this torrent";
  835. $LANG["EDIT_TORRENT"] = "Edit Torrent";
  836. $LANG["FINISHED_SHORT"] = "Ready";
  837. $LANG["FREE_LEECH"] = "Free Leech";
  838. $LANG["FREE_LEECH_MSG"] = "This torrent is free leech so only upload counts!";
  839. $LANG["IMAGE"] = "Image";
  840. $LANG["INCLUDE_DEAD"] = "including dead .torrents";
  841. $LANG["INFO_HASH"] = "Info Hash";
  842. $LANG["KEEP_IMAGE"] = "Keep Image";
  843. $LANG["KEEPCURRENT"] = "Keep Current Image";
  844. $LANG["LANG"] = "Lang";
  845. $LANG["LAST_CHECKED"] = "Last Checked";
  846. $LANG["LIVE_STATS"] = "LIVE STATS";
  847. $LANG["NFO"] = "NFO File";
  848. $LANG["NO_ACTIVE_PEERS"] = "No Active Peers";
  849. $LANG["NO_ACTIVITY"] = "No Activity";
  850. $LANG["NO_COMMENTS_YET"] = "No comments yet";
  851. $LANG["NO_NFO_UPLOADED"] = "No .NFO Uploaded";
  852. $LANG["NO_RESULTS"] = "No torrents were found based on your search criteria.";
  853. $LANG["OUT_OF"] = "Out Of";
  854. $LANG["PORT"] = "Port";
  855. $LANG["PRETTY_BAD"] = "Pretty Bad";
  856. $LANG["PRETTY_GOOD"] = "Pretty Good";
  857. $LANG["RATING_ERROR"] = "Rating Error";
  858. $LANG["RATING_THANK"] = "Thank you for rating this torrent!";
  859. $LANG["REASON_FOR_DELETE"] = "Reason for deletion:";
  860. $LANG["REPORT_TORRENT"] = "Report Torrent";
  861. $LANG["REQUEST_A_RE_SEED"] = "Request a RE-Seed";
  862. $LANG['RESEED_MESSAGE'] = "%s has requested a re-seed on the torrent below because there are currently no or few seeds:\n\n %s/torrents-details.php?id=%d\n Thank You!";
  863. $LANG["RESEED_REQUEST"] = "Reseed Request";
  864. $LANG["SEED"] = "Seed";
  865. $LANG["SEEDS"] = "Seeds";
  866. $LANG["SHOW_ALL"] = "Show all of";
  867. $LANG["SHOWALL"] = "Show all";
  868. $LANG["SUCKS"] = "Sucks!";
  869. $LANG["TASK_ADMIN"] = "Only admins can do this.";
  870. $LANG["TASK_NOT_FOUND"] = "This task is not found.";
  871. $LANG["THIS_TORRENT_HAS_BACKUP_TRACKERS"] = "This Torrent also has backup trackers";
  872. $LANG["THIS_TORRENT_IS_EXTERNALLY_TRACKED"] = "This torrent is externally tracked";
  873. $LANG["TORRENT_DETAILS_FOR"] = "Torrent Details For";
  874. $LANG["TORRENT_DONT_EXIST"] = "Torrent doesn't exist";
  875. $LANG["TORRENT_NEED_SEED_MSG"] = "If you have one of these Torrents on your Hard Drive, Please help us to Seed it. <br /><br />";
  876. $LANG["TORRENT_NOT_FOUND"] = "Sorry no .torrent found with this ID, it has probably been deleted.";
  877. $LANG["UPDATE_IMAGE"] = "Update Image";
  878. $LANG["UPLOAD_ANONY"] = "Upload Anonymous";
  879. $LANG["UPLOAD_ANONY_MSG"] = "(Your userid will not be associated to this upload)";
  880. $LANG["UPLOAD_COMPLETE"] = "Upload Complete";
  881. $LANG["UPLOAD_VIEW_DL"] = "View Uploaded Torrent";
  882. $LANG["USER_SHORT"] = "Nick";
  883. $LANG["USERS_HAVE_RATED"] = "users have rated this torrent";
  884. $LANG["VIEW_CURRENT_NFO"] = "View Current NFO";
  885. $LANG["WHOS_COMPLETED"] = "Who's Completed";
  886. $LANG["YOU_RATED"] = "You rated this torrent as";
  887.  
  888. // Torrent Table
  889. $LANG["C"] = "C";
  890. $LANG["COMM"] = "Comm";
  891. $LANG["DL"] = "DL";
  892. $LANG["E"] = "E";
  893. $LANG["L"] = "L";
  894. $LANG["L/E"] = "L/E";
  895. $LANG["NFO"] = "NFO";
  896. $LANG["S"] = "S";
  897.  
  898. // Torrent Uploads
  899. $LANG["IMAGE_UPLOAD_FAILED"] = "An error occured uploading image %s.";
  900. $LANG["INVALID_IMAGE"] = "Invalid Image %s";
  901. $LANG["NFO_EDIT"] = "Edit NFO";
  902. $LANG["NFO_UPLOAD_SIZE"] = "NFO is too big! Max 65,535 bytes.";
  903. $LANG["NFO_VIEW"] = "View NFO";
  904. $LANG["NO_NFO"] = "This torrent does not have a NFO.";
  905. $LANG["NO_NFO_SIZE"] = "0-byte NFO";
  906. $LANG["NO_NFO_UPLOADED"] = "No Nfo.";
  907. $LANG["TORRENT_UPLOAD_EXTERNAL"] = "Torrent Uploaded OK:<br /><br />%s was uploaded.<br /><br /><a href='torrents-details.php?id=%d'>View Uploaded Torrent</a><br /><br />";
  908. $LANG["TORRENT_UPLOAD_LOCAL"] = "Torrent Uploaded OK:<br /><br />%s was uploaded.<br /><br />  Please remember to re-download so that your passkey is added and you can seed this torrent.<br /><br /><a href='download.php?id=%d'>Download Now</a><br /><a href='torrents-details.php?id=%d'>View Uploaded Torrent</a><br /><br />";
  909. $LANG["TORRENT_UPLOADED"] = "Torrent %s uploaded by %s";
  910.  
  911. // Upload Errors. (http://www.php.net/manual/en/features.file-upload.errors.php)
  912. $LANG["UPLOAD_ERR[1]"] = "The uploaded file exceeds the max filesize.";
  913. $LANG["UPLOAD_ERR[2]"] = "The uploaded file exceeds the max filesize.";
  914. $LANG["UPLOAD_ERR[3]"] = "The uploaded file only partially uploaded.";
  915. $LANG["UPLOAD_ERR[4]"] = "No file was uploaded.";
  916. $LANG["UPLOAD_ERR[6]"] = "Missing a temporary folder.";
  917. $LANG["UPLOAD_ERR[7]"] = "Failed to write file to disk.";
  918. $LANG["UPLOAD_ERR[8]"] = "A PHP extension stopped the file upload.";
  919.  
  920. // Words
  921. $LANG["_DEL_"] = "Delete";
  922. $LANG["_LEFT_"] = "Left";
  923. $LANG["ACTIVE"] = "Active";
  924. $LANG["ADDED"] = "Added";
  925. $LANG["ADMIN"] = "Admin";
  926. $LANG["AGE"] = "Age";
  927. $LANG["ALL"] = "ALL";
  928. $LANG["ANONYMOUS"] = "Anonymous";
  929. $LANG["APPLY"] = "Apply";
  930. $LANG["ASCEND"] = "Ascend";
  931. $LANG["AUTHOR"] = "Author";
  932. $LANG["AVATAR"] = "Avatar";
  933. $LANG["BACK"] = "Back";
  934. $LANG["BANNED"] = "Banned";
  935. $LANG["BY"] = "By";
  936. $LANG["CAT"] = "Cat";
  937. $LANG["CATEGORIES"] = "Categories";
  938. $LANG["CATEGORY"] = "Category";
  939. $LANG["CLASS"] = "Class";
  940. $LANG["CLICK_HERE"] = "Click_here";
  941. $LANG["CLIENT"] = "Client";
  942. $LANG["COMPLETE"] = "Complete";
  943. $LANG["COMPLETED"] = "Completed";
  944. $LANG["CONFIRM"] = "Confirm";
  945. $LANG["CONNECTED"] = "Connected";
  946. $LANG["CONTENTS"] = "Contents";
  947. $LANG["COUNTRY"] = "Country";
  948. $LANG["DEL"] = "Del";
  949. $LANG["DELETED_BY"] = "Deleted by";
  950. $LANG["DESCEND"] = "Descend";
  951. $LANG["DESCRIPTION"] = "Description";
  952. $LANG["DETAILS"] = "Details";
  953. $LANG["DISABLED"] = "Disabled";
  954. $LANG["DISPLAY"] = "Display";
  955. $LANG["DONATED"] = "Donated";
  956. $LANG["DOWNLOADED"] = "Downloaded";
  957. $LANG["DOWNLOADED_SHORT"] = "Downl.";
  958. $LANG["DRAFT"] = "Draft";
  959. $LANG["EDIT"] = "Edit";
  960. $LANG["EDITED_OK"] = "Edited OK";
  961. $LANG["EMAIL"] = "Email";
  962. $LANG["ENABLED"] = "Enabled";
  963. $LANG["EXAMPLE"] = "Example";
  964. $LANG["EXPIRE"] = "Expiry";
  965. $LANG["EXTERNAL"] = "External";
  966. $LANG["FAILED"] = "Failed";
  967. $LANG["FEMALE"] = "Female";
  968. $LANG["FILE"] = "File";
  969. $LANG["FILE_LIST"] = "File List";
  970. $LANG["FINISHED"] = "Finished";
  971. $LANG["FRIEND"] = "Friend";
  972. $LANG["GENDER"] = "Gender";
  973. $LANG["GO"] = "Go";
  974. $LANG["HEALTH"] = "Health";
  975. $LANG["HIDDEN"] = "Hidden";
  976. $LANG["HISTORY"] = "History";
  977. $LANG["HITS"] = "Hits";
  978. $LANG["ID"] = "ID";
  979. $LANG["IN"] = "in";
  980. $LANG["IP"] = "IP";
  981. $LANG["JOINED"] = "Joined";
  982. $LANG["LEECHERS"] = "Leechers";
  983. $LANG["LOCAL"] = "Local";
  984. $LANG["LOW"] = "low";
  985. $LANG["low"] = "Low";
  986. $LANG["MALE"] = "Male";
  987. $LANG["MESSAGE"] = "Message";
  988. $LANG["NAME"] = "Name";
  989. $LANG["NEW"] = "New";
  990. $LANG["NEXT"] = "Next";
  991. $LANG["NO"] = "No";
  992. $LANG["NORMAL"] = "normal";
  993. $LANG["normal"] = "Normal";
  994. $LANG["OFFLINE"] = "Offline";
  995. $LANG["ON"] = "on";
  996. $LANG["ONLINE"] = "Online";
  997. $LANG["OR"] = "or";
  998. $LANG["OTHER"] = "Other";
  999. $LANG["OUTBOX"] = "Outbox";
  1000. $LANG["PASSWORD"] = "Password";
  1001. $LANG["PEERS"] = "Peers";
  1002. $LANG["POLL"] = "Poll";
  1003. $LANG["POLLS"] = "Polls";
  1004. $LANG["POSTED"] = "Posted";
  1005. $LANG["PREVIOUS"] = "Previous";
  1006. $LANG["PROFILE"] = "Profile";
  1007. $LANG["PUT"] = "Put";
  1008. $LANG["RAM_USED"] = "RAM Used";
  1009. $LANG["RATE"] = "Rate";
  1010. $LANG["RATINGS"] = "Ratings";
  1011. $LANG["RATIO"] = "Ratio";
  1012. $LANG["REASON"] = "Reason";
  1013. $LANG["REFRESH"] = "Refresh";
  1014. $LANG["REGISTERED"] = "Registered";
  1015. $LANG["REMARKS"] = "Remarks";
  1016. $LANG["REPEAT"] = "Repeat";
  1017. $LANG["REPORT"] = "Report";
  1018. $LANG["REPORTED"] = "Reported";
  1019. $LANG["RESET"] = "Reset";
  1020. $LANG["RESULT"] = "Result";
  1021. $LANG["RULES"] = "Rules";
  1022. $LANG["SAVE"] = "Save";
  1023. $LANG["SEARCH"] = "Search";
  1024. $LANG["SEEDERS"] = "Seeders";
  1025. $LANG["SEEDING"] = "Seeding";
  1026. $LANG["SHOUT"] = "Shout";
  1027. $LANG["SIGNATURE"] = "Signature";
  1028. $LANG["SIZE"] = "Size";
  1029. $LANG["SMILES"] = "Smiles";
  1030. $LANG["SORRY"] = "Sorry";
  1031. $LANG["SPEED"] = "Speed";
  1032. $LANG["STATISTICS"] = "Statistics";
  1033. $LANG["STRONG"] = "Strong";
  1034. $LANG["SUBMIT"] = "Submit";
  1035. $LANG["SUCCESS"] = "Success";
  1036. $LANG["SYNTAX"] = "Syntax";
  1037. $LANG["TAGS"] = "Tags";
  1038. $LANG["TEAM"] = "Team";
  1039. $LANG["TEAM_LOGO"] = "Logo";
  1040. $LANG["TEAMS"] = "Teams";
  1041. $LANG["TEMPLATES"] = "Templates";
  1042. $LANG["THEME"] = "Theme";
  1043. $LANG["TIMEZONE"] = "Timezone";
  1044. $LANG["TORRENT"] = "Torrent";
  1045. $LANG["TORRENT_LANG"] = "TorrentLang";
  1046. $LANG["TRACKER"] = "Tracker";
  1047. $LANG["TRACKERS"] = "Trackers";
  1048. $LANG["TRACKING"] = "Tracking";
  1049. $LANG["TYPE"] = "Type";
  1050. $LANG["UNDO"] = "Undo";
  1051. $LANG["UPLOADED"] = "Uploaded";
  1052. $LANG["UPLOADED_SHORT"] = "Upl.";
  1053. $LANG["UPLOADERS"] = "Uploaders";
  1054. $LANG["UPTIME"] = "Uptime";
  1055. $LANG["USERCLASS"] = "User Class";
  1056. $LANG["USERNAME"] = "Username";
  1057. $LANG["VIEWS"] = "Views";
  1058. $LANG["VISIBLE"] = "Visible";
  1059. $LANG["VOTE"] = "Vote!";
  1060. $LANG["VOTES"] = "Votes";
  1061. $LANG["WAIT"] = "Wait";
  1062. $LANG["WARNED"] = "Warned";
  1063. $LANG["WARNED_BY"] = "Warned By";
  1064. $LANG["WARNINGS"] = "Warnings";
  1065. $LANG["WELCOME"] = "Welcome";
  1066. $LANG["YES"] = "Yes";
  1067. $LANG["YOUR_SETTINGS"] = "Your Settings";
  1068. $LANG["SYSTEM"] = "System";
  1069. $LANG["CANCEL"] = "Cancel";
  1070. $LANG["SENDER"] = "Sender";
  1071. $LANG["LATEST_TORRENTS_SCROLLER"] = "The shows listed below are available for download, in case you missed them";
  1072. //===| Snatchlist
  1073. $LANG["SNATCHLIST"] = "Snatchlist";
  1074. $LANG["YOUR_SNATCHLIST"] = "Your Snatchlist";
  1075. $LANG["SNATCHLIST_FOR"] = "Snatchlist For:";
  1076. $LANG["LAST_ACTION"] = "Last Action";
  1077. $LANG["SEED_TIME"] = "Seed Time";
  1078. $LANG["GO_TO_YOUR_PROFILE"] = "Go to Your Profile";
  1079. $LANG["GO_TO_USER_ACCOUNT"] = "Go to User Account";
  1080. $LANG["HNR"] = "<font color=#FF1200><b>H</b><small>&</small><b>R</b></font>";
  1081. $LANG["SNATCHED_MESSAGE"] = "This page displays the details to all downloaded torrents, completed or not.";
  1082. $LANG["NO_USER_WITH_ID"] = "There is no user with ID: ";
  1083. $LANG["NO_TORRENT_WITH_ID"] = "There is no torrent with ID: ";
  1084. $LANG["REGISTERED_MEMBERS_TO_TORRENT"] = "Registered Members To Torrent:";
  1085. $LANG["NO_PERMISSION"] = "You don't have permission for this action!";
  1086. $LANG["T_L_OR_E"] = "Local or External";
  1087. $LANG["LOCAL_TORRENT"] = "Local Torrent";
  1088. $LANG["EXTERNAL_TORRENT"] = "External Torrent";
  1089. $LANG["FREE"] = "Free";
  1090.  
  1091. //===| Hit & Run
  1092. $LANG["CLEANUP_WARNING_FOR_ACCUMULATING"] ="You're warned because you have accumulated";
  1093. $LANG["CLEANUP_WARNING_FOR_H&R"] ="Warning for H&R";
  1094. $LANG["CLEANUP_YOU_HAVE_BEEN_WARNEWD_ACCUMULATED"] ="You're warned because you have accumulated";
  1095. $LANG["CLEANUP_REMOVAL_OF_H&R_WARNING"] ="Your warning for H&R has been removed";
  1096. $LANG["CLEANUP_YOU_NOW_HAVE_LESS_THAN"] =" You have now less than";
  1097. $LANG["CLEANUP_YOUR_WARNING_FOR_H&R_HAS_REMOVED"] ="Your warning for H&R has been removed.";
  1098. $LANG["CLEANUP_BANNED_FOR"] ="Banned because that the warning time for H&R has expired.";
  1099. $LANG["CLEANUP_HAS_BEEN_BANNED_REASON"] ="Banned because that the warning time for H&R has expired.";
  1100. $LANG["CLEANUP_YOUR_ACCOUNT"] ="Your account at";
  1101. $LANG["CLEANUP_HAS_BEEN_DISABLED"] ="has been disabled";
  1102. $LANG["CLEANUP_YOU_WERE_BANNED_FOLLOWING"] ="You have been banned for the following reason";
  1103. $LANG["CLEANUP_YOU_CAN_CONTACT_BY_LINK"] ="You can contact us by following this link:";
  1104. $LANG["CLEANUP_BANNED_FOR_EXPIRED_H&R_WARNING_TIMEOUT"] ="Banned because that the warning time for H&R has expired";
  1105. $LANG["THERE_ARE_NO_RECORDINGS"] ="There are no recordings of Hit and Run!";
  1106. $LANG["H&R"] ="HnR";
  1107. // trade Hit & Run
  1108. $LANG["DELETED_RECORDING"] ="Has deleted a recording of H&R for Torrent ID:";
  1109. $LANG["POINTS_OF_SEED_BONUS"] ="with <b>100 points</b> of Seed Bonus.";
  1110. $LANG["YOUR_RECORDINGS_OF_HIT_AND_RUN"] ="Your Recordings of Hit and Run";
  1111. $LANG["ONE_RECORDING_HIT_AND_RUN_DELETED"] ="One recording for Hit and Run was deleted.";
  1112. $LANG["DELETED_RECORDING"] = "has deleted a recording of H&R for Torrent ID:";
  1113. $LANG["OF_UPLOAD"] = "of Upload";
  1114. $LANG["HIT_AND_RUN_FOR"] ="for";
  1115. $LANG["HIT_AND_RUN_HOURS_RATIO_BECOMES"] ="hours or until ratio becomes";
  1116. $LANG["HIT_AND_RUN_DELETE"] ="But if you want a fast way, you can trade to delete";
  1117. $LANG["HIT_AND_RUN_WITH"] = "With";
  1118. $LANG["SEED_TIME"] = "Seed Time";
  1119. $LANG["SNATCHLIST_SEEDBONUS"] = "Seed Bonus";
  1120. $LANG["SNATCHLIST_YOU_DONT_HAVE_ENOUGH"] = "You don't have enough";
  1121. $LANG["SNATCHLIST_FOR_TRADING"] = "for trading !";
  1122. $LANG["SNATCHLIST_UPLOAD"] = "Upload";
  1123. $LANG["SNATCHLIST_COST"] = "Cost";
  1124. $LANG["YOUR_LIST_OF_HITS_AND_RUN"] = "Your List of Hits and Run is empty";
  1125. $LANG["HIT_AND_RUN_YOUR_SNATCH_LIST"] ="View Your Snatch List";
  1126. $LANG["TO_SOLVE_THIS_PROBLEM_SEEDING"] ="To solve this problem you must to keep seeding";
  1127. $LANG["SNATCHLIST_POINTS_OF_SEED_BONUS"] = "points of Seed Bonus";
  1128.     //Mailbox
  1129.     $LANG["UNREAD"] = " unread";
  1130.     $LANG["OVERVIEW"] = "Overview";
  1131.     $LANG["OVERVIEW_INFO"] = "Here is an overview of your message";
  1132.     $LANG["COMPOSE"] = "Compose";
  1133.     $LANG["PREV_ACCOUNT"] = "Back to my profile";
  1134.     $LANG["SENDER"] = "Sender";
  1135.     $LANG["SUBJECT"] = "Subject";
  1136.     $LANG["DATE"] = "Date";
  1137.     $LANG["SENT_TO"] = "Sent to";
  1138.     $LANG["TO"] = "To";
  1139.     $LANG["YOURSELF"] = "Yourself";
  1140.     $LANG["SYSTEM"] = "System";
  1141.     $LANG["SEND"] = "Send";
  1142.     $LANG["SAVE_COPY"] = "Save Copy In Outbox";
  1143.     $LANG["SAVE_DRAFT"] = "Save Draft";
  1144.     $LANG["SAVE_TEMPLATE"] = "Save Template";
  1145.     $LANG["NO_SUBJECT"] = "No subject";
  1146.     $LANG["REPLY"] = "Reply";
  1147.     $LANG["EDIT_PM"] = "Edit";
  1148.     $LANG["MARK_AS_READ"] = "Mark as Read";
  1149.     $LANG["DELETE_PM"] = "Delete";
  1150.     $LANG["DELETE_SELECTED"] = "Delete Selected";
  1151.     $LANG["MARK_SELECTED_AS_READ"] = "Mark Selected as Read";
  1152.     $LANG["DEL_CONFIRM"] = "...confirm";
  1153.     $LANG["CREATE_NEW_TEMPLATE"] = "Create New Template";
  1154.     $LANG["READ"] = "Read";
  1155.     $LANG["MAIL_OVERVIEW"] = "Mail Overview";
  1156.    
  1157.     //double ips
  1158. $LANG['DUPLICATEIP'] = 'Duplicate IP\'s';
  1159. $LANG['DUPLICATEIPINFO'] = "This page displays all users which the database shows them having more than one account associated by their ip.";
  1160.  
  1161. //mass mailer
  1162. $LANG["MASSMAILER"] = "Mass Mailer";
  1163.  
  1164. // list clients
  1165. $LANG["CLIENTS"] = "Torrent Clients";
  1166.  
  1167. // clear shout
  1168. $LANG["CLEAR_SHOUTBOX_TEXT"] = "Are you sure you want to clear the shoutbox? You can't undo this";
  1169. $LANG["SHOUTBOX_CLEARED_MESSAGE"] = "The shoutbox has been cleared";
  1170. $LANG["CLEAR_SHOUTBOX"] = "Clear Shoutbox";
  1171.  
  1172. ?>
Add Comment
Please, Sign In to add comment