Hopefully the last String. Translators. Your turn.

svn path=/trunk/; revision=32325
This commit is contained in:
Daniel Reimer 2008-02-12 17:00:09 +00:00
parent f6587f9c6b
commit 1b3b0a7310
8 changed files with 16 additions and 3 deletions

View file

@ -168,7 +168,7 @@ DrawFileSystemList(
sprintf(Buffer, MUIGetString(STRING_FORMATDISK2), Item->FileSystem);
}
else
sprintf(Buffer, " Keep current file system (no changes) ");
sprintf(Buffer, MUIGetString(STRING_KEEPFORMAT));
if (ListEntry == &List->Selected->ListEntry)
CONSOLE_SetInvertedTextXY(List->Left,

View file

@ -1609,9 +1609,9 @@ MUI_STRING deDEStrings[] =
{STRING_SETUPCOPYINGFILES,
"Setup kopiert Dateien..."},
{STRING_PAGEDMEM,
"Ausgel. Speicher"},
"Ausg. Speicher"},
{STRING_NONPAGEDMEM,
"Nicht ausgel. Speicher"},
"Nicht ausg. Speich."},
{STRING_FREEMEM,
"Freier Speicher"},
{STRING_REGHIVEUPDATE,
@ -1644,6 +1644,8 @@ MUI_STRING deDEStrings[] =
" Formatiere Partition als %S Dateisystem (Schnell) "},
{STRING_FORMATDISK2,
" Formatiere Partition als %S Dateisystem "},
{STRING_KEEPFORMAT,
" Dateisystem beibehalten (Keine Ver„nderungen) "},
{0, 0}
};

View file

@ -1638,6 +1638,8 @@ MUI_STRING enUSStrings[] =
" Format partition as %S file system (quick format) "},
{STRING_FORMATDISK2,
" Format partition as %S file system "},
{STRING_KEEPFORMAT,
" Keep current file system (no changes) "},
{0, 0}
};

View file

@ -1650,6 +1650,8 @@ MUI_STRING frFRStrings[] =
" Format partition as %S file system (quick format) "},
{STRING_FORMATDISK2,
" Format partition as %S file system "},
{STRING_KEEPFORMAT,
" Keep current file system (no changes) "},
{0, 0}
};

View file

@ -1646,6 +1646,8 @@ MUI_STRING plPLStrings[] =
" Format partition as %S file system (quick format) "},
{STRING_FORMATDISK2,
" Format partition as %S file system "},
{STRING_KEEPFORMAT,
" Keep current file system (no changes) "},
{0, 0}
};

View file

@ -1638,6 +1638,8 @@ MUI_STRING ruRUStrings[] =
" Format partition as %S file system (quick format) "},
{STRING_FORMATDISK2,
" Format partition as %S file system "},
{STRING_KEEPFORMAT,
" Keep current file system (no changes) "},
{0, 0}
};

View file

@ -1643,6 +1643,8 @@ MUI_STRING skSKStrings[] =
" Format partition as %S file system (quick format) "},
{STRING_FORMATDISK2,
" Format partition as %S file system "},
{STRING_KEEPFORMAT,
" Keep current file system (no changes) "},
{0, 0}
};

View file

@ -103,5 +103,6 @@ MUIGetString(ULONG Number);
#define STRING_CHECKINGDISK 32
#define STRING_FORMATDISK1 33
#define STRING_FORMATDISK2 34
#define STRING_KEEPFORMAT 35
#endif