1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

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
This commit is contained in:
Mounir IDRASSI
2023-06-20 23:15:46 +02:00
parent 2bfeba160c
commit fbb1d18034
45 changed files with 150 additions and 109 deletions

View File

@@ -356,7 +356,7 @@
<entry lang="vi" key="IDT_KEYFILE_WARNING">CẢNH BÁO: Nếu bạn mất một tập tin khóa hoặc nếu bất cứ phần nào trong 1024 kilobytes đầu của nó thay đổi thì sẽ không thể nào nạp lên các tập đĩa nào dùng tập tin khóa được!</entry>
<entry lang="vi" key="IDT_KEY_UNIT">bits</entry>
<entry lang="vi" key="IDT_NUMBER_KEYFILES">Số tập tin khóa:</entry>
<entry lang="en" key="IDT_KEYFILES_SIZE">Keyfiles size (in Bytes):</entry>
<entry lang="en" key="IDT_KEYFILES_SIZE">Keyfiles size:</entry>
<entry lang="en" key="IDT_KEYFILES_BASE_NAME">Keyfiles base name:</entry>
<entry lang="vi" key="IDT_LANGPACK_AUTHORS">Dịch bởi:</entry>
<entry lang="vi" key="IDT_PLAINTEXT">Kích cỡ chữ thường:</entry>
@@ -938,7 +938,7 @@
<entry lang="vi" key="ENTER_HEADER_BACKUP_PASSWORD">Nhập khẩu cho phần đầu giữ trong tập tin sao lưu</entry>
<entry lang="vi" key="KEYFILE_CREATED">Keytập tin has been successfully cấu tạod.</entry>
<entry lang="en" key="KEYFILE_INCORRECT_NUMBER">The number of keyfiles you supplied is invalid.</entry>
<entry lang="en" key="KEYFILE_INCORRECT_SIZE">The keyfile size must be comprized between 64 and 1048576 bytes.</entry>
<entry lang="en" key="KEYFILE_INCORRECT_SIZE">The keyfile size must be at least 64 bytes.</entry>
<entry lang="en" key="KEYFILE_EMPTY_BASE_NAME">Please enter a name for the keyfile(s) to be generated</entry>
<entry lang="en" key="KEYFILE_INVALID_BASE_NAME">The base name of the keyfile(s) is invalid</entry>
<entry lang="en" key="KEYFILE_ALREADY_EXISTS">The keyfile '%s' already exists.\nDo you want to overwrite it? The generation process will be stopped if you answer No.</entry>