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.

da_DK.inc 1.8KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. $labels = array();
  3. $labels['nosignature'] = 'Ingen signatur 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'] = 'Signaturen er ikke gyldig! verificeret af';
  10. $labels['for'] = 'for';
  11. $labels['by'] = 'af';
  12. $labels['section_title'] = 'Autentificering status';
  13. $labels['column_title'] = 'Autentificering resultat';
  14. $labels['title_enable_column'] = 'Aktiver kolonne ';
  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'] = 'Kun vis de følgende statusser';
  20. $labels['label_include_status1'] = 'Ingen signatur fundet';
  21. $labels['label_include_status2'] = 'Signature found but no auth. results header';
  22. $labels['label_include_status4'] = 'Alle signaturer bestod valideringen';
  23. $labels['label_include_status8'] = 'Mindst én signatur bestod validering';
  24. $labels['label_include_status16'] = 'Tredjepart signatur ';
  25. $labels['label_include_status32'] = 'Signatur fejlede midlertidigt ';
  26. $labels['label_include_status64'] = 'Signatur fejlede permenent';
  27. ?>