mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
Once more, some more Strings open for translation. Have fun with 'em.
svn path=/trunk/; revision=32423
This commit is contained in:
parent
f02a1fde1b
commit
71e5c4f705
16 changed files with 123 additions and 15 deletions
|
@ -1505,7 +1505,7 @@ ShowPartitionSizeInputBox(SHORT Left,
|
|||
coPos,
|
||||
&Written);
|
||||
|
||||
sprintf (Buffer, "MB (max. %lu MB)", MaxSize);
|
||||
sprintf (Buffer, MUIGetString(STRING_MAXSIZE), MaxSize);
|
||||
coPos.X = iLeft + PARTITION_SIZE_INPUT_FIELD_LENGTH + 1;
|
||||
coPos.Y = iTop;
|
||||
WriteConsoleOutputCharacterA(StdOutput,
|
||||
|
@ -1750,7 +1750,7 @@ DeletePartitionPage (PINPUT_RECORD Ir)
|
|||
PartType = NULL;
|
||||
if (PartEntry->New == TRUE)
|
||||
{
|
||||
PartType = "New (Unformatted)";
|
||||
PartType = MUIGetString(STRING_UNFORMATTED);
|
||||
}
|
||||
else if (PartEntry->Unpartitioned == FALSE)
|
||||
{
|
||||
|
@ -1956,11 +1956,11 @@ SelectFileSystemPage (PINPUT_RECORD Ir)
|
|||
}
|
||||
else if (PartEntry->PartInfo[0].PartitionType == PARTITION_ENTRY_UNUSED)
|
||||
{
|
||||
PartType = "Unused";
|
||||
PartType = MUIGetString(STRING_FORMATUNUSED);
|
||||
}
|
||||
else
|
||||
{
|
||||
PartType = "Unknown";
|
||||
PartType = MUIGetString(STRING_FORMATUNKNOWN);
|
||||
}
|
||||
|
||||
if (PartEntry->AutoCreate == TRUE)
|
||||
|
|
|
@ -1608,7 +1608,7 @@ MUI_STRING bgBGStrings[] =
|
|||
{STRING_TXTSETUPFAILED,
|
||||
"Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
|
||||
{STRING_COPYING,
|
||||
" \xB3 Copying file: %S"},
|
||||
" \xB3 Copying file: %S"},
|
||||
{STRING_SETUPCOPYINGFILES,
|
||||
"Setup is copying files..."},
|
||||
{STRING_PAGEDMEM,
|
||||
|
@ -1675,6 +1675,14 @@ MUI_STRING bgBGStrings[] =
|
|||
"Setup created a new partition on"},
|
||||
{STRING_UNPSPACE,
|
||||
" Unpartitioned space %6lu %s"},
|
||||
{STRING_MAXSIZE,
|
||||
"MB (max. %lu MB)"},
|
||||
{STRING_UNFORMATTED,
|
||||
"New (Unformatted)"},
|
||||
{STRING_FORMATUNUSED,
|
||||
"Unused"},
|
||||
{STRING_FORMATUNKNOWN,
|
||||
"Unknown"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
|
@ -1605,7 +1605,7 @@ MUI_STRING deDEStrings[] =
|
|||
{STRING_TXTSETUPFAILED,
|
||||
"Setup konnte die '%S' Sektion\nin TXTSETUP.SIF nicht finden.\n"},
|
||||
{STRING_COPYING,
|
||||
" \xB3 Kopiere Datei: %S"},
|
||||
" \xB3 Kopiere Datei: %S"},
|
||||
{STRING_SETUPCOPYINGFILES,
|
||||
"Setup kopiert Dateien..."},
|
||||
{STRING_PAGEDMEM,
|
||||
|
@ -1672,6 +1672,14 @@ MUI_STRING deDEStrings[] =
|
|||
"Setup erstellte eine neue Partition auf"},
|
||||
{STRING_UNPSPACE,
|
||||
" Unpartitionierter Speicher %6lu %s"},
|
||||
{STRING_MAXSIZE,
|
||||
"MB (max. %lu MB)"},
|
||||
{STRING_UNFORMATTED,
|
||||
"Neu (Unformatiert)"},
|
||||
{STRING_FORMATUNUSED,
|
||||
"Ungenutzt"},
|
||||
{STRING_FORMATUNKNOWN,
|
||||
"Unbekannt"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
|
@ -1599,7 +1599,7 @@ MUI_STRING elGRStrings[] =
|
|||
{STRING_TXTSETUPFAILED,
|
||||
"Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
|
||||
{STRING_COPYING,
|
||||
" \xB3 Copying file: %S"},
|
||||
" \xB3 Copying file: %S"},
|
||||
{STRING_SETUPCOPYINGFILES,
|
||||
"Setup is copying files..."},
|
||||
{STRING_PAGEDMEM,
|
||||
|
@ -1666,6 +1666,14 @@ MUI_STRING elGRStrings[] =
|
|||
"Setup created a new partition on"},
|
||||
{STRING_UNPSPACE,
|
||||
" Unpartitioned space %6lu %s"},
|
||||
{STRING_MAXSIZE,
|
||||
"MB (max. %lu MB)"},
|
||||
{STRING_UNFORMATTED,
|
||||
"New (Unformatted)"},
|
||||
{STRING_FORMATUNUSED,
|
||||
"Unused"},
|
||||
{STRING_FORMATUNKNOWN,
|
||||
"Unknown"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
|
@ -1666,6 +1666,14 @@ MUI_STRING enUSStrings[] =
|
|||
"Setup created a new partition on"},
|
||||
{STRING_UNPSPACE,
|
||||
" Unpartitioned space %6lu %s"},
|
||||
{STRING_MAXSIZE,
|
||||
"MB (max. %lu MB)"},
|
||||
{STRING_UNFORMATTED,
|
||||
"New (Unformatted)"},
|
||||
{STRING_FORMATUNUSED,
|
||||
"Unused"},
|
||||
{STRING_FORMATUNKNOWN,
|
||||
"Unknown"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
|
@ -1598,7 +1598,7 @@ MUI_STRING esESStrings[] =
|
|||
{STRING_TXTSETUPFAILED,
|
||||
"Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
|
||||
{STRING_COPYING,
|
||||
" \xB3 Copying file: %S"},
|
||||
" \xB3 Copying file: %S"},
|
||||
{STRING_SETUPCOPYINGFILES,
|
||||
"Setup is copying files..."},
|
||||
{STRING_PAGEDMEM,
|
||||
|
@ -1665,6 +1665,14 @@ MUI_STRING esESStrings[] =
|
|||
"Setup created a new partition on"},
|
||||
{STRING_UNPSPACE,
|
||||
" Unpartitioned space %6lu %s"},
|
||||
{STRING_MAXSIZE,
|
||||
"MB (max. %lu MB)"},
|
||||
{STRING_UNFORMATTED,
|
||||
"New (Unformatted)"},
|
||||
{STRING_FORMATUNUSED,
|
||||
"Unused"},
|
||||
{STRING_FORMATUNKNOWN,
|
||||
"Unknown"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
|
@ -1678,6 +1678,14 @@ MUI_STRING frFRStrings[] =
|
|||
"Setup a cr‚‚ une nouvelle partition sur"},
|
||||
{STRING_UNPSPACE,
|
||||
" Espace non partitionn‚ %6lu %s"},
|
||||
{STRING_MAXSIZE,
|
||||
"MB (max. %lu MB)"},
|
||||
{STRING_UNFORMATTED,
|
||||
"New (Unformatted)"},
|
||||
{STRING_FORMATUNUSED,
|
||||
"Unused"},
|
||||
{STRING_FORMATUNKNOWN,
|
||||
"Unknown"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
|
@ -1599,7 +1599,7 @@ MUI_STRING itITStrings[] =
|
|||
{STRING_TXTSETUPFAILED,
|
||||
"Setup non ha trovato la sezione '%S' \nin TXTSETUP.SIF.\n"},
|
||||
{STRING_COPYING,
|
||||
" \xB3 Copia di: %S"},
|
||||
" \xB3 Copia di: %S"},
|
||||
{STRING_SETUPCOPYINGFILES,
|
||||
"Copia dei file in corso..."},
|
||||
{STRING_PAGEDMEM,
|
||||
|
@ -1666,6 +1666,14 @@ MUI_STRING itITStrings[] =
|
|||
"Setup ha creato una nuova partizione su"},
|
||||
{STRING_UNPSPACE,
|
||||
" Spazio non partizionato %6lu %s"},
|
||||
{STRING_MAXSIZE,
|
||||
"MB (max. %lu MB)"},
|
||||
{STRING_UNFORMATTED,
|
||||
"New (Unformatted)"},
|
||||
{STRING_FORMATUNUSED,
|
||||
"Unused"},
|
||||
{STRING_FORMATUNKNOWN,
|
||||
"Unknown"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
|
@ -1608,7 +1608,7 @@ MUI_STRING ltLTStrings[] =
|
|||
{STRING_TXTSETUPFAILED,
|
||||
"Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
|
||||
{STRING_COPYING,
|
||||
" \xB3 Copying file: %S"},
|
||||
" \xB3 Copying file: %S"},
|
||||
{STRING_SETUPCOPYINGFILES,
|
||||
"Setup is copying files..."},
|
||||
{STRING_PAGEDMEM,
|
||||
|
@ -1675,6 +1675,14 @@ MUI_STRING ltLTStrings[] =
|
|||
"Setup created a new partition on"},
|
||||
{STRING_UNPSPACE,
|
||||
" Unpartitioned space %6lu %s"},
|
||||
{STRING_MAXSIZE,
|
||||
"MB (max. %lu MB)"},
|
||||
{STRING_UNFORMATTED,
|
||||
"New (Unformatted)"},
|
||||
{STRING_FORMATUNUSED,
|
||||
"Unused"},
|
||||
{STRING_FORMATUNKNOWN,
|
||||
"Unknown"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
|
@ -1674,6 +1674,14 @@ MUI_STRING plPLStrings[] =
|
|||
"Instalator utworzyˆ now¥ partycj©"},
|
||||
{STRING_UNPSPACE,
|
||||
" Miejsce poza partycjami %6lu %s"},
|
||||
{STRING_MAXSIZE,
|
||||
"MB (max. %lu MB)"},
|
||||
{STRING_UNFORMATTED,
|
||||
"New (Unformatted)"},
|
||||
{STRING_FORMATUNUSED,
|
||||
"Unused"},
|
||||
{STRING_FORMATUNKNOWN,
|
||||
"Unknown"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
|
@ -1599,7 +1599,7 @@ MUI_STRING ruRUStrings[] =
|
|||
{STRING_TXTSETUPFAILED,
|
||||
"<EFBFBD>à®£à ¬¬ ãáâ ®¢ª¨ ¥ ᬮ£« ©â¨ ᥪæ¨î '%S'\n¢ ä ©«¥ TXTSETUP.SIF.\n"},
|
||||
{STRING_COPYING,
|
||||
" \xB3 Š®¯¨à®¢ ¨¥: %S"},
|
||||
" \xB3 Š®¯¨à®¢ ¨¥: %S"},
|
||||
{STRING_SETUPCOPYINGFILES,
|
||||
"<EFBFBD>à®£à ¬¬ ãáâ ®¢ª¨ ª®¯¨àã¥â ä ©«ë..."},
|
||||
{STRING_PAGEDMEM,
|
||||
|
@ -1666,6 +1666,14 @@ MUI_STRING ruRUStrings[] =
|
|||
"<EFBFBD>à®£à ¬¬ ãáâ ®¢ª¨ ᮧ¤ « ®¢ë© à §¤¥« :"},
|
||||
{STRING_UNPSPACE,
|
||||
" <20>¥à §¬¥ç¥®¥ ¯à®áâà á⢮ %6lu %s"},
|
||||
{STRING_MAXSIZE,
|
||||
"MB (max. %lu MB)"},
|
||||
{STRING_UNFORMATTED,
|
||||
"New (Unformatted)"},
|
||||
{STRING_FORMATUNUSED,
|
||||
"Unused"},
|
||||
{STRING_FORMATUNKNOWN,
|
||||
"Unknown"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
|
@ -1604,7 +1604,7 @@ MUI_STRING skSKStrings[] =
|
|||
{STRING_TXTSETUPFAILED,
|
||||
"Inçtal tor zlyhal pri h–adan¡ sekcie '%S'\nv s£bore TXTSETUP.SIF.\n"},
|
||||
{STRING_COPYING,
|
||||
" \xB3 Kop¡ruje sa s£bor: %S"},
|
||||
" \xB3 Kop¡ruje sa s£bor: %S"},
|
||||
{STRING_SETUPCOPYINGFILES,
|
||||
"Inçtal tor kop¡ruje s£bory..."},
|
||||
{STRING_PAGEDMEM,
|
||||
|
@ -1671,6 +1671,14 @@ MUI_STRING skSKStrings[] =
|
|||
"Setup created a new partition on"},
|
||||
{STRING_UNPSPACE,
|
||||
" Unpartitioned space %6lu %s"},
|
||||
{STRING_MAXSIZE,
|
||||
"MB (max. %lu MB)"},
|
||||
{STRING_UNFORMATTED,
|
||||
"New (Unformatted)"},
|
||||
{STRING_FORMATUNUSED,
|
||||
"Unused"},
|
||||
{STRING_FORMATUNKNOWN,
|
||||
"Unknown"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
|
@ -1598,7 +1598,7 @@ MUI_STRING svSEStrings[] =
|
|||
{STRING_TXTSETUPFAILED,
|
||||
"Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
|
||||
{STRING_COPYING,
|
||||
" \xB3 Copying file: %S"},
|
||||
" \xB3 Copying file: %S"},
|
||||
{STRING_SETUPCOPYINGFILES,
|
||||
"Setup is copying files..."},
|
||||
{STRING_PAGEDMEM,
|
||||
|
@ -1665,6 +1665,14 @@ MUI_STRING svSEStrings[] =
|
|||
"Setup created a new partition on"},
|
||||
{STRING_UNPSPACE,
|
||||
" Unpartitioned space %6lu %s"},
|
||||
{STRING_MAXSIZE,
|
||||
"MB (max. %lu MB)"},
|
||||
{STRING_UNFORMATTED,
|
||||
"New (Unformatted)"},
|
||||
{STRING_FORMATUNUSED,
|
||||
"Unused"},
|
||||
{STRING_FORMATUNKNOWN,
|
||||
"Unknown"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
|
@ -1599,7 +1599,7 @@ MUI_STRING ukUAStrings[] =
|
|||
{STRING_TXTSETUPFAILED,
|
||||
"Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
|
||||
{STRING_COPYING,
|
||||
" \xB3 Copying file: %S"},
|
||||
" \xB3 Copying file: %S"},
|
||||
{STRING_SETUPCOPYINGFILES,
|
||||
"Setup is copying files..."},
|
||||
{STRING_PAGEDMEM,
|
||||
|
@ -1666,6 +1666,14 @@ MUI_STRING ukUAStrings[] =
|
|||
"Setup created a new partition on"},
|
||||
{STRING_UNPSPACE,
|
||||
" Unpartitioned space %6lu %s"},
|
||||
{STRING_MAXSIZE,
|
||||
"MB (max. %lu MB)"},
|
||||
{STRING_UNFORMATTED,
|
||||
"New (Unformatted)"},
|
||||
{STRING_FORMATUNUSED,
|
||||
"Unused"},
|
||||
{STRING_FORMATUNKNOWN,
|
||||
"Unknown"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
|
@ -117,4 +117,8 @@ MUIGetString(ULONG Number);
|
|||
#define STRING_HDDINFOUNK6 46
|
||||
#define STRING_NEWPARTITION 47
|
||||
#define STRING_UNPSPACE 48
|
||||
#define STRING_MAXSIZE 49
|
||||
#define STRING_UNFORMATTED 50
|
||||
#define STRING_FORMATUNUSED 51
|
||||
#define STRING_FORMATUNKNOWN 52
|
||||
#endif
|
||||
|
|
|
@ -1146,7 +1146,7 @@ PrintPartitionData (PPARTLIST List,
|
|||
PartType = NULL;
|
||||
if (PartEntry->New == TRUE)
|
||||
{
|
||||
PartType = "New (Unformatted)";
|
||||
PartType = MUIGetString(STRING_UNFORMATTED);
|
||||
}
|
||||
else if (PartEntry->Unpartitioned == FALSE)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue