Update of the user guide and its translations.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37659 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2010-07-21 15:52:50 +00:00
parent fb2d716a99
commit facb1eb9ad
70 changed files with 601 additions and 420 deletions
+33 -20
View File
@@ -4,7 +4,7 @@
<head>
<!--
*
* Copyright 2009, Haiku. All rights reserved.
* Copyright 2009-2010, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
@@ -22,7 +22,7 @@
<body>
<div id="banner">
<div><span>Guía del usuario</span></div>
<div><span>User guide</span></div>
</div>
<div class="nav">
@@ -42,46 +42,59 @@
</ul>
<span>
« <a href="poorman.html">PoorMan</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicaciones</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
:: <a href="showimage.html">Showimage</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>
<h2><img src="../../images/apps-images/screenshot-icon_64.png" alt="screenshot-icon_64.png" width="64" height="64" />Screenshot</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Aplicaciones</span></td></tr>
<tr><td>Ubicación:</td><td></td><td><span class="path">/boot/system/apps/Screenshot</span></td></tr>
<tr><td>Ubicación:</td><td></td><td><span class="path">/boot/system/apps/Screenshot</span><br />
<span class="path">/bin/screenshot</span></td></tr>
<tr><td>Configuración:</td><td></td><td><span class="path">~/config/settings/screenshot</span></td></tr>
</table>
<p><br /></p>
<p>Además de las capturas de pantalla tomadas mediante la tecla <span class="key">Impr Pant</span>, que coloca un PNG de la pantalla actual dentro de <span class="path">/boot/home/</span>, esta aplicación proporciona algunas opciones útiles.</p>
<p>Screenshots are taken by either starting the Screenshot application or by pressing the <span class="key">PRINT</span> key,</p>
<p><img id="sreenshot" src="../images/apps-images/screenshot.png" alt="screenshot.png" /></p>
<p>Al iniciar Screenshot se tomará una captura de pantalla como siempre, pero su ventana principal ofrece controles para selecionar el nombre de archivo, formato y carpeta dónde salvar la imagen.</p>
<p>El diálogo <span class="button">Opciones</span> tiene unas cuantas selecciones adicionales:</p>
<p><img id="sreenshot-options" src="../images/apps-images/screenshot-options.png" alt="screenshot-options.png" /></p>
<p>Además de lo obvio, cambiar entre tomar toda la pantalla o sólo la ventana activa, inluyendo la ventana activa, incluir los bordes de las ventanas y el puntero del ratón, puede ingresar una demora antes que se tome la captura de pantalla. Por supuesto, esta demora sólo tiene efecto si toma una nueva captura al presionar <span class="button">Take Screenshot</span> (Tomar captura de pantalla).</p>
<p>In the Screenshot panel you can toggle between taking the whole screen or just the active window and decide if the window border and mouse pointer should be included. You can also enter a delay before a screenshot is taken.</p>
<p>Below that you set the name, format and location for the screenshot that will be used when you click <span class="button">Save</span>. Instead of saving the file to disk you can also decide to <span class="button">Copy to clipboard</span> to be able to paste the shot directly into another application, or take a <span class="button">New screenshot</span>.</p>
<p>All settings are remembered the next time you take a screenshot, enabling these convenient keyboard shortcuts:</p>
<table summary="shortcuts" border="0" cellspacing="0" cellpadding="4">
<tr><td><span class="key">PRINT</span></td><td style="width:15px;"></td><td>Takes a screenshot with zero delay and launches the Screenshot panel.</td></tr>
<tr><td class="onelinetop"><span class="key">SHIFT</span> <span class="key">PRINT</span></td><td></td><td>Takes a screenshot silently (without opening the panel), while still respecting the last used settings.</td></tr>
<tr><td><span class="key">CTRL</span> <span class="key">PRINT</span></td><td></td><td>Also takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.</td></tr>
</table>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
Tomar una captura de pantalla desde la Terminal</h2>
<p>La aplicación de captura de pantalla también se puede usar desde la Terminal o un script.<br />
<span class="cli">Screenshot --help</span> muestra las opciones familiares como parámetros:</p>
<p>There's a special <span class="cli">screenshot</span> application to be used from Terminal or a script.<br />
<span class="cli">screenshot --help</span> shows the familiar options as parameters:</p>
<pre class="terminal">~&gt; Screenshot --help
<pre class="terminal">~&gt; screenshot --help
Screenshot [OPTION]... Creates a bitmap of the current screen
screenshot [OPTIONS] [FILE] Creates a bitmap of the current screen
OPTION
-o, --options Show options window first
FILE is the optional output path / filename used in silent mode. An exisiting
file with the same name will be overwritten without warning. If FILE is not
given the screenshot will be saved to a file with the default filename in the
user's home directory.
OPTIONS
-m, --mouse-pointer Include the mouse pointer
-b, --border Include the window border
-w, --window Capture the active window instead of the entire screen
-d, --delay=seconds Take screenshot after specified delay [in seconds]
-s, --silent Saves the screenshot without showing the app window
overrides --options, saves to home folder as png
-d, --delay=seconds Take screenshot after the specified delay [in seconds]
-s, --silent Saves the screenshot without showing the application
window
-f, --format=image Give the image format you like to save as
[bmp], [gif], [jpg], [png], [ppm], [tga], [tif]
-c, --clipboard Copies the screenshot to the system clipboard without
showing the application window
Note: OPTION -b, --border takes only effect when used with -w, --window
</pre>
@@ -92,7 +105,7 @@ Note: OPTION -b, --border takes only effect when used with -w, --window
<div class="nav">
<div class="inner"><span>
« <a href="poorman.html">PoorMan</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicaciones</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
:: <a href="showimage.html">Showimage</a> »
</span></div>
</div>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 91 KiB

+11 -7
View File
@@ -22,7 +22,7 @@
<body>
<div id="banner">
<div><span>Guía del usuario</span></div>
<div><span>User guide</span></div>
</div>
<div class="nav">
@@ -41,14 +41,15 @@
<li><a href="../en/keyboard-shortcuts.html"><img src="../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
« <a href="tracker-add-ons.html">Agregados de Tracker</a>
:: <a href="contents.html" class="uplink">Contenidos</a>
:: <a href="deskbar.html">Deskbar (Barra de Escritorio)</a> »
« <a href="tracker-add-ons.html">Tracker Add-Ons</a>
:: <a href="contents.html" class="uplink">Contents</a>
:: <a href="deskbar.html">Deskbar</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>
<h1>Atajos y combinaciones de teclado</h1>
@@ -75,6 +76,9 @@
<tr><td><span class="key">CTRL</span> <span class="key">ALT</span> <span class="key">F</span></td><td></td><td>Jala la ventana activa al frente (sólo aplica cuando está activa la preferencia del ratón <a href="preferences/mouse.html">El foco sigue al ratón</a>).</td></tr>
<tr><td><span class="key">CTRL</span> <span class="key">ALT</span> <span class="key">B</span></td><td></td><td>Envía la ventana activa al fondo.</td></tr>
<tr><td><span class="key">ALT</span> <span class="key">Q</span></td><td></td><td>Cierra una aplicación.</td></tr>
<tr><td><span class="key">PRINT</span></td><td style="width:15px;"></td><td>Takes a screenshot with zero delay and launches the <a href="applications/screenshot.html">Screenshot</a> panel.</td></tr>
<tr><td class="onelinetop"><span class="key">SHIFT</span> <span class="key">PRINT</span></td><td></td><td>Takes a screenshot silently (without opening the panel), while still respecting the last used settings.</td></tr>
<tr><td><span class="key">CTRL</span> <span class="key">PRINT</span></td><td></td><td>Also takes a screenshot silently with the saved settings, but instead of saving it as a file, it's just copied to the clipboard.</td></tr>
</table>
<h2>
@@ -126,9 +130,9 @@ Las letras que escribió aparecen en la parte inferior izquierda, donde normalme
<div class="nav">
<div class="inner"><span>
« <a href="tracker-add-ons.html">Agregados de Tracker</a>
:: <a href="contents.html" class="uplink">Contenidos</a>
:: <a href="deskbar.html">Deskbar (Barra de Escritorio)</a> »
« <a href="tracker-add-ons.html">Tracker Add-Ons</a>
:: <a href="contents.html" class="uplink">Contents</a>
:: <a href="deskbar.html">Deskbar</a> »
</span></div>
</div>