https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9b10dcba15067cd3292d414ac3c0a7423211e533

commit 9b10dcba15067cd3292d414ac3c0a7423211e533
Author:     Eric Kohl <[email protected]>
AuthorDate: Thu Jun 16 00:33:10 2022 +0200
Commit:     Eric Kohl <[email protected]>
CommitDate: Thu Jun 16 00:33:10 2022 +0200

    [DISKPART] Add help text for the DETAIL PARTITION command
---
 base/system/diskpart/diskpart_msg.mc | 101 +++++++++++++++++++++++++++++++----
 1 file changed, 91 insertions(+), 10 deletions(-)

diff --git a/base/system/diskpart/diskpart_msg.mc 
b/base/system/diskpart/diskpart_msg.mc
index 095d6e71231..99c7baef616 100644
--- a/base/system/diskpart/diskpart_msg.mc
+++ b/base/system/diskpart/diskpart_msg.mc
@@ -1428,34 +1428,115 @@ SymbolicName=MSG_COMMAND_DETAIL_PARTITION
 Severity=Informational
 Facility=System
 Language=English
-<Add DETAIL PARTITION command help text here>
+    Displays the properties for the selected partition.
+
+Syntax:  DETAIL PARTITION
+
+    A partition must be selected for this operation to succeed.
+
+Example:
+
+    DETAIL PARTITION
 .
 Language=German
-<Add DETAIL PARTITION command help text here>
+    Zeigt die Eigenschaften für die ausgewählte Partition an.
+
+Syntax:  DETAIL PARTITION
+
+    Damit dieser Vorgang erfolgreich ausgeführt werden kann, muss eine
+    Partition ausgewählt sein.
+
+Beispiel:
+
+    DETAIL PARTITION
 .
 Language=Polish
-<Add DETAIL PARTITION command help text here>
+    Displays the properties for the selected partition.
+
+Syntax:  DETAIL PARTITION
+
+    A partition must be selected for this operation to succeed.
+
+Example:
+
+    DETAIL PARTITION
 .
 Language=Portugese
-<Add DETAIL PARTITION command help text here>
+    Displays the properties for the selected partition.
+
+Syntax:  DETAIL PARTITION
+
+    A partition must be selected for this operation to succeed.
+
+Example:
+
+    DETAIL PARTITION
 .
 Language=Romanian
-<Add DETAIL PARTITION command help text here>
+    Displays the properties for the selected partition.
+
+Syntax:  DETAIL PARTITION
+
+    A partition must be selected for this operation to succeed.
+
+Example:
+
+    DETAIL PARTITION
 .
 Language=Russian
-<Add DETAIL PARTITION command help text here>
+    Displays the properties for the selected partition.
+
+Syntax:  DETAIL PARTITION
+
+    A partition must be selected for this operation to succeed.
+
+Example:
+
+    DETAIL PARTITION
 .
 Language=Albanian
-<Add DETAIL PARTITION command help text here>
+    Displays the properties for the selected partition.
+
+Syntax:  DETAIL PARTITION
+
+    A partition must be selected for this operation to succeed.
+
+Example:
+
+    DETAIL PARTITION
 .
 Language=Turkish
-<Add DETAIL PARTITION command help text here>
+    Displays the properties for the selected partition.
+
+Syntax:  DETAIL PARTITION
+
+    A partition must be selected for this operation to succeed.
+
+Example:
+
+    DETAIL PARTITION
 .
 Language=Chinese
-<Add DETAIL PARTITION command help text here>
+    Displays the properties for the selected partition.
+
+Syntax:  DETAIL PARTITION
+
+    A partition must be selected for this operation to succeed.
+
+Example:
+
+    DETAIL PARTITION
 .
 Language=Taiwanese
-<Add DETAIL PARTITION command help text here>
+    Displays the properties for the selected partition.
+
+Syntax:  DETAIL PARTITION
+
+    A partition must be selected for this operation to succeed.
+
+Example:
+
+    DETAIL PARTITION
 .
 
 MessageId=10021

Reply via email to