From f19e4d8622a852a53951ee81396689216d7f7fa7 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Mon, 21 Jul 2014 12:48:02 +0200 Subject: Implemented Profile inheritance via .parent --- .../cfg/profiles/BASE_NORMAL_EN.properties | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pdf-as-lib/src/configuration/cfg/profiles/BASE_NORMAL_EN.properties (limited to 'pdf-as-lib/src/configuration/cfg/profiles/BASE_NORMAL_EN.properties') diff --git a/pdf-as-lib/src/configuration/cfg/profiles/BASE_NORMAL_EN.properties b/pdf-as-lib/src/configuration/cfg/profiles/BASE_NORMAL_EN.properties new file mode 100644 index 00000000..4bf7b04f --- /dev/null +++ b/pdf-as-lib/src/configuration/cfg/profiles/BASE_NORMAL_EN.properties @@ -0,0 +1,28 @@ + +################################################################################################### +# PROFIL: Signaturblock (English) mit neuem Layout + +# Kurzbeschreibung +sig_obj.BASE_NORMAL_EN.description=Standardsignaturblock mit neuem Layout +sig_obj.BASE_NORMAL_EN.parent=BASE_NORMAL +sig_obj.types.BASE_NORMAL_EN=on + +# Festlegung der einzelner Bezeichnungen im Signaturblock. +sig_obj.BASE_NORMAL_EN.key.SIG_SUBJECT=Signatory +sig_obj.BASE_NORMAL_EN.key.SIG_DATE=Date/Time-UTC +sig_obj.BASE_NORMAL_EN.key.SIG_ISSUER=Issuer-Certificate +sig_obj.BASE_NORMAL_EN.key.SIG_NUMBER=Serial-No. +sig_obj.BASE_NORMAL_EN.key.SIG_META=Verification +sig_obj.BASE_NORMAL_EN.key.SIG_NOTE=Note + +sig_obj.BASE_NORMAL_EN.value.SIG_META=Information about the verification of the electronic signature can be found at: https://www.signaturpruefung.gv.at \n\nInformation about the verification of the printout can be found at: https://www.behoerde.gv.at/el_signatur/ +sig_obj.BASE_NORMAL_EN.value.SIG_NOTE=This document is signed with a qualified electronic signature. According to \u00a7\u00A04 art.\u00A01 of the Signature Act it in principle is legally equivalent to an handwritten signature. +sig_obj.BASE_NORMAL_EN.value.SIG_LABEL=./images/signatur-logo_en.png + +sig_obj.BASE_NORMAL_EN.adobeSignReasonValue=Signature verification at http://www.signature-verification.gv.at + +# URL fuer die Signaturpruefung durch das Adobe Acrobat Professional PDF-AS Plugin. +sig_obj.BASE_NORMAL_EN.verifyURL=http://www.signature-verification.gv.at + +# WAI +sig_obj.BASE_NORMAL_EN.sigLogoAltText=A standard signature logo is shown. -- cgit v1.2.3