Synchronize userguide with most recent translations
This commit is contained in:
@@ -10,19 +10,21 @@
|
||||
* Authors:
|
||||
* Maciej Bałuta (Google Code-In student)
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Emir SARI
|
||||
*
|
||||
-->
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta name="robots" content="all" />
|
||||
<title>ProcessController</title>
|
||||
<title>İşlem Denetimcisi</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>Kullanıcı kılavuzu</span></div>
|
||||
<div><span>User guide</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -51,21 +53,21 @@
|
||||
<li><a href="../../jp/desktop-applets/processcontroller.html">日本語</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
« <a href="powerstatus.html">PowerStatus</a>
|
||||
:: <a href="../desktop-applets.html" class="uplink">Desktop Applets</a>
|
||||
« <a href="powerstatus.html">Güç Durumu</a>
|
||||
:: <a href="../desktop-applets.html" class="uplink">Masaüstü Gereçleri</a>
|
||||
:: <a href="workspaces.html">Workspaces</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">Bu sayfanın çevrilmesi henüz tamamlanmamıştır. Tamamlanana kadar henüz bitirilmeyen kısımlar İngilizce metni kullanır.</div>
|
||||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||||
|
||||
<h2><img src="../../images/desktop-applets-images/processcontroller-icon_64.png" alt="processcontroller-icon_64.png" width="64" height="64" />ProcessController</h2>
|
||||
<h2><img src="../../images/desktop-applets-images/processcontroller-icon_64.png" alt="processcontroller-icon_64.png" width="64" height="64" />İşlem Denetimcisi</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Masaüstü Çubuğu:</td><td style="width:15px;"></td><td><span class="menu">Desktop Applets</span></td></tr>
|
||||
<tr><td>Masaüstü Çubuğu:</td><td style="width:15px;"></td><td><span class="menu">Masaüstü gereçleri</span></td></tr>
|
||||
<tr><td>Konum:</td><td></td><td><span class="path">/boot/system/apps/ProcessController</span></td></tr>
|
||||
<tr><td>Ayarlar:</td><td></td><td><i>none</i></td></tr>
|
||||
<tr><td>Ayarlar:</td><td></td><td><i>yok</i></td></tr>
|
||||
</table>
|
||||
|
||||
<p><img src="../images/processcontroller-images/applet.png" alt="ProcessController applet" style="float:left;margin: 0 1em 0 0" />The primary task of the ProcessController applet is to show the activity of your CPU(s) and the amount of used memory. It allows monitoring of individual teams, change their priority, and kill them if the program freezes. In multiprocessor environments it allows you to disable individual processors/cores. When Tracker or Deskbar crash you can restart them from ProcessController's menu.</p>
|
||||
@@ -97,7 +99,7 @@ To remove the applet again from the Deskbar, uncheck <span class="menu">Live in
|
||||
</table>
|
||||
<p>At the first level you see team names. By clicking on one, you can kill the whole team. The dark-blue part of the bar is time spent in kernel code, the light-blue part in user code, the green part in the idle thread(s). A bar completely filled with blue means that the team is using all processoring power.</p>
|
||||
<p>The second level shows particular threads of a team. By clicking on one, you can debug or kill it. A bar completely filled with blue means that the thread is pegging one processor/core.</p>
|
||||
<p>The last level of the menu allows you to change a thread's priority. Be careful with that! As a rule of thumb the priority of a thread should be inverse its CPU usage. That is, the more it tries to claim CPU time, the lower should be it's priority. In general, don't mess with an app's priorities; contact its author, that's his business.
|
||||
<p>The last level of the menu allows you to change a thread's priority. Be careful with that! As a rule of thumb the priority of a thread should be inverse its CPU usage. That is, the more it tries to claim CPU time, the lower should be its priority. In general, don't mess with an app's priorities; contact its author, that's his business.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
@@ -105,8 +107,8 @@ To remove the applet again from the Deskbar, uncheck <span class="menu">Live in
|
||||
|
||||
<div class="nav">
|
||||
<div class="inner"><span>
|
||||
« <a href="powerstatus.html">PowerStatus</a>
|
||||
:: <a href="../desktop-applets.html" class="uplink">Desktop Applets</a>
|
||||
« <a href="powerstatus.html">Güç Durumu</a>
|
||||
:: <a href="../desktop-applets.html" class="uplink">Masaüstü Gereçleri</a>
|
||||
:: <a href="workspaces.html">Workspaces</a> »
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user