mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
[USETUP]
- Fix translations of booloader installation menu (see rev.48703). ACHTUNG ACHTUNG!! Greek and Spanish people, please review the translation fix and provide patches if needed!! - Update French translation. CORE-7516 #resolve #comment Committed in revision r60678. svn path=/trunk/; revision=60678
This commit is contained in:
parent
5dc2b87394
commit
4f2b6c6702
3 changed files with 6 additions and 6 deletions
|
@ -1009,13 +1009,13 @@ static MUI_ENTRY elGRBootLoaderEntries[] =
|
|||
{
|
||||
8,
|
||||
12,
|
||||
"Install bootloader on the harddisk (MBR and VBR).",
|
||||
"„š¡˜«á©«˜©ž «¦¬ bootloader ©«¦ ©¡¢ž¨æ ›å©¡¦ (MBR and VBR).",
|
||||
TEXT_STYLE_NORMAL
|
||||
},
|
||||
{
|
||||
8,
|
||||
13,
|
||||
"Install bootloader on the harddisk (VBR only).",
|
||||
"„š¡˜«á©«˜©ž «¦¬ bootloader ©«¦ ©¡¢ž¨æ ›å©¡¦ (VBR only).",
|
||||
TEXT_STYLE_NORMAL
|
||||
},
|
||||
{
|
||||
|
|
|
@ -992,13 +992,13 @@ static MUI_ENTRY esESBootLoaderEntries[] =
|
|||
{
|
||||
8,
|
||||
12,
|
||||
"Install bootloader on the harddisk (MBR and VBR).",
|
||||
"Instalar cargador de arranque en el disco duro (MBR and VBR).",
|
||||
TEXT_STYLE_NORMAL
|
||||
},
|
||||
{
|
||||
8,
|
||||
13,
|
||||
"Install bootloader on the harddisk (VBR only).",
|
||||
"Instalar cargador de arranque en el disco duro (VBR only).",
|
||||
TEXT_STYLE_NORMAL
|
||||
},
|
||||
{
|
||||
|
|
|
@ -998,13 +998,13 @@ static MUI_ENTRY frFRBootLoaderEntries[] =
|
|||
{
|
||||
8,
|
||||
12,
|
||||
"Installer le chargeur de d‚marrage sur le disque (MBR et VBR).",
|
||||
"Installer le chargeur de d‚marrage sur le disque dur (MBR et VBR).",
|
||||
TEXT_STYLE_NORMAL
|
||||
},
|
||||
{
|
||||
8,
|
||||
13,
|
||||
"Installer le chargeur de d‚marrage sur le disque (VBR seulement).",
|
||||
"Installer le chargeur de d‚marrage sur le disque dur (VBR seulement).",
|
||||
TEXT_STYLE_NORMAL
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue