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.

ms_MY.inc 1.8KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. $labels = array();
  3. $labels['nosignature'] = 'No signature information';
  4. $labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
  5. $labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
  6. $labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
  7. $labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
  8. $labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
  9. $labels['invalidsignature'] = 'Signature is not valid! verified by ';
  10. $labels['for'] = 'for';
  11. $labels['by'] = 'by';
  12. $labels['section_title'] = 'Authenticaton Status';
  13. $labels['column_title'] = 'Auth. Result';
  14. $labels['title_enable_column'] = 'Enable Column';
  15. $labels['label_enable_column'] = 'Enable authentication result column in message list';
  16. $labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
  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'] = 'Only show the following statuses';
  20. $labels['label_include_status1'] = 'No signature found';
  21. $labels['label_include_status2'] = 'Signature found but no auth. results header';
  22. $labels['label_include_status4'] = 'All signatures passed validation';
  23. $labels['label_include_status8'] = 'At least one signature passed validation';
  24. $labels['label_include_status16'] = 'Third party signature';
  25. $labels['label_include_status32'] = 'Signature temporary failed';
  26. $labels['label_include_status64'] = 'Signature permanently failed';
  27. ?>