|
|
@@ -164,7 +164,7 @@ BEGIN
|
|
|
SPEED_INVALID, "'%s' is not a valid speed limit."
|
|
|
CERT_ERR_DEPTH_ZERO_SELF_SIGNED_CERT, "Self signed certificate."
|
|
|
CERT_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD, "Format error in certificate's valid until field."
|
|
|
- CERT_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD, "Format error in certificate's valid fom field."
|
|
|
+ CERT_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD, "Format error in certificate's valid from field."
|
|
|
CERT_ERR_INVALID_CA, "Invalid CA certificate."
|
|
|
CERT_ERR_INVALID_PURPOSE, "Unsupported certificate purpose."
|
|
|
CERT_ERR_KEYUSAGE_NO_CERTSIGN, "Key usage does not include certificate signing."
|
|
|
@@ -174,7 +174,7 @@ BEGIN
|
|
|
CERT_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE, "Unable to decrypt certificate signature."
|
|
|
CERT_ERR_UNABLE_TO_GET_ISSUER_CERT, "Unable to get issuer certificate."
|
|
|
CERT_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY, "Unable to get local issuer certificate."
|
|
|
- CERT_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE, "Unable to verify the first certifcate."
|
|
|
+ CERT_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE, "Unable to verify the first certificate."
|
|
|
CERT_ERR_UNKNOWN, "Unknown certificate verification error."
|
|
|
CERT_ERRDEPTH, "The error occured at a depth of %d in the certificate chain."
|
|
|
CERT_OK, "The certificate seems to be valid."
|
|
|
@@ -335,7 +335,7 @@ BEGIN
|
|
|
CORE_VARIABLE_STRINGS, "CORE_VARIABLE"
|
|
|
PUTTY_BASED_ON, "SSH and SCP code based on PuTTY %s"
|
|
|
PUTTY_VERSION, "0.60"
|
|
|
- PUTTY_COPYRIGHT, "Copyright © 1997-2007 Simon Tatham"
|
|
|
+ PUTTY_COPYRIGHT, "Copyright © 1997-2009 Simon Tatham"
|
|
|
PUTTY_URL, "http://www.chiark.greenend.org.uk/~sgtatham/putty/"
|
|
|
FILEZILLA_BASED_ON, "FTP code based on FileZilla %s"
|
|
|
FILEZILLA_VERSION, "2.2.32"
|