You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tw.lang 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. <?php
  2. # $Id: tw.lang 1825 2016-02-04 22:41:56Z christian_boltz $
  3. //
  4. // Language file Traditional Chinese
  5. // by John Chen (johnpupu @SF)
  6. // Last updated 4 Feb 2016 by Wally LEE (wlee@clubx.net)
  7. //
  8. $PALANG['YES'] = '是';
  9. $PALANG['NO'] = '否';
  10. $PALANG['edit'] = '編輯';
  11. $PALANG['del'] = '刪除';
  12. $PALANG['exit'] = '退出';
  13. $PALANG['cancel'] = '取消';
  14. $PALANG['save'] = '保存';
  15. $PALANG['confirm'] = '是否確定刪除?\n';
  16. $PALANG['confirm_delete_admin'] = '確定要刪除 %s 這個管理員帳戶嗎?';
  17. $PALANG['confirm_delete_alias'] = '確定要刪除 %s 這個別名嗎?';
  18. $PALANG['confirm_delete_aliasdomain'] = '確定要刪除網域%s的別名嗎?';
  19. $PALANG['confirm_delete_domain'] = '你是否確定要刪除該網域中的所有記錄? 刪除後不可恢復!\n (%s)'; # XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone'
  20. $PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX
  21. $PALANG['confirm_delete_mailbox'] = '確定要刪除 %s 的郵箱嗎?';
  22. $PALANG['confirm_delete_vacation'] = '確定要刪除%s的自動回覆內容嗎?';
  23. $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX
  24. $PALANG['check_update'] = '檢查新版本';
  25. $PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX
  26. $PALANG['show'] = 'Show:'; # XXX
  27. $PALANG['all'] = 'All'; # XXX
  28. $PALANG['created'] = 'Created'; # XXX
  29. $PALANG['unknown'] = 'unknown'; # XXX
  30. $PALANG['download_csv'] = '下載此名單的CSV檔案';
  31. $PALANG['missing_field'] = 'Field %s is missing'; # XXX
  32. $PALANG['must_be_numeric'] = '%s must be numeric'; # XXX
  33. $PALANG['must_be_numeric_bigger_than_null'] = '%s must be numeric and bigger than 0'; # XXX
  34. $PALANG['must_be_boolean'] = '%s must be boolean'; # XXX
  35. $PALANG['invalid_value_given'] = 'Invalid value given for %s'; # XXX
  36. $PALANG['edit_not_allowed'] = 'You are not allowed to edit %s'; # XXX
  37. $PALANG['searchparams'] = 'Search parameters:'; # XXX
  38. $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX # XXX Text change: 'logged in as %s' (the 'in' was missing)
  39. $PALANG['pLogin_welcome'] = '郵件管理員請從這裡登錄以管理你的網域.';
  40. $PALANG['pLogin_username'] = '帳號(電郵)';
  41. $PALANG['password'] = '密碼';
  42. $PALANG['pLogin_language'] = 'Language'; # XXX
  43. $PALANG['pLogin_button'] = '登錄';
  44. $PALANG['pLogin_failed'] = '你的帳號或密碼不正確。';
  45. $PALANG['pLogin_login_users'] = '普通用戶點擊這裡進入用戶控制面板.';
  46. $PALANG['pMenu_main'] = '主頁';
  47. $PALANG['pMenu_overview'] = '概覽';
  48. $PALANG['add_alias'] = '新建別名';
  49. $PALANG['add_alias_domain'] = '新建網域別名';
  50. $PALANG['add_mailbox'] = '新建郵箱'; # XXX check text - should be 'Add Mailbox'
  51. $PALANG['pMenu_fetchmail'] = 'Fetch Email'; # XXX
  52. $PALANG['pMenu_sendmail'] = '發送郵件';
  53. $PALANG['pMenu_password'] = '修改密碼';
  54. $PALANG['pMenu_viewlog'] = '查看日誌';
  55. $PALANG['pMenu_logout'] = '退出';
  56. $PALANG['pMain_welcome'] = '歡迎來到Postfix Admin!';
  57. $PALANG['pMain_overview'] = '顯示你的郵件別名和郵箱. 你可以在這兒進行編輯/刪除操作.';
  58. $PALANG['pMain_create_alias'] = '在您的網域中新建一個別名.'; # XXX check text - should be 'Create a new alias for your domain.'
  59. $PALANG['pMain_create_mailbox'] = '在您的網域中新建一個郵箱.';
  60. $PALANG['pMain_sendmail'] = '發一封郵件到你新建的一個郵箱中.';
  61. $PALANG['pMain_password'] = '修改你的管理員密碼.';
  62. $PALANG['pMain_viewlog'] = '查看日誌文件.';
  63. $PALANG['pMain_logout'] = '退出系統';
  64. $PALANG['pOverview_disabled'] = '已停用';
  65. $PALANG['pOverview_unlimited'] = '無限';
  66. $PALANG['pOverview_title'] = ':: 網域';
  67. $PALANG['pOverview_up_arrow'] = '返回頂端';
  68. $PALANG['pOverview_right_arrow'] = '下一頁';
  69. $PALANG['pOverview_left_arrow'] = '上一頁';
  70. $PALANG['pOverview_alias_domain_title'] = ':: 網域別名';
  71. $PALANG['pOverview_alias_title'] = ':: 別名';
  72. $PALANG['pOverview_mailbox_title'] = ':: 郵箱';
  73. $PALANG['go'] = '執行';
  74. $PALANG['pOverview_welcome'] = '瀏覽 ';
  75. $PALANG['pOverview_alias_domain_aliases'] = '網域名';
  76. $PALANG['pOverview_alias_address'] = '前往';
  77. $PALANG['active'] = '生效';
  78. $PALANG['and_x_more'] = '[and %s more...]'; # XXX
  79. $PALANG['pOverview_mailbox_username'] = '郵件地址';
  80. $PALANG['name'] = '姓名';
  81. $PALANG['pOverview_mailbox_quota'] = '限制 (MB)';
  82. $PALANG['pOverview_vacation_edit'] = '自動回覆啟用中';
  83. $PALANG['pOverview_vacation_option'] = '設置自動回覆';
  84. $PALANG['no_domains_for_this_admin'] = 'You don\'t have permissions for any domains.'; # XXX
  85. $PALANG['no_domains_exist'] = 'You have to create at least one domain before you can use virtual list.'; # "virtual list" should match $PALANG['pAdminMenu_list_virtual'] # XXX
  86. $PALANG['domain'] = '網域名';
  87. $PALANG['pOverview_get_alias_domains'] = '網域別名';
  88. $PALANG['mailboxes'] = '郵箱';
  89. $PALANG['pOverview_get_quota'] = '郵箱限制 (MB)';
  90. $PALANG['pDelete_delete_error'] = '不能刪除本記錄';
  91. $PALANG['pDelete_delete_success'] = '%s 已刪除。';
  92. $PALANG['pDelete_domain_error'] = '你沒有該網域的管理權限';
  93. $PALANG['pDelete_alias_error'] = '不能刪除此別名 ';
  94. $PALANG['pCreate_alias_domain_welcome'] = 'Mirror addresses of one of your domains to another.'; # XXX
  95. $PALANG['pCreate_alias_domain_alias'] = '網域名';
  96. $PALANG['pCreate_alias_domain_alias_text'] = '外來郵件發送的網域。';
  97. $PALANG['pCreate_alias_domain_target'] = '目標網域名';
  98. $PALANG['pCreate_alias_domain_target_text'] = '郵件前往的網域。';
  99. $PALANG['pCreate_alias_domain_error1'] = 'You are not allowed to create the chosen configuration.'; # XXX
  100. $PALANG['pCreate_alias_domain_error2'] = 'The chosen configuration is invalid, please choose a different one!'; # XXX
  101. $PALANG['alias_domain_already_exists'] = 'This domain is already an alias domain!'; # XXX
  102. $PALANG['alias_domain_does_not_exist'] = 'This domain isn\'t an alias domain!'; # XXX
  103. $PALANG['alias_domain_create_failed'] = 'Creating the alias domain %s failed!'; # XXX
  104. $PALANG['alias_domain_change_failed'] = 'Changing the alias domain %s failed!'; # XXX
  105. $PALANG['pCreate_alias_domain_error4'] = 'All domains are already aliased.'; # XXX
  106. $PALANG['pCreate_alias_domain_success'] = '已新增網域%s的別名。';
  107. $PALANG['alias_domain_changed'] = '網域%s的別名已修改。';
  108. $PALANG['alias_domain_to_itsself'] = 'A domain can\'t be an alias domain to itsself!'; # XXX
  109. $PALANG['delete_domain_aliasdomain_target'] = 'The domain %s is the target for one or more alias domains and can\'t be deleted! (Delete the alias domains first.)'; # XXX
  110. $PALANG['pCreate_alias_address_text_error1'] = '該別名非法!';
  111. $PALANG['alias_does_not_exist'] = 'This alias does not exist!'; # XXX
  112. $PALANG['email_address_already_exists'] = '郵件地址已經存在, 請重新選擇!';
  113. $PALANG['pCreate_alias_address_text_error3'] = '你的別名已經達到上限!';
  114. $PALANG['pCreate_alias_goto_text'] = '郵件接收地址.';
  115. $PALANG['pCreate_alias_goto_text_error'] = '接收地址不正確!';
  116. $PALANG['pCreate_alias_result_error'] = '不能將別名添加到別名表中! (%s)'; # XXX Text changed to: Creating the alias %s failed!
  117. $PALANG['pCreate_alias_result_success'] = '添加別名成功!'; # XXX text change: 'The alias %s has been created!'
  118. $PALANG['alias_updated'] = 'The alias %s has been updated!'; # XXX
  119. $PALANG['pCreate_alias_catchall_text'] = '要將所有的郵件全部轉發請使用"*"作為別名. 網域到網域的轉發請使用"*@domain.tld".'; # XXX check/beautify - was split in two lines before
  120. $PALANG['mailbox_alias_cant_be_deleted'] = 'This alias belongs to a mailbox and can\'t be deleted!'; # XXX
  121. $PALANG['pEdit_alias_welcome'] = '編輯你網域中的別名.'; # XXX Text change to: 'Edit forwarding settings'
  122. $PALANG['pEdit_alias_help'] = '每行一條記錄.'; # XXX # XXX Text change to: 'Accepts multiple targets, one entry per line.'
  123. $PALANG['alias'] = '別名';
  124. $PALANG['to'] = '轉到';
  125. $PALANG['pEdit_alias_goto_text_error1'] = '你沒有填寫收信人';
  126. $PALANG['pEdit_alias_goto_text_error2'] = '郵件地址非法: ';
  127. $PALANG['pEdit_alias_domain_result_error'] = 'Unable to modify the alias domain!'; # XXX
  128. $PALANG['pEdit_alias_forward_and_store'] = '轉寄及保留外來郵件的副本';
  129. $PALANG['pEdit_alias_forward_only'] = '只轉寄到以上電郵地址';
  130. $PALANG['pEdit_alias_result_error'] = '不能修改該別名! (%s)'; # XXX Text changed to: Modifying the alias %s failed!
  131. $PALANG['pCreate_mailbox_welcome'] = '在你的網域中新建一個本地郵箱.';
  132. $PALANG['pCreate_mailbox_username_text_error1'] = '郵件非法!';
  133. $PALANG['pCreate_mailbox_username_text_error3'] = '郵箱地址已經達到上限!';
  134. $PALANG['pCreate_mailbox_password_text'] = 'POP3/IMAP 密碼';
  135. $PALANG['pCreate_mailbox_name_text'] = '全名';
  136. $PALANG['pCreate_mailbox_mail'] = '新建郵箱'; # XXX Text change to 'Send Welcome mail'
  137. $PALANG['pCreate_mailbox_result_error'] = '不能將郵箱增加到郵箱表中! (%s)'; # XXX Text changed to: Creating the mailbox %s failed!
  138. $PALANG['pCreate_mailbox_result_success'] = '增加郵箱成功! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table!
  139. $PALANG['pCreate_mailbox_result_succes_nosubfolders'] = 'The mailbox %s has been added to the mailbox table, but none (or only some) of the predefined sub-folders could be created.'; # XXX
  140. $PALANG['mailbox_updated'] = "The mailbox %s has been updated."; # XXX
  141. $PALANG['mailbox_update_failed'] = "Updating the mailbox %s failed!"; # XXX
  142. $PALANG['pEdit_mailbox_welcome'] = '編輯你網域中的郵箱.';
  143. $PALANG['pEdit_mailbox_username'] = '用戶名';
  144. $PALANG['pEdit_mailbox_password_text_error'] = '你輸入的兩個新密碼不相同!';
  145. $PALANG['pEdit_mailbox_quota'] = '限制';
  146. $PALANG['pEdit_mailbox_quota_text'] = 'MB';
  147. $PALANG['mb_max'] = 'MB (max: %s)'; # XXX
  148. $PALANG['pEdit_mailbox_quota_text_error'] = '你輸入的容量限制超出範圍!';
  149. $PALANG['pEdit_mailbox_domain_error'] = '你沒有該網域的管理權限: ';
  150. $PALANG['pEdit_mailbox_result_error'] = '不能編輯該郵箱!';
  151. $PALANG['pPassword_welcome'] = '更改你的登錄密碼.';
  152. $PALANG['pPassword_admin'] = '帳號';
  153. $PALANG['pPassword_password_current'] = '當前密碼';
  154. $PALANG['pPassword_password_current_text_error'] = '你沒有填寫當前密碼!';
  155. $PALANG['pPassword_password'] = '新密碼';
  156. $PALANG['pPassword_password2'] = '新密碼 (驗證)';
  157. $PALANG['pPassword_password_text_error'] = '你兩次輸入的新密碼不相同! 或者為空!'; # XXX check/beautify - was split in two lines before
  158. $PALANG['change_password'] = '更改密碼'; # XXX check text - should be 'Change Password'
  159. $PALANG['pPassword_result_error'] = '更改密碼失敗! (%s)'; # XXX Text changed to: Changing the password for %s failed!
  160. $PALANG['pPassword_result_success'] = '更改密碼成功! (%s)'; # XXX Text changed to: The password for %s has been changed.
  161. $PALANG['pEdit_vacation_set'] = '啟動自動回覆';
  162. $PALANG['pEdit_vacation_remove'] = '取消自動回覆';
  163. $PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed'; # XXX
  164. $PALANG['pVacation_result_removed'] = '%s的自動回覆功能已取消!';
  165. $PALANG['pVacation_result_added'] = '%s的自動回覆功能已啟動!';
  166. $PALANG['pVacation_reply_type'] = '回覆方式';
  167. $PALANG['pVacation_reply_delay_time'] = 'Interval time'; # XXX
  168. $PALANG['pVacation_reply_delay_time_text'] = 'Time in seconds'; # XXX
  169. $PALANG['pVacation_until_before_today'] = 'The Date of [Active until] is set before Today'; # XXX
  170. $PALANG['pVacation_until_before_from'] = 'The Date of [Active until] is set before [Active from]'; # XXX
  171. $PALANG['reply_once'] = '回覆一次';
  172. $PALANG['reply_every_mail'] = 'Reply on every mail'; # XXX
  173. $PALANG['reply_once_per_day'] = 'Reply once a day'; # XXX
  174. $PALANG['reply_once_per_week'] = '每星期回覆一次';
  175. $PALANG['pViewlog_welcome'] = '查看最新的10項操作日誌 網域: ';
  176. $PALANG['pViewlog_timestamp'] = '時間';
  177. $PALANG['pViewlog_action'] = '操作';
  178. $PALANG['pViewlog_data'] = '內容';
  179. $PALANG['pViewlog_action_create_domain'] = 'create domain'; # XXX
  180. $PALANG['pViewlog_action_delete_domain'] = 'delete domain'; # XXX
  181. $PALANG['pViewlog_action_edit_domain'] = 'edit domain'; # XXX
  182. $PALANG['pViewlog_action_create_mailbox'] = 'create mailbox'; # XXX
  183. $PALANG['pViewlog_action_delete_mailbox'] = 'delete mailbox'; # XXX
  184. $PALANG['pViewlog_action_edit_mailbox'] = 'edit mailbox'; # XXX
  185. $PALANG['pViewlog_action_edit_mailbox_state'] = 'edit mailbox active'; # XXX
  186. $PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
  187. $PALANG['pViewlog_action_create_alias_domain'] = 'create alias domain'; # XXX
  188. $PALANG['pViewlog_action_edit_alias_domain'] = 'edit alias domain'; # XXX
  189. $PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
  190. $PALANG['pViewlog_action_delete_alias_domain'] = 'delete alias domain'; # XXX
  191. $PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
  192. $PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
  193. $PALANG['pViewlog_action_edit_alias_domain_state'] = 'edit alias domain active'; # XXX
  194. $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
  195. $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX
  196. $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX
  197. $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX
  198. $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX
  199. $PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX
  200. $PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX
  201. $PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX
  202. $PALANG['pViewlog_result_error'] = '未找到相關的日誌!';
  203. $PALANG['pSendmail_welcome'] = '發送郵件.';
  204. $PALANG['from'] = '發件人';
  205. $PALANG['pSendmail_to'] = '收件人';
  206. $PALANG['pSendmail_to_text_error'] = '收件人為空或者收件人地址不正確!';
  207. $PALANG['subject'] = '主題';
  208. $PALANG['pSendmail_subject_text'] = '歡迎';
  209. $PALANG['pSendmail_body'] = '內容';
  210. $PALANG['pSendmail_button'] = '發送';
  211. $PALANG['pSendmail_result_error'] = '建立郵箱失敗! (%s)'; # XXX text change - new: Unable to send email to %s!
  212. $PALANG['pSendmail_result_success'] = '建立郵箱成功! (%s)'; # XXX text change - new: Email sent to %s.
  213. $PALANG['pAdminMenu_list_admin'] = '管理員清單';
  214. $PALANG['pAdminMenu_list_domain'] = '網域清單';
  215. $PALANG['pAdminMenu_list_virtual'] = '虛擬用戶清單';
  216. $PALANG['pAdminMenu_backup'] = '備份';
  217. $PALANG['pAdminMenu_create_domain_admins'] = '網域管理員';
  218. $PALANG['pAdminMenu_create_admin'] = '新建管理員';
  219. $PALANG['pAdminMenu_create_domain'] = '新建網域';
  220. $PALANG['pAdminList_admin_count'] = '管理網域數量';
  221. $PALANG['description'] = '描述';
  222. $PALANG['aliases'] = '別名數'; # XXX check text - should be 'Aliases'
  223. $PALANG['pAdminList_domain_quota'] = 'Domain quota (MB)'; # XXX
  224. $PALANG['pAdminList_domain_backupmx'] = 'Backup MX'; # XXX
  225. $PALANG['last_modified'] = '最後修改日期';
  226. $PALANG['pAdminCreate_domain_welcome'] = '新建網域';
  227. $PALANG['pAdminCreate_domain_domain_text_error'] = '該網域已經存在!';
  228. $PALANG['domain_does_not_exist'] = 'This domain does not exist!'; # XXX
  229. $PALANG['pAdminCreate_domain_domain_text_error2'] = 'The domain is invalid!'; # XXX
  230. $PALANG['pAdminCreate_domain_defaultaliases'] = '增加默認別名';
  231. $PALANG['pAdminCreate_domain_button'] = '新增';
  232. $PALANG['pAdminCreate_domain_result_error'] = '新增網域失敗! (%s)'; # XXX Text changed to: Adding the domain %s failed!
  233. $PALANG['pAdminCreate_domain_result_success'] = '新增網域成功! (%s)'; # XXX Text changed to: The domain %s has been added.
  234. $PALANG['domain_updated'] = 'The domain %s has been updated.'; # XXX
  235. $PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX
  236. $PALANG['domain_postdel_failed'] = 'The domain postdeletion script failed, check the error log for details!'; # XXX
  237. $PALANG['domain_postcreate_failed'] = 'The domain postcreate script failed, check the error log for details!'; # XXX
  238. $PALANG['mailbox_postdel_failed'] = 'The mailbox postdeletion script failed, check the error log for details!'; # XXX
  239. $PALANG['mailbox_postedit_failed'] = 'The mailbox postedit script failed, check the error log for details!'; # XXX
  240. $PALANG['mailbox_postcreate_failed'] = 'The mailbox postcreate script failed, check the error log for details!'; # XXX
  241. $PALANG['pAdminDelete_alias_domain_error'] = 'Unable to remove domain alias!'; # XXX
  242. $PALANG['domain_conflict_vacation_domain'] = 'You can\'t use the vacation domain as mail domain!'; # XXX
  243. $PALANG['pAdminEdit_domain_welcome'] = '修改網域';
  244. $PALANG['pAdminEdit_domain_aliases_text'] = '-1 = 禁止 | 0 = 無限制'; # XXX check / compare with pAdminCreate_domain_aliases_text - should be "-1 = disable | ..."
  245. $PALANG['pAdminEdit_domain_maxquota'] = '最大容量限制';
  246. $PALANG['pAdminEdit_domain_maxquota_text'] = 'MB | -1 = 禁止 | 0 = 無限制'; # XXX check - should be "MB | -1 = disable | 0 = unlimited"
  247. $PALANG['pAdminEdit_domain_quota'] = 'Domain Quota'; # XXX
  248. $PALANG['transport'] = 'Transport'; # XXX
  249. $PALANG['pAdminEdit_domain_transport_text'] = 'Define transport'; # XXX
  250. $PALANG['pAdminEdit_domain_backupmx'] = '備份郵件服務器';
  251. $PALANG['pAdminEdit_domain_result_error'] = '修改網域失敗! (%s)'; # XXX Text changed to: Modifying the domain %s failed!
  252. $PALANG['pAdminCreate_admin_welcome'] = '新增網域管理員';
  253. $PALANG['email_address'] = '郵件地址';
  254. $PALANG['pAdminCreate_admin_username_text_error1'] = '管理員名不是一個合法的郵件地址!';
  255. $PALANG['admin_already_exists'] = '管理員已經存在或者管理員名非法!'; # XXX Text changed to: The admin already exists!
  256. $PALANG['admin_does_not_exist'] = 'The admin does not exist!'; # XXX
  257. $PALANG['pAdminCreate_admin_button'] = '新增';
  258. $PALANG['pAdminCreate_admin_result_error'] = '新增管理員失敗! (%s)'; # XXX Text changed to: Adding the admin %s failed!
  259. $PALANG['pAdminCreate_admin_result_success'] = '新增管理員成功! (%s)'; # XXX Text changed to: The admin %s has been added.
  260. $PALANG['pAdminEdit_admin_welcome'] = '修改網域管理員';
  261. $PALANG['admin'] = '管理員';
  262. $PALANG['password_again'] = '密碼 (驗證)';
  263. $PALANG['super_admin'] = '超級管理員';
  264. $PALANG['super_admin_desc'] = '超級管理員可以管理所有網域和管理員帳戶。';
  265. $PALANG['pAdminEdit_admin_result_error'] = '網域管理員:%s 編輯失敗!';
  266. $PALANG['pAdminEdit_admin_result_success'] = '網域管理員:%s 編輯完成。';
  267. $PALANG['pUsersLogin_welcome'] = '郵件用戶從這裡登錄管理你的密碼和別名.';
  268. $PALANG['pUsersLogin_username_incorrect'] = '登錄失敗. 請確認你是使用你的郵箱地址登錄!';
  269. $PALANG['pUsersLogin_password_incorrect'] = '登錄密碼不正確!';
  270. $PALANG['pUsersMenu_vacation'] = '自動回覆';
  271. $PALANG['pUsersMenu_edit_alias'] = '修改轉發';
  272. $PALANG['pUsersMain_vacation'] = '設置外出信息或自動回覆.';
  273. $PALANG['pUsersMain_vacationSet'] = $PALANG['pUsersMenu_vacation'] . '啟用中, 如要修改請點擊 \'' . $PALANG['pUsersMenu_vacation'] . '\'';
  274. $PALANG['pUsersMain_edit_alias'] = '修改郵箱轉發.';
  275. $PALANG['pUsersMain_password'] = '修改當前密碼.';
  276. $PALANG['pUsersVacation_welcome'] = '自動回覆.';
  277. $PALANG['pUsersVacation_welcome_text'] = '你已經設置了自動回覆! (%s)'; # XXX Text changed to: 'Auto response for %s is active!'
  278. $PALANG['pUsersVacation_subject_text'] = '自動回覆: 我暫時未能回信';
  279. $PALANG['message'] = '內容'; # XXX text changed to 'Message'
  280. $PALANG['pUsersVacation_body_text'] = <<<EOM
  281. 我在 XXXX年XX月XX日 到 XXXX年XX月XX日 這段時間內暫時無法回信.
  282. 如果你有急事請與 XXXX 聯繫.
  283. EOM;
  284. $PALANG['pUsersVacation_activefrom'] = '啟用日期';
  285. $PALANG['pUsersVacation_activeuntil'] = '直至';
  286. $PALANG['pEdit_dbLog_editactive'] = '改變生效狀態';
  287. $PALANG['pSearch'] = 'search'; # XXX
  288. $PALANG['pSearch_welcome'] = '搜索: ';
  289. $PALANG['pReturn_to'] = 'Return to'; # XXX
  290. $PALANG['pBroadcast_title'] = '發郵件給所有用戶';
  291. $PALANG['pBroadcast_name'] = '你的名字';
  292. $PALANG['pBroadcast_success'] = '你給所有用戶的郵件已發出。';
  293. $PALANG['pAdminMenu_broadcast_message'] = '發送給所有用戶';
  294. $PALANG['pBroadcast_error_empty'] = 'The fields Name, Subject and Message shouldn\'t be empty!'; # XXX
  295. $PALANG['pStatus_undeliverable'] = '可能無法送遞 ';
  296. $PALANG['pStatus_custom'] = '送遞至 ';
  297. $PALANG['pStatus_popimap'] = 'POP/IMAP '; # XXX
  298. $PALANG['password_too_short'] = "密碼太短 - 需要 %s 個字附";
  299. $PALANG['password_no_characters'] = "你的密碼最少要有 %s 字母。";
  300. $PALANG['password_no_digits'] = "你的密碼最少要有 %s 數字。";
  301. $PALANG['pInvalidDomainRegex'] = "網域名 %s 不正確,未能通過 regexp 檢查";
  302. $PALANG['pInvalidDomainDNS'] = "網域名 %s 不正確,或在DNS找不到";
  303. $PALANG['pInvalidMailRegex'] = '電郵地址 %s 不正確,未能通過 regexp 檢查';
  304. $PALANG['pFetchmail_welcome'] = 'Fetch mail for:'; # XXX
  305. $PALANG['pFetchmail_new_entry'] = 'New entry'; # XXX
  306. $PALANG['fetchmail_already_exists'] = 'This fetchmail job already exists!'; # XXX
  307. $PALANG['fetchmail_does_not_exist'] = 'This fetchmail job does not exist!'; # XXX
  308. $PALANG['pFetchmail_database_save_error'] = 'Could not save this entry in the database!'; # XXX
  309. $PALANG['pFetchmail_database_save_success'] = 'Entry saved in database.'; # XXX
  310. $PALANG['pFetchmail_error_invalid_id'] = 'No entry with ID %s found!'; # XXX
  311. $PALANG['pFetchmail_invalid_mailbox'] = 'Invalid mailbox!'; # XXX
  312. $PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
  313. $PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
  314. $PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
  315. $PALANG['pFetchmail_field_id'] = 'ID'; # XXX
  316. $PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
  317. $PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
  318. $PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
  319. $PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
  320. $PALANG['pFetchmail_field_src_password'] = $PALANG['password']; # needed until fetchmail is migrated into FetchmailHandler
  321. $PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
  322. $PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
  323. $PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
  324. $PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
  325. $PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
  326. $PALANG['pFetchmail_field_usessl'] = 'SSL active'; # XXX
  327. $PALANG['pFetchmail_field_sslcertck'] = 'SSL certificate check'; # XXX
  328. $PALANG['pFetchmail_field_sslcertpath'] = 'SSL path to certificates'; # XXX
  329. $PALANG['pFetchmail_field_sslfingerprint'] = 'SSL fingerprint (md5)'; # XXX
  330. $PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
  331. $PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
  332. $PALANG['pFetchmail_field_date'] = 'Date'; # XXX
  333. $PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
  334. $PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
  335. $PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
  336. $PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
  337. $PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
  338. $PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
  339. $PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
  340. $PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
  341. $PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
  342. $PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
  343. $PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
  344. $PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
  345. $PALANG['pFetchmail_desc_usessl'] = 'SSL encryption'; # XXX
  346. $PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
  347. $PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
  348. $PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
  349. $PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
  350. $PALANG['dateformat_pgsql'] = 'YYYY-mm-dd'; # translators: rearrange to your local date format, but make sure it's a valid PostgreSQL date format # XXX
  351. $PALANG['dateformat_mysql'] = '%Y-%m-%d'; # translators: rearrange to your local date format, but make sure it's a valid MySQL date format # XXX
  352. $PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
  353. /* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
  354. ?>