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.

sk_SK.inc 2.0KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. $labels = array();
  3. $labels['nosignature'] = 'Žiadna informácia o podpise';
  4. $labels['noauthresults'] = 'Podpis sa našiel, ale nenašla sa hlavička pre autentifikáciu výsledkov. Problém s konfiguráciou servera?';
  5. $labels['signaturepass'] = 'Platný podpis (platné podpisy) z domény odosielateľa. Overené cez';
  6. $labels['partialpass'] = 'Niektoré podpisy nie sú platné, ale aspoň jeden podpis je platný pre doménu odosielateľa. Overené cez:';
  7. $labels['thirdparty'] = 'Podpísané treťou stranou, podpis je prítomný, ale je určený pre inú doménu ako je tá, ktorá je uvedená v adrese. Overené cez:';
  8. $labels['temporaryinvalid'] = 'Podpis je (dočasne) neplatný! Overené cez:';
  9. $labels['invalidsignature'] = 'Podpis je neplatný! Overené cez:';
  10. $labels['for'] = 'pre';
  11. $labels['by'] = 'od';
  12. $labels['section_title'] = 'Stav autentifikácie';
  13. $labels['column_title'] = 'Výsledok autentifikácie';
  14. $labels['title_enable_column'] = 'Zapnúť stĺpec';
  15. $labels['label_enable_column'] = 'Zapnúť stĺpec s výsledkom autentifikácie v zozname správ';
  16. $labels['label_fallback_verifier'] = 'Použiť interný overovač DKIM (ak sa našiel podpis, ale žiadna hlavička s výsledkami autentifikácie)';
  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'] = 'Zobraziť len s nasledujúcim stavom:';
  20. $labels['label_include_status1'] = 'Nenašiel sa žiadny podpis';
  21. $labels['label_include_status2'] = 'Našiel sa podpis, nie však hlavička s výsledkom autentifikácie';
  22. $labels['label_include_status4'] = 'Všetky podpisy prešli overením';
  23. $labels['label_include_status8'] = 'Najmenej jeden podpis prešiel overením';
  24. $labels['label_include_status16'] = 'Podpis tretej strany';
  25. $labels['label_include_status32'] = 'Podpis dočasne zlyhal';
  26. $labels['label_include_status64'] = 'Podpis permanentne zlyhal';
  27. ?>