diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-06-29 21:30:40 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-06-29 21:30:40 +0200 |
commit | b750c67810721eea89947ac9cd1d47ab185c9ebb (patch) | |
tree | aa4f9bc6f5cfce1d387a2e35b5db418791366a29 /Translations/Language.id.xml | |
parent | 364f3be41bcd21ac351df061408102b034862dae (diff) | |
download | VeraCrypt-b750c67810721eea89947ac9cd1d47ab185c9ebb.tar.gz VeraCrypt-b750c67810721eea89947ac9cd1d47ab185c9ebb.zip |
Translations: Add new messages related to EMV to XML files
Diffstat (limited to 'Translations/Language.id.xml')
-rw-r--r-- | Translations/Language.id.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Translations/Language.id.xml b/Translations/Language.id.xml index 3d64deb4..99aacce3 100644 --- a/Translations/Language.id.xml +++ b/Translations/Language.id.xml @@ -1608,6 +1608,19 @@ <entry lang="en" key="FULL_FORMAT">Full Format</entry> <entry lang="en" key="FAST_CREATE">Fast Create</entry> <entry lang="en" key="WARN_FAST_CREATE">WARNING: You should use Fast Create only in the following cases:\n\n1) The device contains no sensitive data and you do not need plausible deniability.\n2) The device has already been securely and fully encrypted.\n\nAre you sure you want to use Fast Create?</entry> + <entry lang="en" key="IDC_ENABLE_EMV_SUPPORT">Enable EMV Support</entry> + <entry lang="en" key="COMMAND_APDU_INVALID">The APDU command sent to the card is not valid.</entry> + <entry lang="en" key="EXTENDED_APDU_UNSUPPORTED">Extended APDU commands cannot be used with the current token.</entry> + <entry lang="en" key="SCARD_MODULE_INIT_FAILED">Error when loading the WinSCard / PCSC library.</entry> + <entry lang="en" key="EMV_UNKNOWN_CARD_TYPE">The card in the reader is not a supported EMV card.</entry> + <entry lang="en" key="EMV_SELECT_AID_FAILED">The AID of the card in the reader could not be selected.</entry> + <entry lang="en" key="EMV_ICC_CERT_NOTFOUND">ICC Public Key Certificate was not found in the card.</entry> + <entry lang="en" key="EMV_ISSUER_CERT_NOTFOUND">Issuer Public Key Certificate was not found in the card.</entry> + <entry lang="en" key="EMV_CPLC_NOTFOUND">CLPC was not found in the EMV card.</entry> + <entry lang="en" key="EMV_PAN_NOTFOUND">No Primary Account Number (PAN) found in the EMV card.</entry> + <entry lang="en" key="INVALID_EMV_PATH">EMV path is invalid.</entry> + <entry lang="en" key="EMV_KEYFILE_DATA_NOTFOUND">Unable to build a keyfile from the EMV card's data.\n\nOne of the following is missing:\n- ICC Public Key Certificate.\n- Issuer Public Key Certificate.\n- CPCL data.</entry> + <entry lang="en" key="SCARD_W_REMOVED_CARD">No card in the reader.\n\nPlease make sure the card is correctly slotted.</entry> </localization> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="VeraCrypt"> |