summaryrefslogtreecommitdiff
path: root/smcc
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-25 12:49:43 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-25 12:49:43 +0000
commit598f62c5b30d6e40f6983fc3eec17613d19cdc0e (patch)
tree2d62959baecca5bd610ef676e909ed2c864b5dd5 /smcc
parentf1f9ab678eb71a861737d47ec666413d4ad043f7 (diff)
downloadmocca-598f62c5b30d6e40f6983fc3eec17613d19cdc0e.tar.gz
mocca-598f62c5b30d6e40f6983fc3eec17613d19cdc0e.tar.bz2
mocca-598f62c5b30d6e40f6983fc3eec17613d19cdc0e.zip
[#436] resolve "#pin digits" message via resource bundle (now, all dialogs - not only pinactivation - get pinLength from resource bundle)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@472 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'smcc')
-rw-r--r--smcc/src/main/resources/at/gv/egiz/smcc/ACOSCard.properties6
-rw-r--r--smcc/src/main/resources/at/gv/egiz/smcc/STARCOSCard.properties4
2 files changed, 5 insertions, 5 deletions
diff --git a/smcc/src/main/resources/at/gv/egiz/smcc/ACOSCard.properties b/smcc/src/main/resources/at/gv/egiz/smcc/ACOSCard.properties
index 2e032d1b..15f5c990 100644
--- a/smcc/src/main/resources/at/gv/egiz/smcc/ACOSCard.properties
+++ b/smcc/src/main/resources/at/gv/egiz/smcc/ACOSCard.properties
@@ -17,8 +17,8 @@
# and open the template in the editor.
dec.pin.name=Geheimhaltungs-PIN
-dec.pin.length=4
+dec.pin.length=0-8
sig.pin.name=Signatur-PIN
-sig.pin.length=6
+sig.pin.length=0-8
inf.pin.name=Infobox-PIN
-inf.pin.length=4
+inf.pin.length=0-8
diff --git a/smcc/src/main/resources/at/gv/egiz/smcc/STARCOSCard.properties b/smcc/src/main/resources/at/gv/egiz/smcc/STARCOSCard.properties
index ae91f265..122d2aa7 100644
--- a/smcc/src/main/resources/at/gv/egiz/smcc/STARCOSCard.properties
+++ b/smcc/src/main/resources/at/gv/egiz/smcc/STARCOSCard.properties
@@ -17,6 +17,6 @@
# and open the template in the editor.
sig.pin.name=Signatur-PIN
-sig.pin.length=6
+sig.pin.length=6-12
card.pin.name=Karten-PIN
-card.pin.length=4
+card.pin.length=4-12