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.3.1
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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy