-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.json
More file actions
72 lines (72 loc) · 4.37 KB
/
labels.json
File metadata and controls
72 lines (72 loc) · 4.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"drive_tip": "Select a drive to wipe or verify.\nBe aware that the entire physical drive\nwill be wiped, not just a partition.",
"value": "Byte to write",
"value_tip": "Select the byte value to overwrite with (or to verify).\nHexadecimal notation is used.",
"blocksize": "Block size",
"blocksize_tip": "Select the block size for reading and writing.\nFor SSDs this should match the size of a\nmemory page (4096 bytes usually works well).",
"maxbadblocks": "Max. bad blocks",
"maxbadblocks_tip": "Select the maximum number of bad\nblocks before aborting the process.",
"maxretries": "Max. retries",
"maxretries_tip": "Select the maximum number of retries\nfor failed read or write operations\nbefore considered bad block.",
"label": "Volume label",
"label_tip": "Enter the volume label if you want\nto format the wiped drive",
"tasks": {
"selective": "Wipe used blocks/pages",
"full": "Overwrite every byte",
"extra": "2-pass wipe",
"verify": "Do not wipe but verify"
},
"task_tip": "Select the wipe method (or just verify).\nThe first option is designed for SSDs.\nEvery block (or memory page) is checked\nand will only be overwritten if data is present.",
"create": {
"gpt": "Create GPT partition table",
"mbr": "Create MBR partition table",
"none": "Do nothing after wiping"
},
"create_tip": "Select partition table to create after wiping.\n'Create GPT partition table' uses the modern standard.\n'Create MBR partition table' is a legacy method for\ndrives up to 3TB maximum.",
"fs": {
"ntfs": "Format to NTFS",
"fat32": "Format to FAT32",
"exfat": "Format to exFAT",
"none": "Do not format"
},
"fs_tip": "Choose file system for the new partition.\nNTFS is the Windows standard file system.\nexFAT works for most other operating systems.\nFAT32 is a legacy file system and might be a\ngood choice for SD cards or smaller USB drives.",
"select_target": "Choose target drive",
"wipe": "Wipe #",
"wipe_tip": "Select a drive in the field above and\nstart the wipe or verification process.",
"verify": "Verify #",
"warning": "Warning",
"shutdown" : "Shutdown when done",
"shutdown_tip": "Shut down the computer when\nthe wipe process is complete.",
"quit": "Quit",
"quit_tip": "Exit the application, abort any running\nwiping or verification process.",
"abort": "Abort wiping",
"abort_warning": "Process is running!\nDo you want to abort and exit the application?",
"aborting_by_user": "Process was aborted by user",
"error": "Error",
"admin_required": "Administrator privileges are required to run #",
"value_error": "Value must be a byte in hexadecimal notation (00 - ff)",
"blocksize_error": "Block size must be an integer",
"maxbadblocks_error": "Maximum bad blocks before aborting wipe process must be an integer",
"maxretries_error": "Maximum retry attempts (read/write) before aborting wipe process must be an integer",
"label_error": "Invalid volume label",
"wipe_warning": "If you continue with OK, all data on\n\n#\n\nwill be erased.\n\nAre you sure?",
"verify_warning": "If you continue with OK, data from\n\n#\n\nwill be deleted.\n\nAre you sure?",
"start_error": "Unable to start process!\n\nCould not write configuration to #",
"aborted_on_error": "Process aborted due to error",
"shutdown_warning": "Are you sure you want to shut down the computer\nwhen process is complete?",
"shutdown_question": "Windows will shut down",
"cancel_shutdown": "Cancel shutdown",
"log_head": "#\n\nThis software erases entire physical drives by overwriting data.\nAuthor: Markus Thilo\nLicense: GPL-3\nProject page: https://github.com/markusthilo/Wiper\n\nDrive:\n",
"executing": "Executing: #",
"bad_blocks_error": "Found bad blocks:\n#",
"zd_error": "Wipe/verify tool zd-win.exe reported a problem:\n#",
"running_diskpart": "Running diskpart",
"running_diskpart_again": "Running diskpart again",
"unable_assign_drive": "Unable to assign a drive letter to the new partition",
"no_free_letter": "No free drive letter available",
"drive_ready": "Drive # is ready",
"warning_log": "Unable to write log file to #",
"warning_assign": "Unable to assign new partition to #",
"process_returned": "Process returned: #",
"finished": "Process has finished"
}