diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2015-03-20 14:41:50 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2015-03-20 14:41:50 +0100 |
commit | f179c8db3574d03bb1b6b5be1bd86c9ea04073ad (patch) | |
tree | 2e409af0e8bd762d9d38dc2d9fe7bc3402d7c343 /pdf-as-common/src/main/resources | |
parent | 0dc3dfacb8c8f5bbe4dff667a62dcfc879e06367 (diff) | |
download | pdf-as-4-f179c8db3574d03bb1b6b5be1bd86c9ea04073ad.tar.gz pdf-as-4-f179c8db3574d03bb1b6b5be1bd86c9ea04073ad.tar.bz2 pdf-as-4-f179c8db3574d03bb1b6b5be1bd86c9ea04073ad.zip |
added Placeholder ID and Mode configuration settings
Diffstat (limited to 'pdf-as-common/src/main/resources')
-rw-r--r-- | pdf-as-common/src/main/resources/resources/messages/error.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pdf-as-common/src/main/resources/resources/messages/error.properties b/pdf-as-common/src/main/resources/resources/messages/error.properties index 386a824a..4f67fff6 100644 --- a/pdf-as-common/src/main/resources/resources/messages/error.properties +++ b/pdf-as-common/src/main/resources/resources/messages/error.properties @@ -22,4 +22,6 @@ 11018=Given Alias contains no private key 11019=Signature was created for wrong certificate -13001=Invalid Configuration Objects
\ No newline at end of file +13001=Invalid Configuration Objects +13002=Given certificate is invalid +13003=Configured placeholder mode is invalid
\ No newline at end of file |