--- install.c.orig Wed Jun 2 12:02:00 1999 +++ install.c Wed Jul 14 12:30:50 1999 @@ -73,6 +73,17 @@ void welcome(void) { if (!testing && !kickstart) { newtWinMessage("Red Hat Linux", _("Ok"), + _("Vitejte v Red Hat Linuxu CZ!\n\n" + "Podrobnosti o instalaci najdete jak v oficialni " + "dokumentaci od firmy Red Hat Software, tak na Internetovych " + "strankach venujicich se problematice Linuxu. Doporucujeme " + "Vam, abyste venovali cteni dokumentace dostatecnou pozornost, " + "vyhnete se tak jednoduse problemum, ktere Vas mohou zaskocit. " + "Mnoho uzitecnych materialu najdete na strankach " + "http://www.linux.cz/, http://www.redhat.com/ a dalsich.\n\n" + "Mnoho uspechu Vam preje CZLUG (Ceske sdruzeni uzivatelu " + "operacniho systemu Linux).")); +/* _("Welcome to Red Hat Linux!\n\n" "This installation process is outlined in detail in the " "Official Red Hat Linux Installation Guide available from " @@ -81,6 +92,7 @@ "If you have purchased Official Red Hat Linux, be sure to " "register your purchase through our web site, " "http://www.redhat.com.")); +*/ } } --- lang.c.orig Fri May 28 18:16:00 1999 +++ lang.c Wed Jul 14 12:34:44 1999 @@ -138,9 +138,12 @@ } /*loadFont("default8x16");*/ - +/* newtWinMenu(_("Choose a Language"), _("What language should be used " "during the installation process?"), 40, 5, 5, 8, +*/ + newtWinMenu(_("Zvolte jazyk"), _("Jaky jazyk ma byt pouzit " + "behem instalace?"), 40, 5, 5, 8, langs, &choice, _("Ok"), NULL); if (choice == english) {