# Default message set
#
pam_pkcs11 {
    prompt_start_auth = "Smartcard authentication starts";
    prompt_insert_or_enter = "Please insert your %s or enter your username.";
    prompt_no_token = "Error 2306: No suitable token available";
    prompt_insert_named = "Please insert your smart card called \"%.32s\".";
    prompt_insert = "Please insert your smart card.";
    prompt_no_card = "Error 2308: No smartcard found";
    prompt_found = "%s found.";
    prompt_login_failed = "Error 2314: Slot login failed";
    prompt_welcome = "Welcome %.32s!";
    prompt_wrong_pin = "Error 2320: Wrong smartcard PIN";
    prompt_no_cert = "Error 2322: No certificate found";
    prompt_cert_verif = "verifying certificate";
    prompt_cert_expired = "Error 2324: Certificate has expired";
    prompt_cert_not_yet = "Error 2326: Certificate not yet valid";
    prompt_cert_inv_sig = "Error 2328: Certificate signature invalid";
    prompt_cert_inv = "Error 2330: Certificate invalid";
    prompt_no_user_match = "Error 2334: No matching user";
    prompt_no_cert_match = "Error 2336: No matching certificate found";
    prompt_pin_prompt = "%s PIN: ";
    prompt_pin_read_err = "Error 2316: password could not be read";
    prompt_empty_pin_err = "Error 2318: Empty smartcard PIN not allowed.";
    prompt_enter_pin = "Enter your %s PIN on the pinpad";
    prompt_checking_sig = "Checking signature";
    prompt_sig_failed = "Error 2340: Signing failed";
    prompt_sig_verif_failed = "Error 2342: Verifying signature failed";
    prompt_enter_old_pin = "Old %s PIN: ";
    prompt_enter_new_pin = "New %s PIN: ";
    prompt_confirm_pin = "Confirm new PIN: ";
    prompt_confirm_pin_mismatch = "Confirm PIN mismatch";
    prompt_change_on_pinpad = "Now use the pinpad to change your %s PIN";
    prompt_pin_change_err = "Error: Unable to set new PIN";
}
