The updated user guide with all translations. Thanks everyone.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36781 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
* Humdinger <[email protected]>
|
||||
* Translators:
|
||||
* Loïc
|
||||
* Vincent Duvert
|
||||
*
|
||||
-->
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
@@ -22,7 +23,7 @@
|
||||
<body>
|
||||
|
||||
<div id="banner">
|
||||
<div><span>User guide</span></div>
|
||||
<div><span>Guide de l’utilisateur</span></div>
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
@@ -35,6 +36,7 @@
|
||||
<li><a href="../../es/applications/diskprobe.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||||
<li><a href="../../sv_SE/applications/diskprobe.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
|
||||
<li><a href="../../jp/applications/diskprobe.html"><img src="../../images/flags/jp.png" alt="" />日本語</a></li>
|
||||
<li><a href="../../uk/applications/diskprobe.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||||
<li><a href="../../en/applications/diskprobe.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||||
</ul>
|
||||
<span>
|
||||
@@ -51,18 +53,18 @@
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td>Deskbar :</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
|
||||
<tr><td>Localisation :</td><td></td><td><span class="path">/boot/system/apps/DiskProbe</span></td></tr>
|
||||
<tr><td>Réglages :</td><td></td><td><span class="path">~/config/settings/DiskProbe_data</span></td></tr>
|
||||
<tr><td>Réglages :</td><td></td><td><span class="path">~/config/settings/DiskProbe_data</span></td></tr>
|
||||
</table>
|
||||
<p><br /></p>
|
||||
<p>DiskProbe est un éditeur hexadécimal pour afficher et modifier les données d'un fichier ou d'un périphérique octet par octet. C'est un outil très bas niveau, qui peut donc potentiellement faire vraiment n'importe quoi si vous ne faites pas attention !</p>
|
||||
<div class="box-warning">Travaillez toujours avec une copie de votre fichier, et redoublez de prudence lorsque vous travaillez directement sur un périphérique.</div>
|
||||
<p>Au démarrage de DiskProbe, vous devez d'abord spécifier le fichier ou le périphérique sur lequel vous desirez travailler. Après cela, vous vous retrouvez dans cette interface :</p>
|
||||
<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 />
|
||||
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 copyright attribute of the <span class="app">AboutSystem</span> application:
|
||||
<p>La vue principale affiche toujours un bloc de données, dont la taille peut être ajustée via <span class="menu">View | BlockSize</span>. Sur la gauche est affichée la position (offset) de début du bloc, au milieu les données sous forme hexadécimale et à droite les mêmes données sous forme de symboles ASCII.<br />
|
||||
Vous pouvez vous déplacer de bloc en bloc via la barre de défilement en haut de la fenêtre ou avec les combinaisons <span class="key">ALT</span> <span class="key">←</span> et <span class="key">ALT</span> <span class="key">→</span> et passer entre les colonnes HEX et ASCII avec la touche <span class="key">TAB</span>.</p>
|
||||
<p><span class="menu">Block | Selection</span> vous permettra d’afficher le bloc sélectionné, avec différents réglages d’endianess (et en HEX ou decimal, selon l’option <span class="menu">View | Base</span>), mais aussi de vous déplacer à la position indiquée par la sélection. L’option sera désactivée si la position est en dehors du fichier ou du périphérique.<br />
|
||||
Cette fonctionnalité est très utile lors de l’étude de systèmes de fichier, qui contiennent souvent des pointeurs vers d’autres blocs.</p>
|
||||
<p>Si le fichier que vous analysez contient des attributs, vous pourrez les visualiser dans une nouvelle fenêtre DiskProbe via le menu <span class="menu">Attributes</span>. Voici l’attribut « copyright » de l’application <span class="app">AboutSystem</span> :
|
||||
</p><p><img id="diskprobe-attribute" src="../images/apps-images/diskprobe-about-attr.png" alt="diskprobe-about-attr.png" /></p>
|
||||
<p>Selon le type d'attribut, vous obtiendrez un onglet éditeur adapté en plus du <i>Raw Editor</i> (données butes) toujours disponible.
|
||||
Par exemple, il existe des éditeurs de chaînes, de types MIME ou de visualisation d'icône vectorielle.</p>
|
||||
|
||||
Reference in New Issue
Block a user