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.

zh_TW.inc 1.8KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. $labels = array();
  3. $labels['nosignature'] = '無簽名資訊';
  4. $labels['noauthresults'] = '找到簽名,但無身份核對結果標頭。是否伺服器設定有誤?';
  5. $labels['signaturepass'] = '有來自傳送者網域的有效簽名。核實簽名的是:';
  6. $labels['partialpass'] = '某些簽名無效,但至至少有一個,對於傳送者的網域是有效的。核實簽名的是:';
  7. $labels['thirdparty'] = '有由第三方簽署的簽名,但對應的網域和傳送者的不符。核實簽名的是:';
  8. $labels['temporaryinvalid'] = '簽名 (暫時) 無效!核實簽名的是:';
  9. $labels['invalidsignature'] = '簽名無效!核實簽名的是:';
  10. $labels['for'] = '用於:';
  11. $labels['by'] = '由:';
  12. $labels['section_title'] = '身份核對狀態';
  13. $labels['column_title'] = '身份核對結果';
  14. $labels['title_enable_column'] = '啟用欄位';
  15. $labels['label_enable_column'] = '於郵件清單,啟用身份核對結果欄位';
  16. $labels['label_fallback_verifier'] = '使用內部 DKIM 核實程式 (若找到簽名,但無身份核對標頭)';
  17. $labels['title_trusted_mtas'] = 'Trusted mta\'s';
  18. $labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
  19. $labels['title_include_status'] = '僅顯示以下狀態';
  20. $labels['label_include_status1'] = '找不到簽名';
  21. $labels['label_include_status2'] = '找到簽名,但無身份核對結果標頭';
  22. $labels['label_include_status4'] = '所有簽名均通過驗證';
  23. $labels['label_include_status8'] = '至少一個簽名通過驗證';
  24. $labels['label_include_status16'] = '第三方簽名';
  25. $labels['label_include_status32'] = '簽名暫時不能用';
  26. $labels['label_include_status64'] = '簽名永久不能用';
  27. ?>