Updating userguide and welcome page and their translations. Thanks everyone.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38690 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2010-09-17 13:28:39 +00:00
parent b765872549
commit 534a3a24cd
39 changed files with 330 additions and 331 deletions
+10 -17
View File
@@ -11,6 +11,7 @@
* Humdinger <[email protected]>
* Translators:
* miguel~1.mx
* Loïc
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
@@ -22,7 +23,7 @@
<body>
<div id="banner">
<div><span>Guía del usuario</span></div>
<div><span>User guide</span></div>
</div>
<div class="nav">
@@ -49,7 +50,7 @@
<div id="content">
<div>
<div class="box-info">La traducción de esta página no está completa aún. Hasta que esté, las partes sin terminar vienen en su inglés original.</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">
@@ -75,26 +76,18 @@ Tomar una captura de pantalla desde la Terminal</h2>
<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 [OPTIONS] [FILE] Creates a bitmap of the current screen
Screenshot [OPTION]... Creates a bitmap of the current screen
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
OPTION
-o, --options Show options window first
-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 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
-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
Note: OPTION -b, --border takes only effect when used with -w, --window
</pre>