Update userguide translations
This commit is contained in:
committed by
Augustin Cavalier
parent
8854b89737
commit
d5d32c48dc
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<!--
|
||||
*
|
||||
* Copyright 2008-2019, Haiku. All rights reserved.
|
||||
* Copyright 2008-2020, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
@@ -45,6 +45,7 @@
|
||||
<li><a href="../sk/bootloader.html"><img src="../images/flags/sk.png" alt="" />Slovenčina</a></li>
|
||||
<li><a href="../fi/bootloader.html"><img src="../images/flags/fi.png" alt="" />Suomi</a></li>
|
||||
<li><a href="../sv_SE/bootloader.html"><img src="../images/flags/sv_SE.png" alt="" />Svenska</a></li>
|
||||
<li><a href="../tr/bootloader.html"><img src="../images/flags/tr.png" alt="" />Türkçe</a></li>
|
||||
<li><a href="../zh_CN/bootloader.html"><img src="../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||||
<li><a href="../ru/bootloader.html"><img src="../images/flags/ru.png" alt="" />Русский</a></li>
|
||||
<li><a href="../uk/bootloader.html"><img src="../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
@@ -76,30 +77,34 @@
|
||||
<tr><td><b>Select safe mode options</b></td><td> </td><td>Oferuje kilka opcji do wypróbowania w przypadku problemów ze sprzętem, niestabilności systemu lub niedziałającego oprogramowania. Przy podświetlaniu poszczególnych opcji, na dole ekranu pojawia się krótkie wyjaśnienie ich działania.</td></tr>
|
||||
<tr><td></td><td></td><td>
|
||||
<p><span class="menu">Safe mode</span><br />
|
||||
Przełącza system w tryb awaryjny. Ta opcją można być włączona niezależnie od innych.</p>
|
||||
Puts the system into safe mode. This can be enabled independently from the other options.</p>
|
||||
<p><span class="menu">Disable user add-ons</span><br />
|
||||
Zapobiega ładowaniu rozszerzeń zainstalowanych przez użytkownika. Tylko rozszerzenia z katalogu systemowego zostaną załadowane. Zobacz sekcję <a href="#troubleshooting">Rozwiązywanie problemów</a>.</p>
|
||||
Prevents all user installed add-ons from being loaded. Only the add-ons in the system directory will be used. See <a href="#troubleshooting">Troubleshooting</a> below.</p>
|
||||
<p><span class="menu">Disable IDE DMA</span><br />
|
||||
Wyłącza tryb DMA interfejsu IDE, poświęcając wydajność na rzecz kompatybilności.</p>
|
||||
Disables IDE DMA, increasing IDE compatibility at the expense of performance.</p>
|
||||
<p><span class="menu">Ignore memory beyond 4 GiB</span><br />
|
||||
Ignoruje pamięć powyżej 4 GiB, ignorując instrukcje w pliku ustawień jądra.
|
||||
Ignores all memory beyond the 4 GiB address limit, overriding the setting in the kernel settings file.
|
||||
</p>
|
||||
<p><span class="menu">Use fail-safe graphics driver</span><br />
|
||||
Zapobiega ładowaniu sterowników graficznych, zamiast tego system użyje trybu VESA.</p>
|
||||
The system will use VESA mode and won't try to use any video graphics drivers.</p>
|
||||
<p><span class="menu">Disable IO-APIC</span><br />
|
||||
Wyłącza IO APIC do trasowania przerwań, wymuszając użycie starego interfejsu PIC.</p>
|
||||
Disables using the IO APIC for interrupt routing, forcing the use of the legacy PIC instead.</p>
|
||||
<p><span class="menu">Disable local APIC</span><br />
|
||||
Wyłącza lokalne APIC, dodatkowo wyłączając wszystkie rdzenie procesora, prócz jednego.</p>
|
||||
Disables using the local APIC, also disables SMP.</p>
|
||||
<p><span class="menu">Disable X2APIC</span><br />
|
||||
Disables second generation APIC.</p>
|
||||
<p><span class="menu">Disable SMEP and SMAP</span><br />
|
||||
Disables SMEP/SMAP security features of the CPU.</p>
|
||||
<p><span class="menu">Disable SMP</span><br />
|
||||
Wyłącza wszystkie rdzenie procesora, prócz jednego.</p>
|
||||
Disables all but one CPU core.</p>
|
||||
<p><span class="menu">Don't call the BIOS</span><br />
|
||||
Zapobiega wywoływaniu funkcji BIOS-u przez system.</p>
|
||||
Stops the system from calling BIOS functions.</p>
|
||||
<p><span class="menu">Disable APM</span><br />
|
||||
Wyłącza sprzętową obsługę Advanced Power Management, ignorując instrukcje w pliku ustawień jądra.</p>
|
||||
Disables Advanced Power Management hardware support, overriding the APM setting in the kernel settings file.</p>
|
||||
<p><span class="menu">Disable ACPI</span><br />
|
||||
Wyłącza sprzętową obsługę Advanced Configuration and Power Interface, ignorując instrukcje w pliku ustawień jądra.</p>
|
||||
Disables Advanced Configuration and Power Interface hardware support, overriding the ACPI setting in the kernel settings file.</p>
|
||||
<p><span class="menu">Blacklist entries</span><br />
|
||||
Pozwala określić pliki, które mają być ignorowane przez system, np. w celu tymczasowego wyłączenia sterowników. Zobacz sekcję <a href="#troubleshooting">Rozwiązywanie problemów</a>.</p></td></tr>
|
||||
Allows to select system files that shall be ignored. Useful e.g. to disable drivers temporarily. See <a href="#troubleshooting">Troubleshooting</a> below.</p></td></tr>
|
||||
<tr><td><b>Select debug options</b></td><td> </td><td>Tutaj znajdują się opcje pomocne przy badaniu problemów oraz pozyskiwaniu informacji do <a href="../../welcome/pl/bugreports.html">zgłoszenia błędu</a>. Tak jak w przypadku menu opisanego wyżej, krótkie wyjaśnienie każdej opcji pojawia się na dole ekranu.</td></tr>
|
||||
<tr><td></td><td></td><td>
|
||||
<p><span class="menu">Enable serial debug output</span><br />
|
||||
|
||||
Reference in New Issue
Block a user