[USETUP] Whitespace fixes only.

svn path=/branches/setup_improvements/; revision=74636
svn path=/branches/setup_improvements/; revision=74639
This commit is contained in:
Hermès Bélusca-Maïto 2017-05-23 21:01:10 +00:00
parent 043a024d61
commit 0b714cbe6a
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
9 changed files with 56 additions and 56 deletions

View file

@ -765,7 +765,7 @@ CabinetFindNext(PCAB_SEARCH Search)
Search->CFData = NULL;
Search->Offset = 0;
}
/* don't match the file we started with */
if (wcscmp(Search->Search, L"*") == 0)
{
@ -1033,7 +1033,7 @@ CabinetExtractFile(PCAB_SEARCH Search)
CurrentOffset += CFData->UncompSize;
CFData = (PCFDATA)((char *)(CFData + 1) + DataReserved + CFData->CompSize);
}
Search->CFData = CFData;
Search->Offset = CurrentOffset;

View file

@ -685,11 +685,11 @@ CONSOLE_SetStyledText(
if (Flags & TEXT_ALIGN_CENTER)
{
coPos.X = (xScreen - Length) /2;
coPos.X = (xScreen - Length) /2;
}
else if(Flags & TEXT_ALIGN_RIGHT)
{
coPos.X = coPos.X - Length;
coPos.X = coPos.X - Length;
if (Flags & TEXT_PADDING_SMALL)
{
@ -697,7 +697,7 @@ CONSOLE_SetStyledText(
}
else if (Flags & TEXT_PADDING_MEDIUM)
{
coPos.X -= 2;
coPos.X -= 2;
}
else if (Flags & TEXT_PADDING_BIG)
{
@ -712,8 +712,8 @@ CONSOLE_SetStyledText(
}
else if (Flags & TEXT_PADDING_MEDIUM)
{
coPos.X += 2;
}
coPos.X += 2;
}
else if (Flags & TEXT_PADDING_BIG)
{
coPos.X += 3;

View file

@ -56,7 +56,7 @@ static MUI_ENTRY itITLanguagePageEntries[] =
static MUI_ENTRY itITWelcomePageEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -92,7 +92,7 @@ static MUI_ENTRY itITWelcomePageEntries[] =
TEXT_STYLE_NORMAL
},
{
8,
8,
19,
"\x07 Premere L per vedere i termini e condizioni della licenza.",
TEXT_STYLE_NORMAL
@ -104,14 +104,14 @@ static MUI_ENTRY itITWelcomePageEntries[] =
TEXT_STYLE_NORMAL
},
{
6,
6,
23,
"Per maggiori informazioni riguardo ReactOS, visitate il sito:",
TEXT_STYLE_NORMAL
},
{
6,
24,
6,
24,
"http://www.reactos.org",
TEXT_STYLE_HIGHLIGHT
},
@ -188,7 +188,7 @@ static MUI_ENTRY itITIntroPageEntries[] =
{
0,
0,
"ENTER = Continua F3 = Termina",
"INVIO = Continua F3 = Termina",
TEXT_TYPE_STATUS | TEXT_PADDING_BIG
},
{
@ -202,7 +202,7 @@ static MUI_ENTRY itITIntroPageEntries[] =
static MUI_ENTRY itITLicensePageEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -279,43 +279,43 @@ static MUI_ENTRY itITLicensePageEntries[] =
"della licenza GNU GPL con ReactOS, visiti il sito:",
TEXT_STYLE_NORMAL
},
{
{
8,
20,
"http://www.gnu.org/licenses/licenses.html",
TEXT_STYLE_HIGHLIGHT
},
{
{
8,
22,
"Garanzia:",
TEXT_STYLE_HIGHLIGHT
},
{
{
8,
24,
"Questo software \x8A libero; vedere il codice per le condizioni di copia.",
TEXT_STYLE_NORMAL
},
{
{
8,
25,
"NON esiste garanzia; n\x8A di COMMERCIABILIT\x85",
TEXT_STYLE_NORMAL
},
{
{
8,
26,
"o adeguatezza ad un uso particolare",
TEXT_STYLE_NORMAL
},
{
{
0,
0,
" INVIO = Ritorna",
TEXT_TYPE_STATUS
},
{
{
0,
0,
NULL,
@ -326,13 +326,13 @@ static MUI_ENTRY itITLicensePageEntries[] =
static MUI_ENTRY itITDevicePageEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
},
{
6,
6,
8,
"L'elenco che segue mostra le impostazioni correnti delle periferiche.",
TEXT_STYLE_NORMAL
@ -368,7 +368,7 @@ static MUI_ENTRY itITDevicePageEntries[] =
TEXT_STYLE_NORMAL
},
{
25,
25,
16, "Accettare queste impostazioni",
TEXT_STYLE_NORMAL
},
@ -379,25 +379,25 @@ static MUI_ENTRY itITDevicePageEntries[] =
TEXT_STYLE_NORMAL
},
{
6,
20,
6,
20,
"e modificarlo premendo INVIO per selezionare un valore alternativo.",
TEXT_STYLE_NORMAL
},
{
6,
6,
21,
" ",
TEXT_STYLE_NORMAL
},
{
6,
23,
6,
23,
"Quando le impostazioni saranno corrette, selezionare",
TEXT_STYLE_NORMAL
},
{
6,
6,
24,
"\"Accettare queste impostazioni\" e premere INVIO.",
TEXT_STYLE_NORMAL
@ -419,7 +419,7 @@ static MUI_ENTRY itITDevicePageEntries[] =
static MUI_ENTRY itITRepairPageEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -483,7 +483,7 @@ static MUI_ENTRY itITRepairPageEntries[] =
static MUI_ENTRY itITComputerPageEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -499,7 +499,7 @@ static MUI_ENTRY itITComputerPageEntries[] =
10,
"\x07 Premere i tasti SU e GI\xEB per scegliere il tipo.",
TEXT_STYLE_NORMAL
},
},
{
8,
11,
@ -535,7 +535,7 @@ static MUI_ENTRY itITComputerPageEntries[] =
static MUI_ENTRY itITFlushPageEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -575,7 +575,7 @@ static MUI_ENTRY itITFlushPageEntries[] =
static MUI_ENTRY itITQuitPageEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -621,7 +621,7 @@ static MUI_ENTRY itITQuitPageEntries[] =
static MUI_ENTRY itITDisplayPageEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -672,7 +672,7 @@ static MUI_ENTRY itITDisplayPageEntries[] =
static MUI_ENTRY itITSuccessPageEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -718,7 +718,7 @@ static MUI_ENTRY itITSuccessPageEntries[] =
static MUI_ENTRY itITBootPageEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -765,7 +765,7 @@ static MUI_ENTRY itITBootPageEntries[] =
static MUI_ENTRY itITSelectPartitionEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -835,7 +835,7 @@ static MUI_ENTRY itITSelectPartitionEntries[] =
static MUI_ENTRY itITConfirmDeleteSystemPartitionEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -935,7 +935,7 @@ static MUI_ENTRY itITConfirmDeleteSystemPartitionEntries[] =
static MUI_ENTRY itITFormatPartitionEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -969,7 +969,7 @@ static MUI_ENTRY itITFormatPartitionEntries[] =
static MUI_ENTRY itITInstallDirectoryEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -1021,7 +1021,7 @@ static MUI_ENTRY itITInstallDirectoryEntries[] =
static MUI_ENTRY itITFileCopyEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -1061,7 +1061,7 @@ static MUI_ENTRY itITFileCopyEntries[] =
static MUI_ENTRY itITBootLoaderEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -1113,7 +1113,7 @@ static MUI_ENTRY itITBootLoaderEntries[] =
static MUI_ENTRY itITKeyboardSettingsEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -1165,7 +1165,7 @@ static MUI_ENTRY itITKeyboardSettingsEntries[] =
static MUI_ENTRY itITLayoutSettingsEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -1218,7 +1218,7 @@ static MUI_ENTRY itITLayoutSettingsEntries[] =
static MUI_ENTRY itITPrepareCopyEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -1247,7 +1247,7 @@ static MUI_ENTRY itITPrepareCopyEntries[] =
static MUI_ENTRY itITSelectFSEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE
@ -1294,7 +1294,7 @@ static MUI_ENTRY itITSelectFSEntries[] =
static MUI_ENTRY itITDeletePartitionEntries[] =
{
{
4,
4,
3,
" Installazione di ReactOS " KERNEL_VERSION_STR " ",
TEXT_STYLE_UNDERLINE

View file

@ -44,7 +44,7 @@ static MUI_ENTRY nlNLLanguagePageEntries[] =
},
{
8,
13,
13,
"\x07 Deze taal wordt later als standaard taal door het systeem gebruikt.",
TEXT_STYLE_NORMAL
},
@ -1475,7 +1475,7 @@ MUI_ERROR nlNLErrorEntries[] =
NULL
},
{
//ERROR_DELETE_SPACE,
//ERROR_DELETE_SPACE,
"U kunt ongebruikte schijfruimte voor partities niet verwijderen!\n"
"\n"
" * Druk op een willekeurige toets om door te gaan.",

View file

@ -1054,7 +1054,7 @@ static MUI_ENTRY ptBRFileCopyEntries[] =
{
50,
0,
"\xB3 Por favor, aguarde...",
"\xB3 Por favor, aguarde...",
TEXT_TYPE_STATUS
},
{

View file

@ -1,4 +1,4 @@
/* TRANSLATOR : Ardit Dani (Ard1t) (ardit.dani@gmail.com)
/* TRANSLATOR : Ardit Dani (Ard1t) (ardit.dani@gmail.com)
* DATE OF TR: 29-11-2013
*/

View file

@ -1,6 +1,6 @@
/*
* PROJECT: ReactOS Setup
* FILE: base/setup/usetup/lang/sv-SE.h
* FILE: base/setup/usetup/lang/sv-SE.h
* PURPOSE: Swedish resource file
* Translation: Jaix Bly plus perhaps GreatLord if blame and translate.reactos.se is consulted.
*/

View file

@ -1415,7 +1415,7 @@ MUI_ERROR trTRErrorEntries[] =
//ERROR_WARN_PARTITION,
"Kur, d<>zg<7A>n y”netilemeyen bir uyumsuz b”l<E2809D>m tablosu i‡eren en az\n"
"bir sƒbit disk buldu!\n"
"\n"
"\n"
"B”l<EFBFBD>mleri oluŸturmak veyƒ silmek b”l<E2809D>m tablosunu yok edebilir.\n"
"\n"
" \x07 Kur'dan ‡<>kmak i‡in F3'e bas<61>n<EFBFBD>z.\n"

View file

@ -1,7 +1,7 @@
/*
* translated by Artem Reznikov, Igor Paliychuk, 2010
* http://www.reactos.org/uk/
*/
*/
#pragma once