diff options
author | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2009-12-21 11:28:50 +0000 |
---|---|---|
committer | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2009-12-21 11:28:50 +0000 |
commit | 3d88697da5a47139625700e591bef9baada4258a (patch) | |
tree | 0310677ede70a8867e72b0b0ba16663c10201482 /src/main/resources/at/gv/egiz/pdfas/web/i18n/language.properties | |
parent | 544d191a359434120cf761384d686310a55ef5ca (diff) | |
download | pdf-as-3-3d88697da5a47139625700e591bef9baada4258a.tar.gz pdf-as-3-3d88697da5a47139625700e591bef9baada4258a.tar.bz2 pdf-as-3-3d88697da5a47139625700e591bef9baada4258a.zip |
web application: many minor improvements (pdf/a selection for instance)
Adobe signature attribute: added feature allowing configuration of field "reason"
configuration updates
default configuration updated
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@521 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'src/main/resources/at/gv/egiz/pdfas/web/i18n/language.properties')
-rw-r--r-- | src/main/resources/at/gv/egiz/pdfas/web/i18n/language.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/at/gv/egiz/pdfas/web/i18n/language.properties b/src/main/resources/at/gv/egiz/pdfas/web/i18n/language.properties index b96e64c..3914cba 100644 --- a/src/main/resources/at/gv/egiz/pdfas/web/i18n/language.properties +++ b/src/main/resources/at/gv/egiz/pdfas/web/i18n/language.properties @@ -65,8 +65,10 @@ signupload.documentnotselected.preview = Please select a pdf document to be s signupload.file = PDF document
signupload.heading2 = Sign document
signupload.note = Textual signature mode is only practicable for simple documents without special structures (like tables, forms...) and graphics. Documents signed in textual mode can only be verified if the underlying certificate can be retrieved from a directory service.
+signupload.note.pdfa = Please note that using PDF/A-1b increases the size of the signed file since the font for the signature block has to be embedded.
signupload.note.prefix = Please note
signupload.noteonsigmark = The appearance of the signature mark depends on the signature type, signature mode, on the particular citizen card and on the given citizen card software.
+signupload.pdfa = use PDF/A-1b
signupload.selectfilenote = Please select the signature parameters and the pdf document to be signed with your citizen card.
signupload.signaturedevice = Signature device
signupload.signaturemode = Signature mode
|