https://git.reactos.org/?p=reactos.git;a=commitdiff;h=82a2c5903e4f60e018fd0612bfcbc8b03e2d9f53
commit 82a2c5903e4f60e018fd0612bfcbc8b03e2d9f53 Author: Eric Kohl <[email protected]> AuthorDate: Thu Jun 16 10:50:40 2022 +0200 Commit: Eric Kohl <[email protected]> CommitDate: Thu Jun 16 10:50:40 2022 +0200 [DISKPART] Add help text for the DETAIL VOLUME command --- base/system/diskpart/diskpart_msg.mc | 111 +++++++++++++++++++++++++++++++---- 1 file changed, 101 insertions(+), 10 deletions(-) diff --git a/base/system/diskpart/diskpart_msg.mc b/base/system/diskpart/diskpart_msg.mc index 99c7baef616..1b36c14ac7d 100644 --- a/base/system/diskpart/diskpart_msg.mc +++ b/base/system/diskpart/diskpart_msg.mc @@ -1544,34 +1544,125 @@ SymbolicName=MSG_COMMAND_DETAIL_VOLUME Severity=Informational Facility=System Language=English -<Add DETAIL VOLUME command help text here> + Displays the properties for the selected volume and the list of disks on + which the volume resides. + +Syntax: DETAIL VOLUME + + A volume must be selected for this operation to succeed. + +Example: + + DETAIL VOLUME . Language=German -<Add DETAIL VOLUME command help text here> + Zeigt die Eigenschaften für das ausgewählte Volume und die Liste der + Datenträger, die sich auf dem Volume befinden, an. + +Syntax: DETAIL VOLUME + + Damit dieser Vorgang erfolgreich ausgeführt werden kann, muss ein Volume + ausgewählt sein. + +Beispiel: + + DETAIL VOLUME . Language=Polish -<Add DETAIL VOLUME command help text here> + Displays the properties for the selected volume and the list of disks on + which the volume resides. + +Syntax: DETAIL VOLUME + + A volume must be selected for this operation to succeed. + +Example: + + DETAIL VOLUME . Language=Portugese -<Add DETAIL VOLUME command help text here> + Displays the properties for the selected volume and the list of disks on + which the volume resides. + +Syntax: DETAIL VOLUME + + A volume must be selected for this operation to succeed. + +Example: + + DETAIL VOLUME . Language=Romanian -<Add DETAIL VOLUME command help text here> + Displays the properties for the selected volume and the list of disks on + which the volume resides. + +Syntax: DETAIL VOLUME + + A volume must be selected for this operation to succeed. + +Example: + + DETAIL VOLUME . Language=Russian -<Add DETAIL VOLUME command help text here> + Displays the properties for the selected volume and the list of disks on + which the volume resides. + +Syntax: DETAIL VOLUME + + A volume must be selected for this operation to succeed. + +Example: + + DETAIL VOLUME . Language=Albanian -<Add DETAIL VOLUME command help text here> + Displays the properties for the selected volume and the list of disks on + which the volume resides. + +Syntax: DETAIL VOLUME + + A volume must be selected for this operation to succeed. + +Example: + + DETAIL VOLUME . Language=Turkish -<Add DETAIL VOLUME command help text here> + Displays the properties for the selected volume and the list of disks on + which the volume resides. + +Syntax: DETAIL VOLUME + + A volume must be selected for this operation to succeed. + +Example: + + DETAIL VOLUME . Language=Chinese -<Add DETAIL VOLUME command help text here> + Displays the properties for the selected volume and the list of disks on + which the volume resides. + +Syntax: DETAIL VOLUME + + A volume must be selected for this operation to succeed. + +Example: + + DETAIL VOLUME . Language=Taiwanese -<Add DETAIL VOLUME command help text here> + Displays the properties for the selected volume and the list of disks on + which the volume resides. + +Syntax: DETAIL VOLUME + + A volume must be selected for this operation to succeed. + +Example: + + DETAIL VOLUME .
