Advertisement
Guest User

Untitled

a guest
Jul 27th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.23 KB | None | 0 0
  1. <?php
  2. /**
  3. * MyBB 1.8 English Language Pack
  4. * Copyright 2014 MyBB Group, All Rights Reserved
  5. *
  6. */
  7.  
  8. $l['click_no_wait'] = "如果不想等待,請點擊這裡.";
  9. $l['redirect_return_forum'] = "<br /><br />或者, <a href=\"{1}\">返回到論壇</a>.";
  10. $l['redirect_emailsent'] = "已成功的寄信到您的信箱了.";
  11. $l['redirect_loggedin'] = "你已成功登入了.<br />你將返回到上一頁.";
  12.  
  13. $l['error_invalidpworusername'] = "你帳號或密碼輸入錯誤. <br /><br />如果忘記密碼請 <a href=\"member.php?action=lostpw\">按忘記密碼</a>.";
  14. $l['error_invalidpworusername1'] = "帳號或密碼輸入錯誤. <br /><br />如果忘記密碼請 <a href=\"member.php?action=lostpw\">按忘記密碼</a>.";
  15. $l['error_invalidpworusername2'] = "帳號或密碼輸入錯誤. <br /><br />如果忘記密碼請 <a href=\"member.php?action=lostpw\">按忘記密碼</a>.";
  16. $l['error_incompletefields'] = "重要的地方不能空格. 請回去填滿.";
  17. $l['error_alreadyuploaded'] = "這篇文章已有相同的文件. 請重新命名在重新上傳一次. 或著是點 \"更新文件\".";
  18. $l['error_alreadyuploaded_perm'] = "這篇文章已有相同的文件. 請刪除或重新命名在上傳.";
  19. $l['error_nomessage'] = "無效訊息請回上一頁.";
  20. $l['error_invalidemail'] = "你沒有輸入有效的信箱.";
  21. $l['error_nomember'] = "此帳戶已失效或已被停用.";
  22. $l['error_maxposts'] = "當天發文次數已使用完畢. 請等明天發文或尋求管理員.<br /><br />每天發文次數為 {1}";
  23. $l['error_nohostname'] = "你輸入的IP位至無此主機.";
  24. $l['error_invalidthread'] = "此文章不存在.";
  25. $l['error_invalidpost'] = "這篇文章不存在.";
  26. $l['error_invalidannouncement'] = "此公告不存在.";
  27. $l['error_invalidattachment'] = "此文件不存在.";
  28. $l['error_invalidforum'] = "無效論壇";
  29. $l['error_closedinvalidforum'] = "You may not post in this forum because either the forum is closed, it is a redirect to another webpage, or it is a category.";
  30. $l['error_attachtype'] = "此類型的文件無法上傳. 請移除或轉成別的格式.";
  31. $l['error_attachsize'] = "附件太大. 此格是最大容量為 {1} kb.";
  32. $l['error_uploadempty'] = "此文件是空的.";
  33. $l['error_uploadsize'] = "上傳檔案太大了.";
  34. $l['error_uploadfailed'] = "檔案上傳失敗請選有效檔案再重試. ";
  35. $l['error_uploadfailed_detail'] = "錯誤明細: ";
  36. $l['error_uploadfailed_php1'] = "PHP 回覆: Uploaded file exceeded upload_max_filesize directive in php.ini. Please contact your forum administrator with this error.";
  37. $l['error_uploadfailed_php2'] = "The uploaded file exceeded the maximum file size specified.";
  38. $l['error_uploadfailed_php3'] = "檔案部分被上傳.";
  39. $l['error_uploadfailed_php4'] = "無檔案被上傳.";
  40. $l['error_uploadfailed_php6'] = "PHP returned: Missing a temporary folder. Please contact your forum administrator with this error.";
  41. $l['error_uploadfailed_php7'] = "PHP returned: Failed to write the file to disk. Please contact your forum administrator with this error.";
  42. $l['error_uploadfailed_phpx'] = "PHP returned error code: {1}. Please contact your forum administrator with this error.";
  43. $l['error_uploadfailed_nothingtomove'] = "An invalid file was specified, so the uploaded file could not be moved to its destination.";
  44. $l['error_uploadfailed_movefailed'] = "There was a problem moving the uploaded file to its destination.";
  45. $l['error_uploadfailed_lost'] = "The attachment could not be found on the server.";
  46. $l['error_emailmismatch'] = "The email addresses you entered do not match. Please go back and try again";
  47. $l['error_nopassword'] = "You did not enter a valid password.";
  48. $l['error_usernametaken'] = "此用戶名已有人使用. 若在此論壇有註冊過請 <a href=\"member.php?action=login\">登入</a>.";
  49. $l['error_nousername'] = "你沒有輸入帳號.";
  50. $l['error_invalidusername'] = "你輸入的帳號是無效的.";
  51. $l['error_invalidpassword'] = "密碼錯誤. 若忘記密碼請點<a href=\"member.php?action=lostpw\">這</a>. 或重新試一次.";
  52. $l['error_postflooding'] = "We are sorry but we cannot process your post. The administrator has specified you are only allowed to post once every {1} seconds.";
  53. $l['error_nopermission_guest_1'] = "You are either not logged in or do not have permission to view this page. This could be because one of the following reasons:";
  54. $l['error_nopermission_guest_2'] = "你沒有登入或請註冊. Please use the form at the bottom of this page to login.";
  55. $l['error_nopermission_guest_3'] = "你無權利瀏覽此頁. Are you trying to access administrative pages or a resource that you shouldn't be? Check in the forum rules that you are allowed to perform this action.";
  56. $l['error_nopermission_guest_4'] = "你帳號可能被ADMIN設為無效, 或等待被激發.";
  57. $l['error_nopermission_guest_5'] = "You have accessed this page directly rather than using appropriate forms or links.";
  58. $l['login'] = "登入";
  59. $l['need_reg'] = "註冊?";
  60. $l['forgot_password'] = "忘記密碼?";
  61. $l['error_nopermission_user_1'] = "你沒權利瀏覽此頁. 原因如下:";
  62. $l['error_nopermission_user_ajax'] = "你無權利瀏覽此頁.";
  63. $l['error_nopermission_user_2'] = "Your account has either been suspended or you have been banned from accessing this resource.";
  64. $l['error_nopermission_user_3'] = "You do not have permission to access this page. Are you trying to access administrative pages or a resource that you shouldn't be? Check in the forum rules that you are allowed to perform this action.";
  65. $l['error_nopermission_user_4'] = "Your account may still be awaiting activation or moderation.";
  66. $l['error_nopermission_user_5'] = "You have accessed this page directly rather than using appropriate forms or link.";
  67. $l['error_nopermission_user_resendactivation'] = "Resend Activation Code";
  68. $l['error_nopermission_user_username'] = "You are currently logged in with the username: '{1}'";
  69. $l['logged_in_user'] = "Logged In User";
  70. $l['error_too_many_images'] = "太多照片了.";
  71. $l['error_too_many_images2'] = "We are sorry, but we cannot process your post because it contains too many images. Please remove some images from your post to continue.";
  72. $l['error_too_many_images3'] = "<b>Note:</b> The maximum amount of images per post is";
  73. $l['error_attach_file'] = "Error Attaching File";
  74. $l['please_correct_errors'] = "請更正錯誤後再繼續:";
  75. $l['error_reachedattachquota'] = "抱歉, 你無法使用附件因為你已達到上限 {1}";
  76. $l['error_maxattachpost'] = "Sorry but you cannot attach this file because you have reached the maximum number of attachments allowed per post of {1}";
  77. $l['error_invaliduser'] = "The specified user is invalid or does not exist.";
  78. $l['error_invalidaction'] = "無效動作";
  79. $l['error_messagelength'] = "訊息太長請修正後再繼續.";
  80. $l['error_message_too_short'] = "訊息太短無法發文.";
  81. $l['failed_login_wait'] = "You have failed to login within the required number of attempts. You must now wait {1}h {2}m {3}s before you can login again.";
  82. $l['failed_login_again'] = "<br />You have <strong>{1}</strong> more login attempts.";
  83. $l['error_max_emails_day'] = "You cannot use the 'Send Thread to a Friend' or the 'Email User' features because you've already used up your allocated quota of sending {1} messages in the past 24 hours.";
  84. $l['attachments_disabled'] = "You cannot use the attachment system as it has been disabled by the Administrator.";
  85.  
  86. $l['emailsubject_lostpw'] = "Password Reset at {1}";
  87. $l['emailsubject_passwordreset'] = "新密碼在 {1}";
  88. $l['emailsubject_subscription'] = "新回覆 {1}";
  89. $l['emailsubject_randompassword'] = "你的密碼 {1}";
  90. $l['emailsubject_activateaccount'] = "Account Activation at {1}";
  91. $l['emailsubject_forumsubscription'] = "New Thread in {1}";
  92. $l['emailsubject_reportpost'] = "Reported post at {1}";
  93. $l['emailsubject_reportprofile'] = "Reported user at {1}";
  94. $l['emailsubject_reportreputation'] = "Reported reputation at {1}";
  95. $l['emailsubject_reachedpmquota'] = "Private Messaging Quota Reached at {1}";
  96. $l['emailsubject_changeemail'] = "請在此換信箱 {1}";
  97. $l['emailsubject_newpm'] = "有新的私人訊息 {1} - {2}";
  98. $l['emailsubject_newjoinrequest'] = "新的請求 {1}";
  99. $l['emailsubject_sendtofriend'] = "有趣的討論文章在 {1}";
  100. $l['emailsubject_changepassword'] = "在 {1}換密碼";
  101. $l['emailbit_viewthread'] = "... (visit the thread to read more..)";
  102.  
  103. $l['email_lostpw'] = "{1},
  104.  
  105. To complete the phase of resetting your account password at {2}, you will need to go to the URL below in your web browser.
  106.  
  107. {3}/member.php?action=resetpassword&uid={4}&code={5}
  108.  
  109. 如果上方的網址不對請到
  110.  
  111. {3}/member.php?action=resetpassword
  112.  
  113. 你將需要輸入:
  114. 帳號: {1}
  115. 啟動序號: {5}
  116.  
  117. Thank you,
  118. {2} 員工";
  119. $l['email_lostpw1'] = "{1},
  120.  
  121. To complete the phase of resetting your account password at {2}, you will need to go to the URL below in your web browser.
  122.  
  123. {3}/member.php?action=resetpassword&uid={4}&code={5}
  124.  
  125. If the above link does not work correctly, go to
  126.  
  127. {3}/member.php?action=resetpassword
  128.  
  129. You will need to enter the following:
  130. Your email address
  131. Activation Code: {5}
  132.  
  133. Thank you,
  134. {2} Staff";
  135. $l['email_lostpw2'] = "{1},
  136.  
  137. To complete the phase of resetting your account password at {2}, you will need to go to the URL below in your web browser.
  138.  
  139. {3}/member.php?action=resetpassword&uid={4}&code={5}
  140.  
  141. If the above link does not work correctly, go to
  142.  
  143. {3}/member.php?action=resetpassword
  144.  
  145. You will need to enter the following:
  146. Username: {1} (Or your email address)
  147. Activation Code: {5}
  148.  
  149. Thank you,
  150. {2} Staff";
  151.  
  152. $l['email_reportpost'] = "{1} from {2} has reported the following post:
  153.  
  154. {3}
  155. {4}/{5}
  156.  
  157. The reason this user gave for reporting this post:
  158. {6}
  159.  
  160. This message has been sent to all moderators of this forum, or all administrators and super moderators if there are no moderators.
  161.  
  162. Please check this post out as soon as possible.";
  163.  
  164. $l['email_reportprofile'] = "{1} from {2} has reported the following user:
  165.  
  166. {3}
  167. {4}/{5}
  168.  
  169. The reason this user gave for reporting this user:
  170. {6}
  171.  
  172. This message has been sent to all moderators of this forum, or all administrators and super moderators if there are no moderators.
  173.  
  174. Please check this user out as soon as possible.";
  175.  
  176. $l['email_reportreputation'] = "{1} from {2} has reported the following reputation:
  177.  
  178. {3}
  179. {4}/{5}
  180.  
  181. The reason this user gave for reporting this reputation:
  182. {6}
  183.  
  184. This message has been sent to all moderators of this forum, or all administrators and super moderators if there are no moderators.
  185.  
  186. Please check this reputation out as soon as possible.";
  187.  
  188. $l['email_report_comment_extra'] = "{1}: {2}";
  189.  
  190. $l['email_passwordreset'] = "{1},
  191.  
  192. Your password at {2} has been reset.
  193.  
  194. Your new password is: {3}
  195.  
  196. You will need this password to login to the forums, once you login you should change it by going to your User Control Panel.
  197.  
  198. Thank you,
  199. {2} Staff";
  200.  
  201. $l['email_randompassword'] = "{1},
  202.  
  203. Thank you for registering on {2}. Below is your username and the randomly generated password. To login to {2}, you will need these details.
  204.  
  205. Username: {3}
  206. Password: {4}
  207.  
  208. It is recommended you change your password immediately after you login. You can do this by going to your User CP then clicking Change Password on the left menu.
  209.  
  210. Thank you,
  211. {2} Staff";
  212.  
  213. $l['email_randompassword1'] = "{1},
  214.  
  215. Thank you for registering on {2}. Below is your username and the randomly generated password. To login to {2}, you will need these details.
  216.  
  217. Your email address
  218. Password: {4}
  219.  
  220. It is recommended you change your password immediately after you login. You can do this by going to your User CP then clicking Change Password on the left menu.
  221.  
  222. Thank you,
  223. {2} Staff";
  224.  
  225. $l['email_randompassword2'] = "{1},
  226.  
  227. Thank you for registering on {2}. Below is your username and the randomly generated password. To login to {2}, you will need these details.
  228.  
  229. Username: {3} (Or your email address)
  230. Password: {4}
  231.  
  232. It is recommended you change your password immediately after you login. You can do this by going to your User CP then clicking Change Password on the left menu.
  233.  
  234. Thank you,
  235. {2} Staff";
  236.  
  237. $l['email_sendtofriend'] = "Hello,
  238.  
  239. {1} from {2} thought you may be interested in reading the following web page:
  240.  
  241. {3}
  242.  
  243. {1} included the following message:
  244. ------------------------------------------
  245. {4}
  246. ------------------------------------------
  247.  
  248. Thank you,
  249. {2} Staff
  250. ";
  251.  
  252. $l['email_forumsubscription'] = "{1},
  253.  
  254. {2} has just started a new thread in {3}. This is a forum you have subscribed to at {4}.
  255.  
  256. The thread is titled {5}
  257.  
  258. Here is an excerpt of the message:
  259. --
  260. {6}
  261. --
  262.  
  263. To view the thread, you can go to the following URL:
  264. {7}/{8}
  265.  
  266. There may also be other new threads and replies but you will not receive anymore notifications until you visit the board again.
  267.  
  268. Thank you,
  269. {4} Staff
  270.  
  271. ------------------------------------------
  272. Unsubscription Information:
  273.  
  274. If you would not like to receive any more notifications of new threads in this forum, visit the following URL in your browser:
  275. {7}/usercp.php?action=removesubscription&type=forum&fid={9}&my_post_key={10}
  276.  
  277. ------------------------------------------";
  278.  
  279. $l['email_activateaccount'] = "{1},
  280.  
  281. To complete the registration process on {2}, you will need to go to the URL below in your web browser.
  282.  
  283. {3}/member.php?action=activate&uid={4}&code={5}
  284.  
  285. If the above link does not work correctly, go to
  286.  
  287. {3}/member.php?action=activate
  288.  
  289. You will need to enter the following:
  290. Username: {1}
  291. Activation Code: {5}
  292.  
  293. Thank you,
  294. {2} Staff";
  295.  
  296. $l['email_activateaccount1'] = "{1},
  297.  
  298. To complete the registration process on {2}, you will need to go to the URL below in your web browser.
  299.  
  300. {3}/member.php?action=activate&uid={4}&code={5}
  301.  
  302. If the above link does not work correctly, go to
  303.  
  304. {3}/member.php?action=activate
  305.  
  306. You will need to enter the following:
  307. Your email address
  308. Activation Code: {5}
  309.  
  310. Thank you,
  311. {2} Staff";
  312.  
  313. $l['email_activateaccount2'] = "{1},
  314.  
  315. To complete the registration process on {2}, you will need to go to the URL below in your web browser.
  316.  
  317. {3}/member.php?action=activate&uid={4}&code={5}
  318.  
  319. If the above link does not work correctly, go to
  320.  
  321. {3}/member.php?action=activate
  322.  
  323. You will need to enter the following:
  324. Username: {1} (Or your email address)
  325. Activation Code: {5}
  326.  
  327. Thank you,
  328. {2} Staff";
  329.  
  330. $l['email_subscription'] = "{1},
  331.  
  332. {2} has just replied to a thread which you have subscribed to at {3}. This thread is titled {4}.
  333.  
  334. Here is an excerpt of the message:
  335. ------------------------------------------
  336. {5}
  337. ------------------------------------------
  338.  
  339. To view the thread, you can go to the following URL:
  340. {6}/{7}
  341.  
  342. There may also be other replies to this thread but you will not receive anymore notifications until you visit the board again.
  343.  
  344. Thank you,
  345. {3} Staff
  346.  
  347. ------------------------------------------
  348. Unsubscription Information:
  349.  
  350. If you would not like to receive any more notifications of replies to this thread, visit the following URL in your browser:
  351. {6}/usercp.php?action=removesubscription&tid={8}&my_post_key={9}
  352.  
  353. ------------------------------------------";
  354. $l['email_reachedpmquota'] = "{1},
  355.  
  356. This is an automated email from {2} to let you know that your Private Messaging inbox has reached its capacity.
  357.  
  358. One or more users may have tried to send you private messages and were unsuccessful in doing so because of this.
  359.  
  360. Please delete some of your private messages you currently have stored, remembering to also delete them from the 'Trash Can'.
  361.  
  362. Thank you,
  363. {2} Staff
  364. {3}";
  365. $l['email_changeemail'] = "{1},
  366.  
  367. We have received a request on {2} to change your email address (see details below).
  368.  
  369. Old Email Address: {3}
  370. New Email Address: {4}
  371.  
  372. If these changes are correct, please complete the validation process on {2} by going to the following URL in your web browser.
  373.  
  374. {5}/member.php?action=activate&uid={8}&code={6}
  375.  
  376. If the above link does not work correctly, go to
  377.  
  378. {5}/member.php?action=activate
  379.  
  380. You will need to enter the following:
  381. Username: {7}
  382. Activation Code: {6}
  383.  
  384. If you choose not to validate your new email address your profile will not be updated and will still contain your existing email address.
  385.  
  386. Thank you,
  387. {2} Staff
  388. {5}";
  389.  
  390. $l['email_changeemail_noactivation'] = "{1},
  391.  
  392. We have received a request on {2} to change your email address (see details below).
  393.  
  394. Old Email Address: {3}
  395. New Email Address: {4}
  396.  
  397. This change has been automatically processed. If you did not request this change, please get in touch with an Administrator.
  398.  
  399. Thank you,
  400. {2} Staff
  401. {5}";
  402.  
  403. $l['email_changepassword'] = "{1},
  404.  
  405. You are receiving this email because you, or someone with access to your password, recently changed your account password.
  406.  
  407. Username: {1}
  408. Email address: {2}
  409.  
  410. If you did not request this change, please get in touch with an Administrator.
  411.  
  412. Thank you,
  413. {3} Staff
  414. {4}";
  415.  
  416. $l['email_newpm'] = "{1},
  417.  
  418. You have received a new private message on {3} from {2}:
  419.  
  420. ------------------------------------------
  421. {5}
  422. ------------------------------------------
  423.  
  424. To view, reply or forward this message, you can follow this link:
  425.  
  426. {4}/private.php
  427.  
  428. Please note that you will not receive any further notifications of new messages until you visit {3}.
  429.  
  430. You can disable new message notifications on your account options page:
  431.  
  432. {4}/usercp.php?action=options
  433.  
  434. Thank you,
  435. {3} Staff
  436. {4}";
  437.  
  438. $l['email_emailuser'] = "{1},
  439.  
  440. {2} from {3} has sent you the following message:
  441. ------------------------------------------
  442. {5}
  443. ------------------------------------------
  444.  
  445. Thank you,
  446. {3} Staff
  447. {4}
  448.  
  449. ------------------------------------------
  450. Don't want to receive email messages from other members?
  451.  
  452. If you don't want other members to be able to email you please visit your User Control Panel and enable the option 'Hide your email from other members':
  453. {4}/usercp.php?action=options
  454.  
  455. ------------------------------------------";
  456.  
  457. $l['email_groupleader_joinrequest'] = "{1},
  458.  
  459. {2} has requested to join {3} on {4} (see below).
  460.  
  461. Reason: {5}
  462.  
  463. To accept or decline this request, go to
  464.  
  465. {6}/managegroup.php?gid={7}
  466.  
  467. Thank you,
  468. {4} Staff";
  469.  
  470. $l['email_contact_subject'] = "Contact: {1}";
  471. $l['email_contact'] = "E-mail: {1}
  472. Forum profile: {2}
  473. IP Address: {3}
  474. Message:
  475. {4}";
  476.  
  477. $l['pmsubject_subscription'] = "New Reply to {1}";
  478. $l['pm_subscription'] = "{1},
  479.  
  480. {2} has just replied to a thread which you have subscribed to. This thread is titled {3}.
  481.  
  482. Here is an excerpt of the message:
  483. ------------------------------------------
  484. {4}
  485. ------------------------------------------
  486.  
  487. To view the thread, you can go to the following URL:
  488. [url]{5}/{6}[/url]
  489.  
  490. There may also be other replies to this thread but you will not receive anymore notifications until you visit the thread again.
  491.  
  492. ------------------------------------------
  493. Unsubscription Information:
  494.  
  495. If you would not like to receive any more notifications of replies to this thread, visit the following URL in your browser:
  496. [url]{5}/usercp.php?action=removesubscription&tid={7}&my_post_key={8}[/url]
  497.  
  498. ------------------------------------------";
  499.  
  500. $l['email_broken_task_subject'] = "MyBB task error on {1}";
  501. $l['email_broken_task'] = "Your copy of MyBB running on {1} ({2}) has experienced an error with the task system.
  502.  
  503. The task file for {3} is missing.
  504.  
  505. This task has been disabled until issue is resolved.";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement