VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/Translations/Language.de.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-12-11Update Language.de.xml (#1262)Mr-Update1-2/+2
2023-11-19Linux/FreeBSD/macOS: Implement language selection settings (#1253)Jertzukka1-0/+3
* Implement Language selection into settings Initial commit to create a new tab in PreferencesNotebook for Language selection. By default, if nothing is chosen, it uses the current behaviour of using the language from system environment variables. If another language is chosen from the settings, it is saved into the Configuration.xml and this is used instead. * Fix SetStringSelection() assert issue on macOS * Add header include to fix build * Add current language pack, authors and way to use literal strings * Translations also for FreeBSD * Minimal GTK3 WX build on FreeBSD requires wxGraphicsContext * Get Preferences properly instead of workaround function * Use WrapSizer instead of BoxSizer for author line This forces long author lists to be put on a new line, reducing the need to increase window width. * Update Finnish translation * Borrow translation from IDM_LANGUAGE where it makes sense * Remove colon and thus unneeded function * Simplify Language tab layout * Reintroduce macOS specific fixes to Forms.cpp * cleanup
2023-11-09Increment version to 1.26.10. Update signed Windows drivers.Mounir IDRASSI1-1/+1
2023-10-11Increment version to 1.26.9Mounir IDRASSI1-1/+1
2023-10-10Increment version to 1.26.8Mounir IDRASSI1-1/+1
2023-09-30Increment version to 1.26.7. Set release date to October 1st. Update Windows ↵Mounir IDRASSI1-1/+1
signed driver files.
2023-09-27Update Language.de.xml (#1213)Mr-Update1-2/+2
2023-09-24Windows: Add tooltip message and help button for new option to disable ↵Mounir IDRASSI1-1/+2
memory protection Also a dedicated page in the documentation was added for it.
2023-09-22Update Language.de.xml (#1207)Mr-Update1-2/+2
2023-09-21Update Release Notes. Increment version to 1.26.6.Mounir IDRASSI1-1/+1
2023-09-21Translations: Add newly added string entry IDC_DISABLE_MEMORY_PROTECTIONMounir IDRASSI1-0/+1
2023-09-10Translations: Add new field IDC_LINK_KEYFILES_EXTENSIONS_WARNING to language ↵Mounir IDRASSI1-0/+1
files
2023-09-06Windows: remove recommendation of keyfiles files extensions and update ↵Mounir IDRASSI1-1/+1
documentation to mention risks of third-party file extensions. This commit also adds red color to the warning text about keyfiles in keyfiles dialogs.
2023-08-16Update Language.de.xml (#1176)Mr-Update1-1/+1
2023-08-14Increment version to 1.26.5. Update signed Windows drivers.Mounir IDRASSI1-1/+1
2023-08-14Translations: Add new entry "PARTIAL_SYSENC_MOUNT_READONLY"Mounir IDRASSI1-0/+1
2023-07-24Update Language.de.xml (#1158)Mr-Update1-8/+8
2023-07-23XML Language files: remove \r from new entries as it is automatically added ↵Mounir IDRASSI1-7/+7
by code
2023-07-23Translations: Add new entries. update Russian XML file by Dmitry Yerokhin. ↵Mounir IDRASSI1-1/+9
Increment version to 1.26.4
2023-07-06Update Language.de.xml (#1148)Mr-Update1-59/+59
- Translation completed - Salutation pronouns corrected
2023-07-01Windows: Fix formatting issue during volume creation by using /Y for ↵Mounir IDRASSI1-0/+2
format.com and specifying removal parameter in FormatEx The usage of /Y parameter in format.com simplifies the logic and makes the code robust since we don't need to send \n to the format.com process. Specifying RemovableMedia parameter to FormatEx fixes its failure in Windows 10 and later to perform quick format. This is also more adequate since we are mounting the volume as removable media for the formatting process. We also add better error management in order to display adequate error message to the user in case of failure
2023-06-30Increment version to 1.26.3 in XML language filesMounir IDRASSI1-1/+1
2023-06-29Translations: Add new messages related to EMV to XML filesMounir IDRASSI1-0/+13
2023-06-28Windows: Add comboxbox to Format wizard to choose ↵Mounir IDRASSI1-0/+3
QuickFormat/FastCreate/FullFormat This required changes to internal logic and addition of new UI strings
2023-06-27Translations: Add new messages to XML files where it was missingMounir IDRASSI1-0/+1
2023-06-25Update language XML files with new Expander entriesMounir IDRASSI1-0/+31
2023-06-25Windows: Better language localization support for Expander.Mounir IDRASSI1-0/+2
More work is needed to localize remaining string resources
2023-06-20Windows: Allow selecting size unit (KB/MB/GB) for generated keyfilesMounir IDRASSI1-2/+2
This change also makes it possible to generate keyfiles larger than 1 MiB although only the first 1 MiB will be taken into account by VeraCrypt. Update strings in XML files
2023-06-05Update Language.de.xml (#1096)Mr-Update1-4/+4
- Translation completed
2023-06-04Increment version to 1.26.2. Update Release NotesMounir IDRASSI1-1/+1
2023-06-02Windows: Add dropdown menu to Mount button to allow mounting without cacheMounir IDRASSI1-0/+1
2023-06-01Fix issues launching fsck via terminal on Linux (#1086)Jertzukka1-1/+2
Currently on a system without xterm or konsole (like fresh Ubuntu install) the fsck check will not launch. Added gnome-terminal as an alternative and fixed an issue where konsole will always error out as --title and --caption are no longer valid arguments. Previously the error message was simply "xterm not found", so new LangString LINUX_EX2MSG_TERMINALNOTFOUND was added to let the user knows which programs they need to get the feature working.
2023-05-18Add a new LangString 'LINUX_VOL_MOUNTED' to show when volume mounted. Fixes ↵Jertzukka1-0/+1
(#1029) the issue of 'LINUX_VOL_DISMOUNTED' being shown even when not dismounting.
2022-12-11Revert "New sys enc wizard (#957)"Mounir IDRASSI1-59/+14
This reverts commit c0ff7a7c521b1d658316d9a177383ab0c403007a.
2022-08-25New sys enc wizard (#957)SysEncWizardPR957Felix Reichmann1-14/+59
* 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-21Language XML files: Add newly added entry to the XML files of supported ↵Mounir IDRASSI1-0/+1
languages
2022-03-21Increment version to 1.26 and update windows driver and MBR bootloader filesMounir IDRASSI1-1/+1
2022-03-07Update Language.de.xml (#899)Mr-Update1-414/+414
- Correct typos - Translation improved
2022-02-20Update Language.de.xml (#898)VeraCrypt_1.25.9Mr-Update1-300/+300
- Correct typos - Translation improved
2022-02-19Increment version to 1.25.9 and update Release Notes.Mounir IDRASSI1-1/+1
2022-02-18Update Language.de.xml (#893)Mr-Update1-101/+101
* Update Language.de.xml - Correct typos - Translation improved * Update Language.de.xml I corrected it.
2022-02-13Update Language.de.xml (#891)Mr-Update1-90/+90
2022-02-10Update Language.de.xml (#890)Mr-Update1-105/+105
* Update Language.de.xml - Correct typos - Translation improved * Update Translations/Language.de.xml Co-authored-by: Andreas Becker <andreas-becker@users.noreply.github.com> * Update Language.de.xml * Update Language.de.xml Co-authored-by: Andreas Becker <andreas-becker@users.noreply.github.com>
2022-02-05Increment version to 1.25.8Mounir IDRASSI1-1/+1
2022-01-07Increment version to 1.25.7 and update Release NotesMounir IDRASSI1-1/+1
2021-12-27Increment version to 1.25.6. Update Release Notes and add signed Windows driver.Mounir IDRASSI1-1/+1
2021-12-20Increment version to 1.25.5 and update release notesMounir IDRASSI1-1/+1
2021-11-30Increment version to 1.25.4 and set release date to December 3rd 2021Mounir IDRASSI1-1/+1
2021-11-28Add keyboard shortcut to "TrueCrypt mode" in the mount dialog in German ↵Atalanttore1-1/+1
translation
2021-11-28Fix wrong reference (#853)Ettore Atalan1-1/+1
Fix wrong reference to VeraCrypt 1.0 in German translation.