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.

ro_RO.inc 1.9KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. $labels = array();
  3. $labels['nosignature'] = 'Nu există informații semnătură';
  4. $labels['noauthresults'] = 'Semnătură găsită, dar nu există rezultate autorizație în antet. Problema de configurare a serverului?';
  5. $labels['signaturepass'] = 'Semnătură validă de la domeniul expeditorului. verificat de';
  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'] = 'Semnătura nu este validă! verificat de';
  10. $labels['for'] = 'pentru';
  11. $labels['by'] = 'de';
  12. $labels['section_title'] = 'Stare autentificare';
  13. $labels['column_title'] = 'Auth. Result';
  14. $labels['title_enable_column'] = 'Activați coloană';
  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'] = 'Mta-uri de incredere';
  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'] = 'Afișați doar următoarele stări';
  20. $labels['label_include_status1'] = 'Nu sa găsit nici o semnătură';
  21. $labels['label_include_status2'] = 'Signature found but no auth. results header';
  22. $labels['label_include_status4'] = 'Toate semnăturile au trecut validarea';
  23. $labels['label_include_status8'] = 'Cel puțin o semnătură a trecut validarea';
  24. $labels['label_include_status16'] = 'Semnătură terță parte';
  25. $labels['label_include_status32'] = 'Semnătura a eșuat temporar';
  26. $labels['label_include_status64'] = 'Semnătura a eșuat definitiv';
  27. ?>