2025-04-27 07:49:33 -04:00

98 lines
3.2 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//----------------------------------------------------------------------------
//
// Copyright (c) 1999 Microsoft Corporation
// All rights reserved.
//
// File Name:
// strings.c
//
// Description:
// Contains all of the strings constants for DOS based MAKEBOOT program.
//
// To localize this file for a new language do the following:
// - change the unsigned int CODEPAGE variable to the code page
// of the language you are translating to
// - translate the strings in the EngStrings array into the
// LocStrings array. Be very careful that the 1st string in the
// EngStrings array corresponds to the 1st string in the LocStrings
// array, the 2nd corresponds to the 2nd, etc...
//
//----------------------------------------------------------------------------
//
// NOTE: To add more strings to this file, you need to:
// - add the new #define descriptive constant to the makeboot.h file
// - add the new string to the English language array and then make
// sure localizers add the string to the Localized arrays
// - the #define constant must match the string's index in the array
//
#include <stdlib.h>
unsigned int CODEPAGE = 852;
const char *EngStrings[] = {
"Windows XP SP1",
"Windows XP SP1 telep¡tsi ind¡t¢lemez",
"Windows XP SP1 2. sz. telep¡tsi lemez",
"Windows XP SP1 3. sz. telep¡tsi lemez",
"Windows XP SP1 4. sz. telep¡tsi lemez",
"Nem tal lhat¢ a k”vetkez f jl: %s\n",
"Nincs elg mem¢ria a krelem befejezshez\n",
"%s nem vgrehajthat¢ form tum£\n",
"****************************************************",
"Ez a program hozza ltre a telep¡tsi ind¡t¢lemezeket a",
"k”vetkezh”z: Microsoft %s.",
"A lemezek ltrehoz s hoz hat <20>res, form zott, nagykapacit ",
"lemezre lesz sz<73>ksg.",
"Helyezze be a lemezek egyikt a k”vetkez meghajt¢ba: %c:. Ez a",
"lemez lesz a %s.",
"Helyezzen be egy m sik lemezt a k”vetkez meghajt¢ba: %c:. Ez a",
"lemez lesz a %s.",
"Ha elksz<73>lt, nyomjon le egy billentyût.",
"A telep¡tsi ind¡t¢lemezek ltrehoz sa sikeren megt”rtnt.",
"ksz",
"Ismeretlen hiba t”rtnt %s vgrehajt sa k”zben.",
"Adja meg, mely hajlkonylemezre szeretn m solni a programk¢dot: ",
"<EFBFBD>rvnytelen meghajt¢betûjel\n",
"%c: meghajt¢ nem hajlkonylemezmeghajt¢\n",
"Megpr¢b lja £jra ltrehozni a hajlkonylemezt?",
"Az £jrapr¢b lkoz shoz nyomja le az Enter, a kilpshez az Esc billentyût.",
"Hiba: A lemez ¡r svdett\n",
"Hiba: Ismeretlen lemezegysg\n",
"Hiba: A meghajt¢ nem  ll kszen\n",
"Hiba: Ismeretlen parancs\n",
"Hiba: Adathiba (rossz CRC)\n",
"Hiba: Rossz a krelemstrukt£ra hossza\n",
"Hiba: Pozicion l si hiba\n",
"Hiba: A mdiat¡pus nem tal lhat¢\n",
"Hiba: A szektor nem tal lhat¢\n",
"Hiba: Ör si hiba\n",
"Hiba: µltal nos hiba\n",
"Hiba: <20>rvnytelen krelem, vagy rossz hiba\n",
"Hiba: A c¡mjel nem tal lhat¢\n",
"Hiba: Lemez¡r si hiba\n",
"Hiba: K”zvetlen mem¢riahozz frs (DMA) t£lfut sa\n",
"Hiba: Adathiba (CRC vagy ECC)\n",
"Hiba: Vezrlhiba\n",
"Hiba: A lemez ideje lej rt, vagy nem v laszolt\n",
"Windows XP SP1 5. sz. telep¡tsi lemez",
"Windows XP SP1 6. sz. telep¡tsi lemez"
};
const char *LocStrings[] = {"\0"};