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.

BCText.properties 2.3KB

123456789101112131415161718192021222324252627282930313233343536
  1. corrupt25519Key=Ed25519/Curve25519 public key has wrong length: {0}
  2. credentialPassphrase=Passphrase
  3. cryptCipherError=Cannot create cipher to decrypt: {0}
  4. cryptWrongDecryptedLength=Decrypted key has wrong length; expected {0} bytes, got only {1} bytes
  5. gpgFailedToParseSecretKey=Failed to parse secret key file {0}. Is the entered passphrase correct?
  6. gpgNoCredentialsProvider=missing credentials provider
  7. gpgNoKeygrip=Cannot find key {0}: cannot determine key grip
  8. gpgNoKeyring=neither pubring.kbx nor secring.gpg files found
  9. gpgNoKeyInLegacySecring=no matching secret key found in legacy secring.gpg for key or user id: {0}
  10. gpgNoPublicKeyFound=Unable to find a public-key with key or user id: {0}
  11. gpgNoSecretKeyForPublicKey=unable to find associated secret key for public key: {0}
  12. gpgNoSuchAlgorithm=Cannot decrypt encrypted secret key: encryption algorithm {0} is not available
  13. gpgNotASigningKey=Secret key ({0}) is not suitable for signing
  14. gpgKeyInfo=GPG Key (fingerprint {0})
  15. gpgSigningCancelled=Signing was cancelled
  16. nonSignatureError=Signature does not decode into a signature object
  17. secretKeyTooShort=Secret key file corrupt; only {0} bytes read
  18. sexprHexNotClosed=Hex number in s-expression not closed
  19. sexprHexOdd=Hex number in s-expression has an odd number of digits
  20. sexprStringInvalidEscape=Invalid escape {0} in s-expression
  21. sexprStringInvalidEscapeAtEnd=Invalid s-expression: quoted string ends with escape character
  22. sexprStringInvalidHexEscape=Invalid hex escape in s-expression
  23. sexprStringInvalidOctalEscape=Invalid octal escape in s-expression
  24. sexprStringNotClosed=String in s-expression not closed
  25. sexprUnhandled=Unhandled token {0} in s-expression
  26. signatureInconsistent=Inconsistent signature; key ID {0} does not match issuer fingerprint {1}
  27. signatureKeyLookupError=Error occurred while looking for public key
  28. signatureNoKeyInfo=No way to determine a public key from the signature
  29. signatureNoPublicKey=No public key found to verify the signature
  30. signatureParseError=Signature cannot be parsed
  31. signatureVerificationError=Signature verification failed
  32. unableToSignCommitNoSecretKey=Unable to sign commit. Signing key not available.
  33. uncompressed25519Key=Cannot handle ed25519 public key with uncompressed data: {0}
  34. unknownCurve=Unknown curve {0}
  35. unknownCurveParameters=Curve {0} does not have a prime field
  36. unknownKeyType=Unknown key type {0}