crafter.commons.messages.errors.properties Maven / Gradle / Ivy
# Crypto
crypto.cipher.keyNotSet=No encryption key set
crypto.cipher.ivNotSet=No IV set
crypto.cipher.encryptionError=Error occurred while encrypting data
crypto.cipher.decryptionError=Error occurred while decrypting data
crypto.digest.invalidDigestAlgorithm=Unrecognized message digest algorithm "{0}"
crypto.keyRepo.keyStoreLoadError=Unable to load keystore from file {0}
crypto.keyRepo.keyStoreStoreError=Unable to store keystore to file {0}
crypto.keyRepo.getKeyError=Unable to get key "{0}"
crypto.keyRepo.saveKeyError=Unable to save key "{0}"
# Mail
mail.templateConfigMissing=No FreeMarker configuration for email templates was specified
mail.preparationError=Unable to prepare properly email message for sending
mail.addressError=The address is in an invalid format
mail.sendError=Unable to send email
# Configuration
configuration.yaml.writeNotSupported=Write to file not supported yet
configuration.yaml.loadError=Error while loading YAML configuration
# Converters
converters.stringToDate.parseFailed=Parsing of date {0} with pattern {1} failed.