VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/Translations
AgeCommit message (Collapse)AuthorFilesLines
2023-06-25Update language XML files with new Expander entriesMounir IDRASSI41-0/+1271
2023-06-25Update Polish translation (#1122)Matthaiks1-2/+2
2023-06-25Windows: Better language localization support for Expander.Mounir IDRASSI41-0/+82
More work is needed to localize remaining string resources
2023-06-23Update Corsican translation on 2023-06 (5th) (#1117)Patriccollu1-2/+3
2023-06-23Update Language.zh-cn.xml (#1114)nkh04721-0/+1
for commit bb55343f635cdda4f62c998b269c88cb9df384ec
2023-06-22Update Language.zh-cn.xml (#1113)nkh04721-1/+1
2023-06-21Update Corsican translation on 2023-06 (4th) (#1112)Patriccollu1-10/+7
2023-06-21Update Polish translation (#1111)Matthaiks1-1/+1
2023-06-20Windows: Allow selecting size unit (KB/MB/GB) for generated keyfilesMounir IDRASSI41-82/+82
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-10Update Language.nl.xml (#1099)Thomas De Rocker1-1/+1
2023-06-10Translations: restore lost change in Language.fr.xml. Translate two strings.Mounir IDRASSI1-1/+3
2023-06-10Update Language.zh-cn.xml (#1098)nkh04721-2/+2
for commit 5e4e2e0483436031edfd525215110f6229ac406d
2023-06-10Update Corsican translation on 2023-06 (3rd) (#1097)Patriccollu1-2/+4
2023-06-05Update Language.de.xml (#1096)Mr-Update1-4/+4
- Translation completed
2023-06-04Increment version to 1.26.2. Update Release NotesMounir IDRASSI41-46/+44
2023-06-04Update Polish translation (#1093)Matthaiks1-1/+1
2023-06-02Update Corsican translation on 2023-06 (2nd) (#1092)Patriccollu1-2/+3
2023-06-02Windows: Add dropdown menu to Mount button to allow mounting without cacheMounir IDRASSI40-0/+40
2023-06-02Update Language.nl.xml (#1091)Thomas De Rocker1-1/+1
2023-06-02Update Corsican translation on 2023-06 (#1090)Patriccollu1-2/+3
2023-06-02Update Polish translation (#1089)Matthaiks1-1/+1
2023-06-01Fix issues launching fsck via terminal on Linux (#1086)Jertzukka41-37/+78
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-31Format Corsican localization XML file (#1087)Patriccollu1-1612/+1613
2023-05-29Update Corsican translation on 2023-05 (#1085)Patriccollu1-509/+524
* Update Corsican translation on 2023-05 * Update Corsican translation on 2023-05
2023-05-25Update Polish translation (#1076)Matthaiks1-14/+14
2023-05-25Update Language.nl.xml (#1075)Thomas De Rocker1-17/+16
* Update Language.nl.xml Add new translations, update/edit some existing translations * Update Language.nl.xml * Update Language.nl.xml
2023-05-25Update Language.ko.xml (#1067)BaekMu1-22/+22
- New translations for commit https://github.com/veracrypt/VeraCrypt/commit/8072207eb6ad0783a4e2c54addc4b3196738029e - Fix the wrong part
2023-05-20Update Language.zh-cn.xml to remove unused string after revert of newsysenc ↵Mounir IDRASSI1-47/+0
commit
2023-05-20Update Language.nl.xml to fix format of some entries and remove strings that ↵Mounir IDRASSI1-64/+8
don't exist anymore after revert of sysenc commit
2023-05-20 Update Language.zh-cn.xml and replace PR #817 (#1065)nkh04721-9/+9
* Solve conflicts, and apply PR #817 Co-authored-by: lifansama <lifansama@users.noreply.github.com> * Update Language.zh-cn.xml translation for commit 8072207 --------- Co-authored-by: lifansama <lifansama@users.noreply.github.com>
2023-05-19Update Language.zh-cn.xml (#961)nkh04721-142/+190
* Update Language.zh-cn.xml For commit c0ff7a7c521b1d658316d9a177383ab0c403007a and pull #957 * Optimize the use of quotation marks use Chinese standardized quotation marks (“”) instead of unusual white lenticular bracket (〖〗) * Unified the translation of RESCUE_DISK * Optimize the use of quotation marks use Chinese standardized quotation marks (“”) to replace other unusual usage of non-standardized quotation marks * improve "SYSENC_INFO_2" translation thanks to @ZhanYF in https://github.com/veracrypt/VeraCrypt/pull/961#pullrequestreview-1190980437 * improve "IDC_LINK_HASH_INFO" translation thanks to @ZhanYF in veracrypt#961 (review) * Update Language.zh-cn.xml -unified the translation of "hash" -improve "DECOY_OS_INSTRUCTIONS_PORTION_10" translation
2023-05-19Update Language.nl.xml (#967)Thomas De Rocker1-15/+62
2023-05-19Update Language.fr.xml (#1022)rigwild1-2/+2
2023-05-18Add a new LangString 'LINUX_VOL_MOUNTED' to show when volume mounted. Fixes ↵Jertzukka41-0/+41
(#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-27Update Language.zh-cn.xml (#914)nkh04721-1/+1
2022-03-27Update Corsican translation for commit 5383190 (#913)Patriccollu1-2/+2
2022-03-21Language Translations files: update polish translationMounir IDRASSI1-1/+1
2022-03-21Language XML files: Add newly added entry to the XML files of supported ↵Mounir IDRASSI41-0/+41
languages
2022-03-21Increment version to 1.26 and update windows driver and MBR bootloader filesMounir IDRASSI41-41/+41
2022-03-21Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-243/+243
2022-03-07Creating Language.co.xml for Corsican (#905)Patriccollu1-0/+1613
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 IDRASSI40-131/+131
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-13Language XML files: Update French translationMounir IDRASSI1-92/+92
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>