Commit Graph

427 Commits

Author SHA1 Message Date
Mr-Update
a3ddcbd256
Update Language.de.xml (#1148)
- Translation completed
- Salutation pronouns corrected
2023-07-06 11:02:32 +09:00
Patriccollu
e28de414e0
Update Corsican translation on 2023-07 (#1140) 2023-07-01 22:38:52 +02:00
Matthaiks
63d6ec374a
Update Polish translation (#1139) 2023-07-01 22:38:40 +02:00
Mounir IDRASSI
0bfed6553d
Windows: Fix formatting issue during volume creation by using /Y for 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-07-01 15:16:46 +02:00
Matthaiks
4defec4aeb
Update Polish translation (#1137) 2023-06-30 01:13:37 +02:00
Mounir IDRASSI
14eef978ad
Increment version to 1.26.3 in XML language files 2023-06-30 00:35:48 +02:00
Mounir IDRASSI
b750c67810
Translations: Add new messages related to EMV to XML files 2023-06-29 21:30:40 +02:00
Patriccollu
a2bc852c4d
Update Corsican translation on 2023-06 (7th) (#1135) 2023-06-29 20:39:27 +02:00
Matthaiks
f4e109afcf
Update Polish translation (#1132) 2023-06-28 20:44:02 +02:00
Dr-Jordi-W
166bf8a67f
Update Language.fr.xml (#1130)
French translation for the ADMIN_PRIVILEGES_WARN_MANAGE_VOLUME key
2023-06-28 20:17:59 +02:00
Mounir IDRASSI
47c081792c
Windows: Add comboxbox to Format wizard to choose QuickFormat/FastCreate/FullFormat
This required changes to internal logic and addition of new UI strings
2023-06-28 18:12:17 +02:00
Matthaiks
db12703e9b
Update Polish translation (#1129) 2023-06-27 17:48:46 +02:00
Mounir IDRASSI
9836fdccd9
Translations: Add new messages to XML files where it was missing 2023-06-27 15:40:38 +02:00
Thomas De Rocker
72fa43662c
Update Language.nl.xml (#1125) 2023-06-27 15:25:28 +02:00
Patriccollu
9a3fd52062
Update Corsican translation on 2023-06 (6th) (#1124) 2023-06-25 23:05:15 +02:00
Matthaiks
49af509deb
Update Polish translation (#1123) 2023-06-25 23:04:20 +02:00
Mounir IDRASSI
83064d6cec
Update language XML files with new Expander entries 2023-06-25 18:30:20 +02:00
Matthaiks
aff54ffcba
Update Polish translation (#1122) 2023-06-25 09:08:39 +02:00
Mounir IDRASSI
394ed5d867
Windows: Better language localization support for Expander.
More work is needed to localize remaining string resources
2023-06-25 00:41:02 +02:00
Patriccollu
9e1c0e5b22
Update Corsican translation on 2023-06 (5th) (#1117) 2023-06-23 20:53:49 +02:00
nkh0472
c6a3902538
Update Language.zh-cn.xml (#1114)
for commit bb55343f63
2023-06-23 20:53:06 +02:00
nkh0472
d4ae2ce893
Update Language.zh-cn.xml (#1113) 2023-06-22 23:11:46 +02:00
Patriccollu
1afa81eef9
Update Corsican translation on 2023-06 (4th) (#1112) 2023-06-21 17:13:01 +02:00
Matthaiks
3c25fbdc79
Update Polish translation (#1111) 2023-06-21 09:31:41 +02:00
Mounir IDRASSI
fbb1d18034
Windows: Allow selecting size unit (KB/MB/GB) for generated keyfiles
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-20 23:15:46 +02:00
Thomas De Rocker
569e7b91ab
Update Language.nl.xml (#1099) 2023-06-10 01:08:55 +02:00
Mounir IDRASSI
9ad75aaa0f
Translations: restore lost change in Language.fr.xml. Translate two strings. 2023-06-10 00:51:33 +02:00
nkh0472
b18a392177
Update Language.zh-cn.xml (#1098)
for commit 5e4e2e0483
2023-06-10 00:36:26 +02:00
Patriccollu
1a12f5892b
Update Corsican translation on 2023-06 (3rd) (#1097) 2023-06-10 00:31:20 +02:00
Mr-Update
e328d38bfe
Update Language.de.xml (#1096)
- Translation completed
2023-06-05 00:08:59 +02:00
Mounir IDRASSI
9086232d17
Increment version to 1.26.2. Update Release Notes 2023-06-04 17:17:54 +02:00
Matthaiks
3c68349a39
Update Polish translation (#1093) 2023-06-04 11:26:28 +02:00
Patriccollu
b73642ccc0
Update Corsican translation on 2023-06 (2nd) (#1092) 2023-06-02 22:54:57 +02:00
Mounir IDRASSI
5e4e2e0483
Windows: Add dropdown menu to Mount button to allow mounting without cache 2023-06-02 09:39:14 +02:00
Thomas De Rocker
40b17cca0a
Update Language.nl.xml (#1091) 2023-06-02 00:27:46 +02:00
Patriccollu
ae32f13b00
Update Corsican translation on 2023-06 (#1090) 2023-06-02 00:23:01 +02:00
Matthaiks
19e2c33347
Update Polish translation (#1089) 2023-06-02 00:13:22 +02:00
Jertzukka
6ced991d98
Fix issues launching fsck via terminal on Linux (#1086)
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-06-01 09:01:53 +02:00
Patriccollu
5efda52d51
Format Corsican localization XML file (#1087) 2023-05-31 23:47:53 +02:00
Patriccollu
79206e21c9
Update Corsican translation on 2023-05 (#1085)
* Update Corsican translation on 2023-05

* Update Corsican translation on 2023-05
2023-05-29 21:31:18 +02:00
Matthaiks
2ae31e5254
Update Polish translation (#1076) 2023-05-25 20:23:01 +02:00
Thomas De Rocker
3f6d12416c
Update Language.nl.xml (#1075)
* Update Language.nl.xml

Add new translations, update/edit some existing translations

* Update Language.nl.xml

* Update Language.nl.xml
2023-05-25 20:12:10 +02:00
BaekMu
5a23846248
Update Language.ko.xml (#1067)
- New translations for commit 8072207eb6
- Fix the wrong part
2023-05-25 14:11:01 +02:00
Mounir IDRASSI
76df737ae5
Update Language.zh-cn.xml to remove unused string after revert of newsysenc commit 2023-05-20 17:43:06 +02:00
Mounir IDRASSI
1f3ebcd7c6
Update Language.nl.xml to fix format of some entries and remove strings that don't exist anymore after revert of sysenc commit 2023-05-20 17:42:10 +02:00
nkh0472
ce44f959e8
Update Language.zh-cn.xml and replace PR #817 (#1065)
* 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-20 10:34:09 +02:00
nkh0472
78c878c19a
Update Language.zh-cn.xml (#961)
* Update Language.zh-cn.xml

For commit c0ff7a7c52 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-19 22:32:43 +02:00
Thomas De Rocker
78fc3db8d7
Update Language.nl.xml (#967) 2023-05-19 22:30:54 +02:00
rigwild
f3d79d1f62
Update Language.fr.xml (#1022) 2023-05-19 00:26:58 +02:00
Jertzukka
8072207eb6
Add a new LangString 'LINUX_VOL_MOUNTED' to show when volume mounted. Fixes (#1029)
the issue of 'LINUX_VOL_DISMOUNTED' being shown even when not dismounting.
2023-05-18 22:59:36 +02:00