VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Language.xml
AgeCommit message (Collapse)AuthorFilesLines
2022-08-25New sys enc wizard (#957)SysEncWizardPR957Felix Reichmann1-14/+62
* New VeraCrypt interface (for system encryption) with improved usability * System Encryption: translate password to US keyboard layout + improved new interface * Windows: Fix build error following merge * Windows: Remove unused variable * Windows: Add missing string in Language.xml * Windows: fix buffer overrun caused by wrong use of wmemset * Do not delete password file Since the file is only available in \Release\Setup Files\ it would be fully deleted after running this script the first time. * Correct return code Originally the function would have always returned the return-code 1 resulting that the user is not able to change the location for the rescue zip. * Added hint for sysenc Added a hint why the field for repeating the password is initially greyed out within the system encryption. * Corrected spelling mistake Corrected spelling mistake * Removed not working copy job The file to be copied was stored at the source location. Therefore the copyjob will not work. Instead the file is already in the target folder. * Removed RIPEMD-160 from Product64.wxs See commit from 21.03.2022 * Added german translation for new interface * Fixed PIM bug * Corrected translation file based on the guidelines within the pull request * Fixing merge conflicts * Fixed Compiling issues. Reverted keyboard translation * Removed artifacts of password translation * Corrected language.xml * Fixed order within german language file * Corrected positions Co-authored-by: Bruna2803 <bruna.radeljak@hotmail.com> Co-authored-by: felixreichmann <30237956+felixreichmann@users.noreply.github.com> Co-authored-by: Mounir IDRASSI <mounir.idrassi@idrix.fr>
2022-03-21Windows: Block upgrade of VeraCrypt is the system is encrypted using ↵Mounir IDRASSI1-0/+1
RIPEMD-160 or GOST89 since they are not supported anymore.
2021-11-28Language XML files: Fix wrong reference to VeraCrypt 6.0 which actually ↵Mounir IDRASSI1-1/+1
should be TrueCrypt 6.0
2021-09-21Linux/macOS: Add CLI switch (--size=max) and UI option to give a file ↵Mounir IDRASSI1-0/+1
container all available free space. This commit also makes --size switch accept KiB/MiB/GiB/TiB prefixes and adds TiB choice in UI.
2021-09-05Windows: Block installation with exe installer if VeraCrypt was already ↵Mounir IDRASSI1-0/+1
installed using MSI package
2021-08-21Language XML files: remove duplicated entry and fix MOUNT_POINT entryMounir IDRASSI1-1/+0
2021-08-21Language.xml: remove wrong character from MOUNT_POINT entryMounir IDRASSI1-1/+1
2021-02-21interface: add keyboard shortcut to "TrueCrypt mode" in the mount dialog (#729)alt3r 3go1-1/+1
I've also updated all the relevant language files. Closes #95. Signed-off-by: alt3r 3go <alt3r.3go@protonmail.com>
2020-12-13Fix invalid escape sequence in Language.xmlMounir IDRASSI1-1/+1
2020-12-13Language Translations: fix invalid escape sequence in XML filesMounir IDRASSI1-1/+1
2020-12-11Make the expression clearer. (#705)nkh04721-2/+2
Distinguish between the number of logical and physical processors.
2020-12-11new xml Tag for en and de (#708)T-Bonhagen1-0/+120
* new xml Tag for en and de * add linux support for env LANG * precopiled header into TrueCrypt.fdp to substitute '_()' with 'LangString[]' * more LangString in Code * add Language xml's to Linux Setup location * backup language for linux is en * remove Language.en.xml install * rearange new xml lines to end * yes/no dialogs now translated * All OK/Cancel Button now support international Co-authored-by: tb@tbon.de <tb@tbon.de>
2020-08-06Windows: Display warning message with correct maximum length value when ↵Mounir IDRASSI1-3/+3
password is truncated
2020-07-21Windows Setup: Warn about Fast Startup during install if it is enabled and ↵Mounir IDRASSI1-0/+1
propose to disable it at the end of the installation.
2020-07-21Windows: Implement detection of Hibernate and Fast Startup and disable them ↵Mounir IDRASSI1-0/+1
if RAM encryption is activated.
2020-07-08Windows: Add UI options to control the behavior of automatic bootloader ↵Mounir IDRASSI1-0/+4
fixing when System Encryption used.
2020-07-02Windows: Don't allow to encrypt the system drive if it is already encrypted ↵Mounir IDRASSI1-0/+1
by BitLocker
2020-06-26Update Language.xml (#645)Thomas De Rocker1-1/+1
fix typo
2020-06-23Windows: Don't allow Hidden volume to have the same password, PIM and ↵Mounir IDRASSI1-0/+1
keyfiles as Outer volume
2019-11-04Linux/MacOSX: Add switch to force the use of legacy maximum password length ↵Mounir IDRASSI1-0/+1
(64 UTF8 bytes) The switch is --legacy-password-maxlength
2019-11-02Start following IEEE 1541 agreed naming of bytes (#532)Meteor0id1-45/+45
* Start following IEEE 1541 agreed naming of bytes This standard exists to prevent any confusion about the actual number of bytes. It has been agreed on by experts and is being used more widespead these day. Let's start properly naming the number of bytes, which is absolutely important in disk encryption software. * Update LanguageStrings.cpp * Update UserInterface.cpp * kibibyte instead of kilobyte * kibibyte instead of kilobyte * MiB instead of MB * undo accidental deletions Odd indeed that two random lines were deleted in a previous commit. Probably happened when using a keyboard shortcut while editing the file. This fixes the issue. * Mb to Mib
2019-09-25Windows: Add two missing UI strings to XML translation files so that they ↵Mounir IDRASSI1-0/+2
can be localized correctly
2019-03-03Windows: Add missing UI string to XML language files.Mounir IDRASSI1-0/+1
2019-03-03Windows: Add option to use legacy maximum password length (64 characters) ↵Mounir IDRASSI1-0/+1
instead of new maximum length (128) in UI and command line. This will users who were relying on the UI truncating the passwords to the first 64 characters in the previous versions of VeraCrypt.
2019-02-08Windows: Add option to enable use of CPU RDRAND/RDSEED as source of entropy ↵Mounir IDRASSI1-0/+1
which is now disabled by default
2019-01-28Increase password maximum length to 128 bytes from 64 bytesMounir IDRASSI1-5/+5
2019-01-15Windows: enhancements to EFI system encryption, like handling of Multi-Boot ↵Mounir IDRASSI1-0/+1
and better compatibility with Windows Upgrade process.
2019-01-14Windows: Implement feature that enables clearing of encryption keys when a ↵Mounir IDRASSI1-0/+2
new device is inserted. Better implementation for update of EFI bootloader without usage of drive letters (this can fix random issues encountered during Windows upgrade).
2018-12-19Windows: Add mount option that allows mounting a volume without attaching it ↵Mounir IDRASSI1-0/+2
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).
2018-08-24Windows: implement a driver configuration option to explicitly allow ↵Mounir IDRASSI1-3/+5
defragmenting non-système disques by Windows built-in defragmenter tool.
2018-08-24Windows: Add check on size of file container to ensure it's smaller than ↵Mounir IDRASSI1-0/+1
available free space on disk when this is required.
2018-08-12Windows Installer: implement language selection mechanism at the start of ↵Mounir IDRASSI1-0/+1
the installer to make easier for international users.
2018-08-07Windows: Display a balloon tip warning or error message when the value ↵Mounir IDRASSI1-0/+2
pasted to password field is truncated or when there is no room for additional characters because of maximum password length reached
2018-04-23Windows: Don't start EFI system encryption process if SecureBoot is enabled ↵Mounir IDRASSI1-0/+1
and VeraCrypt-DCS custom keys were not loaded in the machine firmware.
2018-04-23Windows: Fix system encryption issues on machines that always force booting ↵Mounir IDRASSI1-0/+1
on Microsoft bootloader (e.g. HP).
2018-03-30Simplify format of XML language files to make it easy to integrate in ↵Mounir IDRASSI1-1429/+1414
collaborative translation platforms (e.g. Transifex).
2018-03-20XML Languages files: remove unused entry.Mounir IDRASSI1-1/+0
2018-03-12Language XML file: remove unused text entry.Mounir IDRASSI1-1/+0
2018-03-05Windows: Replace the text "TRIM operation" by "TRIM command" in UI and ↵Mounir IDRASSI1-1/+1
translations for better consistency.
2018-03-05Windows: Add option to block TRIM command on system encryption SSD drives.Mounir IDRASSI1-0/+1
2018-03-05XML Languages files: Add translation entry for non-system TRIM configurationMounir IDRASSI1-0/+1
2017-07-23Windows: display notice about creating new Rescue Disk at first boot after ↵Mounir IDRASSI1-0/+1
upgrade.
2017-06-09Windows: Enhancements to EFI System Information dialogMounir IDRASSI1-0/+1
2017-06-08Windows: Validate XML format of EFI DcsProp after user editing and before ↵Mounir IDRASSI1-0/+6
writing it to disk. Enhance UI handling of DcsProp editing and PlatformInfo display.
2017-05-28Windows: add support for ReFS on Windows 10 when creating normal volumes.Mounir IDRASSI1-7/+8
2017-05-15Replace Codeplex links by ones on veracrypt.frMounir IDRASSI1-2/+2
2016-12-30Windows: Implement Secure Desktop for password entry. Add option and command ↵Mounir IDRASSI1-0/+1
line switch to activate it.
2016-12-08Windows: use "Temporarily" instead of "Temporary" in the text of a ↵Mounir IDRASSI1-1/+1
preference option
2016-08-15Windows: Implement Rescue Disk support for EFI system encryptionMounir IDRASSI1-5/+12
2016-08-15Windows: Implement support for EFI system encryption in Windows GUI.Mounir IDRASSI1-1/+4