mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:25:45 +00:00
[USETUP] de-DE Split a line of text into two parts CORE-16791
This commit is contained in:
parent
d6e0fe78e7
commit
7ed0701983
1 changed files with 8 additions and 1 deletions
|
@ -1305,7 +1305,14 @@ static MUI_ENTRY deDEFormatPartitionEntries[] =
|
||||||
{
|
{
|
||||||
6,
|
6,
|
||||||
10,
|
10,
|
||||||
"Die gew\201nschte Partition wird nun formatiert. Dr\201cken Sie die EINGABETASTE, um fortzufahren.",
|
"Die gew\201nschte Partition wird nun formatiert.",
|
||||||
|
TEXT_STYLE_NORMAL,
|
||||||
|
TEXT_ID_FORMAT_PROMPT
|
||||||
|
},
|
||||||
|
{
|
||||||
|
6,
|
||||||
|
12,
|
||||||
|
"Dr\201cken Sie die EINGABETASTE, um fortzufahren.",
|
||||||
TEXT_STYLE_NORMAL,
|
TEXT_STYLE_NORMAL,
|
||||||
TEXT_ID_FORMAT_PROMPT
|
TEXT_ID_FORMAT_PROMPT
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue