Skip to content

Commit

Permalink
Merge pull request #4320 from maron2000/ja_jp_fix
Browse files Browse the repository at this point in the history
Update language files regarding VHDMAKE command
  • Loading branch information
joncampbell123 authored Jun 6, 2023
2 parents 4c8eb73 + e0d4bd3 commit e62dd92
Show file tree
Hide file tree
Showing 12 changed files with 1,216 additions and 1 deletion.
101 changes: 101 additions & 0 deletions contrib/translations/de/de_DE.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,107 @@ Ungültige(r) Parameter.
:PROGRAM_PORT_INVALID_NUMBER
Eine Port-Nummer zwischen 1 und 9 muss angegeben werden.

.
:PROGRAM_VHDMAKE_WRITERR
Could not write to new VHD image "%s", aborting.

.
:PROGRAM_VHDMAKE_REMOVEERR
Could not erase file "%s"

.
:PROGRAM_VHDMAKE_RENAME
You'll have to manually rename the newly created VHD image.

.
:PROGRAM_VHDMAKE_SUCCESS
New VHD image succesfully created. You can mount it with ←[34;1mIMGMOUNT←[0m.

.
:PROGRAM_VHDMAKE_ERROPEN
Error, could not open image file "%s".

.
:PROGRAM_VHDMAKE_BADSIZE
Bad VHD size specified, aborting!

.
:PROGRAM_VHDMAKE_FNEEDED
A pre-existing VHD image can't be silently overwritten without -f option!

.
:PROGRAM_VHDMAKE_BADPARENT
The parent VHD image "%s" can't be opened for linking, aborting!

.
:PROGRAM_VHDMAKE_NOINFO
Couldn't query info for "%s".

.
:PROGRAM_VHDMAKE_BLOCKSTATS
with %d/%d blocks allocated.

.
:PROGRAM_VHDMAKE_INFO
VHD "%s" type is %s.
Its virtual size is %.02f MB

.
:PROGRAM_VHDMAKE_CANTMERGE
%s is not a Differencing disk, can't merge!

.
:PROGRAM_VHDMAKE_MERGEREPORT
%d sectors in %d blocks from "%s" merged into "%s".

.
:PROGRAM_VHDMAKE_MERGENODELETE
Couldn't remove snapshot "%s", you'll have to do it yourself!

.
:PROGRAM_VHDMAKE_MERGEOKDELETE
Snapshot VHD merged and deleted.

.
:PROGRAM_VHDMAKE_MERGEFAILED
Failure while merging, aborted!
.
:PROGRAM_VHDMAKE_MERGEWARNCORRUPTION
Parent "%s" contents could be corrupted!

.
:PROGRAM_VHDMAKE_ABSPATH_WIN
Warning: an absolute path to parent limits portability to Windows.
Please prefer a path relative to differencing image file!

.
:PROGRAM_VHDMAKE_ABSPATH_UX
ERROR: an absolute path to parent inhibits portability.
Use a path relative to differencing image file!

.
:PROGRAM_VHDMAKE_HELP
Creates Dynamic or Differencing VHD images, or converts raw images
into Fixed VHD.
←[32;1mVHDMAKE←[0m [-f] new.vhd size[BKMGT]
←[32;1mVHDMAKE←[0m ←[34;1m-convert←[0m raw.hdd new.vhd
←[32;1mVHDMAKE←[0m [-f] ←[34;1m-link←[0m parent.vhd new.vhd
←[32;1mVHDMAKE←[0m ←[34;1m-merge←[0m delta.vhd
←[32;1mVHDMAKE←[0m ←[34;1m-info←[0m a.vhd
-c | -convert convert a raw hd image to Fixed VHD, renaming it to new.vhd
-l | -link create a new Differencing VHD new.vhd and link it to the
pre-existing parent image parent.vhd
-f | -force force overwriting a pre-existing image file
-i | -info show useful informations about a.vhd image
-m | -merge merge differencing delta.vhd to its parent
new.vhd name of the new Dynamic VHD image to create
size disk size (eventually with size unit, Bytes is implicit)
When converting a raw disk image to Fixed VHD, it has to be partitioned with
MBR scheme and formatted with FAT format.
When creating a Dynamic VHD, its size must range from 3 MB to 2040 GB.
The Dynamic VHD created is not partitioned nor formatted: to directly mount to
a drive letter with ←[34;1mIMGMOUNT←[0m, please consider using ←[34;1mIMGMAKE←[0m instead.
A merged snapshot VHD is automatically deleted if merge is successful.
.
:SHELL_CMD_TREE_ERROR
Keine Unterordner
Expand Down
101 changes: 101 additions & 0 deletions contrib/translations/de/de_pc98.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,107 @@ Ungueltige(r) Parameter.
:PROGRAM_PORT_INVALID_NUMBER
Eine Port-Nummer zwischen 1 und 9 muss angegeben werden.

.
:PROGRAM_VHDMAKE_WRITERR
Could not write to new VHD image "%s", aborting.

.
:PROGRAM_VHDMAKE_REMOVEERR
Could not erase file "%s"

.
:PROGRAM_VHDMAKE_RENAME
You'll have to manually rename the newly created VHD image.

.
:PROGRAM_VHDMAKE_SUCCESS
New VHD image succesfully created. You can mount it with ←[34;1mIMGMOUNT←[0m.

.
:PROGRAM_VHDMAKE_ERROPEN
Error, could not open image file "%s".

.
:PROGRAM_VHDMAKE_BADSIZE
Bad VHD size specified, aborting!

.
:PROGRAM_VHDMAKE_FNEEDED
A pre-existing VHD image can't be silently overwritten without -f option!

.
:PROGRAM_VHDMAKE_BADPARENT
The parent VHD image "%s" can't be opened for linking, aborting!

.
:PROGRAM_VHDMAKE_NOINFO
Couldn't query info for "%s".

.
:PROGRAM_VHDMAKE_BLOCKSTATS
with %d/%d blocks allocated.

.
:PROGRAM_VHDMAKE_INFO
VHD "%s" type is %s.
Its virtual size is %.02f MB

.
:PROGRAM_VHDMAKE_CANTMERGE
%s is not a Differencing disk, can't merge!

.
:PROGRAM_VHDMAKE_MERGEREPORT
%d sectors in %d blocks from "%s" merged into "%s".

.
:PROGRAM_VHDMAKE_MERGENODELETE
Couldn't remove snapshot "%s", you'll have to do it yourself!

.
:PROGRAM_VHDMAKE_MERGEOKDELETE
Snapshot VHD merged and deleted.

.
:PROGRAM_VHDMAKE_MERGEFAILED
Failure while merging, aborted!
.
:PROGRAM_VHDMAKE_MERGEWARNCORRUPTION
Parent "%s" contents could be corrupted!

.
:PROGRAM_VHDMAKE_ABSPATH_WIN
Warning: an absolute path to parent limits portability to Windows.
Please prefer a path relative to differencing image file!

.
:PROGRAM_VHDMAKE_ABSPATH_UX
ERROR: an absolute path to parent inhibits portability.
Use a path relative to differencing image file!

.
:PROGRAM_VHDMAKE_HELP
Creates Dynamic or Differencing VHD images, or converts raw images
into Fixed VHD.
←[32;1mVHDMAKE←[0m [-f] new.vhd size[BKMGT]
←[32;1mVHDMAKE←[0m ←[34;1m-convert←[0m raw.hdd new.vhd
←[32;1mVHDMAKE←[0m [-f] ←[34;1m-link←[0m parent.vhd new.vhd
←[32;1mVHDMAKE←[0m ←[34;1m-merge←[0m delta.vhd
←[32;1mVHDMAKE←[0m ←[34;1m-info←[0m a.vhd
-c | -convert convert a raw hd image to Fixed VHD, renaming it to new.vhd
-l | -link create a new Differencing VHD new.vhd and link it to the
pre-existing parent image parent.vhd
-f | -force force overwriting a pre-existing image file
-i | -info show useful informations about a.vhd image
-m | -merge merge differencing delta.vhd to its parent
new.vhd name of the new Dynamic VHD image to create
size disk size (eventually with size unit, Bytes is implicit)
When converting a raw disk image to Fixed VHD, it has to be partitioned with
MBR scheme and formatted with FAT format.
When creating a Dynamic VHD, its size must range from 3 MB to 2040 GB.
The Dynamic VHD created is not partitioned nor formatted: to directly mount to
a drive letter with ←[34;1mIMGMOUNT←[0m, please consider using ←[34;1mIMGMAKE←[0m instead.
A merged snapshot VHD is automatically deleted if merge is successful.
.
:SHELL_CMD_TREE_ERROR
Keine Unterordner
Expand Down
101 changes: 101 additions & 0 deletions contrib/translations/en/en_US.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,107 @@ Invalid parameter(s).
:PROGRAM_PORT_INVALID_NUMBER
Must specify a port number between 1 and 9.

.
:PROGRAM_VHDMAKE_WRITERR
Could not write to new VHD image "%s", aborting.

.
:PROGRAM_VHDMAKE_REMOVEERR
Could not erase file "%s"

.
:PROGRAM_VHDMAKE_RENAME
You'll have to manually rename the newly created VHD image.

.
:PROGRAM_VHDMAKE_SUCCESS
New VHD image succesfully created. You can mount it with ←[34;1mIMGMOUNT←[0m.

.
:PROGRAM_VHDMAKE_ERROPEN
Error, could not open image file "%s".

.
:PROGRAM_VHDMAKE_BADSIZE
Bad VHD size specified, aborting!

.
:PROGRAM_VHDMAKE_FNEEDED
A pre-existing VHD image can't be silently overwritten without -f option!

.
:PROGRAM_VHDMAKE_BADPARENT
The parent VHD image "%s" can't be opened for linking, aborting!

.
:PROGRAM_VHDMAKE_NOINFO
Couldn't query info for "%s".

.
:PROGRAM_VHDMAKE_BLOCKSTATS
with %d/%d blocks allocated.

.
:PROGRAM_VHDMAKE_INFO
VHD "%s" type is %s.
Its virtual size is %.02f MB

.
:PROGRAM_VHDMAKE_CANTMERGE
%s is not a Differencing disk, can't merge!

.
:PROGRAM_VHDMAKE_MERGEREPORT
%d sectors in %d blocks from "%s" merged into "%s".

.
:PROGRAM_VHDMAKE_MERGENODELETE
Couldn't remove snapshot "%s", you'll have to do it yourself!

.
:PROGRAM_VHDMAKE_MERGEOKDELETE
Snapshot VHD merged and deleted.

.
:PROGRAM_VHDMAKE_MERGEFAILED
Failure while merging, aborted!
.
:PROGRAM_VHDMAKE_MERGEWARNCORRUPTION
Parent "%s" contents could be corrupted!

.
:PROGRAM_VHDMAKE_ABSPATH_WIN
Warning: an absolute path to parent limits portability to Windows.
Please prefer a path relative to differencing image file!

.
:PROGRAM_VHDMAKE_ABSPATH_UX
ERROR: an absolute path to parent inhibits portability.
Use a path relative to differencing image file!

.
:PROGRAM_VHDMAKE_HELP
Creates Dynamic or Differencing VHD images, or converts raw images
into Fixed VHD.
←[32;1mVHDMAKE←[0m [-f] new.vhd size[BKMGT]
←[32;1mVHDMAKE←[0m ←[34;1m-convert←[0m raw.hdd new.vhd
←[32;1mVHDMAKE←[0m [-f] ←[34;1m-link←[0m parent.vhd new.vhd
←[32;1mVHDMAKE←[0m ←[34;1m-merge←[0m delta.vhd
←[32;1mVHDMAKE←[0m ←[34;1m-info←[0m a.vhd
-c | -convert convert a raw hd image to Fixed VHD, renaming it to new.vhd
-l | -link create a new Differencing VHD new.vhd and link it to the
pre-existing parent image parent.vhd
-f | -force force overwriting a pre-existing image file
-i | -info show useful informations about a.vhd image
-m | -merge merge differencing delta.vhd to its parent
new.vhd name of the new Dynamic VHD image to create
size disk size (eventually with size unit, Bytes is implicit)
When converting a raw disk image to Fixed VHD, it has to be partitioned with
MBR scheme and formatted with FAT format.
When creating a Dynamic VHD, its size must range from 3 MB to 2040 GB.
The Dynamic VHD created is not partitioned nor formatted: to directly mount to
a drive letter with ←[34;1mIMGMOUNT←[0m, please consider using ←[34;1mIMGMAKE←[0m instead.
A merged snapshot VHD is automatically deleted if merge is successful.
.
:SHELL_CMD_TREE_ERROR
No subdirectories exist
Expand Down
Loading

0 comments on commit e62dd92

Please sign in to comment.