diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-09 17:21:30 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-09 17:23:40 +0200 |
commit | 0539a49c663c13982b4e5b461ab22675df46688b (patch) | |
tree | 3913c7dd54ceccc365610be53e9aada73bbb7ff8 /Translations/Language.ca.xml | |
parent | 064982c2017dccac81fb4e4c9c195ecc1cd15e26 (diff) | |
download | VeraCrypt-0539a49c663c13982b4e5b461ab22675df46688b.tar.gz VeraCrypt-0539a49c663c13982b4e5b461ab22675df46688b.zip |
Language XML files: Add new fields.
Diffstat (limited to 'Translations/Language.ca.xml')
-rw-r--r-- | Translations/Language.ca.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Translations/Language.ca.xml b/Translations/Language.ca.xml index 1fc6ab4e..16dfba5e 100644 --- a/Translations/Language.ca.xml +++ b/Translations/Language.ca.xml @@ -1414,6 +1414,14 @@ <string lang="en" key="RESCUE_DISK_EFI_NON_WIZARD_CHECK_FAILED">Cannot verify that the Rescue Disk has been correctly extracted.\n\nIf you have extracted the Rescue Disk image to a USB stick, please eject it and reinsert it; then try again. If this does not help, please try other ZIP software and/or medium.\n\nIf you attempted to verify a VeraCrypt Rescue Disk created for a different master key, password, salt, etc., please note that such Rescue Disk will always fail this verification. To create a new Rescue Disk fully compatible with your current configuration, select 'System' > 'Create Rescue Disk'.</string> <string lang="en" key="RESCUE_DISK_EFI_NON_WIZARD_CREATION">The Rescue Disk image has been created and stored in this file:\n%s\n\nNow you need to extract the Rescue Disk image to a USB stick that is formatted as FAT/FAT32.\n\nIMPORTANT: Note that the zip file must be extracted directly to the root of the USB stick. For example, if the drive letter of the USB stick is E: then extracting the zip file should create a folder E:\\EFI on the USB stick.\n\nAfter you create the Rescue Disk, select 'System' > 'Verify Rescue Disk' to verify that it has been correctly created.</string> <control lang="en" key="IDC_SECURE_DESKTOP_PASSWORD_ENTRY">Use Secure Desktop for password entry</control> + <string lang="en" key="ERR_REFS_INVALID_VOLUME_SIZE">The volume file size specified in the command line is incompatible with selected ReFS filesystem.</string> + <control lang="en" key="IDC_EDIT_DCSPROP">Edit Boot Loader Configuration</control> + <control lang="en" key="IDC_SHOW_PLATFORMINFO">Display EFI Platform Information</control> + <string lang="en" key="BOOT_LOADER_CONFIGURATION_FILE">Boot Loader Configuration File</string> + <string lang="en" key="EFI_PLATFORM_INFORMATION">EFI Platform Information</string> + <string lang="en" key="EDIT_DCSPROP_FOR_ADVANCED_ONLY">WARNING: Inexperienced users should never attempt to manually edit boot loader configurations.\n\nContinue?</string> + <string lang="en" key="DCSPROP_XML_VALIDATION_FAILED">WARNING: Failed to validate the XML format of the Boot Loader configuration. Please check your modifications.</string> + <control lang="en" key="IDT_ADVANCED_OPTIONS">Advanced Options</control> </localization> <!-- XML Schema --> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |