VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/Translations/Language.co.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-12-11Update Corsican translation on 2023-11 (#1258)Patriccollu1-4/+4
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-2/+2
2023-10-11Increment version to 1.26.9Mounir IDRASSI1-2/+2
2023-10-10Increment version to 1.26.8Mounir IDRASSI1-2/+2
2023-09-30Increment version to 1.26.7. Set release date to October 1st. Update Windows ↵Mounir IDRASSI1-2/+2
signed driver files.
2023-09-25Update Corsican translation on 2023-09 (3rd) (#1211)Patriccollu1-4/+4
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-21Update Release Notes. Increment version to 1.26.6.Mounir IDRASSI1-1/+1
2023-09-20Update Corsican translation on 2023-09 (2nd) (#1203)Patriccollu1-2/+4
2023-09-10Update Corsican translation on 2023-09 (#1196)Patriccollu1-4/+6
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-14Update Corsican translation on 2023-08 (#1174)Patriccollu1-3/+3
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-31Update Corsican translation on 2023-07 (2nd) (#1162)Patriccollu1-11/+11
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/+8
Increment version to 1.26.4
2023-07-01Update Corsican translation on 2023-07 (#1140)Patriccollu1-4/+4
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-29Update Corsican translation on 2023-06 (7th) (#1135)Patriccollu1-8/+22
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-25Update Corsican translation on 2023-06 (6th) (#1124)Patriccollu1-45/+45
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-23Update Corsican translation on 2023-06 (5th) (#1117)Patriccollu1-2/+3
2023-06-21Update Corsican translation on 2023-06 (4th) (#1112)Patriccollu1-10/+7
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-10Update Corsican translation on 2023-06 (3rd) (#1097)Patriccollu1-2/+4
2023-06-04Increment version to 1.26.2. Update Release NotesMounir IDRASSI1-4/+3
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 IDRASSI1-0/+1
2023-06-02Update Corsican translation on 2023-06 (#1090)Patriccollu1-2/+3
2023-06-01Fix issues launching fsck via terminal on Linux (#1086)Jertzukka1-0/+1
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-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-03-27Update Corsican translation for commit 5383190 (#913)Patriccollu1-2/+2
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-07Creating Language.co.xml for Corsican (#905)Patriccollu1-0/+1613