Seems like there got one string lost... fixed now. Thx to Kario for noticing.

svn path=/trunk/; revision=32409
This commit is contained in:
Daniel Reimer 2008-02-17 21:57:55 +00:00
parent 3a1cc7da3f
commit 0d5a01f9a8
2 changed files with 4 additions and 0 deletions

View file

@ -1662,6 +1662,8 @@ MUI_STRING ruRUStrings[] =
"%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %S"}, "%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %S"},
{STRING_HDDINFOUNK6, {STRING_HDDINFOUNK6,
"%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)"}, "%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)"},
{STRING_NEWPARTITION,
"Setup created a new partition on"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" Unpartitioned space %6lu %s"}, " Unpartitioned space %6lu %s"},
{0, 0} {0, 0}

View file

@ -1667,6 +1667,8 @@ MUI_STRING skSKStrings[] =
"%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %S"}, "%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %S"},
{STRING_HDDINFOUNK6, {STRING_HDDINFOUNK6,
"%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)"}, "%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)"},
{STRING_NEWPARTITION,
"Setup created a new partition on"},
{STRING_UNPSPACE, {STRING_UNPSPACE,
" Unpartitioned space %6lu %s"}, " Unpartitioned space %6lu %s"},
{0, 0} {0, 0}