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.

bs_BA.inc 1.9KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. $labels = array();
  3. $labels['nosignature'] = 'Nema informacija o potpisu';
  4. $labels['noauthresults'] = 'Potpis je pronađen ali nema rezultata za zaglavlje autentifikacije. Problem u konfiguraciji servera?';
  5. $labels['signaturepass'] = 'Ispravan potpis sa domene pošiljaoca. verificirano od strane';
  6. $labels['partialpass'] = 'Neki potpisi su netačni ali je barem jedan ispravan sa domene pošiljaoca. verificirano od strane';
  7. $labels['thirdparty'] = 'Potpisano od strane trećeg lica, potpis je pristupan, ali za drugu adresu. verificirano od strane';
  8. $labels['temporaryinvalid'] = 'Potpis (trenutno) nije ispravan! verificirano od strane';
  9. $labels['invalidsignature'] = 'Potpis nije ispravan! verificirano od strane';
  10. $labels['for'] = 'za';
  11. $labels['by'] = 'od';
  12. $labels['section_title'] = 'Status autentifikacije';
  13. $labels['column_title'] = 'Rezultat autent.';
  14. $labels['title_enable_column'] = 'Uključi kolonu';
  15. $labels['label_enable_column'] = 'Omogući kolonu za autentifikacijske rezultate u listi poruka';
  16. $labels['label_fallback_verifier'] = 'Koristi interni DKIM verifikator (ako je potpis pronađen, ali nema zaglavlja rezultata autentifikacije)';
  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'] = 'Samo prikaži sljedeće statuse';
  20. $labels['label_include_status1'] = 'Nema pronađenih potpisa';
  21. $labels['label_include_status2'] = 'Potpis pronađen, ali nema zaglavlja autentifikacijskih rezultata';
  22. $labels['label_include_status4'] = 'Svi potpisi su prošli validaciju';
  23. $labels['label_include_status8'] = 'Barem jedan potpis je prošao validaciju';
  24. $labels['label_include_status16'] = 'Potpis trećeg lica';
  25. $labels['label_include_status32'] = 'Potpis privremeno netačan';
  26. $labels['label_include_status64'] = 'Potpis trajno netačan';
  27. ?>