opensc.conf: added default notification texts

This commit is contained in:
Frank Morgner 2017-07-13 09:09:14 +02:00
parent 0fd92c6d79
commit e3604143d1
1 changed files with 10 additions and 2 deletions

View File

@ -342,19 +342,27 @@ app default {
# md_pinpad_dlg_timeout = 0;
# Notification title and text when card was inserted
# notify_card_inserted "inserted title";
# notify_card_inserted_text "inserted text";
# Default: "Smart card detected"
# notify_card_inserted = "inserted title";
# Default: ATR of the card
# notify_card_inserted_text = "inserted text";
#
# Notification title and text when card was removed
# Default: "Smart card removed"
# notify_card_removed = "card removed";
# Default: Name of smart card reader
# notify_card_removed_text = "removed text";
#
# Notification title and text when PIN was verified
# Default: "PIN verified"
# notify_pin_good = "good PIN";
# Default: "Smart card is unlocked"
# notify_pin_good_text = "good text";
#
# Notification title and text when PIN was wrong
# Default: "PIN not verified"
# notify_pin_bad = "bad PIN";
# Default: "Smart card is locked"
# notify_pin_bad_text = "bad text";
# }