All Downloads are FREE. Search and download functionalities are using the official Maven repository.

crafter.commons.messages.errors.properties Maven / Gradle / Ivy

There is a newer version: 4.1.8
Show newest version
# 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.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy