diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-12-19 00:38:56 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-12-19 00:41:37 +0100 |
commit | 1967bd862eaa5130260a7d7beea9657778718c31 (patch) | |
tree | e451e2d899e2b6f0ffb7ca3beaa795d42de9497e /src/Common/Language.xml | |
parent | 6abc59acd204ce59f53b218cafc01ced955695cd (diff) | |
download | VeraCrypt-1967bd862eaa5130260a7d7beea9657778718c31.tar.gz VeraCrypt-1967bd862eaa5130260a7d7beea9657778718c31.zip |
Windows: Add mount option that allows mounting a volume without attaching it to the specified drive letter. This is useful in situation where Windows has issue with the filesystem (e.g. ReFS on Windows 10 1809) and we need to use third party software to be able to use the filesystem under Windows through low level VeraCrypt virtual device (e.g. \Device\VeraCryptVolumeX).
Diffstat (limited to 'src/Common/Language.xml')
-rw-r--r-- | src/Common/Language.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/Language.xml b/src/Common/Language.xml index 88b5e0fd..5fc4ce7d 100644 --- a/src/Common/Language.xml +++ b/src/Common/Language.xml @@ -1427,6 +1427,8 @@ <entry lang="en" key="VOLUME_TOO_LARGE_FOR_HOST">ERROR: The size of the file container is larger than the available free space on disk.</entry> <entry lang="en" key="IDC_ALLOW_WINDOWS_DEFRAG">Allow Windows Disk Defragmenter to defragment non-system partition/drive</entry> <entry lang="en" key="CONFIRM_ALLOW_WINDOWS_DEFRAG">WARNING: Defragmenting non-system partitions/drives may leak metadata about their content or cause issues with hidden volumes they may contain.\n\nContinue?</entry> + <entry lang="en" key="VIRTUAL_DEVICE">Virtual Device</entry> + <entry lang="en" key="MOUNTED_VOLUME_NOT_ASSOCIATED">The selected mounted volume is not associated with its drive letter in Windows and so it can not be opened in Windows Explorer.</entry> </localization> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="VeraCrypt"> |