diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-04-02 16:38:59 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-04-02 16:38:59 +0000 |
commit | f8db5af9c94285c4946bdf38407fe15ed1b7f818 (patch) | |
tree | baf5d1db2da875abf1b90daf5119fe04f8a9db18 /BKUGuiExt/src/main/resources/at | |
parent | 8a6896444ce9b14c27193e688a8eeb59e1f51a4d (diff) | |
download | mocca-f8db5af9c94285c4946bdf38407fe15ed1b7f818.tar.gz mocca-f8db5af9c94285c4946bdf38407fe15ed1b7f818.tar.bz2 mocca-f8db5af9c94285c4946bdf38407fe15ed1b7f818.zip |
* Save certificates to local file system
* Show cardreader and smartcard information
for Webstart and Applet version
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1042 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUGuiExt/src/main/resources/at')
-rw-r--r-- | BKUGuiExt/src/main/resources/at/gv/egiz/bku/gui/ActivationMessages.properties | 12 | ||||
-rw-r--r-- | BKUGuiExt/src/main/resources/at/gv/egiz/bku/gui/ActivationMessages_de.properties | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/BKUGuiExt/src/main/resources/at/gv/egiz/bku/gui/ActivationMessages.properties b/BKUGuiExt/src/main/resources/at/gv/egiz/bku/gui/ActivationMessages.properties index a5e582a1..eefd451b 100644 --- a/BKUGuiExt/src/main/resources/at/gv/egiz/bku/gui/ActivationMessages.properties +++ b/BKUGuiExt/src/main/resources/at/gv/egiz/bku/gui/ActivationMessages.properties @@ -29,6 +29,8 @@ title.activate.success=<html>Success</html> title.change.success=<html>Success</html> title.unblock.success=<html>Success</html> title.identity=<html>Person Identity Link</html> +title.certificate.save=Save certificate +title.get.certificate=Save certificates # removed message.* prefix to reuse keys as help keys pin.mgmt=<html>{0} PINs available @@ -69,11 +71,21 @@ label.puk=<html>{0} PUK:</html> label.new.pin=<html>New {0}:</html> label.repeat.pin=<html>Confirmation:</html> +label.hardwareinfo.cardreader = Cardreader +label.hardwareinfo.smartcard = Smartcard +label.hardwareinfo.smartcard.type = Type: +label.hardwareinfo.smartcard.atr = ATR: + +file.certificate = Certificate + button.activate=Activate button.change=Change button.unblock=Unblock button.verify=Query +button.qualified.certificate = qualified certificate +button.simple.certificate = basic certificate + help.activation=help.activation help.pin.mgmt=help.pin.mgmt diff --git a/BKUGuiExt/src/main/resources/at/gv/egiz/bku/gui/ActivationMessages_de.properties b/BKUGuiExt/src/main/resources/at/gv/egiz/bku/gui/ActivationMessages_de.properties index 1935d31b..30a80e6f 100644 --- a/BKUGuiExt/src/main/resources/at/gv/egiz/bku/gui/ActivationMessages_de.properties +++ b/BKUGuiExt/src/main/resources/at/gv/egiz/bku/gui/ActivationMessages_de.properties @@ -35,6 +35,8 @@ identity.button=<html>Abbrechen</html> identity.firstname=<html>Vorname</html> identity.dateofbirth=<html>Geburtsdatum</html> identity.lastname=<html>Nachname</html> +title.certificate.save=Zertifikat speichern +title.get.certificate=Zertifikate speichern # removed message.* prefix to reuse keys as help keys pin.mgmt=<html>Die Karte verf\u00FCgt \u00FCber {0} PINs</html> @@ -69,11 +71,21 @@ label.puk=<html>{0} PUK:</html> label.new.pin=<html>Neue {0}:</html> label.repeat.pin=<html>Best\u00E4tigung:</html> +label.hardwareinfo.cardreader = Kartenlesegerät +label.hardwareinfo.smartcard = Chipkarte +label.hardwareinfo.smartcard.type = Typ: +label.hardwareinfo.smartcard.atr = ATR: + +file.certificate = Zertifikat + button.activate=Aktivieren button.change=\u00C4ndern button.unblock=Entsperren button.verify=Abfragen +button.qualified.certificate = Qualifiziertes Zertifikat +button.simple.certificate = Einfaches Zertifikat + help.activation=help.activation help.pin.mgmt=help.pin.mgmt |