@@ -466,7 +466,7 @@ Arguments for managing Windows Subsystem for Linux:
466466 Move the distribution to a new location.
467467
468468 --set-sparse, -s < true|false>
469- Set the vhdx of distro to be sparse, allowing disk space to be automatically reclaimed.
469+ Set the VHD of distro to be sparse, allowing disk space to be automatically reclaimed.
470470
471471 --set-default-user < Username>
472472 Set the default user of the distribution.
@@ -546,11 +546,11 @@ Arguments for managing distributions in Windows Subsystem for Linux:
546546 Specifies the version to use for the new distribution.
547547
548548 --vhd
549- Specifies that the provided file is a .vhdx file, not a tar file.
550- This operation makes a copy of the .vhdx file at the specified install location.
549+ Specifies that the provided file is a .vhd or . vhdx file, not a tar file.
550+ This operation makes a copy of the VHD file at the specified install location.
551551
552552 --import-in-place < Distro> < FileName>
553- Imports the specified .vhdx file as a new distribution.
553+ Imports the specified VHD file as a new distribution.
554554 This virtual hard disk must be formatted with the ext4 filesystem type.
555555
556556 --list, -l [Options]
@@ -626,7 +626,7 @@ Build time: {}</value>
626626 <comment >{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment >
627627 </data >
628628 <data name =" MessageCustomKernelModulesNotFound" xml : space =" preserve" >
629- <value >The custom kernel modules vhd in {} was not found: '{}'.</value >
629+ <value >The custom kernel modules VHD in {} was not found: '{}'.</value >
630630 <comment >{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment >
631631 </data >
632632 <data name =" MessageCustomSystemDistroError" xml : space =" preserve" >
@@ -704,8 +704,13 @@ The system may need to be restarted so the changes can take effect.</value>
704704 <comment >{Locked="--install "}{Locked="--no-distribution
705705"}Command line arguments, file names and string inserts should not be translated</comment >
706706 </data >
707- <data name =" MessageRequiresVhdxFileExtension" xml : space =" preserve" >
708- <value >The specified file must have the .vhdx file extension.</value >
707+ <data name =" MessageRequiresFileExtension" xml : space =" preserve" >
708+ <value >The specified file must have the {} file extension.</value >
709+ <comment >{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment >
710+ </data >
711+ <data name =" MessageRequiresFileExtensions" xml : space =" preserve" >
712+ <value >The specified file must have the {} or {} file extension.</value >
713+ <comment >{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment >
709714 </data >
710715 <data name =" MessageVmSwitchNotFound" xml : space =" preserve" >
711716 <value >The VmSwitch '{}' was not found. Available switches: {}</value >
@@ -998,15 +1003,15 @@ Falling back to NAT networking.</value>
9981003 <value >See Docs</value >
9991004 </data >
10001005 <data name =" MessageVhdInUse" xml : space =" preserve" >
1001- <value >The operation could not be completed because the vhdx is currently in use. To force WSL to stop use: wsl.exe --shutdown</value >
1006+ <value >The operation could not be completed because the VHD is currently in use. To force WSL to stop use: wsl.exe --shutdown</value >
10021007 <comment >{Locked="--shutdown"}Command line arguments, file names and string inserts should not be translated</comment >
10031008 </data >
10041009 <data name =" MessageInvalidBoolean" xml : space =" preserve" >
10051010 <value >{} is not a valid boolean, < true|false> </value >
10061011 <comment >{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment >
10071012 </data >
10081013 <data name =" MessageSparseVhdWsl2Only" xml : space =" preserve" >
1009- <value >Sparse vhdx is supported on WSL2 only.</value >
1014+ <value >Sparse VHD is supported on WSL2 only.</value >
10101015 </data >
10111016 <data name =" MessageLocalSystemNotSupported" xml : space =" preserve" >
10121017 <value >Running WSL as local system is not supported.</value >
@@ -1055,7 +1060,7 @@ Falling back to NAT networking.</value>
10551060 <comment >{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment >
10561061 </data >
10571062 <data name =" MessagePassVhdFlag" xml : space =" preserve" >
1058- <value >This looks like a VHDX file. Use --vhd to import a VHDX instead of a tar.</value >
1063+ <value >This looks like a VHD file. Use --vhd to import a VHD instead of a tar.</value >
10591064 <comment >{Locked="--vhd "}Command line arguments, file names and string inserts should not be translated</comment >
10601065 </data >
10611066 <data name =" MessageDistroStoreInstallFailed" xml : space =" preserve" >
@@ -1107,7 +1112,7 @@ Error code: {}</value>
11071112 </data >
11081113 <data name =" MessageSparseVhdDisabled" xml : space =" preserve" >
11091114 <value >Sparse VHD support is currently disabled due to potential data corruption.
1110- To force a distribution to use a sparse vhd , please run:
1115+ To force a distribution to use a sparse VHD , please run:
11111116wsl.exe --manage < DistributionName> --set-sparse true --allow-unsafe</value >
11121117 <comment >{Locked="--manage "}{Locked="--set-sparse "}{Locked="--allow-unsafe"}Command line arguments, file names and string inserts should not be translated</comment >
11131118 </data >
0 commit comments