diff options
Diffstat (limited to 'BKUCommonGUI')
| -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 | 
