VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
6 daysUpdated translation: pt-br. (#1306)HEADmasterDaniel Dias Rodrigues1-49/+49
* Updated translation: pt-br. * Translation pt-br fixes: MIP to PIM, period etc. * Translation pt-br: IDT_FILE_SYS, plural form.
7 daysSpanish translation file: fix minor punctuation error (double period)Mounir IDRASSI1-1/+1
7 daysFix: 7 typos (#1324)RoboSchmied3-7/+7
Signed-off-by: RoboSchmied <github@roboschmie.de>
7 daysUpdate Korean Translation (#1291)pji29181-94/+94
* Update Korean Translation Signed-off-by: pji2918 <son77391@gmail.com> * fix typo Signed-off-by: pji2918 <son77391@gmail.com> * fix minor typo Signed-off-by: pji2918 <son77391@gmail.com> * fix typo Signed-off-by: pji2918 <son77391@gmail.com> * fix typo Signed-off-by: pji2918 <son77391@gmail.com> * fix typo Signed-off-by: pji2918 <son77391@gmail.com> * fix typo Signed-off-by: pji2918 <son77391@gmail.com> * fix typo Signed-off-by: pji2918 <son77391@gmail.com> * fix typo Signed-off-by: pji2918 <son77391@gmail.com> --------- Signed-off-by: pji2918 <son77391@gmail.com>
7 daysUpdate Language.zh-cn.xml (#1315)风之暇想1-1/+1
* Update Language.zh-cn.xml 修正错误 * Update Language.zh-cn.xml
7 daysupdate zlib + copyright (#1302)DLL12514-83/+1738
7 days07Feb23-Update Language.es.xml (#1301)MayanTigger1-11/+11
7 daysCorrect exceptions to match the correct language strings (#1299)Jertzukka1-3/+3
Fixes the order of the language strings to match the correct exceptions.
8 daysUnix CLI: Don't initially re-ask PIM if it was already specified (#1288)Jertzukka1-1/+0
We don't need to reset PIM in PasswordException as it is immediately fell back to if PIM is specified in text mode, but password is not. This causes an exception that resets the PIM when it shouldn't.
8 daysUpdate Swedish translation (#1287)Jonatan1-7/+7
* Update Swedish translation Fix typos * Fix typo Fix typo * Update Swedish translation * Revert last change
2023-12-16Translations: Update Spanish translationMounir IDRASSI1-79/+79
2023-12-15Spanish Translation: fix typos and enhancementsMounir IDRASSI1-3/+3
2023-12-15Update Language.es-22Nov23.xml (#1261)MayanTigger1-10/+10
Hello: I think of there were a regression of the fields already translated. Now translated 1441, 1443 up to 1451 Have a great day!
2023-12-15Update Swedish translation (#1278)Jonatan1-1/+1
2023-12-11Update Language.zh-cn.xml (#1259)nkh04721-3/+3
2023-12-11Update Swedish translation (#1270)Jonatan1-1292/+1292
* Update Language.sv.xml * Fix typo * Fix typo * Fix typo
2023-12-11Update Corsican translation on 2023-11 (#1258)Patriccollu1-4/+4
2023-12-11Update Language.de.xml (#1262)Mr-Update1-2/+2
2023-12-11Linux: Allows GUI to launch in a Wayland-only environment (#1264)Jertzukka1-1/+1
Currently we check whether the system has DISPLAY environment variable set, which is the case in a system that uses X11 natively or XWayland. This variable is not set in a system with only Wayland, so we need to also check whether WAYLAND_DISPLAY is set. Fixes: #184
2023-12-11macOS: Use correct Disk Utility location when "check filesystem" is ran (#1273)Jertzukka1-1/+7
2023-12-11macOS: Fix near zero width PIM input box and simplify wxTextValidator logic ↵Jertzukka4-13/+8
(#1274) * macOS: Fix issue where PIM box has no width in Wizard VolumePimTextCtrl has a problem with width on macOS which we can fix by adjusting the proportions of the elements inside the PimSizer, which seems like a better solution than using a forced minimum size in pixels. Adjacent, simplifies the validator logic for digits in PIM field. Fixes #1219
2023-11-19Linux/MacOSX: put entries at line start and use tabs instead of spacesMounir IDRASSI2-94/+94
2023-11-19MacOSX: update version field in pkg project filesMounir IDRASSI2-4/+4
2023-11-19Continue update Bitcoin donation address and its QR codeMounir IDRASSI3-1/+1
2023-11-19New Bitcoin donation address since current one is affected by Randstorm ↵Mounir IDRASSI1-1/+1
vulnerability
2023-11-19Update Polish translation (#1255)Matthaiks1-2/+2
2023-11-19Translations: Add back new strings to the Turkish language file.Mounir IDRASSI1-0/+3
2023-11-19Turkish translation 1.26.10 update (#1254)Kaya Zeren1-1435/+1435
Fully reviewed and heavily updated. Copy paste Google Translations replaced by real person translations. Translation consistency improved all around. Transifex (Localization Lab Project) has older VeraCrypt resource file and needs updated latest version to use advanced translation platform features.
2023-11-19Revert changes to Language.tr.xml to allow merging Github translation PRMounir IDRASSI1-3/+0
2023-11-19Linux/FreeBSD/macOS: Implement language selection settings (#1253)Jertzukka56-91/+954
* 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-13wolfCrypt as crypto backend for VeraCrypt (#1227)lealem4736-219/+1103
* wolfCrypt as crypto backend for VeraCrypt * Refactor to use EncryptionModeWolfCryptXTS class
2023-11-13Translations: update Russian translation file and documentation by Dmitry ↵Mounir IDRASSI12-54/+94
Yerokhin.
2023-11-09Remove unneeded redundant OS name in Release NotesMounir IDRASSI2-4/+4
2023-11-09Update MBR bootloader to 1.26.10 versionMounir IDRASSI20-0/+0
2023-11-09Increment version to 1.26.10. Update signed Windows drivers.Mounir IDRASSI67-94/+102
2023-11-08Windows: Fix failure to format some disks (e.g. VHDX) caused by partition ↵Mounir IDRASSI2-11/+10
offset not 4K aligned Now we set offset to 1MB which is a typical values used for MBR disks. We also use a more standard way to calculate legacy number of cylinders
2023-11-08Linux: Fix generic installation script on Konsole in Wayland (#1244)Jertzukka2-4/+4
The x11 aliases such as --title are only available in the Qt application if the XDG_SESSION_TYPE is x11. Instead of using an alias, we can use --qwindowtitle directly.
2023-11-05Documentation: Remove Flattr as donation platform since it is shutting downMounir IDRASSI1-1/+0
2023-11-05Documentation: Mention that TRIM is not supported on macOSMounir IDRASSI2-0/+3
2023-11-05Documentation: Add more information about TRIM behavior in VeraCryptMounir IDRASSI3-7/+19
2023-11-03Documentation: Update bank account details for USD donationsMounir IDRASSI2-7/+8
2023-11-0302Nov23-Update Language.es.xml (#1241)MayanTigger1-10/+10
I'm not sure of the changes will remain, two times of I have to re do the translations. Please confirm of the translations are "as it should be".
2023-10-31Documentation: Mention default PIM values when no PIM is specifiedMounir IDRASSI1-3/+9
2023-10-31Linux: Focus PIM field when selected (#1239)Jertzukka1-0/+1
Sets focus to VolumePimTextCtrl initially when the checkbox is clicked.
2023-10-29Update Language.ro.xml (#1237)TigerxWood1-191/+191
2023-10-23Documentation: Update supported macOSX versions to remove Big Sur and add SonomaMounir IDRASSI2-2/+2
2023-10-17Update Language.zh-cn.xml (#1233)风之暇想1-5/+5
* Update Language.zh-cn.xml 修改字体为简体中文系统的默认字体:微软雅黑(Microsoft YaHei) * Update Language.zh-cn.xml 修改字体大小
2023-10-13Windows: fallback to absolute positioning if relative positioning failsMounir IDRASSI1-10/+13
This can serve as workaround if a disk rejects relative positioning for some reason.
2023-10-11Increment version to 1.26.9Mounir IDRASSI81-94/+97
2023-10-11Windows: Don't close Setup when exiting VeraCrypt process through system ↵Mounir IDRASSI1-1/+2
tray Exit menu