Update userguide translations

Also purge old documents
This commit is contained in:
Autocommitter
2018-10-20 16:28:58 -04:00
committed by waddlesplash
parent 4fd69b6cc2
commit 7852aa0525
323 changed files with 2291 additions and 7101 deletions
+15 -13
View File
@@ -4,7 +4,7 @@
<head>
<!--
*
* Copyright 2008-2015, Haiku. All rights reserved.
* Copyright 2008-2018, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
@@ -15,6 +15,7 @@
* Rodastahm Islamov
* Humdinger
* Michael Smirnov
* Vsevolod
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
@@ -127,12 +128,13 @@
</table>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="troubleshooting" name="troubleshooting">Troubleshooting</a></h2>
<a id="troubleshooting" name="troubleshooting">Исправление проблем</a></h2>
<p>If Haiku refuses to boot on your hardware from the get-go, try out setting different options under <span class="menu">Select safe mode options</span>. Consider filing a <a href="../../welcome/en/bugreports.html">bug report</a> in any case.</p>
<p>On the other hand, if Haiku only suddenly acts up after you have installed some software, especially hardware drivers, you have several options to get Haiku bootable again so you can uninstall the offending package:</p>
<ul>
<li><p>Activating <span class="menu">Safe mode</span> will prevent most servers, daemons and the UserBootscript from being started.</p></li>
<li><p>Activating <span class="menu">Disable user add-ons</span> will prevent using any add-ons (drivers, translators, etc.) you have installed in the user hierarchy under your Home folder.</p></li>
<li><p>If activating <span class="menu">Use fail-safe graphics driver</span> solves your troubles by falling back to VESA graphics, you can make the setting permanent by removing the <tt>#</tt> of the line <i>#fail_safe_video_mode true</i> in the text file <span class="path">/boot/home/config/settings/kernel/drivers/kernel</span>.</p></li>
<li><p>If the offending driver, add-on etc. is installed in the system hierarchy, things get a bit more complicated, because that area is read-only. Here, the <span class="menu">Blacklist entries</span> comes into play. With it, you can navigate through the whole system hierarchy and disable the component that's messing things up for you by checking an entry with the <span class="key">SPACE</span> or <span class="key">RETURN</span> key. <span class="key">ESC</span> returns you up one level to the parent directory.</p>
<p>Online, there's the article <a href="http://www.haiku-os.org/blog/barrett/2013-12-15_how_permanently_blacklist_package_file">How to Permanently Blacklist a Package File</a> showing how to make that setting stick.</p></li>
<li><p>Under <span class="menu">Select boot volume</span> you can specify what former "version" of Haiku to boot. Every time you un/install a package, the old state is saved and you can boot into it by choosing it from the list presented in the boot loader options.<br />
@@ -140,20 +142,20 @@ So, if you encounter boot problems after installing some package, boot a Haiku s
</ul>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="booting" name="booting">Booting Haiku</a></h2>
<p>After activating one or more options, you return to the main menu and continue booting, which presents you with this boot screen:</p>
<a id="booting" name="booting">Загрузка Haiku</a></h2>
<p>После активации одной или более опций вернитесь в главное меню и продолжите загрузку. Далее вы увидите загрузочный экран:</p>
<img src="../images/bootloader-images/boot-screen.png" alt="boot-screen.png" />
<p>If everything works OK, one symbol after another quickly lights up.<br />
The different symbols roughly correspond to these boot stages:</p>
<p>Если все в порядке, то иконки будут быстро загораться, одна за другой.<br />
Каждая иконка соответствует определенному этапу загрузки:</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><b>Atom</b></td><td style="width:10px;"> </td><td>Initializing modules.</td></tr>
<tr><td><b>Disk + magnifier</b></td><td> </td><td>Creating rootfs (<span class="path">/</span>) and mounting devfs (<span class="path">/dev</span>).</td></tr>
<tr><td><b>Plug-in card</b></td><td> </td><td>Initializing device manager.</td></tr>
<tr><td><b>Boot disk</b></td><td> </td><td>Mounting boot disk.</td></tr>
<tr><td><b>Chip</b></td><td> </td><td>Loading CPU specific modules.</td></tr>
<tr><td><b>Folder</b></td><td> </td><td>Final initialization of subsystems.</td></tr>
<tr><td><b>Rocket</b></td><td> </td><td>Launch_daemon has started the system.</td></tr>
<tr><td><b>Атом</b></td><td style="width:10px;"> </td><td>Инициализация модулей.</td></tr>
<tr><td><b>Диск с лупой</b></td><td> </td><td>Создание корневой файловой системы (<span class="path">/</span>) и монтирование файловой системы устройств (<span class="path">/dev</span>).</td></tr>
<tr><td><b>Карта расширения</b></td><td> </td><td>Инициализация менеджера устройств.</td></tr>
<tr><td><b>Загрузочный диск</b></td><td> </td><td>Монтирование загрузочного диска.</td></tr>
<tr><td><b>Чип</b></td><td> </td><td>Загрузка модулей процессора.</td></tr>
<tr><td><b>Папка</b></td><td> </td><td>Финальная инициализация подсистем.</td></tr>
<tr><td><b>Ракета</b></td><td> </td><td>Демон загрузки Launch_daemon запускает систему.</td></tr>
</table>
</div>