Update userguide and welcome pages.
This is the first userguide export on the Postgres-based translation tool (previously it used MySQL), so please double-check it extra carefully. (I spotted a few minor problems in the export and fixed the relevant bugs already.)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -50,15 +50,15 @@
|
||||
<li><a href="../jp/applications.html"><img src="../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="workshop-filetypes+attributes.html">Workshop</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
« <a href="workshop-filetypes+attributes.html">Seminar</a>
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="desktop-applets.html">Desktop Applets</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<h1>Aplicații</h1>
|
||||
|
||||
@@ -180,8 +180,8 @@
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="workshop-filetypes+attributes.html">Workshop</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
« <a href="workshop-filetypes+attributes.html">Seminar</a>
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="desktop-applets.html">Desktop Applets</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -70,7 +70,7 @@
|
||||
<p>La stânga aveți blocurile standardizate, împreună cu o utilă funcție de filtru.
|
||||
Opțional, puteți de asemenea să alegeți <span class="menu">Afișează blocuri private</span> din meniul <span class="menu">Vizualizare</span>. La dreapta se arată caracterele efective din aceste blocuri, utlizând fontul specificat în meniul <span class="menu">Font</span>.
|
||||
Mai jos puteți să schimbați dimensiunea fontului. Și mai jos, valorile caracterului curent de sub indicatorul de mouse sunt afișate în notație hex, zecimal și UTF-8.</p>
|
||||
<p>Puteți să trageți&plasați un caracter direct din harta de caractere într-un editor de text, sau dublu clic pe unul la <span class="menu">Copiază caracter</span> (<span class="key">ALT</span> <span class="key">C</span>) sau <span class="menu">Copiază un șir de octeți escapat</span> (<span class="key">SHIFT</span> <span class="key">ALT</span> <span class="key">C</span>). Rezultând în, ex: <tt>€</tt> sau <tt>\xe2\x82\xac</tt>.</p>
|
||||
<p>Puteți să trageți&plasați un caracter direct din harta de caractere într-un editor de text, sau dublu clic pe unul la <span class="menu">Copiază caracter</span> (<span class="key">ALT</span> <span class="key">C</span>) sau <span class="menu">Copiază un șir de octeți escapat</span> (<span class="key">SHIFT</span> <span class="key">ALT</span> <span class="key">C</span>). Rezultând în, ex: <tt>€</tt> sau <tt>\\xe2\\x82\\xac</tt>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -79,8 +79,8 @@ These commands are described in topic <a href="../index.html">Index</a>.</p>
|
||||
|
||||
<h3><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="cli-pkg" name="cli-pkg">Legate de gestionarea de pachete: <span class="cli">package</span>, <span class="cli">pkgman</span></a></h3>
|
||||
<p>The <span class="cli">package</span> command is used to manage HPKG packages. Have a look at the article <a href="https://www.haiku-os.org/guides/daily-tasks/install-applications">Installing applications</a> to learn the very basics. Usually the tool <a href="https://github.com/haikuports/haikuports/wiki">haikuporter</a> is used to create so-called recipes for automatic package building.</p>
|
||||
<p><span class="cli">pkgman</span> is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter <tt>full-sync</tt>: It is more aggressive and also downgrades or removes packages, if necessary.<br />
|
||||
<p>The <span class="cli">package</span> command is used to manage HPKG packages. Have a look at the article <a href="https://www.haiku-os.org/guides/daily-tasks/install-applications">Installing applications</a> to learn the very basics. Usually the tool <a href="https://github.com/haikuports/haikuports/wiki">haikuporter</a> is used to automatically create packages from so-called recipes.</p>
|
||||
<p><span class="cli">pkgman</span> is used to search, install, update and uninstall packages. Package repositories can be added, dropped and their package lists refreshed. A special kind of update is invoked with the parameter <tt>full-sync</tt>: it is more aggressive and also downgrades or removes packages, if necessary.<br />
|
||||
For more details on a parameter, append "--help", e.g. <tt>pkgman search --help</tt>.</p>
|
||||
|
||||
<h3><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
@@ -99,7 +99,7 @@ Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"</pre>
|
||||
<p><img src="../images/apps-images/cli-filepanel.png" alt="cli-alert.png" /></p>
|
||||
</td></tr>
|
||||
<tr><td><p><span class="cli">hey</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">hey</span> is a littler helper tool that sends BMessages to applications and prints out their answer. It can be used for application scripting, i.e. "remote controlling" a program from a script or the command line. It's usage is a bit complex... Thanks to Scot Hacker's BeOS Bible, there's a nice <a href="http://www.birdhouse.org/beos/bible/bos/ch_scripting6.html">hey tutorial</a> by Chris Herborth.</p>
|
||||
<td valign="top"><p><span class="cli">hey</span> is a littler helper tool that sends BMessages to applications and prints out their answer. It can be used for application scripting, i.e. "remote controlling" a program from a script or the command line. It's usage is a bit complex... <a href="https://www.haiku-os.org/blog/humdinger/2017-11-05_scripting_the_gui_with_hey/">Humdinger's blog post</a> serves as a good introduction, and thanks to Scot Hacker's BeOS Bible, there is a much more comprehensive <a href="http://www.birdhouse.org/beos/bible/bos/ch_scripting6.html">hey tutorial</a> by Chris Herborth.</p>
|
||||
</td></tr>
|
||||
<tr><td><p><span class="cli">query</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">query</span> is the commandline version of the Find panel. In fact, a quick way to generate the search term is to build a query in the Find panel, switch to <span class="menu">by formula</span>, add double quotes (<tt>"</tt>) in front and back and paste the whole string after your <span class="cli">query</span> command in Terminal or your script.</p>
|
||||
@@ -126,10 +126,10 @@ Would you like a link to it?" "On Desktop" "In Deskbar" "No thanks"</pre>
|
||||
<td valign="top"><p><span class="cli">diskimage</span> lets you register a regular file as disk device. For example, you can register a Haiku anyboot image, mount it in Tracker and copy, edit or remove files there before using it as source in the Installer.</p>
|
||||
</td></tr>
|
||||
<tr><td><p><span class="cli">launch_roster</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p>The launch_daemon starts all sorts of services and applications at boot-up. For some it was instructed to re-start them if they were quit. If you don't want that – maybe you'd like to test a modified Tracker, for example – you use <span class="cli">launch_roster</span> to <tt>stop</tt> the re-starting of the application before quitting it. Similarly, you can <tt>start</tt> it again or get <tt>info</tt> about it. Without parameter, <span class="cli">launch_roster</span> lists all apps/services that are under its control.<br />
|
||||
<td valign="top"><p>The launch_daemon starts all sorts of services and applications at boot-up. For some it was instructed to re-start them if they were quit. If you don't want that – maybe you'd like to test a modified Tracker, for example – you use <span class="cli">launch_roster</span> to <tt>stop</tt> the re-starting of the application before quitting it. Similarly, you can <tt>start</tt> it again or get <tt>info</tt> about it.c The parameter <tt>log</tt> prints out a log of all launch_daemon related events.<br />
|
||||
Without parameter, <span class="cli">launch_roster</span> lists all apps/services that are under its control.<br />
|
||||
For example, this will stop the re-launching of the Deskbar:</p>
|
||||
<pre class="terminal">launch_roster stop x-vnd.be-tskb</pre>
|
||||
</td></tr>
|
||||
<pre class="terminal">launch_roster stop x-vnd.be-tskb</pre></td></tr>
|
||||
<tr><td><p><span class="cli">mountvolume</span><br /><span class="cli">mount</span></p></td><td style="width:10px;"> </td>
|
||||
<td valign="top"><p><span class="cli">mountvolume</span> is preferred by many to mount local partitions and disks, because its usage is so easy: just call it with the name of the partition and you're done. Try <tt>--help</tt> for more options.</p>
|
||||
<p><span class="cli">mount</span> can additionally mount remote disks by using a network filesystem, like NFS4. You specify the used filesystem with the <tt>-t</tt> parameter and the remote location with the <tt>-p</tt> parameter. As filesystem parameter you can use anything you find in <span class="path">/system/add-ons/kernel/file_system</span> (and corresponding file hierarchies under <span class="path">~/config</span> or "<span class="path">non-packaged</span>", of course). You also have to create a folder as mountpoint. Here's an example:</p>
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/codycam-icon_64.png" alt="codycam-icon_64.png" width="64" height="64" />CodyCam</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
@@ -65,7 +66,7 @@
|
||||
<tr><td>Configurări:</td><td></td><td><span class="path">~/config/settings/codycam</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>Cu ajutorul lui CodyCam aveți posibilitatea să faceți poze la un interval specific de la o cameră web sau alt dispozitiv video-in și să le salvați via FTP.</p>
|
||||
<p>CodyCam lets you take pictures at a specified interval from a connected webcam or any other video-in device and save them via FTP.</p>
|
||||
<img src="../images/apps-images/codycam.png" alt="My very temporarily installed cam in Dartmoor National Park." />
|
||||
<p>La stânga sub previzualizare, stabiliți numele fișierului care va fi sufixat cu un număr care se incrementează pentru fiecare poză făcută. Sub aceasta decideți formatul fișierului și rata de poze care sunt făcute.</p>
|
||||
<p>La dreapta alegeți ori FTP sau sFTP (dacă SSH este disponibil) și introduceți datele necesare pentru a salva imaginile pe un server.</p>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<!--
|
||||
*
|
||||
* Copyright 2015-2017, Haiku. All rights reserved.
|
||||
* Copyright 2015-2018, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
@@ -24,7 +24,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/debugger-icon_64.png" alt="debugger-icon_64.png" width="64" height="64" />Debugger</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
@@ -69,7 +69,7 @@
|
||||
<span class="path">~/config/settings/Debugger/</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>The Debugger is an application the common user hasn't much use for. It's targeted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is when even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert:</p>
|
||||
<p>The Debugger is an application the common user hasn't much use for. It's targeted at developers to investigate bugs in programs. Sometimes those bugs result in crashes and that is when even end users come into contact with the Debugger. When a program crashes, you're confronted with this alert :</p>
|
||||
<img src="../images/apps-images/debugger_alert.png" alt="debugger_alert.png" />
|
||||
<p>It offers four options to react to the crash:</p>
|
||||
<ul>
|
||||
@@ -79,6 +79,27 @@
|
||||
<li><p><span class="button">Save report</span> creates a debug report which is saved as a text file on the Desktop and can be emailed to the developer of the crashed app or attached to a ticket at its bugtracker, if available.<br />
|
||||
The debug report contains information on your hardware (type of CPU and used memory etc.), the exact version of Haiku and all available information on the state of the system that could be relevant to the crash.</p></li>
|
||||
</ul>
|
||||
<p>The default action when a crash happens can be configured with a text file <span class="path">~/config/settings/system/debug_server/settings</span>.<br />
|
||||
The file takes on a driver_settings style format as follows:</p>
|
||||
<pre>default_action user
|
||||
|
||||
executable_actions {
|
||||
app1 log
|
||||
/path/app2* debug
|
||||
}</pre>
|
||||
<p>Valid values for a default_action are:</p>
|
||||
<table summary="action values" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>user</td><td style="width:30px"></td><td>Prompt the user for action.</td></tr>
|
||||
<tr><td>kill</td><td></td><td>Silently terminate the crashing team.</td></tr>
|
||||
<tr><td>debug</td><td></td><td>Attach the debugger to the crashing team.</td></tr>
|
||||
<tr><td>log / report</td><td></td><td>Save a crash report and terminate the team.</td></tr>
|
||||
<tr><td>core</td><td></td><td>Save a (possibly very large) core file and terminate the team.</td></tr>
|
||||
</table>
|
||||
<p>If no default_action is specified, "user" is assumed.</p>
|
||||
<p>The executable_actions subsection contains individual overrides of the default. These take the form above, where the individual lines can be only a team name, or a path, with wildcards.</p>
|
||||
<p><br /></p>
|
||||
<hr />
|
||||
<p><br /></p>
|
||||
<p>Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the <span class="button">Debug</span> option in the above alert:</p>
|
||||
<img src="../images/apps-images/debugger.png" alt="debugger.png" />
|
||||
<p>As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.</p>
|
||||
@@ -87,7 +108,6 @@ The debug report contains information on your hardware (type of CPU and used mem
|
||||
<tr><td class="onelinetop"><a href="https://www.dropbox.com/s/e6gx39r0asc2t8f/DebuggerReferenceManual.pdf?dl=1">Manualul de referință Debugger</a></td><td></td><td>This is the most in-depth source on how to work with the Debugger.</td></tr>
|
||||
<tr><td><a href="https://www.haiku-os.org/blog/anevilyak/">Postări pe bloguri</a></td><td> </td><td>There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.</td></tr>
|
||||
<tr><td class="onelinetop"><a href="https://www.youtube.com/watch?v=n-NDFwtmQcI&list=PL2KiE-VO9zk-9XPmfusEDaOFd_7AiVKzz">Video BeGeistert 026</a></td><td> </td><td>A video from the BeGeistert meeting in 2012, in which Ingo Weinhold demonstrates the state of the Debugger back then and shows other interesting tools like the profiler to hunt down bottlenecks.</td></tr>
|
||||
<tr><td class="onelinetop"><a href="http://cgit.haiku-os.org/haiku/commit/?id=hrev46547">Default action when crashing</a></td><td> </td><td>This commit message describes how to change the behavior when something crashes. For example, you can have the system always save a crash report instead of asking the user by showing the usual crash alert. You can limit that behavior to specific applications.</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/deskcalc-icon_64.png" alt="deskcalc-icon_64.png" width="64" height="64" />DeskCalc</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
|
||||
@@ -73,7 +73,7 @@ Este o unealtă foarte low-level și prin urmare are potențialul să încurce r
|
||||
<p><img id="diskprobe" src="../images/apps-images/diskprobe.png" alt="diskprobe.png" /></p>
|
||||
<p>The main view shows always one block of data, the size of which can be adjusted with <span class="menu">View | BlockSize</span>. To the left is the offset to the start of the block, in the middle the data as HEX values and to the right the same as ASCII symbols.<br />
|
||||
You can move from block to block with the slider above or with <span class="key">ALT</span> <span class="key">←</span> and <span class="key">ALT</span> <span class="key">→</span> and switch between the HEX and ASCII columns with <span class="key">TAB</span>.</p>
|
||||
<p><span class="menu">Block | Selection</span> will not only show the selection with different endianess (and in HEX or decimal, set by <span class="menu">View | Base</span>), it will also interprete the selection as a block offset that you can jump to. It will be grayed out if the position is outside of the file/device.<br />
|
||||
<p><span class="menu">Block | Selection</span> will not only show the selection with different endianess (and in HEX or decimal, set by <span class="menu">View | Base</span>), it will also interpret the selection as a block offset that you can jump to. It will be grayed out if the position is outside of the file/device.<br />
|
||||
This is a handy feature mostly when looking at file systems, as they often contain pointers to other blocks.</p>
|
||||
<p>If the file you're probing includes attributes, the <span class="menu">Attributes</span> menu can be used to open any of them in a new DiskProbe window. Here's the SYS:PACKAGE attribute of the <span class="app">AboutSystem</span> application:
|
||||
</p><p><img id="diskprobe-attribute" src="../images/apps-images/diskprobe-about-attr.png" alt="diskprobe-about-attr.png" /></p>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<!--
|
||||
*
|
||||
* Copyright 2013-2017 Haiku. All rights reserved.
|
||||
* Copyright 2013-2018 Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
@@ -61,12 +61,12 @@
|
||||
|
||||
<table class="index" id="index" summary="index">
|
||||
<tr class="heading"><td>Index</td></tr>
|
||||
<tr class="index"><td><a href="#filter">Filtrul</a><br />
|
||||
<a href="#list">Lista</a><br />
|
||||
<a href="#info">Zona de informații</a><br />
|
||||
<a href="#menu">Unelte și Afișare</a><br />
|
||||
<a href="#account">Crearea unui cont de utilizator</a><br />
|
||||
<a href="#rating">Evaluare și comentarii</a><br />
|
||||
<tr class="index"><td><a href="#filter">The Filter</a><br />
|
||||
<a href="#list">The List</a><br />
|
||||
<a href="#info">The Info Area</a><br />
|
||||
<a href="#menu">Tools and Show menus</a><br />
|
||||
<a href="#account">Creating a User Account</a><br />
|
||||
<a href="#rating">Rating and Commenting</a><br />
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
@@ -80,15 +80,17 @@
|
||||
<p><br /></p>
|
||||
<p>HaikuDepot is the central application when it comes to managing your software packages. With it you can browse and search through package repositories and install, update and uninstall packages. By default, HaikuDepot starts up with a list of "<i>Featured packages</i>", software that's deemed interesting to many users.</p>
|
||||
<img src="../images/apps-images/haikudepot.png" alt="haikudepot.png" />
|
||||
<p>As soon as you enter something in the <span class="menu">Search terms</span> box, the display changes to smaller icons and more information arranged in columns.</p>
|
||||
<p>When the <span class="menu">Show only featured packages</span> checkbox is deactivated, all available packages are shown and the display changes to smaller icons and more information arranged in columns:</p>
|
||||
<img src="../images/apps-images/haikudepot_all.png" alt="haikudepot.png" />
|
||||
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="filter" name="filter">Filtrul</a></h2>
|
||||
<p>At the top we find a few means to filter the list of available packages below:</p>
|
||||
<ul>
|
||||
<li><p>The <span class="menu">Category</span> pop-up menu lets you limit the list to individual categories like "<i>Audio</i>" or "<i>Games</i>".</p></li>
|
||||
<li><p>The <span class="menu">Repositories</span> pop-up menu determines which online repos are queried or if only those packages are shown, that were installed from somewhere other than an online repo ("<i>Local</i>"). Maybe from an USB thumb drive or downloaded from some website or a package that you've built yourself.</p></li>
|
||||
<li><p>The <span class="menu">Search terms</span> text field filters the list to those packages that have all the entered (space-delimited) strings in their name or description.</p></li>
|
||||
<li><p>The checkbox to <span class="menu">Show only featured packages</span> can be activated to further filter the results in the set category or of the entered search terms.</p></li>
|
||||
<li><p>The <span class="menu">Repositories</span> menu of the menu bar determines which repos are being queried. "<i>Local</i>" packages are the ones that were installed from somewhere other than an online repo; maybe from a USB thumb drive or downloaded from some website or a package that you've built yourself.</p></li>
|
||||
</ul>
|
||||
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
@@ -126,11 +128,12 @@ In the middle are user comments with their nickname, the number of stars they ga
|
||||
</ul>
|
||||
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="menu" name="menu">Unelte și Afișare</a></h2>
|
||||
<p>In the <span class="menu">Tools</span> menu at the top of the window, you'll find an item to <span class="menu">Refresh repositories</span>. This will request an up-to-date list of all available packages from the repositories. The other item is to <span class="menu">Manage repositories...</span>. It opens the <a href="../preferences/repositories.html">Repositories</a> preferences, to add/remove or disable and enable repositories.</p>
|
||||
<p>Under <span class="menu">Show</span> you can deactivate <span class="menu">Only featured packages</span>. Now you'll always see all packages and not just the featured ones when HaikuDepot starts up or the search text field is empty.<br />
|
||||
Furthermore, you can choose to also Show <span class="menu">Develop packages</span> and <span class="menu">Source packages</span> in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.</p>
|
||||
<p>Of more interest are the options to only show <span class="menu">Available packages</span> and <span class="menu">Installed packages</span>, which are pretty self-explanatory.</p>
|
||||
<a id="menu" name="menu">Tools and Show menu</a></h2>
|
||||
<p>In the <span class="menu">Tools</span> menu at the top of the window, you'll find an item to <span class="menu">Refresh repositories</span>. This will request an up-to-date list of all available packages from the repositories.<br />
|
||||
The second item is to <span class="menu">Manage repositories...</span>. It opens the <a href="../preferences/repositories.html">Repositories</a> preferences, to add/remove or disable and enable repositories.<br />
|
||||
<span class="menu">Check for updates...</span> opens the <a href="../apps/softwareupdater.html">SoftwareUpdater</a> to search and install updated packages.</p>
|
||||
<p>Under <span class="menu">Show</span> you can choose to also display <span class="menu">Develop packages</span> and <span class="menu">Source packages</span> in the packages list. For the normal user those are of no interest and would only clutter the list. They are important, however, for people who need the libraries, headers etc. of a package to develop and compile programs depending on them.</p>
|
||||
<p>Of more interest are the options to only show <span class="menu">Available packages</span> and <span class="menu">Installed packages</span>.</p>
|
||||
|
||||
<h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="account" name="account">Crearea unui cont de utilizator</a></h2>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<table class="index" id="index" summary="index">
|
||||
<tr class="heading"><td>Index</td></tr>
|
||||
@@ -320,7 +320,7 @@ Of course you can move these indicators to change the gradient to your liking. Y
|
||||
<a id="i-o-m-tips" name="i-o-m-tips">Sfaturi & Trucuri</a></h3>
|
||||
<p>A few things you should keep in mind when working with Icon-O-Matic and some general tips for its usage:</p>
|
||||
<ul>
|
||||
<li><p>Read the <a href="https://www.haiku-os.org/development/icon-guidelines">Icon Guidelines</a> to learn about important characteristics of Haiku icons, e.g. perspective, colors and shadows.</p></li>
|
||||
<li><p>Read the <a href="https://www.haiku-os.org/development/icon-guidelines">Icon Guidelines</a> to learn about important characteristics of Haiku icons, e.g. perspective, shadows and the <a href="https://www.haiku-os.org/files/downloads/2007-03-20_haiku-color-palette.png">Haiku color palette</a>.</p></li>
|
||||
<li><p>You should always try to minimize your use of paths, those are the most expensive, file size wise. Re-use paths wherever possible and work with manipulated shapes and their transformers instead. Smart use of gradients can also save space.</p></li>
|
||||
<li><p>Wherever possible, you should activate Snap-to-Grid from the <span class="menu">Options</span> menu when editing paths. Path points that align with the 64x64 pixel grid use less storage space. You'll also get the crispest look if points are set on exact pixel borders. For example, it is important to align the most prominent outlines with the 16x16 grid.</p></li>
|
||||
<li><p>Check the preview to see if your icon still looks good in 16x16. You may want to use the <a href="#i-o-m-shape-lod">Level Of Detail</a> settings described in the Shapes section.</p></li>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/showimage-icon_64.png" alt="showimage-icon_64.png" width="64" height="64" />ShowImage</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<!--
|
||||
*
|
||||
* Copyright 2017, Haiku. All rights reserved.
|
||||
* Copyright 2018, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
@@ -21,7 +21,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -55,7 +55,7 @@
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/softwareupdater-icon_64.png" alt="softwareupdater-icon_64.png" width="64" height="64" />SoftwareUpdater</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
@@ -64,7 +64,7 @@
|
||||
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/SoftwareUpdater_settings</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>SoftwareUpdater checks all active repositories (see the <a href="../prefereces/repositories.html">Repositories preferences</a>) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.</p>
|
||||
<p>SoftwareUpdater checks all active repositories (see the <a href="../preferences/repositories.html">Repositories preferences</a>) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.</p>
|
||||
<img src="../images/apps-images/softwareupdater.png" alt="SoftwareUpdater's main window" />
|
||||
<p>After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to <span class="menu">Show more details</span> to include the name of the repository for each package and show both the old and new package versions.</p>
|
||||
<p><span class="button">Update now</span> will start the download of all the packages and their subsequent installation.</p>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/terminal-icon_64.png" alt="terminal-icon_64.png" width="64" height="64" />Terminal</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -50,7 +50,7 @@
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="filetypes.html">Filetypes</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="index.html">Index</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
@@ -87,7 +87,7 @@
|
||||
<p><span class="cli">listattr</span> listează atributele unui fișier dar nu afișează conținutul atributelor.</p>
|
||||
<pre>usage: listattr 'filename' ['filename' ...]</pre>
|
||||
<p>De la exemplul din captura de ecran de mai sus:</p>
|
||||
<pre class="terminal"> ~/people ->listattr Clara\ Botters
|
||||
<pre class="terminal"> ~/people ->listattr Clara\\ Botters
|
||||
File: Clara Botters
|
||||
Type Size Name
|
||||
----------- --------- -------------------------------
|
||||
@@ -116,7 +116,7 @@ MIME String 21 "BEOS:TYPE"
|
||||
<ul>
|
||||
<li><p><tt>BEOS:TYPE</tt> conține tipul fișierului ca șir <acronym title="Multipurpose Internet Mail Extensions">MIME</acronym>, aici "<tt>application/x-person</tt>". Determină pictograma implicită și aplicația care deschide fișierul atunci când ex: dați dublu clic pe el.</p></li>
|
||||
<li><p>"<tt>_trk/pinfo_le</tt>" este atributul cu care Tracker monitorizează poziția pictogramei unui fișier.</p></li></ul>
|
||||
<div class="box-info">Observați bara oblică inversă (backslash) după "Clara". În Terminal trebuie să „escapați” caracterele speciale precum <tt>'"*\$?!</tt>. Spațiul între „Clara” și "Botters" este unul dintre acestea. Prin urmare bara oblică inversă este chiar în fața caracterului spațiu, și nu după „Clara”.</div>
|
||||
<div class="box-info">Observați bara oblică inversă (backslash) după "Clara". În Terminal trebuie să „escapați” caracterele speciale precum <tt>'"*\\$?!</tt>. Spațiul între „Clara” și "Botters" este unul dintre acestea. Prin urmare bara oblică inversă este chiar în fața caracterului spațiu, și nu după „Clara”.</div>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
@@ -124,7 +124,7 @@ MIME String 21 "BEOS:TYPE"
|
||||
<p><span class="cli">catattr</span> afișează conținutul unui atribut specific al unui fișier.</p>
|
||||
<pre>usage: catattr [--raw|-r] attr_name file1 [file2...]</pre>
|
||||
<p>Din nou exemplul nostru:</p>
|
||||
<pre class="terminal"> ~/people ->catattr META:city Clara\ Botters
|
||||
<pre class="terminal"> ~/people ->catattr META:city Clara\\ Botters
|
||||
Clara Botters : string : Whelton</pre>
|
||||
|
||||
<h3>
|
||||
@@ -139,7 +139,7 @@ Clara Botters : string : Whelton</pre>
|
||||
or a numeric value (ie. 0x1234, 42, 'ABCD', ...)
|
||||
The default is "string"</pre>
|
||||
<p>Deci, să spunem că Clara a obținut un job la multi-naționalul Barkelbaer Inc., completați atributul înainte liber „Companie” cu aceste date (care sunt de tipul „string”):</p>
|
||||
<pre class="terminal"> ~/people ->addattr -t string META:company Barkelbaer\ Inc. Clara\ Botters</pre>
|
||||
<pre class="terminal"> ~/people ->addattr -t string META:company Barkelbaer\\ Inc. Clara\\ Botters</pre>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
@@ -150,7 +150,7 @@ Clara Botters : string : Whelton</pre>
|
||||
'attr' is the name of an attribute of the file
|
||||
If '-p' is specified, 'attr' is regarded as a pattern.</pre>
|
||||
<p>Chiar dacă având în vedere simțul practic ar fi fost de ajuns să nu completăm atributul „Fax”, puteți să îl eliminați din fișierul lui Clara prin:</p>
|
||||
<pre class="terminal"> ~/people ->rmattr META:fax Clara\ Botters</pre>
|
||||
<pre class="terminal"> ~/people ->rmattr META:fax Clara\\ Botters</pre>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
@@ -169,7 +169,7 @@ Clara Botters : string : Whelton</pre>
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="filetypes.html">Filetypes</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="index.html">Index</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
@@ -93,14 +93,13 @@ Dacă nu există deja, va trebui să creați fișierele necesare. Altfel, pur ș
|
||||
|
||||
<p>O alternativă simplă la cele de mai sus pentru lansarea de aplicații la pornire este să adăugați legături către acestea în dosarul <span class="path">/boot/home/config/settings/boot/launch</span>. Acest lucru se poate realiza simplu prin clic dreapta pe aplicația care vreți să pornească automat, apoi dați clic pe <span class="menu">Creează legătură</span> și după aceea <a href="tracker.html#navigating">navigați</a> la dosarul precedent.</p>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="usershutdownscript" name="usershutdownscript">UserShutdownScript</a></h3>
|
||||
<h3><a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="usershutdownscript" name="usershutdownscript">The UserShutdownScript - <i>not yet working</i></a></h3>
|
||||
<p><span class="path">/boot/home/config/settings/boot/UserShutdownScript</span> va fi executat ca primul pas al procesului de oprire. Dacă scriptul întoarce o stare de ieșire diferită de zero, oprirea este anulată.</p>
|
||||
|
||||
<h3>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="usershutdownfinishscript" name="usershutdownfinishscript">UserShutdownFinishScript</a></h3>
|
||||
<a id="usershutdownfinishscript" name="usershutdownfinishscript">The UserShutdownFinishScript - <i>not yet working</i></a></h3>
|
||||
<p><span class="path">/boot/home/config/settings/boot/UserShutdownFinishScript</span> este executat ca ultimul pas al procesului de oprire. Observați că majoritatea componentelor sistemului s-au închis până ce scriptul acesta este executat.</p>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -62,14 +62,14 @@
|
||||
|
||||
<h1>Boot Loader</h1>
|
||||
|
||||
<p>Haiku's Boot Loader can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see <a href="#troubleshooting">Troubleshooting</a> below.</p>
|
||||
<p>To enter the Boot Loader options, you have to press and keep holding the <span class="key">SHIFT</span> key before the beginning of Haiku's boot process. If there's a boot manager installed, you can start holding <span class="key">SHIFT</span> before invoking the boot entry for Haiku. If Haiku is the only operating system on the machine, you can begin holding the key while still seeing boot messages from the BIOS.</p>
|
||||
<p>Haiku's Boot Loader Options can help when you experience hardware related problems or want to choose which Haiku installation to start, if you have more than one (maybe on an installation CD or USB stick). It's also handy if you have installed a software component that acts up and prevents you from booting Haiku, see <a href="#troubleshooting">Troubleshooting</a> below.</p>
|
||||
<p>To enter the Boot Loader Options, you have to press and keep holding the <span class="key">SHIFT</span> key before the beginning of Haiku's boot process. If there's a boot manager installed, you can start holding <span class="key">SHIFT</span> before invoking the boot entry for Haiku. If Haiku is the only operating system on the machine, you can begin holding the key while still seeing boot messages from the BIOS.</p>
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="options" name="options">Opțiuni Boot Loader</a></h2>
|
||||
<p>Odată ce a apărut, vă sunt oferite patru meniuri:</p>
|
||||
<table summary="bootloader menus" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><b>Selectează volum de boot</b></td><td> </td><td>Alegeți care instalare/versiune de Haiku să înceapă.</td></tr>
|
||||
<tr><td><b>Selectează volum de boot</b></td><td> </td><td>Choose which Haiku installation/state to start (see <a href="#troubleshooting">Troubleshooting</a> below).</td></tr>
|
||||
<tr><td><b>Selectează opțiuni safe mode</b></td><td> </td><td>There are several options to try in case of hardware related trouble or if the system becomes unstable or unbootable because of a misbehaving add-on. When moving the selection bar to an option, a short explanation appears at the bottom of the screen.</td></tr>
|
||||
<tr><td></td><td></td><td>
|
||||
<p><span class="menu">Safe mode</span><br />
|
||||
@@ -97,7 +97,7 @@
|
||||
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 />
|
||||
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>Selectează opțiuni depanare</b></td><td> </td><td>Here you'll find several options that help with debugging or getting details for a <a href="../../welcome/en/bugreports.html">bug report</a>. Again, a short explanation for each option is displayed at the bottom.</td></tr>
|
||||
<tr><td><b>Select debug options</b></td><td> </td><td>Here you'll find several options that help with debugging or getting details for a <a href="../../welcome/en/bugreports.html">bug report</a>. Again, a short explanation for each option is displayed at the bottom.</td></tr>
|
||||
<tr><td></td><td></td><td>
|
||||
<p><span class="menu">Enable serial debug output</span><br />
|
||||
Turns on forwarding the syslog output to the serial interface (default: 115200, 8N1).</p>
|
||||
@@ -111,44 +111,44 @@
|
||||
Displays the debug info the boot loader has logged (press <span class="key">Q</span> to exit the log)</p>
|
||||
<p><span class="menu">Add advanced debug option</span><br />
|
||||
Allows advanced debugging options to be entered directly.</p></td></tr>
|
||||
<tr><td></td><td></td><td>If "<i>Enable debug syslog</i>" is activated, a warm reboot after a crash shows these additional options:</td></tr>
|
||||
<tr><td></td><td></td><td>If <span class="menu">Enable debug syslog</span> is activated, a warm reboot after a crash shows these additional options:</td></tr>
|
||||
<tr><td></td><td></td><td> <p><span class="menu">Save syslog from previous session during boot</span><br />
|
||||
Saves the syslog from the previous Haiku session to /var/log/previous_syslog when booting.</p>
|
||||
Saves the syslog from the previous Haiku session to <span class="path">/var/log/previous_syslog</span> when booting.</p>
|
||||
<p><span class="menu">Display syslog from previous session</span><br />
|
||||
Displays the syslog from the previous Haiku session</p>
|
||||
Displays the syslog from the previous Haiku session.</p>
|
||||
<p><span class="menu">Save syslog from previous session</span><br />
|
||||
Saves the syslog from the previous Haiku session to disk. Currently only FAT32 volumes are supported.</p></td></tr>
|
||||
<tr><td class="onelinetop"><b>Select screen resolution</b></td><td> </td><td>Lets you force a certain screen resolution and color depth.</td></tr>
|
||||
</table>
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="troubleshooting" name="troubleshooting">Depanare</a></h2>
|
||||
<a id="troubleshooting" name="troubleshooting">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">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 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 />
|
||||
So, if you encounter boot problems after installing some package, boot a Haiku version from before that time and uninstall the offending package.</p></li>
|
||||
So, if you encounter boot problems after installing some package, boot a Haiku state from before that time and uninstall the offending package.</p></li>
|
||||
</ul>
|
||||
<h2>
|
||||
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
<a id="booting" name="booting">Pornirea Haiku</a></h2>
|
||||
<p>După activarea uneia sau mai multor opțiuni, vă întoarceți la meniul principal și continuați pornirea sistemului, care vă arată acest ecran de boot:</p>
|
||||
<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>
|
||||
<img src="../images/bootloader-images/boot-screen.png" alt="boot-screen.png" />
|
||||
|
||||
<p>Dacă totul fucționează corect, se aprinde rapid un simbol, unul după altul.<br />
|
||||
Diferitele simboluri corespund aproximativ cu aceste etape de boot:</p>
|
||||
<p>If everything works OK, one symbol after another quickly lights up.<br />
|
||||
The different symbols roughly correspond to these boot stages:</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td><b>Atom</b></td><td style="width:10px;"> </td><td>Se inițializează modulele.</td></tr>
|
||||
<tr><td><b>Disc + lupă</b></td><td> </td><td>Se creează rootfs (<span class="path">/</span>) și se montează devfs (<span class="path">/dev</span>).</td></tr>
|
||||
<tr><td><b>Card plug-in</b></td><td> </td><td>Se inițializează gestionarul de dispozitive.</td></tr>
|
||||
<tr><td><b>Disc de boot</b></td><td> </td><td>Se montează discul de boot.</td></tr>
|
||||
<tr><td><b>Cip</b></td><td> </td><td>Se încarcă modulele specifice CPU.</td></tr>
|
||||
<tr><td><b>Dosar</b></td><td> </td><td>Se finalizează inițializarea subsistemelor.</td></tr>
|
||||
<tr><td><b>Rachetă</b></td><td> </td><td>Launch_daemon a pornit sistemul.</td></tr>
|
||||
<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>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -55,7 +55,7 @@
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<h1>Bine ați venit la Ghidul de utilizare Haiku</h1>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -50,14 +50,14 @@
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="tracker-add-ons.html">Tracker Add-Ons</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="filetypes.html">Filetypes</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<table class="index" id="index" summary="index">
|
||||
<tr class="heading"><td>Index</td></tr>
|
||||
@@ -151,7 +151,7 @@ You create a link of the <span class="path">menu</span> folder in <span class="p
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="tracker-add-ons.html">Tracker Add-Ons</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="filetypes.html">Filetypes</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<h2><img src="../../images/desktop-applets-images/launchbox-icon_64.png" alt="launchbox-icon_64.png" width="64" height="64" />LaunchBox</h2>
|
||||
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
Oriunde instalată, se manevrează via meniu contextual clic dreapta.</p>
|
||||
<p><img src="../images/networkstatus-images/applet.png" alt="NetworkStatus applet" /><br />
|
||||
Prima secțiune conține toate numele dispozitivelor de rețea și starea acestora. Clic pe una din intrări va afișa o fereastră care arată adresa de IP, de broadcast și masca de rețea.<br />
|
||||
Mai jos este o listă cu toate rețelele wireless găsite de primul adaptor wireless și un indicator al puterii semnalului. Uitați-vă la <a href="..\workshop-wlan.html">Seminar: Wireless networking</a> pentru mai multe informații despre cum să configurați o conexiune.<br />
|
||||
Mai jos este o listă cu toate rețelele wireless găsite de primul adaptor wireless și un indicator al puterii semnalului. Uitați-vă la <a href="..\\workshop-wlan.html">Seminar: Wireless networking</a> pentru mai multe informații despre cum să configurați o conexiune.<br />
|
||||
În cele din urmă, puteți <span class="menu">Deschide preferințe rețea...</span> pentru modificarea <a href="../preferences/network.html">configurării rețelei</a> sau a <span class="menu">Închide</span> mini-aplicația.</p>
|
||||
|
||||
<h2>Pictograme de stare</h2>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -50,14 +50,14 @@
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="deskbar.html">Deskbar</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="attributes.html">Atribute</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<h1>Filetypes</h1>
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="deskbar.html">Deskbar</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="attributes.html">Atribute</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -50,14 +50,14 @@
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="filesystem-layout.html">Filesystem layout</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="workspaces.html">Workspaces</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<table class="index" id="index" summary="index">
|
||||
<tr class="heading"><td>Index</td></tr>
|
||||
@@ -81,7 +81,7 @@
|
||||
<li>You minimize a window with a double-click on its tab (or with <span class="key">CTRL</span> <span class="key">ALT</span> <span class="key">M</span>). A such hidden window can be accessed by its entry in the <a href="deskbar.html">Deskbar</a> or the <a href="twitcher.html">Twitcher</a>.</li>
|
||||
<li>You can send a window to the back with a right-click on its tab (or its border).</li></ul></li>
|
||||
<li><p>Butonul de închidere.</p></li>
|
||||
<li><p>The "zoom" button (or <span class="key">CTRL</span> <span class="key">ALT</span> <span class="key">Z</span>). In most applications, this will expand a window to maximum size. It doesn't have to, however. Tracker windows, for example, will resize to best fit the contents.</p></li>
|
||||
<li><p>The "zoom" button (or <span class="key">CTRL</span> <span class="key">ALT</span> <span class="key">Z</span>). In most applications, this will expand a window to maximum size without obscuring the Deskbar (hold <span class="key">SHIFT</span> to cover the Deskbar as well). It doesn't have to, however. Tracker windows, for example, will resize to best fit the contents.</p></li>
|
||||
<li><p>Marginea ferestrei. Tragere la stânga mută fereastra, tragere la dreapta este redimensionare.</p></li>
|
||||
<li><p>Colțul de redimensionare.</p></li>
|
||||
</ol>
|
||||
@@ -160,7 +160,7 @@ A right-click on a Replicant handle offers a context menu to show the originatin
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="filesystem-layout.html">Filesystem layout</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="workspaces.html">Workspaces</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 65 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -49,14 +49,14 @@
|
||||
<li><a href="../../jp/preferences/appearance.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
<a href="../preferences.html" class="uplink">Preferences</a>
|
||||
<a href="../preferences.html" class="uplink">Preferințe</a>
|
||||
:: <a href="backgrounds.html">Backgrounds</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<h2><img src="../../images/prefs-images/appearance-icon_64.png" alt="appearance-icon_64.png" width="64" height="64" />Appearance</h2>
|
||||
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
|
||||
@@ -139,7 +139,7 @@ Tip de antialias</h3>
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
<a href="../preferences.html" class="uplink">Preferences</a>
|
||||
<a href="../preferences.html" class="uplink">Preferințe</a>
|
||||
:: <a href="backgrounds.html">Backgrounds</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -50,14 +50,14 @@
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="appearance.html">Appearance</a>
|
||||
:: <a href="../preferences.html" class="uplink">Preferences</a>
|
||||
:: <a href="../preferences.html" class="uplink">Preferințe</a>
|
||||
:: <a href="datatranslations.html">DataTranslations</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<h2><img src="../../images/prefs-images/backgrounds-icon_64.png" alt="backgrounds-icon_64.png" width="64" height="64" />Backgrounds</h2>
|
||||
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
|
||||
@@ -66,8 +66,8 @@
|
||||
<tr><td>Configurări:</td><td></td><td><span class="path">~/config/settings/system/app_server/workspaces</span><br />
|
||||
<span class="path">~/config/settings/Backgrounds settings</span> - stochează poziția ferestrei panoului</td></tr>
|
||||
</table>
|
||||
<p>Puteți să stabiliți o culoare sau o imagine drept fundal pentru fiecare dosar și Desktop pentru fiecare spațiu de lucru.</p>
|
||||
<p><br /></p>
|
||||
<p>Puteți să stabiliți o culoare sau o imagine drept fundal pentru fiecare dosar și Desktop pentru fiecare spațiu de lucru.</p>
|
||||
<img src="../images/prefs-images/backgrounds.png" alt="backgrounds.png" />
|
||||
<p>The top menu specifies if your changes are applied to the current workspace only, all workspaces, a specific folder or as default for every new folder.</p>
|
||||
<p>Below that you can assign an image or select <span class="menu">None</span> if you want simply a colored background. Images can also be drag & dropped onto the preview to the left.</p>
|
||||
@@ -92,7 +92,7 @@ The selected color is also reflected in the <a href="../desktop-applets/workspac
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="appearance.html">Appearance</a>
|
||||
:: <a href="../preferences.html" class="uplink">Preferences</a>
|
||||
:: <a href="../preferences.html" class="uplink">Preferințe</a>
|
||||
:: <a href="datatranslations.html">DataTranslations</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -50,14 +50,14 @@
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="deskbar.html">Deskbar</a>
|
||||
:: <a href="../preferences.html" class="uplink">Preferences</a>
|
||||
:: <a href="../preferences.html" class="uplink">Preferințe</a>
|
||||
:: <a href="filetypes.html">FileTypes</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<table class="index" id="index" summary="index">
|
||||
<tr class="heading"><td>Index</td></tr>
|
||||
@@ -232,7 +232,7 @@ If you're on a dial-up connection, you may want to do that <span class="menu">On
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="deskbar.html">Deskbar</a>
|
||||
:: <a href="../preferences.html" class="uplink">Preferences</a>
|
||||
:: <a href="../preferences.html" class="uplink">Preferințe</a>
|
||||
:: <a href="filetypes.html">FileTypes</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -50,14 +50,14 @@
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="keyboard.html">Keyboard</a>
|
||||
:: <a href="../preferences.html" class="uplink">Preferences</a>
|
||||
:: <a href="../preferences.html" class="uplink">Preferințe</a>
|
||||
:: <a href="locale.html">Locale</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<h2><img src="../../images/prefs-images/keymap-icon_64.png" alt="keymap-icon_64.png" width="64" height="64" />Keymap</h2>
|
||||
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
|
||||
@@ -113,7 +113,7 @@ At the beginning of that file, you'll find a legend of a stylized keyboard with
|
||||
# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]
|
||||
# 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e
|
||||
#
|
||||
# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]
|
||||
# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \\ ]
|
||||
# 0x26 0x27 0x28 0x29 0x2a 0x2b 0x2c 0x2d 0x2e 0x2f 0x30 0x31 0x32 0x33
|
||||
#
|
||||
# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [ enter ]
|
||||
@@ -191,7 +191,7 @@ Key 0x18 = '7' '/' '' '{' '' '/' '7' '{'
|
||||
Key 0x19 = '8' '(' '' '[' '' '(' '8' '[' ''
|
||||
Key 0x1a = '9' ')' '' ']' '' ')' '9' ']' ''
|
||||
Key 0x1b = '0' '=' '' '}' '' '=' '0' '}' ''
|
||||
Key 0x1c = 0xc39f '?' '' '\\' '' '?' 0xc39f '\\' ''
|
||||
Key 0x1c = 0xc39f '?' '' '\\\\' '' '?' 0xc39f '\\\\' ''
|
||||
Key 0x1d = 0xc2b4 '`' '' ' ' '' 0xc2b4 '`' ' ' ''
|
||||
Key 0x1e = 0x08 0x08 0x08 0x08 0x08 0x08 0x08 0x08 0x08
|
||||
Key 0x1f = 0x05 0x05 0x05 0x05 0x05 0x05 0x05 0x05 0x05
|
||||
@@ -214,7 +214,7 @@ Key 0x2f = 'o' 'O' 0x0f ' ' '' 'O' 'o' ' '
|
||||
Key 0x30 = 'p' 'P' 0x10 ' ' '' 'P' 'p' ' ' ''
|
||||
Key 0x31 = 0xc3bc 0xc39c 0x1b ' ' '' 0xc39c 0xc3bc ' ' ''
|
||||
Key 0x32 = ' ' '*' 0x1d '~' '' '*' ' ' '~' ''
|
||||
Key 0x33 = '#' '\'' 0x1c ' ' '' '\'' '#' ' ' ''
|
||||
Key 0x33 = '#' '\\'' 0x1c ' ' '' '\\'' '#' ' ' ''
|
||||
Key 0x34 = 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f
|
||||
Key 0x35 = 0x04 0x04 0x04 0x04 0x04 0x04 0x04 0x04 0x04
|
||||
Key 0x36 = 0x0c 0x0c 0x0c 0x0c 0x0c 0x0c 0x0c 0x0c 0x0c
|
||||
@@ -383,7 +383,7 @@ TildeTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Opt
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="keyboard.html">Keyboard</a>
|
||||
:: <a href="../preferences.html" class="uplink">Preferences</a>
|
||||
:: <a href="../preferences.html" class="uplink">Preferințe</a>
|
||||
:: <a href="locale.html">Locale</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<img src="../images/prefs-images/mouse.png" alt="mouse.png" />
|
||||
<p>First you set your type of mouse: 1, 2 or 3 button mouse. You can simulate the 2nd (=right) mouse button by holding down <span class="key">CTRL</span> while left-clicking. For the 3rd (=middle) mouse button, it's <span class="key">CTRL</span> <span class="key">ALT</span> and a left-click.</p>
|
||||
<p>You can rearrange the mouse buttons by clicking on them and choosing their new meaning from the pop-up menu.</p>
|
||||
<p>With the sliders to the right, you adjust double-click speed, mouse speed and acceleration. The test area below the mouse graphics can be used to check if the double-click speed meets your taste: if double-clicking a word doesn't select it, it's set too fast (or you'll have to get used to clicking quicker....</p>
|
||||
<p>With the sliders to the right, you adjust double-click speed, mouse speed and acceleration. The test area below the mouse graphics can be used to check if the double-click speed meets your taste: if double-clicking a word doesn't select it, it's set too fast (or you'll have to get used to clicking quicker...).</p>
|
||||
<p>There are three <span class="menu">Focus modes</span> that determine how windows react to clicks:</p>
|
||||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||||
<tr><td class="onelinetop"><span class="menu">Click to focus and raise</span></td><td width="15px"> </td><td>This is the default setting: you click a window and it gets focus and is raised to the top.</td></tr>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -50,14 +50,14 @@
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="index.html">Index</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
:: <a href="workshop-filetypes+attributes.html">Workshop</a> »
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="workshop-filetypes+attributes.html">Seminar</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
|
||||
<table class="index" id="index" summary="index">
|
||||
@@ -162,8 +162,8 @@ By using the <span class="menu">Save query as template</span> menu item (see <a
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="index.html">Index</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
:: <a href="workshop-filetypes+attributes.html">Workshop</a> »
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="workshop-filetypes+attributes.html">Seminar</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -48,14 +48,14 @@
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="tracker.html">Tracker</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
:: <a href="keyboard-shortcuts.html">Keyboard shortcuts</a> »
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="keyboard-shortcuts.html">Scurtături tastatură</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
<h1>Tracker Add-Ons</h1>
|
||||
|
||||
@@ -91,8 +91,8 @@ Of course, you have to take care of possible shortcut collisions when deciding o
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="tracker.html">Tracker</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
:: <a href="keyboard-shortcuts.html">Keyboard shortcuts</a> »
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="keyboard-shortcuts.html">Scurtături tastatură</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Ghid de utilizare</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -50,14 +50,14 @@
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="queries.html">Interogări</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="applications.html">Aplicații</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||||
|
||||
|
||||
<table class="index" id="index" summary="index">
|
||||
@@ -228,7 +228,7 @@ Open the folder containing your DVDdb files and arrange the attributes how you'd
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="queries.html">Interogări</a>
|
||||
:: <a href="contents.html" class="uplink">Contents</a>
|
||||
:: <a href="contents.html" class="uplink">Conținut</a>
|
||||
:: <a href="applications.html">Aplicații</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<h1>Seminar: Rețelistică Wireless</h1>
|
||||
|
||||
<p>Getting the networking to run is essential in today's need for permanent internet connection. As keeping up to date with all the different and ever changing hardware and drivers is quite impossible for a small project, Haiku relies on a <a href="http://www.freebsd.org">FreeBSD</a> compatibility layer for its networking drivers.<br />
|
||||
This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See <a href="https://www.haiku-os.org/guides/daily-tasks/wireless#hardware-notes">this list online</a> for a list of supported models or check <a href="http://www.freebsd.org/releases/9.3R/hardware.html#wlan">FreeBSD 9.3's release hardware notes</a>.</p>
|
||||
This ensures a massive amount of supported hardware, though probably not 100% of what's out there. See <a href="https://www.haiku-os.org/guides/daily-tasks/wireless#hardware-notes">this list online</a> for a list of supported models or check <a href="http://www.freebsd.org/releases/11.1R/hardware.html#wlan">FreeBSD 11.1's release hardware notes</a>.</p>
|
||||
<div class="box-info">Currently only PCI, PCI-X, PCI-Express, Mini PCI, and Mini PCI-Express devices are expected to work.<br />
|
||||
PCMCIA, CardBus, ExpressCard, USB and ISA devices still need more work to become functional.</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user