diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-11-13 14:49:40 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-11-13 14:49:40 +0000 |
commit | 1b6da29d3871b51daa2a6dff9bb85c84cb8d3093 (patch) | |
tree | 53affea2eb92076970256adcd852d1d748b90c48 | |
parent | b34add9444f3c36bc5a0c8d7a83512d0e5fc5b0c (diff) | |
download | mocca-1b6da29d3871b51daa2a6dff9bb85c84cb8d3093.tar.gz mocca-1b6da29d3871b51daa2a6dff9bb85c84cb8d3093.tar.bz2 mocca-1b6da29d3871b51daa2a6dff9bb85c84cb8d3093.zip |
standards-compliant
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@545 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r-- | BKUCommonGUI/src/main/resources/at/gv/egiz/bku/gui/Messages_en.properties | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/BKUCommonGUI/src/main/resources/at/gv/egiz/bku/gui/Messages_en.properties b/BKUCommonGUI/src/main/resources/at/gv/egiz/bku/gui/Messages_en.properties index ef643bfd..109b4faa 100644 --- a/BKUCommonGUI/src/main/resources/at/gv/egiz/bku/gui/Messages_en.properties +++ b/BKUCommonGUI/src/main/resources/at/gv/egiz/bku/gui/Messages_en.properties @@ -20,6 +20,7 @@ title.cardnotsupported=<html>This card is not supported</html> title.cardpin=<html>Reading card</html> title.sign=<html>Create signature</html> title.error=<html>Error</html> +title.warning=<html>Warning title.entry.timeout=<html>Timeout</html> title.retry=<html>Wrong PIN</html> title.wait=<html>Please wait</html> @@ -44,6 +45,8 @@ hashdatalink.focus=<html><a href=\"anzeige\">[Display signature data]</a></html> hashdatalink.tiny.focus=<html><a href=\"anzeige\">[signature data]</a></html> #message.hashdata=<html>Remark: This is a preview of the data to-be signed. For standards compliant display see help.</html> hashdatalist=<html>{0} signature data objects:</html> +hashdata.viewer=<html>Signature data is being displayed in viewer +unsupported.mimetype=<html>Signature data cannot be displayed retries.last=<html>Last try!</html> retries=<html>{0} tries left</html> retries.pinpad.last=<html>Re-enter pin, last try!</html> @@ -51,7 +54,7 @@ retries.pinpad=<html>Re-enter pin, {0} tries left</html> overwrite=<html>Overwrite {0}?</html> help=<html>Help topic {0}</html> -warning.xhtml=<html>Remark: This is a preview of the data to-be signed. For standards complaint display see help.</html> +warning.xhtml=<html>Remark: This is a preview of the data to-be signed. For standards compliant display see help.</html> label.pin=<html>{0}:</html> label.pinsize=<html>({0} digits)</html> button.ok=OK @@ -66,6 +69,7 @@ mimetype.desc.xhtml=XHTML-files (.xhtml) mimetype.desc.txt=Textfiles (.txt) mimetype.desc.pdf=Adobe PDF-files (.pdf) mimetype.desc.bin=Binary files (.bin) +mimetype.desc.unknown=All files (.*) save.hashdatainput.prefix=signaturedata alt.help=help |