From 87dca6cda3c42747befc0a42cb17e61867b2e4a4 Mon Sep 17 00:00:00 2001 From: maron2000 <68574602+maron2000@users.noreply.github.com> Date: Tue, 6 Jun 2023 23:54:01 +0900 Subject: [PATCH 1/2] Update ja_JP.lng --- contrib/translations/ja/ja_JP.lng | 106 +++++++++++++++++++++++++++++- 1 file changed, 105 insertions(+), 1 deletion(-) diff --git a/contrib/translations/ja/ja_JP.lng b/contrib/translations/ja/ja_JP.lng index 7fdbd07192a..9f5e07ba028 100644 --- a/contrib/translations/ja/ja_JP.lng +++ b/contrib/translations/ja/ja_JP.lng @@ -903,6 +903,9 @@ drive: はマウントされているもののうち、起動するドライブ :PROGRAM_BOOT_UNABLE %cドライブから起動できません。 . +:PROGRAM_BOOT_IMAGE_MOUNTED +フロッピーイメージはすでにマウントされています。 +. :PROGRAM_BOOT_IMAGE_OPEN イメージファイルを開きます: %s . @@ -1186,6 +1189,10 @@ IMGMAKE の使用例: フロッピーを読み取りできません。 +. +:PROGRAM_IMGMAKE_BADSIZE +無効な-size または -chs の値です。 + . :PROGRAM_KEYB_INFO コードページ %i に設定しました。 @@ -1249,6 +1256,103 @@ IMGMAKE の使用例: :PROGRAM_PORT_INVALID_NUMBER 1〜9のポート番号を指定する必要があります。 +. +:PROGRAM_VHDMAKE_WRITERR +新規VHDイメージ "%s" へ書き込めませんでした。中止します。 + +. +:PROGRAM_VHDMAKE_REMOVEERR +ファイル %s を削除できませんでした。 + +. +:PROGRAM_VHDMAKE_RENAME +新規作成したVHDイメージの名前の変更は手動で行ってください。 + +. +:PROGRAM_VHDMAKE_SUCCESS +新規VHDイメージを作成しました。IMGMOUNTでマウントできます。 + +. +:PROGRAM_VHDMAKE_ERROPEN +イメージファイル %s を開くことができませんでした。 + +. +:PROGRAM_VHDMAKE_BADSIZE +無効な VHD 容量です。中止します。 + +. +:PROGRAM_VHDMAKE_FNEEDED +既存のVHDイメージを上書きする場合は -f オプションを指定してください。 + +. +:PROGRAM_VHDMAKE_BADPARENT +結合する親VHDイメージ %s を開くことができませんでした。中止します。 + +. +:PROGRAM_VHDMAKE_NOINFO +VHDイメージ "%s" の情報が取得できませんでした。 +. +:PROGRAM_VHDMAKE_BLOCKSTATS" + %d/%d ブロックが使用済みです。 + +. +:PROGRAM_VHDMAKE_INFO +VHD "%s" 形式は %s、容量は %.02f MB です。 +. +:PROGRAM_VHDMAKE_CANTMERGE +%s は差分ディスクではないため結合できません。 + +. +:PROGRAM_VHDMAKE_MERGEREPORT +"%s" からセクタ数 %d ブロック数 %d を "%s" と結合しました。 + +. +:PROGRAM_VHDMAKE_MERGENODELETE +スナップショット"%s"を削除できませんでした。手動で削除してみてください。 +. +:PROGRAM_VHDMAKE_MERGEOKDELETE +スナップショット VHD を結合し、削除しました。 + +. +:PROGRAM_VHDMAKE_MERGEFAILED +結合に失敗しました。中止します! + +. +:PROGRAM_VHDMAKE_MERGEWARNCORRUPTION +親VHDイメージ %s の内容が破損する可能性があります! + +. +:PROGRAM_VHDMAKE_ABSPATH_WIN +注意: 親イメージへの絶対パスの指定はWindowsとの互換性に制約があります。 +差分イメージとの相対パスでの指定を推奨します。 + +. +:PROGRAM_VHDMAKE_ABSPATH_UX +エラー: 親イメージへの絶対パスは互換性の問題で指定できません。 +差分イメージとの相対パスで指定してください。 + +. +:PROGRAM_VHDMAKE_HELP +容量可変・差分VHDイメージの作成、またはrawイメージを容量固定VHDに変換します。 +VHDMAKE [-f] new.vhd size[BKMGT] +VHDMAKE -convert raw.hdd new.vhd +VHDMAKE [-f] -link parent.vhd new.vhd +VHDMAKE -merge delta.vhd +VHDMAKE -info a.vhd + -c | -convert raw hdイメージをファイル名new.vhdの容量固定VHDに変換します。 + -l | -link 新規差分VHD new.vhdを作成し既存の親イメージparent.vhdとリンク + します。 + -f | -force 既存のイメージファイルに強制上書きします。 + -i | -info a.vhd イメージの情報を表示します。 + -m | -merge 差分イメージ delta.vhd を親イメージとマージします。 + new.vhd 新規作成する容量可変 VHD イメージの名前 + size ディスクの容量 (単位をつける, バイトのBは不要) +raw ディスクイメージを容量固定VHDに変換する場合、MBR形式で領域確保かつFAT形式 +でフォーマットされている必要があります。 +容量可変VHDのサイズは3MB以上、2040GB以下とする必要があります。 +作成される容量可変VHDイメージは領域確保・フォーマットされていません: IMGMOUNT +でドライブ文字でマウントしたい場合はIMGMAKEを使用してください。 +結合に成功したスナップショットVHDは自動的に削除されます。 . :SHELL_CMD_TREE_ERROR サブディレクトリがありません。 @@ -2144,7 +2248,7 @@ TrueType フォント出力への変更をサポートするコードページ: 932, 936, 949, 950/951 等の2バイト言語のコードページもサポートします。 -カスタマイズされたコードページは、コードページファイルを提供することでサポートされます。 +カスタマイズされたコードページは、コードページファイルを指定することでサポートされます。 . :SHELL_CMD_CHCP_ACTIVE From e0d4bd3c97c12b65392b3204ac9ef2ed36a11bd1 Mon Sep 17 00:00:00 2001 From: maron2000 <68574602+maron2000@users.noreply.github.com> Date: Wed, 7 Jun 2023 00:28:50 +0900 Subject: [PATCH 2/2] Add entries regarding VHDMAKE command --- contrib/translations/de/de_DE.lng | 101 ++++++++++++++++++++++++++++ contrib/translations/de/de_pc98.lng | 101 ++++++++++++++++++++++++++++ contrib/translations/en/en_US.lng | 101 ++++++++++++++++++++++++++++ contrib/translations/es/es_ES.lng | 101 ++++++++++++++++++++++++++++ contrib/translations/fr/fr_FR.lng | 101 ++++++++++++++++++++++++++++ contrib/translations/ko/ko_KR.lng | 101 ++++++++++++++++++++++++++++ contrib/translations/nl/nl_NL.lng | 101 ++++++++++++++++++++++++++++ contrib/translations/pt/pt_BR.lng | 101 ++++++++++++++++++++++++++++ contrib/translations/tr/tr_TR.lng | 101 ++++++++++++++++++++++++++++ contrib/translations/zh/zh_CN.lng | 101 ++++++++++++++++++++++++++++ contrib/translations/zh/zh_TW.lng | 101 ++++++++++++++++++++++++++++ 11 files changed, 1111 insertions(+) diff --git a/contrib/translations/de/de_DE.lng b/contrib/translations/de/de_DE.lng index f3d44e65883..2926f6cf443 100644 --- a/contrib/translations/de/de_DE.lng +++ b/contrib/translations/de/de_DE.lng @@ -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 diff --git a/contrib/translations/de/de_pc98.lng b/contrib/translations/de/de_pc98.lng index 7107bb1d583..8a86c7d4fc8 100644 --- a/contrib/translations/de/de_pc98.lng +++ b/contrib/translations/de/de_pc98.lng @@ -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 diff --git a/contrib/translations/en/en_US.lng b/contrib/translations/en/en_US.lng index 2a4bc334760..abe8baa6942 100644 --- a/contrib/translations/en/en_US.lng +++ b/contrib/translations/en/en_US.lng @@ -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 diff --git a/contrib/translations/es/es_ES.lng b/contrib/translations/es/es_ES.lng index aac6d102cc4..2a52655e3ad 100644 --- a/contrib/translations/es/es_ES.lng +++ b/contrib/translations/es/es_ES.lng @@ -1260,6 +1260,107 @@ Parámetro(s) no válido(s). :PROGRAM_PORT_INVALID_NUMBER Debe especificar un número de puerto entre 1 y 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 existen subdirectorios diff --git a/contrib/translations/fr/fr_FR.lng b/contrib/translations/fr/fr_FR.lng index a4b2979ad18..be7135f4480 100644 --- a/contrib/translations/fr/fr_FR.lng +++ b/contrib/translations/fr/fr_FR.lng @@ -1256,6 +1256,107 @@ Paramètre(s) invalide(s). :PROGRAM_PORT_INVALID_NUMBER Doit spécifier un numéro de port entre 1 et 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 Aucun sous-répertoire n'existe diff --git a/contrib/translations/ko/ko_KR.lng b/contrib/translations/ko/ko_KR.lng index b4f4a5e93e1..f8024d42a61 100644 --- a/contrib/translations/ko/ko_KR.lng +++ b/contrib/translations/ko/ko_KR.lng @@ -1264,6 +1264,107 @@ IMGMAKE의 몇 가지 사용 예: :PROGRAM_PORT_INVALID_NUMBER 1~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 IMGMOUNT. + +. +: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. +VHDMAKE [-f] new.vhd size[BKMGT] +VHDMAKE -convert raw.hdd new.vhd +VHDMAKE [-f] -link parent.vhd new.vhd +VHDMAKE -merge delta.vhd +VHDMAKE -info 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 IMGMOUNT, please consider using IMGMAKE instead. +A merged snapshot VHD is automatically deleted if merge is successful. . :SHELL_CMD_TREE_ERROR 하위 디렉토리가 없습니다. diff --git a/contrib/translations/nl/nl_NL.lng b/contrib/translations/nl/nl_NL.lng index 9da3056949e..ad878f21e43 100644 --- a/contrib/translations/nl/nl_NL.lng +++ b/contrib/translations/nl/nl_NL.lng @@ -1256,6 +1256,107 @@ Ongeldige parameter(s). :PROGRAM_PORT_INVALID_NUMBER Moet een poortnummer tussen 1 en 9 specificeren. +. +: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 Geen mappen aanwezig diff --git a/contrib/translations/pt/pt_BR.lng b/contrib/translations/pt/pt_BR.lng index e7782b8b468..ee9a26e53af 100644 --- a/contrib/translations/pt/pt_BR.lng +++ b/contrib/translations/pt/pt_BR.lng @@ -1264,6 +1264,107 @@ Parâmetro(s) inválido(s). :PROGRAM_PORT_INVALID_NUMBER Deve especificar um número de porta entre 1 e 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 IMGMOUNT. + +. +: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. +VHDMAKE [-f] new.vhd size[BKMGT] +VHDMAKE -convert raw.hdd new.vhd +VHDMAKE [-f] -link parent.vhd new.vhd +VHDMAKE -merge delta.vhd +VHDMAKE -info 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 IMGMOUNT, please consider using IMGMAKE instead. +A merged snapshot VHD is automatically deleted if merge is successful. . :SHELL_CMD_TREE_ERROR Não existem subpastas diff --git a/contrib/translations/tr/tr_TR.lng b/contrib/translations/tr/tr_TR.lng index ad0a42c71cf..c0d8fee8b00 100644 --- a/contrib/translations/tr/tr_TR.lng +++ b/contrib/translations/tr/tr_TR.lng @@ -1257,6 +1257,107 @@ Geçersiz parametre(ler). :PROGRAM_PORT_INVALID_NUMBER 1 ile 9 arasında bir kapı belirtilmelidir. +. +: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 Bir alt dizin mevcut değil diff --git a/contrib/translations/zh/zh_CN.lng b/contrib/translations/zh/zh_CN.lng index d7192f3c1a7..b0e91877b61 100644 --- a/contrib/translations/zh/zh_CN.lng +++ b/contrib/translations/zh/zh_CN.lng @@ -1245,6 +1245,107 @@ BIOSTEST 镜像文件 :PROGRAM_PORT_INVALID_NUMBER 必须指定介于 1 和 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 IMGMOUNT. + +. +: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. +VHDMAKE [-f] new.vhd size[BKMGT] +VHDMAKE -convert raw.hdd new.vhd +VHDMAKE [-f] -link parent.vhd new.vhd +VHDMAKE -merge delta.vhd +VHDMAKE -info 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 IMGMOUNT, please consider using IMGMAKE instead. +A merged snapshot VHD is automatically deleted if merge is successful. . :SHELL_CMD_TREE_ERROR 不存在子目录 diff --git a/contrib/translations/zh/zh_TW.lng b/contrib/translations/zh/zh_TW.lng index 9f13c6a2cb8..c0b2ddf35b7 100644 --- a/contrib/translations/zh/zh_TW.lng +++ b/contrib/translations/zh/zh_TW.lng @@ -1245,6 +1245,107 @@ BIOSTEST 映像檔 :PROGRAM_PORT_INVALID_NUMBER 必須指定介於 1 和 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 IMGMOUNT. + +. +: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. +VHDMAKE [-f] new.vhd size[BKMGT] +VHDMAKE -convert raw.hdd new.vhd +VHDMAKE [-f] -link parent.vhd new.vhd +VHDMAKE -merge delta.vhd +VHDMAKE -info 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 IMGMOUNT, please consider using IMGMAKE instead. +A merged snapshot VHD is automatically deleted if merge is successful. . :SHELL_CMD_TREE_ERROR 不存在子目錄