Skip to content

Commit 7bea985

Browse files
committed
[DISKPART] Add help text for the SELECT PARTITION command
1 parent 7dec75f commit 7bea985

File tree

1 file changed

+192
-10
lines changed

1 file changed

+192
-10
lines changed

base/system/diskpart/diskpart_msg.mc

Lines changed: 192 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3199,34 +3199,216 @@ SymbolicName=MSG_COMMAND_SELECT_PARTITION
31993199
Severity=Informational
32003200
Facility=System
32013201
Language=English
3202-
<Add SELECT PARTITION command help text here>
3202+
Selects the specified partition and shifts the focus to it.
3203+
3204+
Syntax: SELECT PARTITION=<N>
3205+
3206+
PARTITION=<N>
3207+
3208+
The number of the partition to receive the focus.
3209+
3210+
If no partition is specified, the select command lists the current
3211+
partition with focus. You can specify the partition by its number. You can
3212+
view the numbers of all partitions on the current disk by using the list
3213+
partition command.
3214+
3215+
You must first select a disk using the DiskPart select disk command before
3216+
you can select a partition.
3217+
3218+
Example:
3219+
3220+
SELECT PARTITION=1
32033221
.
32043222
Language=German
3205-
<Add SELECT PARTITION command help text here>
3223+
Wählt die angegebene Partition aus und setzt den Fokus auf diese
3224+
Partition.
3225+
3226+
Syntax: SELECT PARTITION=<N>
3227+
3228+
PARTITION=<N>
3229+
3230+
Die Nummer der Partition, die den Fokus erhalten soll.
3231+
3232+
Wenn keine Partition angegeben ist, listet der Befehl SELECT die
3233+
aktuelle Partition auf, die den Fokus hat. Sie können die Partition
3234+
mit ihrer Nummer angeben. Mit dem Befehl LIST PARTITION können die
3235+
Nummern aller auf dem aktuellen Datenträger enthaltenen Partitionen
3236+
angezeigt werden.
3237+
3238+
Bevor Sie eine Partition auswählen können, müssen Sie zunächst mit dem
3239+
DiskPart-Befehl SELECT DISK einen Datenträger auswählen.
3240+
3241+
Beispiel:
3242+
3243+
SELECT PARTITION=1
32063244
.
32073245
Language=Polish
3208-
<Add SELECT PARTITION command help text here>
3246+
Selects the specified partition and shifts the focus to it.
3247+
3248+
Syntax: SELECT PARTITION=<N>
3249+
3250+
PARTITION=<N>
3251+
3252+
The number of the partition to receive the focus.
3253+
3254+
If no partition is specified, the select command lists the current
3255+
partition with focus. You can specify the partition by its number. You can
3256+
view the numbers of all partitions on the current disk by using the list
3257+
partition command.
3258+
3259+
You must first select a disk using the DiskPart select disk command before
3260+
you can select a partition.
3261+
3262+
Example:
3263+
3264+
SELECT PARTITION=1
32093265
.
32103266
Language=Portugese
3211-
<Add SELECT PARTITION command help text here>
3267+
Selects the specified partition and shifts the focus to it.
3268+
3269+
Syntax: SELECT PARTITION=<N>
3270+
3271+
PARTITION=<N>
3272+
3273+
The number of the partition to receive the focus.
3274+
3275+
If no partition is specified, the select command lists the current
3276+
partition with focus. You can specify the partition by its number. You can
3277+
view the numbers of all partitions on the current disk by using the list
3278+
partition command.
3279+
3280+
You must first select a disk using the DiskPart select disk command before
3281+
you can select a partition.
3282+
3283+
Example:
3284+
3285+
SELECT PARTITION=1
32123286
.
32133287
Language=Romanian
3214-
<Add SELECT PARTITION command help text here>
3288+
Selects the specified partition and shifts the focus to it.
3289+
3290+
Syntax: SELECT PARTITION=<N>
3291+
3292+
PARTITION=<N>
3293+
3294+
The number of the partition to receive the focus.
3295+
3296+
If no partition is specified, the select command lists the current
3297+
partition with focus. You can specify the partition by its number. You can
3298+
view the numbers of all partitions on the current disk by using the list
3299+
partition command.
3300+
3301+
You must first select a disk using the DiskPart select disk command before
3302+
you can select a partition.
3303+
3304+
Example:
3305+
3306+
SELECT PARTITION=1
32153307
.
32163308
Language=Russian
3217-
<Add SELECT PARTITION command help text here>
3309+
Selects the specified partition and shifts the focus to it.
3310+
3311+
Syntax: SELECT PARTITION=<N>
3312+
3313+
PARTITION=<N>
3314+
3315+
The number of the partition to receive the focus.
3316+
3317+
If no partition is specified, the select command lists the current
3318+
partition with focus. You can specify the partition by its number. You can
3319+
view the numbers of all partitions on the current disk by using the list
3320+
partition command.
3321+
3322+
You must first select a disk using the DiskPart select disk command before
3323+
you can select a partition.
3324+
3325+
Example:
3326+
3327+
SELECT PARTITION=1
32183328
.
32193329
Language=Albanian
3220-
<Add SELECT PARTITION command help text here>
3330+
Selects the specified partition and shifts the focus to it.
3331+
3332+
Syntax: SELECT PARTITION=<N>
3333+
3334+
PARTITION=<N>
3335+
3336+
The number of the partition to receive the focus.
3337+
3338+
If no partition is specified, the select command lists the current
3339+
partition with focus. You can specify the partition by its number. You can
3340+
view the numbers of all partitions on the current disk by using the list
3341+
partition command.
3342+
3343+
You must first select a disk using the DiskPart select disk command before
3344+
you can select a partition.
3345+
3346+
Example:
3347+
3348+
SELECT PARTITION=1
32213349
.
32223350
Language=Turkish
3223-
<Add SELECT PARTITION command help text here>
3351+
Selects the specified partition and shifts the focus to it.
3352+
3353+
Syntax: SELECT PARTITION=<N>
3354+
3355+
PARTITION=<N>
3356+
3357+
The number of the partition to receive the focus.
3358+
3359+
If no partition is specified, the select command lists the current
3360+
partition with focus. You can specify the partition by its number. You can
3361+
view the numbers of all partitions on the current disk by using the list
3362+
partition command.
3363+
3364+
You must first select a disk using the DiskPart select disk command before
3365+
you can select a partition.
3366+
3367+
Example:
3368+
3369+
SELECT PARTITION=1
32243370
.
32253371
Language=Chinese
3226-
<Add SELECT PARTITION command help text here>
3372+
Selects the specified partition and shifts the focus to it.
3373+
3374+
Syntax: SELECT PARTITION=<N>
3375+
3376+
PARTITION=<N>
3377+
3378+
The number of the partition to receive the focus.
3379+
3380+
If no partition is specified, the select command lists the current
3381+
partition with focus. You can specify the partition by its number. You can
3382+
view the numbers of all partitions on the current disk by using the list
3383+
partition command.
3384+
3385+
You must first select a disk using the DiskPart select disk command before
3386+
you can select a partition.
3387+
3388+
Example:
3389+
3390+
SELECT PARTITION=1
32273391
.
32283392
Language=Taiwanese
3229-
<Add SELECT PARTITION command help text here>
3393+
Selects the specified partition and shifts the focus to it.
3394+
3395+
Syntax: SELECT PARTITION=<N>
3396+
3397+
PARTITION=<N>
3398+
3399+
The number of the partition to receive the focus.
3400+
3401+
If no partition is specified, the select command lists the current
3402+
partition with focus. You can specify the partition by its number. You can
3403+
view the numbers of all partitions on the current disk by using the list
3404+
partition command.
3405+
3406+
You must first select a disk using the DiskPart select disk command before
3407+
you can select a partition.
3408+
3409+
Example:
3410+
3411+
SELECT PARTITION=1
32303412
.
32313413
32323414

0 commit comments

Comments
 (0)