Once more, some more Strings open for translation. Have fun with 'em.

svn path=/trunk/; revision=32423
This commit is contained in:
Daniel Reimer 2008-02-19 19:37:49 +00:00
parent f02a1fde1b
commit 71e5c4f705
16 changed files with 123 additions and 15 deletions

View file

@ -1505,7 +1505,7 @@ ShowPartitionSizeInputBox(SHORT Left,
coPos, coPos,
&Written); &Written);
sprintf (Buffer, "MB (max. %lu MB)", MaxSize); sprintf (Buffer, MUIGetString(STRING_MAXSIZE), MaxSize);
coPos.X = iLeft + PARTITION_SIZE_INPUT_FIELD_LENGTH + 1; coPos.X = iLeft + PARTITION_SIZE_INPUT_FIELD_LENGTH + 1;
coPos.Y = iTop; coPos.Y = iTop;
WriteConsoleOutputCharacterA(StdOutput, WriteConsoleOutputCharacterA(StdOutput,
@ -1750,7 +1750,7 @@ DeletePartitionPage (PINPUT_RECORD Ir)
PartType = NULL; PartType = NULL;
if (PartEntry->New == TRUE) if (PartEntry->New == TRUE)
{ {
PartType = "New (Unformatted)"; PartType = MUIGetString(STRING_UNFORMATTED);
} }
else if (PartEntry->Unpartitioned == FALSE) else if (PartEntry->Unpartitioned == FALSE)
{ {
@ -1956,11 +1956,11 @@ SelectFileSystemPage (PINPUT_RECORD Ir)
} }
else if (PartEntry->PartInfo[0].PartitionType == PARTITION_ENTRY_UNUSED) else if (PartEntry->PartInfo[0].PartitionType == PARTITION_ENTRY_UNUSED)
{ {
PartType = "Unused"; PartType = MUIGetString(STRING_FORMATUNUSED);
} }
else else
{ {
PartType = "Unknown"; PartType = MUIGetString(STRING_FORMATUNKNOWN);
} }
if (PartEntry->AutoCreate == TRUE) if (PartEntry->AutoCreate == TRUE)

View file

@ -1608,7 +1608,7 @@ MUI_STRING bgBGStrings[] =
{STRING_TXTSETUPFAILED, {STRING_TXTSETUPFAILED,
"Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"}, "Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
{STRING_COPYING, {STRING_COPYING,
" \xB3 Copying file: %S"}, " \xB3 Copying file: %S"},
{STRING_SETUPCOPYINGFILES, {STRING_SETUPCOPYINGFILES,
"Setup is copying files..."}, "Setup is copying files..."},
{STRING_PAGEDMEM, {STRING_PAGEDMEM,
@ -1675,6 +1675,14 @@ MUI_STRING bgBGStrings[] =
"Setup created a new partition on"}, "Setup created a new partition on"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" Unpartitioned space %6lu %s"}, " Unpartitioned space %6lu %s"},
{STRING_MAXSIZE,
"MB (max. %lu MB)"},
{STRING_UNFORMATTED,
"New (Unformatted)"},
{STRING_FORMATUNUSED,
"Unused"},
{STRING_FORMATUNKNOWN,
"Unknown"},
{0, 0} {0, 0}
}; };

View file

@ -1605,7 +1605,7 @@ MUI_STRING deDEStrings[] =
{STRING_TXTSETUPFAILED, {STRING_TXTSETUPFAILED,
"Setup konnte die '%S' Sektion\nin TXTSETUP.SIF nicht finden.\n"}, "Setup konnte die '%S' Sektion\nin TXTSETUP.SIF nicht finden.\n"},
{STRING_COPYING, {STRING_COPYING,
" \xB3 Kopiere Datei: %S"}, " \xB3 Kopiere Datei: %S"},
{STRING_SETUPCOPYINGFILES, {STRING_SETUPCOPYINGFILES,
"Setup kopiert Dateien..."}, "Setup kopiert Dateien..."},
{STRING_PAGEDMEM, {STRING_PAGEDMEM,
@ -1672,6 +1672,14 @@ MUI_STRING deDEStrings[] =
"Setup erstellte eine neue Partition auf"}, "Setup erstellte eine neue Partition auf"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" Unpartitionierter Speicher %6lu %s"}, " Unpartitionierter Speicher %6lu %s"},
{STRING_MAXSIZE,
"MB (max. %lu MB)"},
{STRING_UNFORMATTED,
"Neu (Unformatiert)"},
{STRING_FORMATUNUSED,
"Ungenutzt"},
{STRING_FORMATUNKNOWN,
"Unbekannt"},
{0, 0} {0, 0}
}; };

View file

@ -1599,7 +1599,7 @@ MUI_STRING elGRStrings[] =
{STRING_TXTSETUPFAILED, {STRING_TXTSETUPFAILED,
"Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"}, "Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
{STRING_COPYING, {STRING_COPYING,
" \xB3 Copying file: %S"}, " \xB3 Copying file: %S"},
{STRING_SETUPCOPYINGFILES, {STRING_SETUPCOPYINGFILES,
"Setup is copying files..."}, "Setup is copying files..."},
{STRING_PAGEDMEM, {STRING_PAGEDMEM,
@ -1666,6 +1666,14 @@ MUI_STRING elGRStrings[] =
"Setup created a new partition on"}, "Setup created a new partition on"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" Unpartitioned space %6lu %s"}, " Unpartitioned space %6lu %s"},
{STRING_MAXSIZE,
"MB (max. %lu MB)"},
{STRING_UNFORMATTED,
"New (Unformatted)"},
{STRING_FORMATUNUSED,
"Unused"},
{STRING_FORMATUNKNOWN,
"Unknown"},
{0, 0} {0, 0}
}; };

View file

@ -1666,6 +1666,14 @@ MUI_STRING enUSStrings[] =
"Setup created a new partition on"}, "Setup created a new partition on"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" Unpartitioned space %6lu %s"}, " Unpartitioned space %6lu %s"},
{STRING_MAXSIZE,
"MB (max. %lu MB)"},
{STRING_UNFORMATTED,
"New (Unformatted)"},
{STRING_FORMATUNUSED,
"Unused"},
{STRING_FORMATUNKNOWN,
"Unknown"},
{0, 0} {0, 0}
}; };

View file

@ -1598,7 +1598,7 @@ MUI_STRING esESStrings[] =
{STRING_TXTSETUPFAILED, {STRING_TXTSETUPFAILED,
"Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"}, "Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
{STRING_COPYING, {STRING_COPYING,
" \xB3 Copying file: %S"}, " \xB3 Copying file: %S"},
{STRING_SETUPCOPYINGFILES, {STRING_SETUPCOPYINGFILES,
"Setup is copying files..."}, "Setup is copying files..."},
{STRING_PAGEDMEM, {STRING_PAGEDMEM,
@ -1665,6 +1665,14 @@ MUI_STRING esESStrings[] =
"Setup created a new partition on"}, "Setup created a new partition on"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" Unpartitioned space %6lu %s"}, " Unpartitioned space %6lu %s"},
{STRING_MAXSIZE,
"MB (max. %lu MB)"},
{STRING_UNFORMATTED,
"New (Unformatted)"},
{STRING_FORMATUNUSED,
"Unused"},
{STRING_FORMATUNKNOWN,
"Unknown"},
{0, 0} {0, 0}
}; };

View file

@ -1678,6 +1678,14 @@ MUI_STRING frFRStrings[] =
"Setup a cr une nouvelle partition sur"}, "Setup a cr une nouvelle partition sur"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" Espace non partitionn %6lu %s"}, " Espace non partitionn %6lu %s"},
{STRING_MAXSIZE,
"MB (max. %lu MB)"},
{STRING_UNFORMATTED,
"New (Unformatted)"},
{STRING_FORMATUNUSED,
"Unused"},
{STRING_FORMATUNKNOWN,
"Unknown"},
{0, 0} {0, 0}
}; };

View file

@ -1599,7 +1599,7 @@ MUI_STRING itITStrings[] =
{STRING_TXTSETUPFAILED, {STRING_TXTSETUPFAILED,
"Setup non ha trovato la sezione '%S' \nin TXTSETUP.SIF.\n"}, "Setup non ha trovato la sezione '%S' \nin TXTSETUP.SIF.\n"},
{STRING_COPYING, {STRING_COPYING,
" \xB3 Copia di: %S"}, " \xB3 Copia di: %S"},
{STRING_SETUPCOPYINGFILES, {STRING_SETUPCOPYINGFILES,
"Copia dei file in corso..."}, "Copia dei file in corso..."},
{STRING_PAGEDMEM, {STRING_PAGEDMEM,
@ -1666,6 +1666,14 @@ MUI_STRING itITStrings[] =
"Setup ha creato una nuova partizione su"}, "Setup ha creato una nuova partizione su"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" Spazio non partizionato %6lu %s"}, " Spazio non partizionato %6lu %s"},
{STRING_MAXSIZE,
"MB (max. %lu MB)"},
{STRING_UNFORMATTED,
"New (Unformatted)"},
{STRING_FORMATUNUSED,
"Unused"},
{STRING_FORMATUNKNOWN,
"Unknown"},
{0, 0} {0, 0}
}; };

View file

@ -1608,7 +1608,7 @@ MUI_STRING ltLTStrings[] =
{STRING_TXTSETUPFAILED, {STRING_TXTSETUPFAILED,
"Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"}, "Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
{STRING_COPYING, {STRING_COPYING,
" \xB3 Copying file: %S"}, " \xB3 Copying file: %S"},
{STRING_SETUPCOPYINGFILES, {STRING_SETUPCOPYINGFILES,
"Setup is copying files..."}, "Setup is copying files..."},
{STRING_PAGEDMEM, {STRING_PAGEDMEM,
@ -1675,6 +1675,14 @@ MUI_STRING ltLTStrings[] =
"Setup created a new partition on"}, "Setup created a new partition on"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" Unpartitioned space %6lu %s"}, " Unpartitioned space %6lu %s"},
{STRING_MAXSIZE,
"MB (max. %lu MB)"},
{STRING_UNFORMATTED,
"New (Unformatted)"},
{STRING_FORMATUNUSED,
"Unused"},
{STRING_FORMATUNKNOWN,
"Unknown"},
{0, 0} {0, 0}
}; };

View file

@ -1674,6 +1674,14 @@ MUI_STRING plPLStrings[] =
"Instalator utworzyˆ now¥ partycj©"}, "Instalator utworzyˆ now¥ partycj©"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" Miejsce poza partycjami %6lu %s"}, " Miejsce poza partycjami %6lu %s"},
{STRING_MAXSIZE,
"MB (max. %lu MB)"},
{STRING_UNFORMATTED,
"New (Unformatted)"},
{STRING_FORMATUNUSED,
"Unused"},
{STRING_FORMATUNKNOWN,
"Unknown"},
{0, 0} {0, 0}
}; };

View file

@ -1599,7 +1599,7 @@ MUI_STRING ruRUStrings[] =
{STRING_TXTSETUPFAILED, {STRING_TXTSETUPFAILED,
"<EFBFBD>ணࠬ¬  ãáâ ­®¢ª¨ ­¥ ᬮ£«  ­ ©â¨ ᥪæ¨î '%S'\n¢ ä ©«¥ TXTSETUP.SIF.\n"}, "<EFBFBD>ணࠬ¬  ãáâ ­®¢ª¨ ­¥ ᬮ£«  ­ ©â¨ ᥪæ¨î '%S'\n¢ ä ©«¥ TXTSETUP.SIF.\n"},
{STRING_COPYING, {STRING_COPYING,
" \xB3 Š®¯¨à®¢ ­¨¥: %S"}, " \xB3 Š®¯¨à®¢ ­¨¥: %S"},
{STRING_SETUPCOPYINGFILES, {STRING_SETUPCOPYINGFILES,
"<EFBFBD>ணࠬ¬  ãáâ ­®¢ª¨ ª®¯¨àã¥â ä ©«ë..."}, "<EFBFBD>ணࠬ¬  ãáâ ­®¢ª¨ ª®¯¨àã¥â ä ©«ë..."},
{STRING_PAGEDMEM, {STRING_PAGEDMEM,
@ -1666,6 +1666,14 @@ MUI_STRING ruRUStrings[] =
"<EFBFBD>ணࠬ¬  ãáâ ­®¢ª¨ ᮧ¤ «  ­®¢ë© à §¤¥« ­ :"}, "<EFBFBD>ணࠬ¬  ãáâ ­®¢ª¨ ᮧ¤ «  ­®¢ë© à §¤¥« ­ :"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" <20>¥à §¬¥ç¥­­®¥ ¯à®áâà ­á⢮ %6lu %s"}, " <20>¥à §¬¥ç¥­­®¥ ¯à®áâà ­á⢮ %6lu %s"},
{STRING_MAXSIZE,
"MB (max. %lu MB)"},
{STRING_UNFORMATTED,
"New (Unformatted)"},
{STRING_FORMATUNUSED,
"Unused"},
{STRING_FORMATUNKNOWN,
"Unknown"},
{0, 0} {0, 0}
}; };

View file

@ -1604,7 +1604,7 @@ MUI_STRING skSKStrings[] =
{STRING_TXTSETUPFAILED, {STRING_TXTSETUPFAILED,
"Inçtal tor zlyhal pri hadan¡ sekcie '%S'\nv s£bore TXTSETUP.SIF.\n"}, "Inçtal tor zlyhal pri hadan¡ sekcie '%S'\nv s£bore TXTSETUP.SIF.\n"},
{STRING_COPYING, {STRING_COPYING,
" \xB3 Kop¡ruje sa s£bor: %S"}, " \xB3 Kop¡ruje sa s£bor: %S"},
{STRING_SETUPCOPYINGFILES, {STRING_SETUPCOPYINGFILES,
"Inçtal tor kop¡ruje s£bory..."}, "Inçtal tor kop¡ruje s£bory..."},
{STRING_PAGEDMEM, {STRING_PAGEDMEM,
@ -1671,6 +1671,14 @@ MUI_STRING skSKStrings[] =
"Setup created a new partition on"}, "Setup created a new partition on"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" Unpartitioned space %6lu %s"}, " Unpartitioned space %6lu %s"},
{STRING_MAXSIZE,
"MB (max. %lu MB)"},
{STRING_UNFORMATTED,
"New (Unformatted)"},
{STRING_FORMATUNUSED,
"Unused"},
{STRING_FORMATUNKNOWN,
"Unknown"},
{0, 0} {0, 0}
}; };

View file

@ -1598,7 +1598,7 @@ MUI_STRING svSEStrings[] =
{STRING_TXTSETUPFAILED, {STRING_TXTSETUPFAILED,
"Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"}, "Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
{STRING_COPYING, {STRING_COPYING,
" \xB3 Copying file: %S"}, " \xB3 Copying file: %S"},
{STRING_SETUPCOPYINGFILES, {STRING_SETUPCOPYINGFILES,
"Setup is copying files..."}, "Setup is copying files..."},
{STRING_PAGEDMEM, {STRING_PAGEDMEM,
@ -1665,6 +1665,14 @@ MUI_STRING svSEStrings[] =
"Setup created a new partition on"}, "Setup created a new partition on"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" Unpartitioned space %6lu %s"}, " Unpartitioned space %6lu %s"},
{STRING_MAXSIZE,
"MB (max. %lu MB)"},
{STRING_UNFORMATTED,
"New (Unformatted)"},
{STRING_FORMATUNUSED,
"Unused"},
{STRING_FORMATUNKNOWN,
"Unknown"},
{0, 0} {0, 0}
}; };

View file

@ -1599,7 +1599,7 @@ MUI_STRING ukUAStrings[] =
{STRING_TXTSETUPFAILED, {STRING_TXTSETUPFAILED,
"Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"}, "Setup failed to find the '%S' section\nin TXTSETUP.SIF.\n"},
{STRING_COPYING, {STRING_COPYING,
" \xB3 Copying file: %S"}, " \xB3 Copying file: %S"},
{STRING_SETUPCOPYINGFILES, {STRING_SETUPCOPYINGFILES,
"Setup is copying files..."}, "Setup is copying files..."},
{STRING_PAGEDMEM, {STRING_PAGEDMEM,
@ -1666,6 +1666,14 @@ MUI_STRING ukUAStrings[] =
"Setup created a new partition on"}, "Setup created a new partition on"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" Unpartitioned space %6lu %s"}, " Unpartitioned space %6lu %s"},
{STRING_MAXSIZE,
"MB (max. %lu MB)"},
{STRING_UNFORMATTED,
"New (Unformatted)"},
{STRING_FORMATUNUSED,
"Unused"},
{STRING_FORMATUNKNOWN,
"Unknown"},
{0, 0} {0, 0}
}; };

View file

@ -117,4 +117,8 @@ MUIGetString(ULONG Number);
#define STRING_HDDINFOUNK6 46 #define STRING_HDDINFOUNK6 46
#define STRING_NEWPARTITION 47 #define STRING_NEWPARTITION 47
#define STRING_UNPSPACE 48 #define STRING_UNPSPACE 48
#define STRING_MAXSIZE 49
#define STRING_UNFORMATTED 50
#define STRING_FORMATUNUSED 51
#define STRING_FORMATUNKNOWN 52
#endif #endif

View file

@ -1146,7 +1146,7 @@ PrintPartitionData (PPARTLIST List,
PartType = NULL; PartType = NULL;
if (PartEntry->New == TRUE) if (PartEntry->New == TRUE)
{ {
PartType = "New (Unformatted)"; PartType = MUIGetString(STRING_UNFORMATTED);
} }
else if (PartEntry->Unpartitioned == FALSE) else if (PartEntry->Unpartitioned == FALSE)
{ {