home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2009 March / ME_03_2009.iso / Software / Internet / Cyberduck-3.1.2.dmg / Cyberduck.app / Contents / Resources / cs.lproj / Keychain.strings < prev    next >
Encoding:
Text (UTF-16)  |  2009-02-01  |  3.8 KB  |  12 lines

  1. /* Message of sheet displayed for CSSM_CERT_STATUS_EXPIRED. */
  2. "The certificate for this server has expired. You might be connecting to a server that is pretending to be “%@” which could put your confidential information at risk. Would you like to connect to the server anyway?" = "Platnost certifikátu tohoto serveru již vypršela. Můžete se připojovat k serveru, který se tváří jako „%@”, aby mohl získat vaše soukromé údaje. Přejete si přesto připojit se k serveru?";
  3.  
  4. /* Message of sheet displayed for CSSM_CERT_STATUS_NOT_VALID_YET. */
  5. "The certificate for this server is not yet valid. You might be connecting to a server that is pretending to be “%@” which could put your confidential information at risk. Would you like to connect to the server anyway?" = "Certifikát tohoto serveru je neplatný. Můžete se připojovat k serveru, který se tváří jako „%@”, aby mohl získat vaše soukromé údaje. Přejete si přesto připojit se k serveru?";
  6.  
  7. /* Message of sheet displayed for !CSSM_CERT_STATUS_IS_IN_ANCHORS. */
  8. "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “%@” which could put your confidential information at risk. Would you like to connect to the server anyway?" = "Certifikát tohoto serveru je chybný. Můžete se připojovat k serveru, který se tváří jako „%@”, aby mohl získat vaše soukromé údaje. Přejete si přesto připojit se k serveru?";
  9.  
  10. /* Message of sheet displayed for !CSSM_CERT_STATUS_IS_IN_ANCHORS && CSSM_CERT_STATUS_IS_ROOT */
  11. "The certificate for this server was signed by an unknown certifying authority. You might be connecting to a server that is pretending to be “%@” which could put your confidential information at risk. Would you like to connect to the server anyway?" = "Certifikát tohoto serveru je podepsán neznámou autoritou. Můžete se připojovat k serveru, který se tváří jako „%@”, aby mohl získat vaše soukromé údaje. Přejete si přesto připojit se k serveru?";
  12.