32 lines
No EOL
2.8 KiB
XML
32 lines
No EOL
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources>
|
||
<string name="error_message" translatable="false">%s: %s</string>
|
||
|
||
<string name="error_operation">An error occurred during the operation</string>
|
||
<string name="error_tag_lost">Tag lost.</string>
|
||
<string name="error_already_personalized">This card has already been personalized</string>
|
||
<string name="error_cannot_be_depersonalized">This card cannot be depersonalized</string>
|
||
<string name="error_already_created">A wallet has already been created</string>
|
||
<string name="error_purge_prohibited">This card’s configuration does not allow you to erase the wallet</string>
|
||
<string name="error_pin1_cannot_be_changed">PIN1 Access Code cannot be changed</string>
|
||
<string name="error_pin2_cannot_be_changed">PIN2 Passcode cannot be changed</string>
|
||
<string name="error_pin1_cannot_be_default"> PIN1 Access Code cannot be changed to the default value. Please create a new PIN1 Access Code.</string>
|
||
<string name="error_no_remaining_signatures"> You cannot sign data with this wallet because the card has reached its signature limit</string>
|
||
<string name="error_empty_hashes">There is nothing to sign here</string>
|
||
<string name="error_cannot_be_signed"> This data cannot be signed</string>
|
||
<string name="error_card_is_empty">Please create a wallet to sign data</string>
|
||
<string name="error_not_personalized">This card has not been personalized</string>
|
||
<string name="error_not_activated">This card has not been activated</string>
|
||
<string name="error_purged">You cannot sign data with this wallet because the card has been purged</string>
|
||
<string name="error_verification_failed">Data verification failed</string>
|
||
<string name="error_data_size_too_large">Data size exceeds the max limit of 512 bytes</string>
|
||
<string name="error_data_size_too_large_extended">Data size exceeds the max limit of 32 Kbytes</string>
|
||
<string name="error_missing_counter">The data cannot be written to the card because there is no counter</string>
|
||
<string name="error_data_cannot_be_written">The data cannot be written to the card</string>
|
||
<string name="error_missing_issuer_public_key">The issuer public key is missing</string>
|
||
<string name="error_user_cancelled">The user cancelled the operation</string>
|
||
<string name="error_busy">The CardSession is running a command. Please wait and try again</string>
|
||
<string name="error_wrong_card_number">You tapped a different card. Please match the in-app Card ID to the your physical Card ID to continue this process.</string>
|
||
<string name="error_wrong_card_type">This card is configured for a different app. Please see the information on your card and download the related app.</string>
|
||
<string name="error_card_error">Your card is missing essential data</string>
|
||
</resources> |