diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-09-21 01:36:47 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-09-21 01:41:25 +0200 |
commit | 5e547b127f25b0d4f526fdb4126b95c4ba03c4b2 (patch) | |
tree | d44d9d200f8c8040bab0a6424e78b68596bc935b /Translations/Language.es.xml | |
parent | 635213c8264c34e65b6711694e0b2cfd7fa6a078 (diff) | |
download | VeraCrypt-5e547b127f25b0d4f526fdb4126b95c4ba03c4b2.tar.gz VeraCrypt-5e547b127f25b0d4f526fdb4126b95c4ba03c4b2.zip |
Linux/macOS: Add CLI switch (--size=max) and UI option to give a file container all available free space.
This commit also makes --size switch accept KiB/MiB/GiB/TiB prefixes and adds TiB choice in UI.
Diffstat (limited to 'Translations/Language.es.xml')
-rw-r--r-- | Translations/Language.es.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Translations/Language.es.xml b/Translations/Language.es.xml index f5328687..9c950be4 100644 --- a/Translations/Language.es.xml +++ b/Translations/Language.es.xml @@ -1566,6 +1566,7 @@ <entry lang="en" key="VOLUME_LOCATION">Volume Location</entry> <entry lang="en" key="VOLUME_HOST_IN_USE">WARNING: The host file/device {0} is already in use!\n\nIgnoring this can cause undesired results including system instability. All applications that might be using the host file/device should be closed before mounting the volume.\n\nContinue mounting?</entry> <entry lang="en" key="CANT_INSTALL_WITH_EXE_OVER_MSI">VeraCrypt was previously installed using an MSI package and so it can't be updated using the standard installer.\n\nPlease use the MSI package to update your VeraCrypt installation.</entry> + <entry lang="en" key="IDC_USE_ALL_FREE_SPACE">Use all available free space</entry> </localization> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="VeraCrypt"> |