diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:30:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:30:08 +0000 |
commit | 5ce8d30439463838f845c78bc926cc9b310a8743 (patch) | |
tree | bb1852dc58711c7baee31216a765067dfa49b65b /help-install/pl | |
parent | 10658e71475bd964263d09f1a661f24fadfaf496 (diff) | |
download | bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar.gz bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar.bz2 bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar.xz bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.zip |
imported openSUSE.tar.bz2 (from gfxboot-4.1.19-2.1.src.rpm)4.1.19.1
Diffstat (limited to 'help-install/pl')
24 files changed, 474 insertions, 0 deletions
diff --git a/help-install/pl/main.html b/help-install/pl/main.html new file mode 100644 index 0000000..f32cd7a --- /dev/null +++ b/help-install/pl/main.html @@ -0,0 +1,103 @@ +<h3> +<a name="main">Pomoc programu rozruchowego</a> +</h3> + +<p> +Welcome to <em>@@@product@@@</em> +</p> + +<p> +Use this menu to select the desired function. If you have +problems navigating in this help system, press +<em>@@@fkey_help@@@</em> to enter the <a href="#help">Opis</a> of the help +system. The main functions in this menu are: +</p> + +<p> +<a href="#harddisk">Uruchomienie z dysku twardego</a>: This selection will not do +anything to the system. It only starts a previously installed +operating system. +</p> + +<p> +<a href="#linux">Instalacja</a>: +This installation mode works on most machines. If you experience a +system freeze during boot or problems with detection of your hardware +components, such as disk controllers or network cards, try one of the +following installation options. +</p> + +<p> +<a href="#noacpi">Instalacja (bez ACPI)</a>: Many of the +currently-sold computers have incomplete or faulty ACPI +implementations. This selection disables ACPI support in the +kernel, but still enables many performance features, like DMA for IDE +hard disks. +</p> + +<p> +<a href="#nolapic">Instalacja (bez lokalnego APIC)</a>: +If the normal installation fails, this might be due to the +system hardware not supporting local APIC. +If this seems to be the case, use this option to +install without local APIC support. +</p> + +<p> +<a href="#failsafe">Instalacja (bezpieczne ustawienia)</a>: If you were not +successful with <em>Instalacja</em>, this selection might +solve the issue. +</p> + +<p> +<a href="#rescue">System ratunkowy</a>: This boot image starts a small +Linux system in RAM. This is useful if the system does not start properly. +After booting this system, log in as root. +</p> + +<p> +<a href="#firmware">Test oprogramowania sprzętowego</a>: Runs a BIOS test tool that validates +ACPI and other parts of your BIOS. +</p> + +<p> +<a href="#memtest">Test pamięci</a>: Memory testing is useful for more than +checking installation of new memory modules. It is a stress test +for a big part of your computer system and may indicate hardware +problems. +</p> + +<p> +<a href="#opt">Opcje uruchamiania</a>: The boot options may change the +behavior of your system completely. They are settings for +the kernel. +</p> + +<p> +<a href="#help">@@@fkey_help@@@ Help</a>: This is context sensitive. It will +show different screens depending on the active element of the +boot screen. There is also a description of this help system +available. +</p> + +<p> +<a href="#keytable">@@@fkey_lang@@@</a>: Set language and keyboard mapping +used by the boot loader. +</p> + +<p> +<a href="#videomode">@@@fkey_video@@@ Video Mode</a>: Here, choose between +different screen resolutions while installing. If you encounter +problems with the graphical installation, the <em>Tryb tekstowy</em> may +be a work-around for you. +</p> + +<p> +<a href="#install_src">@@@fkey_inst@@@ Installation Source</a>: Choose the +installation source. +</p> + +<p> +<a href="#driverupdate">@@@fkey_dud@@@ Driver Update</a>: For very new machines, a +driver update may be needed to install the system. +</p> diff --git a/help-install/pl/main::bits.html b/help-install/pl/main::bits.html new file mode 100644 index 0000000..7aa8002 --- /dev/null +++ b/help-install/pl/main::bits.html @@ -0,0 +1,7 @@ +<h3> +<a name="bits">Wybór typu oprogramowania</a> +</h3> + +<p> +You have the choice to install the 32-bit or 64-bit version of @@@product@@@. +</p> diff --git a/help-install/pl/main::driverupdate.html b/help-install/pl/main::driverupdate.html new file mode 100644 index 0000000..cb8eac9 --- /dev/null +++ b/help-install/pl/main::driverupdate.html @@ -0,0 +1,14 @@ +<h3> +<a name="driverupdate">Aktualizacja sterowników</a> +</h3> + +<p> +If you need a driver update floppy or CD-ROM, press <em>@@@fkey_dud@@@</em>. The +boot loader asks you to insert the driver update medium after +loading the Linux kernel. +</p> + +<p> +A driver update is typically a floppy with new versions of hardware +drivers or bug fixes needed during installation. +</p> diff --git a/help-install/pl/main::failsafe.html b/help-install/pl/main::failsafe.html new file mode 100644 index 0000000..7cef1f4 --- /dev/null +++ b/help-install/pl/main::failsafe.html @@ -0,0 +1,11 @@ +<h3> +<a name="failsafe">Instalacja (bezpieczne ustawienia)</a> +</h3> + +<p> +Select <em>Instalacja (bezpieczne ustawienia)</em> if you encounter hangs +while installing or irreproducible errors. This option disables DMA +for IDE drives and all power management features. +See also the kernel options for <a href="#o_apm">apm</a>, +<a href="#o_acpi">acpi</a> and <a href="#o_ide">ide</a>. +</p> diff --git a/help-install/pl/main::firmware.html b/help-install/pl/main::firmware.html new file mode 100644 index 0000000..dd2b0b1 --- /dev/null +++ b/help-install/pl/main::firmware.html @@ -0,0 +1,9 @@ +<h3> +<a name="firmware">Test oprogramowania sprzętowego</a> +</h3> + +<p> +Starts a BIOS checker that validates the ACPI tables +and many other parts of your BIOS. +Test results can be stored on usb disk or saved via network. +</p> diff --git a/help-install/pl/main::harddisk.html b/help-install/pl/main::harddisk.html new file mode 100644 index 0000000..d2e141b --- /dev/null +++ b/help-install/pl/main::harddisk.html @@ -0,0 +1,16 @@ +<h3> +<a name="harddisk">Uruchomienie z dysku twardego</a> +</h3> + +<p> +Select <em>Start zainstalowanego systemu</em> to start the system installed on +your local hard disk. This system must be installed properly, because +only the MBR (Master Boot Record) on the first hard disk is started. +The device ID of the first hard disk is provided by the BIOS of +the computer. +</p> + +<p> +Use this if you forgot to remove the CD or DVD from your +drive and want to start the computer from the hard disk. +</p> diff --git a/help-install/pl/main::help.html b/help-install/pl/main::help.html new file mode 100644 index 0000000..30dfad2 --- /dev/null +++ b/help-install/pl/main::help.html @@ -0,0 +1,25 @@ +<h3> +<a name="help">Używanie systemu pomocy</a> +</h3> + +<p> +The boot loader online help is context sensitive. It gives information +about the selected menu item or, if you are editing boot options, +it tries to look up information about the option in which the cursor is +positioned. +</p> + +<p> +Navigation Keys +<ul> + <li><em>Strzałka 'w górę'</em>: highlight previous link</li> + <li><em>Strzałka 'w dół'</em>: highlight next link</li> + <li><em>Strzałka 'w lewo'</em>, <em>Backspace</em>: return to previous topic</li> + <li><em>Strzałka 'w prawo'</em>, <em>Enter</em>, <em>Spacja</em>: follow link</li> + <li><em>Page Up</em>: scroll up one page</li> + <li><em>Page Down</em>: scroll down one page</li> + <li><em>Home</em>: go to page start</li> + <li><em>End</em>: go to page end</li> + <li><em>Esc</em>: leave help</li> +</ul> +</p> diff --git a/help-install/pl/main::install_src.html b/help-install/pl/main::install_src.html new file mode 100644 index 0000000..ce93489 --- /dev/null +++ b/help-install/pl/main::install_src.html @@ -0,0 +1,12 @@ +<h3> +<a name="install_src">Źródło instalacji</a> +</h3> + +<p> +Press <em>@@@fkey_inst@@@</em> to choose an installation source. +</p> + +<p> +This is the same as using the <a href="#o_install">Zainstaluj</a> +boot option. +</p> diff --git a/help-install/pl/main::keytable.html b/help-install/pl/main::keytable.html new file mode 100644 index 0000000..9b55337 --- /dev/null +++ b/help-install/pl/main::keytable.html @@ -0,0 +1,7 @@ +<h3> +<a name="keytable">Ustawienia języka i klawiatury</a> +</h3> + +<p> +Press <em>@@@fkey_lang@@@</em> to change language and keyboard layout the boot loader uses. +</p> diff --git a/help-install/pl/main::linux.html b/help-install/pl/main::linux.html new file mode 100644 index 0000000..dd9cc9c --- /dev/null +++ b/help-install/pl/main::linux.html @@ -0,0 +1,10 @@ +<h3> +<a name="linux">Instalacja</a> +</h3> + +<p> +Select <em>Instalacja</em> to start the default installation. The +<a href="#opt">Opcje uruchamiania</a> entered are used in the +start-up. This item activates many features of commonly available +hardware. +</p> diff --git a/help-install/pl/main::memtest.html b/help-install/pl/main::memtest.html new file mode 100644 index 0000000..31ac2da --- /dev/null +++ b/help-install/pl/main::memtest.html @@ -0,0 +1,14 @@ +<h3> +<a name="memtest">Test pamięci</a> +</h3> + +<p> +The included <em>Test pamięci</em> provides good possibilities to +stress test the hardware of a system. Its main purpose is to detect +broken RAM, but it also stresses many other parts of the system. +</p> + +<p> +There is no guarantee that the memory is good if no errors are +found, although most of memory defects will be found. +</p> diff --git a/help-install/pl/main::noacpi.html b/help-install/pl/main::noacpi.html new file mode 100644 index 0000000..381ec8a --- /dev/null +++ b/help-install/pl/main::noacpi.html @@ -0,0 +1,24 @@ +<h3> +<a name="noacpi">Instalacja (bez ACPI)</a> +</h3> + +<p> +Current hardware usually requires ACPI (Advanced Configuration and Power Interface) +to control the interrupt handling. +ACPI completely replaces the old APM system. +</p> + +<p> +Select <em>Instalacja (bez ACPI)</em> if you encounter +problems during boot of the kernel. Known problems with machines that +have problems with ACPI are: +<ul> + <li>kernel freezes when booting</li> + <li>PCI Cards are not detected or initialized properly</li> +</ul> +</p> + +<p> +You may also try the <a href="#firmware">Test oprogramowania sprzętowego</a> boot option +and look at the test results of the ACPI validation. +</p> diff --git a/help-install/pl/main::nolapic.html b/help-install/pl/main::nolapic.html new file mode 100644 index 0000000..4c24d25 --- /dev/null +++ b/help-install/pl/main::nolapic.html @@ -0,0 +1,14 @@ +<h3> +<a name="nolapic">Instalacja (bez lokalnego APIC)</a> +</h3> + +<p> +Normally there are no problems with the APIC (Advanced Programmable Interrupt +Controller). But if you seem to have some, try this option to boot +without local APIC support. +</p> + +<p> +Please don't confuse this with <a href="#noacpi">ACPI</a> +(Advanced Configuration and Power Interface). +</p> diff --git a/help-install/pl/main::opt.html b/help-install/pl/main::opt.html new file mode 100644 index 0000000..90ed713 --- /dev/null +++ b/help-install/pl/main::opt.html @@ -0,0 +1,28 @@ +<h3> +<a name="opt">Opcje uruchamiania</a> +</h3> + +<p> +There are two types of boot options available. First, there are +options that affect the installer. Second, there are kernel +options. Some of the more common options are: +</p> + +<p> +a) installer options +<ul> + <li><a href="#o_install">Zainstaluj</a> -- select an installation source</li> + <li><a href="#network">Opcje sieciowe</a> -- the network options</li> + <li><a href="#o_vnc">Opcje vnc</a> -- options for installation via VNC</li> +</ul> +</p> + +<p> +b) kernel options +<ul> + <li><a href="#o_splash">splash</a> -- influence the behavior of the splash screen</li> + <li><a href="#o_apm">apm</a> -- toggle power management</li> + <li><a href="#o_acpi">acpi</a> -- advanced configuration and power interface</li> + <li><a href="#o_ide">ide</a> -- control the IDE subsystem</li> +</ul> +</p> diff --git a/help-install/pl/main::opt::network.html b/help-install/pl/main::opt::network.html new file mode 100644 index 0000000..394e8ef --- /dev/null +++ b/help-install/pl/main::opt::network.html @@ -0,0 +1,35 @@ +<a name="o_hostip"/> +<a name="o_netmask"/> +<a name="o_gateway"/> + +<h3> +<a name="network">Opcje instalatora: ustawienia sieciowe</a> +</h3> + +<p> +It is possible to configure the network interface right now. The +hardware will be detected later by YaST2. The minimum set of options +to configure your network card consists of host IP and netmask. For +example: +<ul> + <li>hostip:192.168.0.10 netmas=255.255.255.0</li> +</ul> +</p> + +<p> +or in a shorter form: +<ul> + <li>hostip=192.168.0.10/24</li> +</ul> +</p> + +<p> +If you specified a <a href="#o_install">instalacja sieciowa</a> and do +not specify both of these options, the installer tries to configure +the network interface with <em>dhcp</em>. If you need a default +gateway, specify this with the option <em>bramka sieciowa</em>. For +example: +<ul> + <li>gateway=192.168.0.8</li> +</ul> +</p> diff --git a/help-install/pl/main::opt::o_acpi.html b/help-install/pl/main::opt::o_acpi.html new file mode 100644 index 0000000..5b9ba73 --- /dev/null +++ b/help-install/pl/main::opt::o_acpi.html @@ -0,0 +1,23 @@ +<h3> +<a name="o_acpi">Opcje jądra: acpi</a> +</h3> + +<p> +ACPI (Advanced Configuration and Power Interface) is a +standard that defines power and configuration management interfaces +between an operating system and the BIOS. By default, <em>acpi</em> is +switched on when a BIOS is detected that is newer than from year +2000. There are several commonly +used parameters to control the behavior of ACPI: +<ul> + <li><em>pci=noacpi</em> -- do not use ACPI to route PCI interrupts</li> + <li><em>acpi=oldboot</em> -- only the parts of ACPI that are relevant for booting remain activated</li> + <li><em>acpi=off</em> -- switch off ACPI completely</li> + <li><em>acpi=force</em> -- switch on ACPI even if your BIOS is dated before 2000</li> +</ul> +</p> + +<p> +Especially on new computers, it replaces the old +<a href="#o_apm">apm</a> system. +</p> diff --git a/help-install/pl/main::opt::o_apm.html b/help-install/pl/main::opt::o_apm.html new file mode 100644 index 0000000..7a119ac --- /dev/null +++ b/help-install/pl/main::opt::o_apm.html @@ -0,0 +1,21 @@ +<h3> +<a name="o_apm">Opcje ogólne: apm</a> +</h3> + +<p> +APM is one of the two power management strategies used on current +computers. It is mainly used with laptops for functions like suspend +to disk, but it may also be responsible for switching off the +computer after power down. APM relies on a correct working BIOS. If +the BIOS is broken, APM may have only limited use or even prevent the +computer from working. Therefore, it may be switched off with the +parameter +<ul> + <li><em>apm=off</em> -- switch off APM completely</li> +</ul> +</p> + +<p> +Some very new computers may take more advantage from the newer +<a href="#o_acpi">ACPI</a>. +</p> diff --git a/help-install/pl/main::opt::o_ide.html b/help-install/pl/main::opt::o_ide.html new file mode 100644 index 0000000..69b7762 --- /dev/null +++ b/help-install/pl/main::opt::o_ide.html @@ -0,0 +1,12 @@ +<h3> +<a name="o_ide">Opcje jądra: ide</a> +</h3> + +<p> +IDE is, unlike SCSI, commonly used in most desktop workstations. +To circumvent some hardware problems that occur with IDE systems, use the +kernel parameter: +<ul> + <li><em>ide=nodma</em> -- switch off DMA for IDE drives</li> +</ul> +</p> diff --git a/help-install/pl/main::opt::o_install.html b/help-install/pl/main::opt::o_install.html new file mode 100644 index 0000000..2f9b2d2 --- /dev/null +++ b/help-install/pl/main::opt::o_install.html @@ -0,0 +1,30 @@ +<h3> +<a name="o_install">Opcje instalatora: zainstaluj</a> +</h3> + +<p> +By default, the local CD-ROMs are searched for the installation source. +For a network install, select the +<em>Zainstaluj</em> option. Possible installation protocols are +<ul> + <li>FTP</li> + <li>NFS</li> + <li>HTTP</li> +</ul> +</p> + +<p> +The syntax to use is just like standard URLs. For example, +if your server is found at 192.168.0.1 and you want to do an NFS-based +install from the directory /install on this server, specify +the source as follows: +<ul> + <li>install=nfs://192.168.0.1/install</li> +</ul> +</p> + +<p> +The network card will either be configured with <em>dhcp</em> or you +must specify the parameters yourself as described in the +<a href="#network">Opcje sieciowe</a>. +</p> diff --git a/help-install/pl/main::opt::o_splash.html b/help-install/pl/main::opt::o_splash.html new file mode 100644 index 0000000..44804ae --- /dev/null +++ b/help-install/pl/main::opt::o_splash.html @@ -0,0 +1,12 @@ +<h3> +<a name="o_splash">Opcje jądra: splash</a> +</h3> + +<p> +The splash screen is the picture shown during system start-up. +<ul> + <li><em>splash = 0</em> -- The splash screen is switched off. This may be useful with very old monitors or if some error occurs.</li> + <li><em>splash=verbose</em> -- Activates splash, kernel and boot messages are still shown.</li> + <li><em>splash=silent</em> -- Activates splash, but no messages. Instead a progress bar is drawn.</li> +</ul> +</p> diff --git a/help-install/pl/main::opt::o_vnc.html b/help-install/pl/main::opt::o_vnc.html new file mode 100644 index 0000000..cea0af8 --- /dev/null +++ b/help-install/pl/main::opt::o_vnc.html @@ -0,0 +1,18 @@ +<a name="o_vncpassword"/> + +<h3> +<a name="o_vnc">Opcje nstalatora: vnc</a> +</h3> + +<p> +To enable the VNC installation, specify the +parameters vnc and vncpassword: +<ul> + <li><em>vnc=1 vncpassword=example</em></li> +</ul> +</p> + +<p> +The VNC server will be started and you may control YaST2 over any VNC +client from a remote system. +</p> diff --git a/help-install/pl/main::rescue.html b/help-install/pl/main::rescue.html new file mode 100644 index 0000000..64cfe2f --- /dev/null +++ b/help-install/pl/main::rescue.html @@ -0,0 +1,10 @@ +<h3> +<a name="rescue">System ratunkowy</a> +</h3> + +<p> +The <em>System ratunkowy</em> is a small RAM disk base system. From there, +it is possible to make all kinds of changes to an installed system. Because +only low-level tools are available in this system, it is intended for +experts. +</p> diff --git a/help-install/pl/main::videomode.html b/help-install/pl/main::videomode.html new file mode 100644 index 0000000..49d01ba --- /dev/null +++ b/help-install/pl/main::videomode.html @@ -0,0 +1,18 @@ +<h3> +<a name="videomode">Wybór trybu wyświetlania</a> +</h3> + +<p> +Press <em>@@@fkey_video@@@</em> to get the list of video modes your graphics card +supports. The highest mode your monitor can display is preselected. +</p> + +<p> +It is possible that your monitor cannot be detected automatically. In that +case, select your preferred mode manually. +</p> + +<p> +If your system has problems with the graphics card during the +installation, the <em>Tryb tekstowy</em> may be a usable work-around. +</p> diff --git a/help-install/pl/navi.html b/help-install/pl/navi.html new file mode 100644 index 0000000..376310f --- /dev/null +++ b/help-install/pl/navi.html @@ -0,0 +1 @@ +<p>Wróć do <a href="#foobar">FOOBAR</a></p> |