forked from open-eid/esteid-ctk-tokend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IB-8186 Signed-off-by: Raul Metsma <[email protected]>
- Loading branch information
Showing
11 changed files
with
160 additions
and
268 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* | ||
Localizable.strings | ||
CryptoTokenKit | ||
*/ | ||
|
||
"AUTH_CERT" = "Certificate For Card Authentication"; | ||
"SIGN_CERT" = "Certificate For Digital Signature"; | ||
"AUTH_KEY" = "Key For Card Authentication"; | ||
"SIGN_KEY" = "Key For Digital Signature"; | ||
"WRONG_CONSTR" = "Unexpected constraint"; | ||
"ENTER_PINPAD" = "Please enter PIN code on PinPAD"; | ||
"INVALID_PIN" = "Invalid PIN entered"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>VERIFY_TRY_LEFT</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%1$#@tries@</string> | ||
<key>tries</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>zero</key> | ||
<string>PIN locked. | ||
Unblock to reuse PIN.</string> | ||
<key>one</key> | ||
<string>PIN Incorrect. | ||
PIN will be locked next failed attempt.</string> | ||
<key>other</key> | ||
<string>PIN Incorrect. | ||
%d tries left</string> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* | ||
Localizable.strings | ||
CryptoTokenKit | ||
*/ | ||
|
||
"AUTH_CERT" = "Certificate For Card Authentication"; | ||
"SIGN_CERT" = "Certificate For Digital Signature"; | ||
"AUTH_KEY" = "Key For Card Authentication"; | ||
"SIGN_KEY" = "Key For Digital Signature"; | ||
"WRONG_CONSTR" = "Unexpected constraint"; | ||
"ENTER_PINPAD" = "Palun sisestada PIN kaardilugeja sõrmistikult"; | ||
"INVALID_PIN" = "Sisestati ebakorrektne PIN"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>VERIFY_TRY_LEFT</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%1$#@tries@</string> | ||
<key>tries</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>zero</key> | ||
<string>PIN on lukus. | ||
Tühista blokeering, et PIN-i taas kasutada.</string> | ||
<key>one</key> | ||
<string>Vale PIN. | ||
Järgmise vale koodi sisestamisel PIN lukustub.</string> | ||
<key>other</key> | ||
<string>Vale PIN. | ||
%d katset jäänud</string> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* | ||
Localizable.strings | ||
CryptoTokenKit | ||
*/ | ||
|
||
"AUTH_CERT" = "Certificate For Card Authentication"; | ||
"SIGN_CERT" = "Certificate For Digital Signature"; | ||
"AUTH_KEY" = "Key For Card Authentication"; | ||
"SIGN_KEY" = "Key For Digital Signature"; | ||
"WRONG_CONSTR" = "Unexpected constraint"; | ||
"ENTER_PINPAD" = "Please enter PIN code on PinPAD"; | ||
"INVALID_PIN" = "Invalid PIN entered"; |
Oops, something went wrong.