[Goodies-commits] r7446 - in xfce4-screenshooter/trunk: . docs/manual/C docs/manual/C/images docs/manual/da docs/manual/fr docs/manual/fr/images docs/manual/gl docs/manual/it docs/manual/ja po-doc

Jerome Guelfucci jeromeg at xfce.org
Sun May 31 00:57:19 CEST 2009


Author: jeromeg
Date: 2009-05-30 22:57:19 +0000 (Sat, 30 May 2009)
New Revision: 7446

Added:
   xfce4-screenshooter/trunk/docs/manual/C/images/xfce4-screenshooter-zimagez-login-dialog.png
   xfce4-screenshooter/trunk/docs/manual/C/images/xfce4-screenshooter-zimagez-result-dialog.png
   xfce4-screenshooter/trunk/docs/manual/fr/images/xfce4-screenshooter-zimagez-login-dialog.png
   xfce4-screenshooter/trunk/docs/manual/fr/images/xfce4-screenshooter-zimagez-result-dialog.png
Modified:
   xfce4-screenshooter/trunk/ChangeLog
   xfce4-screenshooter/trunk/TODO
   xfce4-screenshooter/trunk/docs/manual/C/images/Makefile.am
   xfce4-screenshooter/trunk/docs/manual/C/images/xfce4-screenshooter-dialog.png
   xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.html
   xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.xml.in
   xfce4-screenshooter/trunk/docs/manual/da/xfce4-screenshooter.html
   xfce4-screenshooter/trunk/docs/manual/da/xfce4-screenshooter.xml.in
   xfce4-screenshooter/trunk/docs/manual/fr/images/Makefile.am
   xfce4-screenshooter/trunk/docs/manual/fr/images/xfce4-screenshooter-dialog.png
   xfce4-screenshooter/trunk/docs/manual/fr/xfce4-screenshooter.html
   xfce4-screenshooter/trunk/docs/manual/fr/xfce4-screenshooter.xml.in
   xfce4-screenshooter/trunk/docs/manual/gl/xfce4-screenshooter.html
   xfce4-screenshooter/trunk/docs/manual/gl/xfce4-screenshooter.xml.in
   xfce4-screenshooter/trunk/docs/manual/it/xfce4-screenshooter.html
   xfce4-screenshooter/trunk/docs/manual/it/xfce4-screenshooter.xml.in
   xfce4-screenshooter/trunk/docs/manual/ja/xfce4-screenshooter.html
   xfce4-screenshooter/trunk/docs/manual/ja/xfce4-screenshooter.xml.in
   xfce4-screenshooter/trunk/po-doc/ChangeLog
   xfce4-screenshooter/trunk/po-doc/da.po
   xfce4-screenshooter/trunk/po-doc/fr.po
   xfce4-screenshooter/trunk/po-doc/gl.po
   xfce4-screenshooter/trunk/po-doc/it.po
   xfce4-screenshooter/trunk/po-doc/ja.po
   xfce4-screenshooter/trunk/po-doc/xfce4-screenshooter.pot
Log:
Update the documentation.

Modified: xfce4-screenshooter/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter/trunk/ChangeLog	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/ChangeLog	2009-05-30 22:57:19 UTC (rev 7446)
@@ -1,3 +1,7 @@
+2009-05-31 jeromeg
+
+Update the documentation.
+
 2009-05-29 jeromeg
 
 Fix a crash in the panel plugin.

Modified: xfce4-screenshooter/trunk/TODO
===================================================================
--- xfce4-screenshooter/trunk/TODO	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/TODO	2009-05-30 22:57:19 UTC (rev 7446)
@@ -7,7 +7,8 @@
 Before next release:
 
 * the Zimagez code needs a lot of error checking.
-* Update the documentation.
+* Fix untranslatable string in the result dialog and update the image in the doc
+  once fixed.
 * Check for leaks.
 
 Low priority:

Modified: xfce4-screenshooter/trunk/docs/manual/C/images/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/C/images/Makefile.am	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/docs/manual/C/images/Makefile.am	2009-05-30 22:57:19 UTC (rev 7446)
@@ -1,5 +1,7 @@
 imagesdir = $(datadir)/xfce4/doc/C/images
 images_DATA = \
-	xfce4-screenshooter-dialog.png
+	xfce4-screenshooter-dialog.png \
+	xfce4-screenshooter-zimagez-login-dialog.png \
+	xfce4-screenshooter-zimagez-result-dialog.png
 
 EXTRA_DIST = $(images_DATA)

Modified: xfce4-screenshooter/trunk/docs/manual/C/images/xfce4-screenshooter-dialog.png
===================================================================
(Binary files differ)

Added: xfce4-screenshooter/trunk/docs/manual/C/images/xfce4-screenshooter-zimagez-login-dialog.png
===================================================================
(Binary files differ)


Property changes on: xfce4-screenshooter/trunk/docs/manual/C/images/xfce4-screenshooter-zimagez-login-dialog.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: xfce4-screenshooter/trunk/docs/manual/C/images/xfce4-screenshooter-zimagez-result-dialog.png
===================================================================
(Binary files differ)


Property changes on: xfce4-screenshooter/trunk/docs/manual/C/images/xfce4-screenshooter-zimagez-result-dialog.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.html
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.html	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.html	2009-05-30 22:57:19 UTC (rev 7446)
@@ -1,18 +1,23 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Xfce4 Screenshooter</title><link rel="stylesheet" href="../xfce.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="#xfce4-screenshooter" title="Xfce4 Screenshooter"><link rel="next" href="#intro" title="Introduction to xfce4-screenshooter"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="xfce4-screenshooter"></a>Xfce4 Screenshooter</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Jérôme</span> <span class="surname">Guelfucci</span></h3><div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:jeromeg at xfce.org">jeromeg at xfce.org</a>></code></p></div></div></div></div></div><div><span xmlns="http://www
 .w3.org/TR/xhtml1/transitional" class="releaseinfo">
-      This manual describes version 1.5.1.1svn-r07416 of xfce4-screenshooter.
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Xfce4 Screenshooter</title><link rel="stylesheet" href="../xfce.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="#xfce4-screenshooter" title="Xfce4 Screenshooter"><link rel="next" href="#intro" title="Introduction to Xfce4 Screenshooter"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="xfce4-screenshooter"></a>Xfce4 Screenshooter</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Jérôme</span> <span class="surname">Guelfucci</span></h3><div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:jeromeg at xfce.org">jeromeg at xfce.org</a>></code></p></div></div></div></div></div><div><span xmlns="http://www
 .w3.org/TR/xhtml1/transitional" class="releaseinfo">
+      This manual describes version 1.5.1.1svn-r07433 of Xfce4 Screenshooter.
     <br></br></span></div><div><p class="copyright">Copyright © 2008, 2009 Jérôme Guelfucci</p></div><div><div class="legalnotice"><a name="legalnotice"></a><p>
         Permission is granted to copy, distribute and/or modify this document
         under the terms of the GNU Free Documentation License, Version 1.1 or
         any later version published by the Free Software Foundation; with no
         Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
         Texts. The complete license text is available from the <a class="ulink" href="http://www.gnu.org/" target="_top">Free Software Foundation</a>.
-      </p></div></div><div><p class="pubdate">February 2009</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#intro">Introduction to xfce4-screenshooter</a></span></dt><dt><span class="sect1"><a href="#using-the-application">Using the application</a></span></dt><dd><dl><dt><span class="sect2"><a href="#user-interface">Via the user interface</a></span></dt><dt><span class="sect2"><a href="#command-line">Via command line</a></span></dt></dl></dd><dt><span class="sect1"><a href="#panel-plugin">Using the plugin for the Xfce panel</a></span></dt><dd><dl><dt><span class="sect2"><a href="#add">Adding the plugin</a></span></dt><dt><span class="sect2"><a href="#set">Setting the plugin up</a></span></dt><dt><span class="sect2"><a href="#use">Using the plugin</a></span></dt></dl></dd></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>Introduction 
 to xfce4-screenshooter</h2></div></div></div><p>
+      </p></div></div><div><p class="pubdate">February 2009</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#intro">Introduction to Xfce4 Screenshooter</a></span></dt><dt><span class="sect1"><a href="#using-the-application">Using the application</a></span></dt><dd><dl><dt><span class="sect2"><a href="#user-interface">Via the user interface</a></span></dt><dt><span class="sect2"><a href="#command-line">Via command line</a></span></dt></dl></dd><dt><span class="sect1"><a href="#panel-plugin">Using the plugin for the Xfce panel</a></span></dt><dd><dl><dt><span class="sect2"><a href="#add">Adding the plugin</a></span></dt><dt><span class="sect2"><a href="#set">Setting the plugin up</a></span></dt><dt><span class="sect2"><a href="#use">Using the plugin</a></span></dt></dl></dd></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>Introduction 
 to Xfce4 Screenshooter</h2></div></div></div><p>
       This application allows you to capture the entire screen, the
       active window or a selected region. You can set the delay that
       elapses before the screenshot is taken and the action that will
       be done with the screenshot: save it to a PNG file, copy it to
       the clipboard, or open it using another application.
     </p><p>
+      If activated on build, you can also host your screenshots on
+      <a class="ulink" href="http://www.zimagez.com" target="_top">ZimageZ</a>, 
+      a free online image hosting service. The CURL and XMLRPC-C libraries
+      are required.
+    </p><p>
       A plugin for the Xfce panel is also available.
     </p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-the-application"></a>Using the application</h2></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="user-interface"></a>Via the user interface</h3></div></div></div><p>
         To launch the application, use the "Screenshot" item in the
@@ -34,27 +39,44 @@
             captured by clicking a point of the screen without releasing
             the mouse button, dragging your mouse to the other corner of
             the region, and releasing the mouse button.
-          </li></ul></div></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="delay"></a>Delay before taking the screenshot</h4></div></div></div><p>
-          The <span class="emphasis"><em>"Delay before taking the screenshot"</em></span>
+          </li></ul></div></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="delay"></a>Delay before capturing</h4></div></div></div><p>
+          The <span class="emphasis"><em>"Delay before capturing"</em></span>
           section allows you to set the delay that will elapse between
-          pressing the <span class="emphasis"><em>"Take the screenshot"</em></span> button
-          and taking the screenshot. This delay will allow you to open
-          menus or to do whatever action you want to see displayed on
-          the screenshot.
+          pressing the <span class="emphasis"><em>"OK"</em></span> button and taking the 
+          screenshot. This delay will allow you to open menus or to do 
+          whatever action you want to see displayed on the screenshot.
+        </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="after-capturing"></a>After capturing</h4></div></div></div><p>
+          The <span class="emphasis"><em>"Show the save dialog"</em></span> option 
+          is described below, in the <span class="emphasis"><em>"Action"</em></span> 
+          section.
+        </p><p>
+          The <span class="emphasis"><em>"Close the application"</em></span> option
+          allows you, if unchecked, to take several screenshots in 
+          a row. If checked, the application will be closed once 
+          the screenshot has been taken and the action you selected 
+          executed.
         </p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="action"></a>Action</h4></div></div></div><p>
           The <span class="emphasis"><em>"Action"</em></span> section allows you to choose
-          what should be done with the screenshot. Three choices are
-          available.
-        </p><div class="sect4" lang="en"><div class="titlepage"><div><div><h5 class="title"><a name="save"></a>Save</h5></div></div></div><p>
-            The <span class="emphasis"><em>"Save"</em></span> option will save the
-            screenshot to a PNG file. If you check the
-            <span class="emphasis"><em>"Save by default to"</em></span> checkbox, the
+          what should be done with the screenshot.
+        </p><div class="sect4" lang="en"><div class="titlepage"><div><div><h5 class="title"><a name="save"></a>Save in</h5></div></div></div><p>
+            The <span class="emphasis"><em>"Save in"</em></span> option will save the
+            screenshot to a PNG file. If you don't check the
+            <span class="emphasis"><em>"Show the save dialog"</em></span> checkbox in the
+            <span class="emphasis"><em>"After capturing"</em></span> section, the
             screenshot will be saved to the folder on the right after
-            you press the <span class="emphasis"><em>"Take the screenshot"</em></span>
-            button, without showing any save dialog. Otherwise, a save
-            dialog will be displayed, which also shows a preview of the
-            screenshot. You will then be able to set the save location,
-            and the name of the file.
+            you press the <span class="emphasis"><em>"OK"</em></span> button, without 
+            showing any save dialog. Otherwise, a save dialog will be 
+            displayed, which also shows a preview of the screenshot. 
+            You will then be able to set the save location, and the 
+            name of the file.
+          </p><p>
+            Xfce4 Screenshooter is also able to save the screenshot to
+            any remote file system supported by GVfs, such as FTP, SAMBA,
+            SFTP, remote computers accessible via SSH... You just need to
+            connect this remote file system using 
+            <span class="emphasis"><em>gvfs-connect</em></span> or
+            <a class="ulink" href="http://www.uvena.de/gigolo/" target="_top">Gigolo</a>
+            and it will be available in the left column of the save dialog.
           </p></div><div class="sect4" lang="en"><div class="titlepage"><div><div><h5 class="title"><a name="copy-to-clipboard"></a>Copy to the clipboard</h5></div></div></div><p>
             The <span class="emphasis"><em>"Copy to the clipboard"</em></span> option
             allows you to paste the screenshot in another application,
@@ -65,12 +87,33 @@
           </p></div><div class="sect4" lang="en"><div class="titlepage"><div><div><h5 class="title"><a name="open-with"></a>Open with</h5></div></div></div><p>
             The <span class="emphasis"><em>"Open with"</em></span> option saves the
             screenshot to the system's temporary directory and opens it
-            with the application set using the dropdown list below.
+            with the application set using the dropdown list on the right.
             Applications which support images are automatically detected
             and added to the dropdown list.
-          </p></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="command-line"></a>Via command line</h3></div></div></div><p>
+          </p></div><div class="sect4" lang="en"><div class="titlepage"><div><div><h5 class="title"><a name="zimagez"></a>Host on ZimageZ</h5></div></div></div><p>
+            The <span class="emphasis"><em>"Host on ZimageZ"</em></span> option allow you
+            to host your screenshot on this free online hosting service,
+            so that you can share it easily with other people. ZimageZ
+            automatically generates a large and a small thumbnail of your
+            screenshot, which can be used to create thumbnails pointing to
+            the full size screenshot.
+          </p><p>
+            After pressing the <span class="emphasis"><em>"OK"</em></span> button, you will
+            be shown this dialog:
+          </p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-zimagez-login-dialog.png" alt="The dialog to host a screenshot on ZimageZ"></div></div><p>
+            If you do not have a ZimageZ user name, you will need to create
+            one on the <a class="ulink" href="http://www.zimagez.com" target="_top">
+            ZimageZ website</a>. Several languages are available on this
+            website, you can switch between using the menu up right. You must
+            fill all fields of this dialog. Once you click the 
+            <span class="emphasis"><em>"OK"</em></span> button, the upload will start.
+          </p><p>
+            The dialog below will give you the links to the full size screenshot, the
+            large thumbnail, the small thumbnails, as well examples of HTML and BBcode
+            to create a thumbnail pointing to the full size screenshot:
+          </p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-zimagez-result-dialog.png" alt="The dialog giving the links to your screenshot on ZimageZ"></div></div></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="command-line"></a>Via command line</h3></div></div></div><p>
         Command line options allow you to take screenshots quickly. They
-        also allow you to configure the Prt Scrn key on the upper right
+        also allow you to configure the Print Screen key on the upper right
         of most keyboards so that it takes screenshots. To do so,
         configure the keybindings of your desktop environnement so that
         it launches xfce4-screenshooter with one or several of the
@@ -118,6 +161,12 @@
             This option only has an effect if the
             <span class="emphasis"><em>-f</em></span>, the <span class="emphasis"><em>-w</em></span> or the
             <span class="emphasis"><em>-r</em></span> option is given.
+          </p></div><div class="sect4" lang="en"><div class="titlepage"><div><div><h5 class="title"><a name="u-option"></a> The -u option</h5></div></div></div><p>
+            If the <span class="emphasis"><em>-u</em></span> option is given, the screenshot
+            will be hosted on ZimageZ. See above for more details.
+            This option only has an effect if the
+            <span class="emphasis"><em>-f</em></span>, the <span class="emphasis"><em>-w</em></span> or the
+            <span class="emphasis"><em>-r</em></span> option is given.
           </p></div></div></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="panel-plugin"></a>Using the plugin for the Xfce panel</h2></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="add"></a>Adding the plugin</h3></div></div></div><p>
         To add the plugin to the panel, right click on the panel and
         select <span class="emphasis"><em>"Add New Item"</em></span>. Select the plugin

Modified: xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.xml.in
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.xml.in	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.xml.in	2009-05-30 22:57:19 UTC (rev 7446)
@@ -41,12 +41,12 @@
     </authorgroup>
 
     <releaseinfo>
-      This manual describes version &version; of &application;.
+      This manual describes version &version; of Xfce4 Screenshooter.
     </releaseinfo>
   </articleinfo>
 
   <sect1 id="intro">
-    <title>Introduction to &application;</title>
+    <title>Introduction to Xfce4 Screenshooter</title>
 
     <para>
       This application allows you to capture the entire screen, the
@@ -57,6 +57,13 @@
     </para>
 
     <para>
+      If activated on build, you can also host your screenshots on
+      <ulink type="http" url="http://www.zimagez.com">ZimageZ</ulink>, 
+      a free online image hosting service. The CURL and XMLRPC-C libraries
+      are required.
+    </para>
+
+    <para>
       A plugin for the Xfce panel is also available.
     </para>
 
@@ -117,41 +124,69 @@
       </sect3>
 
       <sect3 id="delay">
-        <title>Delay before taking the screenshot</title>
+        <title>Delay before capturing</title>
 
         <para>
-          The <emphasis>"Delay before taking the screenshot"</emphasis>
+          The <emphasis>"Delay before capturing"</emphasis>
           section allows you to set the delay that will elapse between
-          pressing the <emphasis>"Take the screenshot"</emphasis> button
-          and taking the screenshot. This delay will allow you to open
-          menus or to do whatever action you want to see displayed on
-          the screenshot.
+          pressing the <emphasis>"OK"</emphasis> button and taking the 
+          screenshot. This delay will allow you to open menus or to do 
+          whatever action you want to see displayed on the screenshot.
         </para>
       </sect3>
 
+      <sect3 id="after-capturing">
+        <title>After capturing</title>
+
+        <para>
+          The <emphasis>"Show the save dialog"</emphasis> option 
+          is described below, in the <emphasis>"Action"</emphasis> 
+          section.
+        </para>
+
+        <para>
+          The <emphasis>"Close the application"</emphasis> option
+          allows you, if unchecked, to take several screenshots in 
+          a row. If checked, the application will be closed once 
+          the screenshot has been taken and the action you selected 
+          executed.
+        </para>
+      </sect3>
+
       <sect3 id="action">
         <title>Action</title>
 
         <para>
           The <emphasis>"Action"</emphasis> section allows you to choose
-          what should be done with the screenshot. Three choices are
-          available.
+          what should be done with the screenshot.
         </para>
 
         <sect4 id="save">
-          <title>Save</title>
+          <title>Save in</title>
 
           <para>
-            The <emphasis>"Save"</emphasis> option will save the
-            screenshot to a PNG file. If you check the
-            <emphasis>"Save by default to"</emphasis> checkbox, the
+            The <emphasis>"Save in"</emphasis> option will save the
+            screenshot to a PNG file. If you don't check the
+            <emphasis>"Show the save dialog"</emphasis> checkbox in the
+            <emphasis>"After capturing"</emphasis> section, the
             screenshot will be saved to the folder on the right after
-            you press the <emphasis>"Take the screenshot"</emphasis>
-            button, without showing any save dialog. Otherwise, a save
-            dialog will be displayed, which also shows a preview of the
-            screenshot. You will then be able to set the save location,
-            and the name of the file.
+            you press the <emphasis>"OK"</emphasis> button, without 
+            showing any save dialog. Otherwise, a save dialog will be 
+            displayed, which also shows a preview of the screenshot. 
+            You will then be able to set the save location, and the 
+            name of the file.
           </para>
+
+          <para>
+            Xfce4 Screenshooter is also able to save the screenshot to
+            any remote file system supported by GVfs, such as FTP, SAMBA,
+            SFTP, remote computers accessible via SSH... You just need to
+            connect this remote file system using 
+            <emphasis>gvfs-connect</emphasis> or
+            <ulink type="http" url="http://www.uvena.de/gigolo/">Gigolo</ulink>
+            and it will be available in the left column of the save dialog.
+          </para>
+
         </sect4>
 
         <sect4 id="copy-to-clipboard">
@@ -173,14 +208,70 @@
           <para>
             The <emphasis>"Open with"</emphasis> option saves the
             screenshot to the system's temporary directory and opens it
-            with the application set using the dropdown list below.
+            with the application set using the dropdown list on the right.
             Applications which support images are automatically detected
             and added to the dropdown list.
           </para>
         </sect4>
 
+        <sect4 id="zimagez">
+          <title>Host on ZimageZ</title>
+          
+          <para>
+            The <emphasis>"Host on ZimageZ"</emphasis> option allow you
+            to host your screenshot on this free online hosting service,
+            so that you can share it easily with other people. ZimageZ
+            automatically generates a large and a small thumbnail of your
+            screenshot, which can be used to create thumbnails pointing to
+            the full size screenshot.
+          </para>
+
+          <para>
+            After pressing the <emphasis>"OK"</emphasis> button, you will
+            be shown this dialog:
+          </para>
+
+          <screenshot>
+            <mediaobject>
+              <imageobject>
+                <imagedata fileref="images/xfce4-screenshooter-zimagez-login-dialog.png" format="PNG"/>
+              </imageobject>
+
+              <textobject>
+                <phrase>The dialog to host a screenshot on ZimageZ</phrase>
+              </textobject>
+            </mediaobject>
+          </screenshot>
+
+          <para>
+            If you do not have a ZimageZ user name, you will need to create
+            one on the <ulink type="http" url="http://www.zimagez.com">
+            ZimageZ website</ulink>. Several languages are available on this
+            website, you can switch between using the menu up right. You must
+            fill all fields of this dialog. Once you click the 
+            <emphasis>"OK"</emphasis> button, the upload will start.
+          </para>
+          
+          <para>
+            The dialog below will give you the links to the full size screenshot, the
+            large thumbnail, the small thumbnails, as well examples of HTML and BBcode
+            to create a thumbnail pointing to the full size screenshot:
+          </para>
+
+          <screenshot>
+            <mediaobject>
+              <imageobject>
+                <imagedata fileref="images/xfce4-screenshooter-zimagez-result-dialog.png" format="PNG"/>
+              </imageobject>
+
+              <textobject>
+                <phrase>The dialog giving the links to your screenshot on ZimageZ</phrase>
+              </textobject>
+            </mediaobject>
+          </screenshot>
+
+        </sect4>
       </sect3>
-
     </sect2>
 
     <sect2 id="command-line">
@@ -188,7 +279,7 @@
 
       <para>
         Command line options allow you to take screenshots quickly. They
-        also allow you to configure the Prt Scrn key on the upper right
+        also allow you to configure the Print Screen key on the upper right
         of most keyboards so that it takes screenshots. To do so,
         configure the keybindings of your desktop environnement so that
         it launches xfce4-screenshooter with one or several of the
@@ -282,6 +373,18 @@
             <emphasis>-r</emphasis> option is given.
           </para>
         </sect4>
+
+        <sect4 id="u-option">
+          <title> The -u option</title>
+
+          <para>
+            If the <emphasis>-u</emphasis> option is given, the screenshot
+            will be hosted on ZimageZ. See above for more details.
+            This option only has an effect if the
+            <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the
+            <emphasis>-r</emphasis> option is given.
+          </para>
+        </sect4>
       </sect3>
     </sect2>
   </sect1>

Modified: xfce4-screenshooter/trunk/docs/manual/da/xfce4-screenshooter.html
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/da/xfce4-screenshooter.html	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/docs/manual/da/xfce4-screenshooter.html	2009-05-30 22:57:19 UTC (rev 7446)
@@ -1 +1,86 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Xfce4 Screenshooter</title><link rel="stylesheet" href="../xfce.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="#xfce4-screenshooter" title="Xfce4 Screenshooter"><link rel="next" href="#intro" title="Introduktion til xfce4-screenshooter"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="da"><div class="titlepage"><div><div><h2 class="title"><a name="xfce4-screenshooter"></a>Xfce4 Screenshooter</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Jérôme</span> <span class="surname">Guelfucci</span></h3><div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:jeromeg at xfce.org">jeromeg at xfce.org</a>></code></p></div></div></div></div></div><div><span xmlns="http://ww
 w.w3.org/TR/xhtml1/transitional" class="releaseinfo">Denne manual beskriver version xfce4-screenshooter 1.5.1.1svn-r07416.<br></br></span></div><div><p class="copyright">Ophavsret © 2008, 2009 Jérôme Guelfucci</p></div><div><div class="legalnotice"><a name="legalnotice"></a><p>Der gives hermed tilladelse til kopiere, distribuere og/eller ændre dette dokument under betingelserne af GNU Free Documentation License, Version 1.1 eller enhver senere version udgivet af Free Software Foundation, med ingen ufravigelige dele; ingen forsidetekst, og ingen bagsidetekst. Hele licensteksten er til rådighed på <a class="ulink" href="http://www.gnu.org/" target="_top">Free Software Foundation</a>.</p></div></div><div><p class="pubdate">February 2009</p></div></div><hr></div><div class="toc"><p><b>Indholdsfortegnelse</b></p><dl><dt><span class="sect1"><a href="#intro">Introduktion til xfce4-screenshooter</a></span></dt><dt><span class="sect1"><a href="#using-the-application">Brug af programm
 et</a></span></dt><dd><dl><dt><span class="sect2"><a href="#user-interface">Vha. brugergrænsefladen</a></span></dt><dt><span class="sect2"><a href="#command-line">Vha. kommandolinjen</a></span></dt></dl></dd><dt><span class="sect1"><a href="#panel-plugin">Brug af udvidelsesmodulet til panelet i Xfce</a></span></dt><dd><dl><dt><span class="sect2"><a href="#add">Tilføjelse af udvidelsesmodulet</a></span></dt><dt><span class="sect2"><a href="#set">Indstilling af udvidelsesmodulet</a></span></dt><dt><span class="sect2"><a href="#use">Brug af udvidelsesmodulet</a></span></dt></dl></dd></dl></div><div class="sect1" lang="da"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>Introduktion til xfce4-screenshooter</h2></div></div></div><p>Dette program giver dig mulighed for at tage et billede af hele skærmen, det aktive vindue eller en markeret region. Du kan indstille forsinkelsen før billedet er taget og handlingen med billeder udføres: gemm
 e det som en PNG-fil, kopiere det til udklipsholderen eller åbne det med et andet program.</p><p>Et udvidelsesmodul til panelet i Xfce er også tilgængeligt.</p></div><div class="sect1" lang="da"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-the-application"></a>Brug af programmet</h2></div></div></div><div class="sect2" lang="da"><div class="titlepage"><div><div><h3 class="title"><a name="user-interface"></a>Vha. brugergrænsefladen</h3></div></div></div><p>For at starte programmet skal du bruge "Skærmbillede"-elementet i kategorien "Tilbehør" fra hovedmenuen i Xfce.</p><p>Dette vindue vil blive vist:</p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-dialog.png" alt="Vinduet i Xfce4 Screenshooter"></div></div><div class="sect3" lang="da"><div class="titlepage"><div><div><h4 class="title"><a name="region-to-capture"></a>Område der skal tages et billede af</h4></div></div></div><p>Tilvalget <span cla
 ss="emphasis"><em>"Område der skal tages billede af"</em></span> tillader dig at indstille, hvorfra skærmbilledet skal tages:</p><div class="itemizedlist"><ul type="disc"><li>"Hele skærmen" tager et skærmbillede af hele skærmen, som du ser den.</li><li>"Aktive vindue" tager et billede af det aktive vindue, hvilket er det der, var aktivt før denne dialog kom frem, eller hvis du indstiller en forsinkelse, er det vinduet, der er aktivt efter udløb af forsinkelsen.</li><li>"Vælg et område" tillader dig at vælge det område der skal tages et billede af, ved at klikke på et punkt på skærmen, og uden at slippe musen, trække den til det modsatte hjørne af regionen og slippe museknappen.</li></ul></div></div><div class="sect3" lang="da"><div class="titlepage"><div><div><h4 class="title"><a name="delay"></a>Forsinkelse før der tages et skærmbillede</h4></div></div></div><p>Tilvalget <span class="emphasis"><em>"Forsinkelse før skærmbilledet bliver taget"</em></span>, tillader dig at ind
 stille den tid, der går fra du trykker på <span class="emphasis"><em>"Tag skærmbillede"</em></span>-knappen, og til at skærmbilledet rent faktisk bliver taget. Denne forsinkelse giver dig tid til at åbne menuer, eller udføre enhver handling du ønsker at vist i skærmbilledet.</p></div><div class="sect3" lang="da"><div class="titlepage"><div><div><h4 class="title"><a name="action"></a>Handling</h4></div></div></div><p>Tilvalget <span class="emphasis"><em>"Handling"</em></span> giver dig mulighed for at vælge, hvad der skal gøres med skærmbilledet. Der er tre valgmuligheder.</p><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="save"></a>Gem</h5></div></div></div><p>Tilvalget <span class="emphasis"><em>"Gem"</em></span>, gemmer skærmbilledet i en PNG-fil. Hvis du afkrydser <span class="emphasis"><em>"Gem som standard i"</em></span>-feltet, vil skærmbilledet blive gemt i mappen til højre, lige efter du trykker på <span class="emphasis"><em>"
 Tag skærmbillede"</em></span>-knappen, uden at vise et gem-vindue. Ellers vil gem-vinduet blive vist sammen med en forhåndsvisning af skærmbilledet. Du ville så kunne indstille, hvor det skal gemmes, samt navnet på filen.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="copy-to-clipboard"></a>Kopiér til udklipsholderen</h5></div></div></div><p>Tilvalget <span class="emphasis"><em>"Kopiér til udklipsholder"</em></span>, lader dig indsætte skærmbilledet i et andet program, så som en tekstbehandler. Afsluttes programmet før skærmbilledet er indsat, vil billedet ofte blive slettet fra udklipsholderen. Nogle udklipsholdere kan dog undgå dette.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="open-with"></a>Åbn med</h5></div></div></div><p>Tilvalget <span class="emphasis"><em>"Åbn med"</em></span> gemmer skærmbilledet i systemets midlertidige katalog og åbner det med valgte program, v
 ed at bruge rullegardinlisten herunder. Programmer der understøtter billeder, er automatisk fundet og tilføjet til rullegardinlisten.</p></div></div></div><div class="sect2" lang="da"><div class="titlepage"><div><div><h3 class="title"><a name="command-line"></a>Vha. kommandolinjen</h3></div></div></div><p>Kommandlinjetilvalg lader dig tage skærmbilleder hurtigt. De lader dig også indstille knappen Prt Scrn, som findes i det øverste højre hjørne på de fleste tastaturer, til at tage skærmbilledet. For at gøre dette, skal du indstille tastaturgenvejene i dit skrivebordsmiljø, således at det starter xfce4-screenshooter, med en eller flere af de følgende tilvalg, når der trykkes på Prt Scrn-knappen.</p><div class="sect3" lang="da"><div class="titlepage"><div><div><h4 class="title"><a name="options"></a>Kommandolinjetilvalg</h4></div></div></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="w-option"></a>Tilvalget -w</h5></div></div></div
 ><p>Tilvalget <span class="emphasis"><em>-w</em></span>, lader dig tage et skærmbillede af det aktive vindue.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="f-option"></a>Tilvalget -f</h5></div></div></div><p>Tilvalget <span class="emphasis"><em>-f</em></span>, lader dig tage et skærmbillede af hele skærmen.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="r-option"></a>Tilvalget -r</h5></div></div></div><p>Tilvalget <span class="emphasis"><em>-r</em></span>, lader dig vælge et område, der skal tages et billede af, ved at klikke på et punkt på skærmen, og uden at slippe museknappen, trække musen til det modsatte hjørne af det område, og så slippe museknappen.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="d-option"></a>Tilvalget -d</h5></div></div></div><p>Tilvalget <span class="emphasis"><em>-d</em></span> efterfulgt af et po
 sitivt heltal, lader dig indstille en forsinkelse før skærmbilledet bliver taget med tilvalget <span class="emphasis"><em>-f</em></span>, <span class="emphasis"><em>-w</em></span> eller <span class="emphasis"><em>-r</em></span>.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="s-option"></a>Tilvalget -s</h5></div></div></div><p>Tilvalget <span class="emphasis"><em>-s</em></span> efterfulgt af stien til en eksisterende mappe, lader dig indstille, hvortil skærmbilledet skal gemmes. Dette tilvalg virker kun ,hvis man bruger den sammen med tilvalget <span class="emphasis"><em>-f</em></span>, <span class="emphasis"><em>-w</em></span> eller <span class="emphasis"><em>-r</em></span>. Kombineret med tilvalget <span class="emphasis"><em>-h</em></span> (se herunder), kan den bruges til at gemme en fil til en bestemt sti, uden at vise nogen gem-vindue.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="titl
 e"><a name="h-option"></a>Tilvalget -h</h5></div></div></div><p>Hvis du angiver tilvalget <span class="emphasis"><em>-h</em></span>, vil skærmbilledet automatisk blive gemt uden at vise nogen gem-vindue. Dette tilvalg virker kun, hvis det bruges sammen med tilvalget <span class="emphasis"><em>-f</em></span>, <span class="emphasis"><em>-w</em></span> eller <span class="emphasis"><em>-r</em></span>. Tilvalget <span class="emphasis"><em>s-</em></span>, lader dig indstille hvor det skal gemmes, hvis der er behov herfor.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="o-option"></a>Tilvalget -o</h5></div></div></div><p>Hvis tilvalget <span class="emphasis"><em>-o</em></span> er angivet, efterfulgt af et programnavn, vil skærmbilledet blive gemt i systemets midlertidige katalog og blive åbnet med det program der er nævnt efter tilvalget <span class="emphasis"><em>-o</em></span>. Dette tilvalg virker kun, hvis det bruges sammen med 
 tilvalget <span class="emphasis"><em>-f</em></span>, <span class="emphasis"><em>-w</em></span> eller <span class="emphasis"><em>-r</em></span>.</p></div></div></div></div><div class="sect1" lang="da"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="panel-plugin"></a>Brug af udvidelsesmodulet til panelet i Xfce</h2></div></div></div><div class="sect2" lang="da"><div class="titlepage"><div><div><h3 class="title"><a name="add"></a>Tilføjelse af udvidelsesmodulet</h3></div></div></div><p>For at tilføje udvidelsesmodulet; højreklik på panelet og vælg <span class="emphasis"><em>"Tilføj nyt element""emphasis>. V"Sk, og tilf</em></span></p></div><div class="sect2" lang="da"><div class="titlepage"><div><div><h3 class="title"><a name="set"></a>Indstilling af udvidelsesmodulet</h3></div></div></div><p>Du kan indstille, hvordan skærmbilleder bliver taget ved at højreklikke på udvidelsesmodulet og vælge <span class="emphasis"><em>"Indstil"<span class="em
 phasis"><em>. En indstillingsmenu, der ligner indstillingsmenuen til hovedprogrammet, vil vise sig. Se venligst ovenfor, for diverse indstillinger.</em></span></em></span></p></div><div class="sect2" lang="da"><div class="titlepage"><div><div><h3 class="title"><a name="use"></a>Brug af udvidelsesmodulet</h3></div></div></div><p>For at tage et skærmbillede; klik da bare på udvidelsesmodulet.</p></div></div></div></body></html>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Xfce4 Screenshooter</title><link rel="stylesheet" href="../xfce.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="#xfce4-screenshooter" title="Xfce4 Screenshooter"><link rel="next" href="#intro" title="Introduction to Xfce4 Screenshooter"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="da"><div class="titlepage"><div><div><h2 class="title"><a name="xfce4-screenshooter"></a>Xfce4 Screenshooter</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Jérôme</span> <span class="surname">Guelfucci</span></h3><div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:jeromeg at xfce.org">jeromeg at xfce.org</a>></code></p></div></div></div></div></div><div><span xmlns="http://www
 .w3.org/TR/xhtml1/transitional" class="releaseinfo">
+      This manual describes version 1.5.1.1svn-r07433 of Xfce4 Screenshooter.
+    <br></br></span></div><div><p class="copyright">Ophavsret © 2008, 2009 Jérôme Guelfucci</p></div><div><div class="legalnotice"><a name="legalnotice"></a><p>Der gives hermed tilladelse til kopiere, distribuere og/eller ændre dette dokument under betingelserne af GNU Free Documentation License, Version 1.1 eller enhver senere version udgivet af Free Software Foundation, med ingen ufravigelige dele; ingen forsidetekst, og ingen bagsidetekst. Hele licensteksten er til rådighed på <a class="ulink" href="http://www.gnu.org/" target="_top">Free Software Foundation</a>.</p></div></div><div><p class="pubdate">February 2009</p></div></div><hr></div><div class="toc"><p><b>Indholdsfortegnelse</b></p><dl><dt><span class="sect1"><a href="#intro">Introduction to Xfce4 Screenshooter</a></span></dt><dt><span class="sect1"><a href="#using-the-application">Brug af programmet</a></span></dt><dd><dl><dt><span class="sect2"><a href="#user-interface">Vha. brugergrænsefladen</a></span></dt><dt>
 <span class="sect2"><a href="#command-line">Vha. kommandolinjen</a></span></dt></dl></dd><dt><span class="sect1"><a href="#panel-plugin">Brug af udvidelsesmodulet til panelet i Xfce</a></span></dt><dd><dl><dt><span class="sect2"><a href="#add">Tilføjelse af udvidelsesmodulet</a></span></dt><dt><span class="sect2"><a href="#set">Indstilling af udvidelsesmodulet</a></span></dt><dt><span class="sect2"><a href="#use">Brug af udvidelsesmodulet</a></span></dt></dl></dd></dl></div><div class="sect1" lang="da"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>Introduction to Xfce4 Screenshooter</h2></div></div></div><p>Dette program giver dig mulighed for at tage et billede af hele skærmen, det aktive vindue eller en markeret region. Du kan indstille forsinkelsen før billedet er taget og handlingen med billeder udføres: gemme det som en PNG-fil, kopiere det til udklipsholderen eller åbne det med et andet program.</p><p>
+      If activated on build, you can also host your screenshots on
+      <a class="ulink" href="http://www.zimagez.com" target="_top">ZimageZ</a>, 
+      a free online image hosting service. The CURL and XMLRPC-C libraries
+      are required.
+    </p><p>Et udvidelsesmodul til panelet i Xfce er også tilgængeligt.</p></div><div class="sect1" lang="da"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-the-application"></a>Brug af programmet</h2></div></div></div><div class="sect2" lang="da"><div class="titlepage"><div><div><h3 class="title"><a name="user-interface"></a>Vha. brugergrænsefladen</h3></div></div></div><p>For at starte programmet skal du bruge "Skærmbillede"-elementet i kategorien "Tilbehør" fra hovedmenuen i Xfce.</p><p>Dette vindue vil blive vist:</p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-dialog.png" alt="Vinduet i Xfce4 Screenshooter"></div></div><div class="sect3" lang="da"><div class="titlepage"><div><div><h4 class="title"><a name="region-to-capture"></a>Område der skal tages et billede af</h4></div></div></div><p>Tilvalget <span class="emphasis"><em>"Område der skal tages billede af"</em></span> tillader dig at indst
 ille, hvorfra skærmbilledet skal tages:</p><div class="itemizedlist"><ul type="disc"><li>"Hele skærmen" tager et skærmbillede af hele skærmen, som du ser den.</li><li>"Aktive vindue" tager et billede af det aktive vindue, hvilket er det der, var aktivt før denne dialog kom frem, eller hvis du indstiller en forsinkelse, er det vinduet, der er aktivt efter udløb af forsinkelsen.</li><li>"Vælg et område" tillader dig at vælge det område der skal tages et billede af, ved at klikke på et punkt på skærmen, og uden at slippe musen, trække den til det modsatte hjørne af regionen og slippe museknappen.</li></ul></div></div><div class="sect3" lang="da"><div class="titlepage"><div><div><h4 class="title"><a name="delay"></a>Delay before capturing</h4></div></div></div><p>
+          The <span class="emphasis"><em>"Delay before capturing"</em></span>
+          section allows you to set the delay that will elapse between
+          pressing the <span class="emphasis"><em>"OK"</em></span> button and taking the 
+          screenshot. This delay will allow you to open menus or to do 
+          whatever action you want to see displayed on the screenshot.
+        </p></div><div class="sect3" lang="da"><div class="titlepage"><div><div><h4 class="title"><a name="after-capturing"></a>After capturing</h4></div></div></div><p>
+          The <span class="emphasis"><em>"Show the save dialog"</em></span> option 
+          is described below, in the <span class="emphasis"><em>"Action"</em></span> 
+          section.
+        </p><p>
+          The <span class="emphasis"><em>"Close the application"</em></span> option
+          allows you, if unchecked, to take several screenshots in 
+          a row. If checked, the application will be closed once 
+          the screenshot has been taken and the action you selected 
+          executed.
+        </p></div><div class="sect3" lang="da"><div class="titlepage"><div><div><h4 class="title"><a name="action"></a>Handling</h4></div></div></div><p>
+          The <span class="emphasis"><em>"Action"</em></span> section allows you to choose
+          what should be done with the screenshot.
+        </p><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="save"></a>Save in</h5></div></div></div><p>
+            The <span class="emphasis"><em>"Save in"</em></span> option will save the
+            screenshot to a PNG file. If you don't check the
+            <span class="emphasis"><em>"Show the save dialog"</em></span> checkbox in the
+            <span class="emphasis"><em>"After capturing"</em></span> section, the
+            screenshot will be saved to the folder on the right after
+            you press the <span class="emphasis"><em>"OK"</em></span> button, without 
+            showing any save dialog. Otherwise, a save dialog will be 
+            displayed, which also shows a preview of the screenshot. 
+            You will then be able to set the save location, and the 
+            name of the file.
+          </p><p>
+            Xfce4 Screenshooter is also able to save the screenshot to
+            any remote file system supported by GVfs, such as FTP, SAMBA,
+            SFTP, remote computers accessible via SSH... You just need to
+            connect this remote file system using 
+            <span class="emphasis"><em>gvfs-connect</em></span> or
+            <a class="ulink" href="http://www.uvena.de/gigolo/" target="_top">Gigolo</a>
+            and it will be available in the left column of the save dialog.
+          </p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="copy-to-clipboard"></a>Kopiér til udklipsholderen</h5></div></div></div><p>Tilvalget <span class="emphasis"><em>"Kopiér til udklipsholder"</em></span>, lader dig indsætte skærmbilledet i et andet program, så som en tekstbehandler. Afsluttes programmet før skærmbilledet er indsat, vil billedet ofte blive slettet fra udklipsholderen. Nogle udklipsholdere kan dog undgå dette.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="open-with"></a>Åbn med</h5></div></div></div><p>
+            The <span class="emphasis"><em>"Open with"</em></span> option saves the
+            screenshot to the system's temporary directory and opens it
+            with the application set using the dropdown list on the right.
+            Applications which support images are automatically detected
+            and added to the dropdown list.
+          </p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="zimagez"></a>Host on ZimageZ</h5></div></div></div><p>
+            The <span class="emphasis"><em>"Host on ZimageZ"</em></span> option allow you
+            to host your screenshot on this free online hosting service,
+            so that you can share it easily with other people. ZimageZ
+            automatically generates a large and a small thumbnail of your
+            screenshot, which can be used to create thumbnails pointing to
+            the full size screenshot.
+          </p><p>
+            After pressing the <span class="emphasis"><em>"OK"</em></span> button, you will
+            be shown this dialog:
+          </p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-zimagez-login-dialog.png" alt="The dialog to host a screenshot on ZimageZ"></div></div><p>
+            If you do not have a ZimageZ user name, you will need to create
+            one on the <a class="ulink" href="http://www.zimagez.com" target="_top">
+            ZimageZ website</a>. Several languages are available on this
+            website, you can switch between using the menu up right. You must
+            fill all fields of this dialog. Once you click the 
+            <span class="emphasis"><em>"OK"</em></span> button, the upload will start.
+          </p><p>
+            The dialog below will give you the links to the full size screenshot, the
+            large thumbnail, the small thumbnails, as well examples of HTML and BBcode
+            to create a thumbnail pointing to the full size screenshot:
+          </p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-zimagez-result-dialog.png" alt="The dialog giving the links to your screenshot on ZimageZ"></div></div></div></div></div><div class="sect2" lang="da"><div class="titlepage"><div><div><h3 class="title"><a name="command-line"></a>Vha. kommandolinjen</h3></div></div></div><p>
+        Command line options allow you to take screenshots quickly. They
+        also allow you to configure the Print Screen key on the upper right
+        of most keyboards so that it takes screenshots. To do so,
+        configure the keybindings of your desktop environnement so that
+        it launches xfce4-screenshooter with one or several of the
+        following options when the Prt Scrn key is pressed.
+      </p><div class="sect3" lang="da"><div class="titlepage"><div><div><h4 class="title"><a name="options"></a>Kommandolinjetilvalg</h4></div></div></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="w-option"></a>Tilvalget -w</h5></div></div></div><p>Tilvalget <span class="emphasis"><em>-w</em></span>, lader dig tage et skærmbillede af det aktive vindue.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="f-option"></a>Tilvalget -f</h5></div></div></div><p>Tilvalget <span class="emphasis"><em>-f</em></span>, lader dig tage et skærmbillede af hele skærmen.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="r-option"></a>Tilvalget -r</h5></div></div></div><p>Tilvalget <span class="emphasis"><em>-r</em></span>, lader dig vælge et område, der skal tages et billede af, ved at klikke på et punkt på skærmen, og uden at slippe museknappen, trække 
 musen til det modsatte hjørne af det område, og så slippe museknappen.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="d-option"></a>Tilvalget -d</h5></div></div></div><p>Tilvalget <span class="emphasis"><em>-d</em></span> efterfulgt af et positivt heltal, lader dig indstille en forsinkelse før skærmbilledet bliver taget med tilvalget <span class="emphasis"><em>-f</em></span>, <span class="emphasis"><em>-w</em></span> eller <span class="emphasis"><em>-r</em></span>.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="s-option"></a>Tilvalget -s</h5></div></div></div><p>Tilvalget <span class="emphasis"><em>-s</em></span> efterfulgt af stien til en eksisterende mappe, lader dig indstille, hvortil skærmbilledet skal gemmes. Dette tilvalg virker kun ,hvis man bruger den sammen med tilvalget <span class="emphasis"><em>-f</em></span>, <span class="emphasis"><em>-w</em></span> eller <span
  class="emphasis"><em>-r</em></span>. Kombineret med tilvalget <span class="emphasis"><em>-h</em></span> (se herunder), kan den bruges til at gemme en fil til en bestemt sti, uden at vise nogen gem-vindue.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="h-option"></a>Tilvalget -h</h5></div></div></div><p>Hvis du angiver tilvalget <span class="emphasis"><em>-h</em></span>, vil skærmbilledet automatisk blive gemt uden at vise nogen gem-vindue. Dette tilvalg virker kun, hvis det bruges sammen med tilvalget <span class="emphasis"><em>-f</em></span>, <span class="emphasis"><em>-w</em></span> eller <span class="emphasis"><em>-r</em></span>. Tilvalget <span class="emphasis"><em>s-</em></span>, lader dig indstille hvor det skal gemmes, hvis der er behov herfor.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="o-option"></a>Tilvalget -o</h5></div></div></div><p>Hvis tilvalget <span clas
 s="emphasis"><em>-o</em></span> er angivet, efterfulgt af et programnavn, vil skærmbilledet blive gemt i systemets midlertidige katalog og blive åbnet med det program der er nævnt efter tilvalget <span class="emphasis"><em>-o</em></span>. Dette tilvalg virker kun, hvis det bruges sammen med tilvalget <span class="emphasis"><em>-f</em></span>, <span class="emphasis"><em>-w</em></span> eller <span class="emphasis"><em>-r</em></span>.</p></div><div class="sect4" lang="da"><div class="titlepage"><div><div><h5 class="title"><a name="u-option"></a> The -u option</h5></div></div></div><p>
+            If the <span class="emphasis"><em>-u</em></span> option is given, the screenshot
+            will be hosted on ZimageZ. See above for more details.
+            This option only has an effect if the
+            <span class="emphasis"><em>-f</em></span>, the <span class="emphasis"><em>-w</em></span> or the
+            <span class="emphasis"><em>-r</em></span> option is given.
+          </p></div></div></div></div><div class="sect1" lang="da"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="panel-plugin"></a>Brug af udvidelsesmodulet til panelet i Xfce</h2></div></div></div><div class="sect2" lang="da"><div class="titlepage"><div><div><h3 class="title"><a name="add"></a>Tilføjelse af udvidelsesmodulet</h3></div></div></div><p>For at tilføje udvidelsesmodulet; højreklik på panelet og vælg <span class="emphasis"><em>"Tilføj nyt element""emphasis>. V"Sk, og tilf</em></span></p></div><div class="sect2" lang="da"><div class="titlepage"><div><div><h3 class="title"><a name="set"></a>Indstilling af udvidelsesmodulet</h3></div></div></div><p>Du kan indstille, hvordan skærmbilleder bliver taget ved at højreklikke på udvidelsesmodulet og vælge <span class="emphasis"><em>"Indstil"<span class="emphasis"><em>. En indstillingsmenu, der ligner indstillingsmenuen til hovedprogrammet, vil vise sig. Se venligst ovenfor, for diverse 
 indstillinger.</em></span></em></span></p></div><div class="sect2" lang="da"><div class="titlepage"><div><div><h3 class="title"><a name="use"></a>Brug af udvidelsesmodulet</h3></div></div></div><p>For at tage et skærmbillede; klik da bare på udvidelsesmodulet.</p></div></div></div></body></html>

Modified: xfce4-screenshooter/trunk/docs/manual/da/xfce4-screenshooter.xml.in
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/da/xfce4-screenshooter.xml.in	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/docs/manual/da/xfce4-screenshooter.xml.in	2009-05-30 22:57:19 UTC (rev 7446)
@@ -32,14 +32,23 @@
       </author>
     </authorgroup>
 
-    <releaseinfo>Denne manual beskriver version @PACKAGE_NAME@ @PACKAGE_VERSION at .</releaseinfo>
+    <releaseinfo>
+      This manual describes version @PACKAGE_VERSION@ of Xfce4 Screenshooter.
+    </releaseinfo>
   </articleinfo>
 
   <sect1 id="intro">
-    <title>Introduktion til @PACKAGE_NAME@</title>
+    <title>Introduction to Xfce4 Screenshooter</title>
 
     <para>Dette program giver dig mulighed for at tage et billede af hele skærmen, det aktive vindue eller en markeret region. Du kan indstille forsinkelsen før billedet er taget og handlingen med billeder udføres: gemme det som en PNG-fil, kopiere det til udklipsholderen eller åbne det med et andet program.</para>
 
+    <para>
+      If activated on build, you can also host your screenshots on
+      <ulink type="http" url="http://www.zimagez.com">ZimageZ</ulink>, 
+      a free online image hosting service. The CURL and XMLRPC-C libraries
+      are required.
+    </para>
+
     <para>Et udvidelsesmodul til panelet i Xfce er også tilgængeligt.</para>
 
   </sect1>
@@ -79,20 +88,69 @@
       </sect3>
 
       <sect3 id="delay">
-        <title>Forsinkelse før der tages et skærmbillede</title>
+        <title>Delay before capturing</title>
 
-        <para>Tilvalget <emphasis>"Forsinkelse før skærmbilledet bliver taget"</emphasis>, tillader dig at indstille den tid, der går fra du trykker på <emphasis>"Tag skærmbillede"</emphasis>-knappen, og til at skærmbilledet rent faktisk bliver taget. Denne forsinkelse giver dig tid til at åbne menuer, eller udføre enhver handling du ønsker at vist i skærmbilledet.</para>
+        <para>
+          The <emphasis>"Delay before capturing"</emphasis>
+          section allows you to set the delay that will elapse between
+          pressing the <emphasis>"OK"</emphasis> button and taking the 
+          screenshot. This delay will allow you to open menus or to do 
+          whatever action you want to see displayed on the screenshot.
+        </para>
       </sect3>
 
+      <sect3 id="after-capturing">
+        <title>After capturing</title>
+
+        <para>
+          The <emphasis>"Show the save dialog"</emphasis> option 
+          is described below, in the <emphasis>"Action"</emphasis> 
+          section.
+        </para>
+
+        <para>
+          The <emphasis>"Close the application"</emphasis> option
+          allows you, if unchecked, to take several screenshots in 
+          a row. If checked, the application will be closed once 
+          the screenshot has been taken and the action you selected 
+          executed.
+        </para>
+      </sect3>
+
       <sect3 id="action">
         <title>Handling</title>
 
-        <para>Tilvalget <emphasis>"Handling"</emphasis> giver dig mulighed for at vælge, hvad der skal gøres med skærmbilledet. Der er tre valgmuligheder.</para>
+        <para>
+          The <emphasis>"Action"</emphasis> section allows you to choose
+          what should be done with the screenshot.
+        </para>
 
         <sect4 id="save">
-          <title>Gem</title>
+          <title>Save in</title>
 
-          <para>Tilvalget <emphasis>"Gem"</emphasis>, gemmer skærmbilledet i en PNG-fil. Hvis du afkrydser <emphasis>"Gem som standard i"</emphasis>-feltet, vil skærmbilledet blive gemt i mappen til højre, lige efter du trykker på <emphasis>"Tag skærmbillede"</emphasis>-knappen, uden at vise et gem-vindue. Ellers vil gem-vinduet blive vist sammen med en forhåndsvisning af skærmbilledet. Du ville så kunne indstille, hvor det skal gemmes, samt navnet på filen.</para>
+          <para>
+            The <emphasis>"Save in"</emphasis> option will save the
+            screenshot to a PNG file. If you don't check the
+            <emphasis>"Show the save dialog"</emphasis> checkbox in the
+            <emphasis>"After capturing"</emphasis> section, the
+            screenshot will be saved to the folder on the right after
+            you press the <emphasis>"OK"</emphasis> button, without 
+            showing any save dialog. Otherwise, a save dialog will be 
+            displayed, which also shows a preview of the screenshot. 
+            You will then be able to set the save location, and the 
+            name of the file.
+          </para>
+
+          <para>
+            Xfce4 Screenshooter is also able to save the screenshot to
+            any remote file system supported by GVfs, such as FTP, SAMBA,
+            SFTP, remote computers accessible via SSH... You just need to
+            connect this remote file system using 
+            <emphasis>gvfs-connect</emphasis> or
+            <ulink type="http" url="http://www.uvena.de/gigolo/">Gigolo</ulink>
+            and it will be available in the left column of the save dialog.
+          </para>
+
         </sect4>
 
         <sect4 id="copy-to-clipboard">
@@ -104,17 +162,86 @@
         <sect4 id="open-with">
           <title>Ã…bn med</title>
 
-          <para>Tilvalget <emphasis>"Åbn med"</emphasis> gemmer skærmbilledet i systemets midlertidige katalog og åbner det med valgte program, ved at bruge rullegardinlisten herunder. Programmer der understøtter billeder, er automatisk fundet og tilføjet til rullegardinlisten.</para>
+          <para>
+            The <emphasis>"Open with"</emphasis> option saves the
+            screenshot to the system's temporary directory and opens it
+            with the application set using the dropdown list on the right.
+            Applications which support images are automatically detected
+            and added to the dropdown list.
+          </para>
         </sect4>
 
+        <sect4 id="zimagez">
+          <title>Host on ZimageZ</title>
+          
+          <para>
+            The <emphasis>"Host on ZimageZ"</emphasis> option allow you
+            to host your screenshot on this free online hosting service,
+            so that you can share it easily with other people. ZimageZ
+            automatically generates a large and a small thumbnail of your
+            screenshot, which can be used to create thumbnails pointing to
+            the full size screenshot.
+          </para>
+
+          <para>
+            After pressing the <emphasis>"OK"</emphasis> button, you will
+            be shown this dialog:
+          </para>
+
+          <screenshot>
+            <mediaobject>
+              <imageobject>
+                <imagedata fileref="images/xfce4-screenshooter-zimagez-login-dialog.png" format="PNG"/>
+              </imageobject>
+
+              <textobject>
+                <phrase>The dialog to host a screenshot on ZimageZ</phrase>
+              </textobject>
+            </mediaobject>
+          </screenshot>
+
+          <para>
+            If you do not have a ZimageZ user name, you will need to create
+            one on the <ulink type="http" url="http://www.zimagez.com">
+            ZimageZ website</ulink>. Several languages are available on this
+            website, you can switch between using the menu up right. You must
+            fill all fields of this dialog. Once you click the 
+            <emphasis>"OK"</emphasis> button, the upload will start.
+          </para>
+          
+          <para>
+            The dialog below will give you the links to the full size screenshot, the
+            large thumbnail, the small thumbnails, as well examples of HTML and BBcode
+            to create a thumbnail pointing to the full size screenshot:
+          </para>
+
+          <screenshot>
+            <mediaobject>
+              <imageobject>
+                <imagedata fileref="images/xfce4-screenshooter-zimagez-result-dialog.png" format="PNG"/>
+              </imageobject>
+
+              <textobject>
+                <phrase>The dialog giving the links to your screenshot on ZimageZ</phrase>
+              </textobject>
+            </mediaobject>
+          </screenshot>
+
+        </sect4>
       </sect3>
-
     </sect2>
 
     <sect2 id="command-line">
       <title>Vha. kommandolinjen</title>
 
-      <para>Kommandlinjetilvalg lader dig tage skærmbilleder hurtigt. De lader dig også indstille knappen Prt Scrn, som findes i det øverste højre hjørne på de fleste tastaturer, til at tage skærmbilledet. For at gøre dette, skal du indstille tastaturgenvejene i dit skrivebordsmiljø, således at det starter xfce4-screenshooter, med en eller flere af de følgende tilvalg, når der trykkes på Prt Scrn-knappen.</para>
+      <para>
+        Command line options allow you to take screenshots quickly. They
+        also allow you to configure the Print Screen key on the upper right
+        of most keyboards so that it takes screenshots. To do so,
+        configure the keybindings of your desktop environnement so that
+        it launches xfce4-screenshooter with one or several of the
+        following options when the Prt Scrn key is pressed.
+      </para>
 
       <sect3 id="options">
         <title>Kommandolinjetilvalg</title>
@@ -160,6 +287,18 @@
 
           <para>Hvis tilvalget <emphasis>-o</emphasis> er angivet, efterfulgt af et programnavn, vil skærmbilledet blive gemt i systemets midlertidige katalog og blive åbnet med det program der er nævnt efter tilvalget <emphasis>-o</emphasis>. Dette tilvalg virker kun, hvis det bruges sammen med tilvalget <emphasis>-f</emphasis>, <emphasis>-w</emphasis> eller <emphasis>-r</emphasis>.</para>
         </sect4>
+
+        <sect4 id="u-option">
+          <title> The -u option</title>
+
+          <para>
+            If the <emphasis>-u</emphasis> option is given, the screenshot
+            will be hosted on ZimageZ. See above for more details.
+            This option only has an effect if the
+            <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the
+            <emphasis>-r</emphasis> option is given.
+          </para>
+        </sect4>
       </sect3>
     </sect2>
   </sect1>

Modified: xfce4-screenshooter/trunk/docs/manual/fr/images/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/fr/images/Makefile.am	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/docs/manual/fr/images/Makefile.am	2009-05-30 22:57:19 UTC (rev 7446)
@@ -1,5 +1,7 @@
 imagesdir = $(datadir)/xfce4/doc/fr/images
 images_DATA = \
-	xfce4-screenshooter-dialog.png
+	xfce4-screenshooter-dialog.png \
+	xfce4-screenshooter-zimagez-login-dialog.png \
+	xfce4-screenshooter-zimagez-result-dialog.png
 
 EXTRA_DIST = $(images_DATA)

Modified: xfce4-screenshooter/trunk/docs/manual/fr/images/xfce4-screenshooter-dialog.png
===================================================================
(Binary files differ)

Added: xfce4-screenshooter/trunk/docs/manual/fr/images/xfce4-screenshooter-zimagez-login-dialog.png
===================================================================
(Binary files differ)


Property changes on: xfce4-screenshooter/trunk/docs/manual/fr/images/xfce4-screenshooter-zimagez-login-dialog.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: xfce4-screenshooter/trunk/docs/manual/fr/images/xfce4-screenshooter-zimagez-result-dialog.png
===================================================================
(Binary files differ)


Property changes on: xfce4-screenshooter/trunk/docs/manual/fr/images/xfce4-screenshooter-zimagez-result-dialog.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: xfce4-screenshooter/trunk/docs/manual/fr/xfce4-screenshooter.html
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/fr/xfce4-screenshooter.html	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/docs/manual/fr/xfce4-screenshooter.html	2009-05-30 22:57:19 UTC (rev 7446)
@@ -1 +1 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Xfce4 Screenshooter</title><link rel="stylesheet" href="../xfce.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="#xfce4-screenshooter" title="Xfce4 Screenshooter"><link rel="next" href="#intro" title="Introduction à 1.5.1.1svn-r07416 of xfce4-screenshooter."></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="fr"><div class="titlepage"><div><div><h2 class="title"><a name="xfce4-screenshooter"></a>Xfce4 Screenshooter</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Jérôme</span> <span class="surname">Guelfucci</span></h3><div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:jeromeg at xfce.org">jeromeg at xfce.org</a>></code></p></div></div></div></div></div><div><s
 pan xmlns="http://www.w3.org/TR/xhtml1/transitional" class="releaseinfo">Ce manuel décrit la version 1.5.1.1svn-r07416 de xfce4-screenshooter.<br></br></span></div><div><p class="copyright">Copyright © 2008, 2009 Jérôme Guelfucci</p></div><div><p class="copyright">Copyright © 2009. Jérôme Guelfucci (jeromeg at xfce.org)</p></div><div><div class="legalnotice"><a name="legalnotice"></a><p>Vous pouvez copier, distribuer et/ou modifier ce document sous les termes de la licences GNU Free Documentation, dans sa version 1.1 ou tout autre version postérieure publiée par la Free Software Foundation; sans 'Invariant Sections', sans 'Front-Cover Texts' et sans 'Back-Cover Texts'. The texte complet de la license est fourni par la <a class="ulink" href="http://www.gnu.org/" target="_top">Free Software Foundation</a>.</p></div></div><div><p class="pubdate">February 2009</p></div></div><hr></div><div class="toc"><p><b>Table des matières</b></p><dl><dt><span class="sect1"><a href="#intro">Intr
 oduction à 1.5.1.1svn-r07416 of xfce4-screenshooter.</a></span></dt><dt><span class="sect1"><a href="#using-the-application">Utilisation de l'application</a></span></dt><dd><dl><dt><span class="sect2"><a href="#user-interface">Via l'interface graphique</a></span></dt><dt><span class="sect2"><a href="#command-line">Via la ligne de commande</a></span></dt></dl></dd><dt><span class="sect1"><a href="#panel-plugin">Utilisation de l'extension pour le tableau de bord de Xfce</a></span></dt><dd><dl><dt><span class="sect2"><a href="#add">Ajout de l'extension</a></span></dt><dt><span class="sect2"><a href="#set">Configuration de l'extension</a></span></dt><dt><span class="sect2"><a href="#use">Utilisation</a></span></dt></dl></dd></dl></div><div class="sect1" lang="fr"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>Introduction à 1.5.1.1svn-r07416 of xfce4-screenshooter.</h2></div></div></div><p>Cette application permet de prendre des captur
 es d'écran de l'écran tout entier, de la fenêtre active ou d'une zone sélectionnée. Il est possible de régler le délai avant la prise de la capture d'écran et l'action à effectuer avec la capture d'écran: la sauvegarder dans un fichier PNG, la copier dans le presse-papier, ou l'ouvrir avec une autre application.</p><p>Une extension pour le tableau de bord de Xfce est aussi disponible.</p></div><div class="sect1" lang="fr"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-the-application"></a>Utilisation de l'application</h2></div></div></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="user-interface"></a>Via l'interface graphique</h3></div></div></div><p>Pour lancer l'application, utilisez le lanceur "Capture d'écran", dans la catégorie "Accessoires" du menu principal de Xfce.</p><p>Cette fenêtre apparaîtra alors :</p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screen
 shooter-dialog.png" alt="La fenêtre de Xfce4 Screenshooter"></div></div><div class="sect3" lang="fr"><div class="titlepage"><div><div><h4 class="title"><a name="region-to-capture"></a>Zone à capturer</h4></div></div></div><p>La section <span class="emphasis"><em>"Zone à capturer"</em></span> permet de choisir la partie de l'écran à capturer :</p><div class="itemizedlist"><ul type="disc"><li>"L'écran tout entier" prend une capture de l'écran tel que vous le voyez, dans sa totalité.</li><li>"La fenêtre active" prend une capture de la fenêtre qui est active, c'est à dire celle qui était active avant que cette fenêtre ne soit apparue ou, si vous spécifiez un délai, celle qui est active après que le délai se soit écoulé.</li><li>"Sélectionner une zone" vous permet de sélectionner une zone à capturer en cliquant avec la souris sur un point de l'écran sans relacher le bouton de la souris, puis en déplaçant la souris jusqu'à l'autre coin de la zone et enfin en relachant le bouton de
  la souris.</li></ul></div></div><div class="sect3" lang="fr"><div class="titlepage"><div><div><h4 class="title"><a name="delay"></a>Délai avant la prise de la capture d'écran</h4></div></div></div><p>La section <span class="emphasis"><em>"Délai avant la prise de la capture d'écran"</em></span> permet de régler le délai qui s'écoule entre l'appui sur le bouton <span class="emphasis"><em>"Prendre la capture d'écran"</em></span> et la prise de la capture d'écran. Cela permet d'ouvrir des menus, d'effectuer une action quelconque à afficher sur la capture d'écran.</p></div><div class="sect3" lang="fr"><div class="titlepage"><div><div><h4 class="title"><a name="action"></a>Action</h4></div></div></div><p>La section <span class="emphasis"><em>"Action"</em></span> permet de choisir l'action à effectuer avec la capture d'écran. Trois actions sont possibles.</p><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="save"></a>Sauvegarder</h5></div></d
 iv></div><p><span class="emphasis"><em>"Sauvegarder"</em></span> enregistrera la capture d'écran dans un fichier PNG. Si vous cochez la case <span class="emphasis"><em>"Sauvegarder par défaut dans"</em></span>, la capture d'écran sera enregistrée après l'appui sur le boutton <span class="emphasis"><em>"Prendre la capture d'écran"</em></span> dans le dossier spécifié à droite, sans afficher de fenêtre de sauvegarde. Sinon, une fenêtre de sauvegarde vous permettra de choisir où la sauvegarder, et sous quel nom.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="copy-to-clipboard"></a>Copier dans le presse papier</h5></div></div></div><p><span class="emphasis"><em>"Copier dans le presse papier"</em></span> permet de coller la capture d'écran dans une autre application, comme un logiciel de traitement de texte. Quitter l'application avant d'avoir collé la capture d'écran provoque souvent son effacement du presse papier, certains ges
 tionnaires de presse papier permettent d'éviter ce problème.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="open-with"></a>Ouvrir avec</h5></div></div></div><p><span class="emphasis"><em>"Ouvrir avec"</em></span> permet d'enregistrer la capture d'écran dans le dossier temporaire du système et de l'ouvrir avec l'application choisie dans le champ en dessous. Les applications permettant d'ouvrir des images sont automatiquement détectées et proposées dans la liste déroulante.</p></div></div></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="command-line"></a>Via la ligne de commande</h3></div></div></div><p>Les options de ligne de commande permettent de prendre des captures d'écran rapidement. Elles permettent aussi de faire fonctionner la touche Prt Scrn en haut à droite de la plus part des claviers. Pour cela, réglez les raccourcis de votre environnement de bureau pour qu'ils lancent
  xfce4-screenshooter avec une ou plusieurs des options suivantes lorsque la touche Prt Scrn est appuyée.</p><div class="sect3" lang="fr"><div class="titlepage"><div><div><h4 class="title"><a name="options"></a>Les options en ligne de commande</h4></div></div></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="w-option"></a>L'option -w</h5></div></div></div><p>L'option <span class="emphasis"><em>-w</em></span> permet de prendre une capture d'écran de la fenêtre active.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="f-option"></a>L'option -f</h5></div></div></div><p>L'option <span class="emphasis"><em>-f</em></span> permet de prendre une capture d'écran de l'écran tout entier.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="r-option"></a>L'option -r</h5></div></div></div><p>L'option <span class="emphasis"><em>-r</em></span> permet de s
 électionner une zone à capturer en cliquant avec la souris sur un point de l'écran sans relacher le bouton de la souris, puis en déplaçant la souris jusqu'à l'autre coin de la zone et enfin en relachant le bouton de la souris.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="d-option"></a>L'option -d</h5></div></div></div><p>L'option <span class="emphasis"><em>-d</em></span> suivie d'un entier positif permet de régler le délai en secondes avant la prise de la capture d'écran lorsque les options <span class="emphasis"><em>-w</em></span>, <span class="emphasis"><em>-f</em></span> ou <span class="emphasis"><em>-r</em></span> sont données.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="s-option"></a>L'option -s</h5></div></div></div><p>L'option <span class="emphasis"><em>-s</em></span> suivie d'un chemin vers un dossier existant permet de choisir où la capture d'écran est sauvegar
 dée. Elle n'a un effet que si les options <span class="emphasis"><em>-w</em></span>, <span class="emphasis"><em>-f</em></span> ou <span class="emphasis"><em>-r</em></span> sont données. En combinant cette option avec l'option <span class="emphasis"><em>-h</em></span>, vous pouvez enregistrer une capture d'écran dans un dossier donné, sans afficher de fenêtre de sauvegarde.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="h-option"></a>L'option -h</h5></div></div></div><p>L'option <span class="emphasis"><em>-h</em></span> permet de sauvegarder les captures d'écran sans afficher de fenêtre de sauvegarde. L'option <span class="emphasis"><em>-s</em></span> permet de choisir où les sauvegarder. Cette option n'a un effet que si les options <span class="emphasis"><em>-w</em></span>, <span class="emphasis"><em>-f</em></span> ou <span class="emphasis"><em>-r</em></span> sont données.</p></div><div class="sect4" lang="fr"><div class="ti
 tlepage"><div><div><h5 class="title"><a name="o-option"></a>L'option -o</h5></div></div></div><p>L'option <span class="emphasis"><em>-o</em></span> suivie d'un nom d'application permet de sauvegarder la capture d'écran dans le dossier temporaire du système et de l'ouvrir avec l'application dont le nom est donné après <span class="emphasis"><em>-o</em></span>. Cette option n'a un effet que si les options <span class="emphasis"><em>-w</em></span>, <span class="emphasis"><em>-f</em></span> ou <span class="emphasis"><em>-r</em></span> sont données.</p></div></div></div></div><div class="sect1" lang="fr"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="panel-plugin"></a>Utilisation de l'extension pour le tableau de bord de Xfce</h2></div></div></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="add"></a>Ajout de l'extension</h3></div></div></div><p>Pour ajouter l'extension au tableau de bord, cliquez droit 
 sur le tableau de bord et sélectionnez <span class="emphasis"><em>"Ajouter un élément"</em></span>. Dans la fenêtre qui apparaît, choisissez d'ajouter l'extension nommée <span class="emphasis"><em>"Capture d'écran"</em></span>. </p></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="set"></a>Configuration de l'extension</h3></div></div></div><p>Vous pouvez ensuite configurer la prise des capture d'écran en cliquant droit sur l'icône de l'extension, sur le tableau de bord, et en choisissant <span class="emphasis"><em>"Configurer"</em></span>. Une fenêtre de configuration similaire à la fenêtre de l'application que vous pouvez voir plus haut apparaît alors. Merci de regarder plus haut pour les différentes options.</p></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="use"></a>Utilisation</h3></div></div></div><p>Il suffit ce cliquer sur l'icône de l'extension pour prendre une capture d'écran
 .</p></div></div></div></body></html>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Xfce4 Screenshooter</title><link rel="stylesheet" href="../xfce.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="#xfce4-screenshooter" title="Xfce4 Screenshooter"><link rel="next" href="#intro" title="Introduction à Xfce4 Screenshooter"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="fr"><div class="titlepage"><div><div><h2 class="title"><a name="xfce4-screenshooter"></a>Xfce4 Screenshooter</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Jérôme</span> <span class="surname">Guelfucci</span></h3><div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:jeromeg at xfce.org">jeromeg at xfce.org</a>></code></p></div></div></div></div></div><div><span xmlns="http://www.
 w3.org/TR/xhtml1/transitional" class="releaseinfo">Ce manuel décrit la version 1.5.1.1svn-r07433 de Xfce4 Screenshooter.<br></br></span></div><div><p class="copyright">Copyright © 2008, 2009 Jérôme Guelfucci</p></div><div><p class="copyright">Copyright © 2009. Jérôme Guelfucci (jeromeg at xfce.org)</p></div><div><div class="legalnotice"><a name="legalnotice"></a><p>Vous pouvez copier, distribuer et/ou modifier ce document sous les termes de la licences GNU Free Documentation, dans sa version 1.1 ou tout autre version postérieure publiée par la Free Software Foundation; sans 'Invariant Sections', sans 'Front-Cover Texts' et sans 'Back-Cover Texts'. The texte complet de la license est fourni par la <a class="ulink" href="http://www.gnu.org/" target="_top">Free Software Foundation</a>.</p></div></div><div><p class="pubdate">February 2009</p></div></div><hr></div><div class="toc"><p><b>Table des matières</b></p><dl><dt><span class="sect1"><a href="#intro">Introduction à Xfce4 Scree
 nshooter</a></span></dt><dt><span class="sect1"><a href="#using-the-application">Utilisation de l'application</a></span></dt><dd><dl><dt><span class="sect2"><a href="#user-interface">Via l'interface graphique</a></span></dt><dt><span class="sect2"><a href="#command-line">Via la ligne de commande</a></span></dt></dl></dd><dt><span class="sect1"><a href="#panel-plugin">Utilisation de l'extension pour le tableau de bord de Xfce</a></span></dt><dd><dl><dt><span class="sect2"><a href="#add">Ajout de l'extension</a></span></dt><dt><span class="sect2"><a href="#set">Configuration de l'extension</a></span></dt><dt><span class="sect2"><a href="#use">Utilisation</a></span></dt></dl></dd></dl></div><div class="sect1" lang="fr"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>Introduction à Xfce4 Screenshooter</h2></div></div></div><p>Cette application permet de prendre des captures d'écran de l'écran tout entier, de la fenêtre active ou d'une z
 one sélectionnée. Il est possible de régler le délai avant la prise de la capture d'écran et l'action à effectuer avec la capture d'écran: la sauvegarder dans un fichier PNG, la copier dans le presse-papier, ou l'ouvrir avec une autre application.</p><p>Si activé lors de la compilation, vous pouvez aussi héberger vos captures d'écran sur <a class="ulink" href="http://www.zimagez.com" target="_top">ZimageZ</a>, une solution en ligne gratuite d'hébergement d'images. Les bibliothèques CURL et XMLRPC-C sont requises.</p><p>Une extension pour le tableau de bord de Xfce est aussi disponible.</p></div><div class="sect1" lang="fr"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-the-application"></a>Utilisation de l'application</h2></div></div></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="user-interface"></a>Via l'interface graphique</h3></div></div></div><p>Pour lancer l'application, utilisez le l
 anceur "Capture d'écran", dans la catégorie "Accessoires" du menu principal de Xfce.</p><p>Cette fenêtre apparaîtra alors :</p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-dialog.png" alt="La fenêtre de Xfce4 Screenshooter"></div></div><div class="sect3" lang="fr"><div class="titlepage"><div><div><h4 class="title"><a name="region-to-capture"></a>Zone à capturer</h4></div></div></div><p>La section <span class="emphasis"><em>"Zone à capturer"</em></span> permet de choisir la partie de l'écran à capturer :</p><div class="itemizedlist"><ul type="disc"><li>"L'écran tout entier" prend une capture de l'écran tel que vous le voyez, dans sa totalité.</li><li>"La fenêtre active" prend une capture de la fenêtre qui est active, c'est à dire celle qui était active avant que cette fenêtre ne soit apparue ou, si vous spécifiez un délai, celle qui est active après que le délai se soit écoulé.</li><li>"Sélectionner une zone" vous permet de sélectionne
 r une zone à capturer en cliquant avec la souris sur un point de l'écran sans relacher le bouton de la souris, puis en déplaçant la souris jusqu'à l'autre coin de la zone et enfin en relachant le bouton de la souris.</li></ul></div></div><div class="sect3" lang="fr"><div class="titlepage"><div><div><h4 class="title"><a name="delay"></a>Délai avant la capture</h4></div></div></div><p>La section <span class="emphasis"><em>"Délai avant la capture"</em></span> permet de régler le délai qui s'écoule entre l'appui sur le bouton <span class="emphasis"><em>"OK"</em></span> et la prise de la capture d'écran. Cela permet d'ouvrir des menus, d'effectuer une action quelconque à afficher sur la capture d'écran.</p></div><div class="sect3" lang="fr"><div class="titlepage"><div><div><h4 class="title"><a name="after-capturing"></a>Après la capture</h4></div></div></div><p>L'option <span class="emphasis"><em>"Afficher la fenêtre de sauvegarde"</em></span> est décrite ci-dessous, dans la sect
 ion <span class="emphasis"><em>"Action"</em></span>.</p><p>L'option <span class="emphasis"><em>"Fermer l'application"</em></span> permet, si désactivée, de prendre plusieurs captures d'écran à la suite. Si activée, l'application sera fermée une fois la capture d'écran prise et l'action sélectionnée éxécutée.</p></div><div class="sect3" lang="fr"><div class="titlepage"><div><div><h4 class="title"><a name="action"></a>Action</h4></div></div></div><p>La section <span class="emphasis"><em>"Action"</em></span> permet de choisir l'action à effectuer avec la capture d'écran.</p><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="save"></a>Sauvegarder dans</h5></div></div></div><p><span class="emphasis"><em>"Sauvegarder"</em></span> enregistrera la capture d'écran dans un fichier PNG. Si vous ne cochez pas la case <span class="emphasis"><em>"Afficher la fenêtre de sauvegarde"</em></span>, la capture d'écran sera enregistrée après l'appui sur le b
 outton <span class="emphasis"><em>"OK"</em></span> dans le dossier spécifié à droite, sans afficher de fenêtre de sauvegarde. Sinon, une fenêtre de sauvegarde vous permettra de choisir où la sauvegarder, et sous quel nom.</p><p>Xfce4 Screenshooter peut aussi sauvegarder la capture d'écran dans n'importe quel système de fichiers virtuel pris en charge par GVfs, comme FTP, SAMBA, SFTP, machines à distance accessibles via SSH... Il suffit de connecter ces systèmes de fichiers distants à l'aide de <span class="emphasis"><em>gvfs-connect</em></span> ou de <a class="ulink" href="http://www.uvena.de/gigolo/" target="_top">Gigolo</a>, puis ils seront disponible dans la colonne de gauche de la fenêtre de suavegarde.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="copy-to-clipboard"></a>Copier dans le presse papier</h5></div></div></div><p><span class="emphasis"><em>"Copier dans le presse papier"</em></span> permet de coller la capture
  d'écran dans une autre application, comme un logiciel de traitement de texte. Quitter l'application avant d'avoir collé la capture d'écran provoque souvent son effacement du presse papier, certains gestionnaires de presse papier permettent d'éviter ce problème.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="open-with"></a>Ouvrir avec</h5></div></div></div><p><span class="emphasis"><em>"Ouvrir avec"</em></span> permet d'enregistrer la capture d'écran dans le dossier temporaire du système et de l'ouvrir avec l'application choisie dans la liste déroulante à droite. Les applications permettant d'ouvrir des images sont automatiquement détectées et proposées dans la liste déroulante.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="zimagez"></a>Héberger sur ZimageZ</h5></div></div></div><p>L'option <span class="emphasis"><em>"Héberger sur ZimageZ"</em></span> permet d'héberger votr
 e capture d'écran sur ce service en ligne gratuit d'hébergement d'images, ce qui permet de la partager facilement avec d'autres personnes. ZimageZ génère automatiquement une grande et une petite miniature de votre capture d'écran, qui peuvent être utilisées pour créer des miniatures qui pointent sur l'image en taill réelle.</p><p>Après avoir appuyé sur le bouton <span class="emphasis"><em>"OK"</em></span>, cette fenêtre s'affichera :</p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-zimagez-login-dialog.png" alt="La fenêtre pour héberger une capture d'écran sur ZimageZ"></div></div><p>Si vous n'avez pas pas de nom d'utilisateur ZimageZ, il vous faudra en créer un sur le <a class="ulink" href="http://www.zimagez.com" target="_top"> site Internet de ZimageZ</a>. Plusieurs langues sont disponibles sur ce site, vous pouvez en changer en utilisant le menu en haut à droite. Vous devez remplir tous les champs de cette fenêtre. Une fois que vou
 s avez validé, la mise en ligne commencera.</p><p>La fenêtre ci-dessous vous donne les liens vers la capture d'écran en taille réelle, la grande et la petite miniature, ainsi que des exemples de code HTML et BBcode pour construire une miniature qui pointe vers la capture d'écran taille réelle :</p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-zimagez-result-dialog.png" alt="La fenêtre qui donne les liens vers votre capture d'écran sur ZimageZ"></div></div></div></div></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="command-line"></a>Via la ligne de commande</h3></div></div></div><p>Les options de ligne de commande permettent de prendre des captures d'écran rapidement. Elles permettent aussi de faire fonctionner la touche Print Screen en haut à droite de la plus part des claviers. Pour cela, réglez les raccourcis de votre environnement de bureau pour qu'ils lancent xfce4-screenshooter avec u
 ne ou plusieurs des options suivantes lorsque la touche Prt Scrn est appuyée.</p><div class="sect3" lang="fr"><div class="titlepage"><div><div><h4 class="title"><a name="options"></a>Les options en ligne de commande</h4></div></div></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="w-option"></a>L'option -w</h5></div></div></div><p>L'option <span class="emphasis"><em>-w</em></span> permet de prendre une capture d'écran de la fenêtre active.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="f-option"></a>L'option -f</h5></div></div></div><p>L'option <span class="emphasis"><em>-f</em></span> permet de prendre une capture d'écran de l'écran tout entier.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="r-option"></a>L'option -r</h5></div></div></div><p>L'option <span class="emphasis"><em>-r</em></span> permet de sélectionner une zone à capt
 urer en cliquant avec la souris sur un point de l'écran sans relacher le bouton de la souris, puis en déplaçant la souris jusqu'à l'autre coin de la zone et enfin en relachant le bouton de la souris.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="d-option"></a>L'option -d</h5></div></div></div><p>L'option <span class="emphasis"><em>-d</em></span> suivie d'un entier positif permet de régler le délai en secondes avant la prise de la capture d'écran lorsque les options <span class="emphasis"><em>-w</em></span>, <span class="emphasis"><em>-f</em></span> ou <span class="emphasis"><em>-r</em></span> sont données.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="s-option"></a>L'option -s</h5></div></div></div><p>L'option <span class="emphasis"><em>-s</em></span> suivie d'un chemin vers un dossier existant permet de choisir où la capture d'écran est sauvegardée. Elle n'a un effet que 
 si les options <span class="emphasis"><em>-w</em></span>, <span class="emphasis"><em>-f</em></span> ou <span class="emphasis"><em>-r</em></span> sont données. En combinant cette option avec l'option <span class="emphasis"><em>-h</em></span>, vous pouvez enregistrer une capture d'écran dans un dossier donné, sans afficher de fenêtre de sauvegarde.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="h-option"></a>L'option -h</h5></div></div></div><p>L'option <span class="emphasis"><em>-h</em></span> permet de sauvegarder les captures d'écran sans afficher de fenêtre de sauvegarde. L'option <span class="emphasis"><em>-s</em></span> permet de choisir où les sauvegarder. Cette option n'a un effet que si les options <span class="emphasis"><em>-w</em></span>, <span class="emphasis"><em>-f</em></span> ou <span class="emphasis"><em>-r</em></span> sont données.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 clas
 s="title"><a name="o-option"></a>L'option -o</h5></div></div></div><p>L'option <span class="emphasis"><em>-o</em></span> suivie d'un nom d'application permet de sauvegarder la capture d'écran dans le dossier temporaire du système et de l'ouvrir avec l'application dont le nom est donné après <span class="emphasis"><em>-o</em></span>. Cette option n'a un effet que si les options <span class="emphasis"><em>-w</em></span>, <span class="emphasis"><em>-f</em></span> ou <span class="emphasis"><em>-r</em></span> sont données.</p></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="u-option"></a>L'option -u</h5></div></div></div><p>L'option <span class="emphasis"><em>-u</em></span> permet d'héberger la capture d'écran sur ZimageZ. Cette option n'a un effet que si les options <span class="emphasis"><em>-w</em></span>, <span class="emphasis"><em>-f</em></span> ou <span class="emphasis"><em>-r</em></span> sont données.</p></div></div></div></div
 ><div class="sect1" lang="fr"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="panel-plugin"></a>Utilisation de l'extension pour le tableau de bord de Xfce</h2></div></div></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="add"></a>Ajout de l'extension</h3></div></div></div><p>Pour ajouter l'extension au tableau de bord, cliquez droit sur le tableau de bord et sélectionnez <span class="emphasis"><em>"Ajouter un élément"</em></span>. Dans la fenêtre qui apparaît, choisissez d'ajouter l'extension nommée <span class="emphasis"><em>"Capture d'écran"</em></span>. </p></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="set"></a>Configuration de l'extension</h3></div></div></div><p>Vous pouvez ensuite configurer la prise des capture d'écran en cliquant droit sur l'icône de l'extension, sur le tableau de bord, et en choisissant <span class="emphasis"><em>"Configurer"
 </em></span>. Une fenêtre de configuration similaire à la fenêtre de l'application que vous pouvez voir plus haut apparaît alors. Merci de regarder plus haut pour les différentes options.</p></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="use"></a>Utilisation</h3></div></div></div><p>Il suffit ce cliquer sur l'icône de l'extension pour prendre une capture d'écran.</p></div></div></div></body></html>

Modified: xfce4-screenshooter/trunk/docs/manual/fr/xfce4-screenshooter.xml.in
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/fr/xfce4-screenshooter.xml.in	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/docs/manual/fr/xfce4-screenshooter.xml.in	2009-05-30 22:57:19 UTC (rev 7446)
@@ -32,14 +32,16 @@
       </author>
     </authorgroup>
 
-    <releaseinfo>Ce manuel décrit la version @PACKAGE_VERSION@ de @PACKAGE_NAME at .</releaseinfo>
+    <releaseinfo>Ce manuel décrit la version @PACKAGE_VERSION@ de Xfce4 Screenshooter.</releaseinfo>
   </articleinfo>
 
   <sect1 id="intro">
-    <title>Introduction à @PACKAGE_VERSION@ of @PACKAGE_NAME at .</title>
+    <title>Introduction à Xfce4 Screenshooter</title>
 
     <para>Cette application permet de prendre des captures d'écran de l'écran tout entier, de la fenêtre active ou d'une zone sélectionnée. Il est possible de régler le délai avant la prise de la capture d'écran et l'action à effectuer avec la capture d'écran: la sauvegarder dans un fichier PNG, la copier dans le presse-papier, ou l'ouvrir avec une autre application.</para>
 
+    <para>Si activé lors de la compilation, vous pouvez aussi héberger vos captures d'écran sur <ulink type="http" url="http://www.zimagez.com">ZimageZ</ulink>, une solution en ligne gratuite d'hébergement d'images. Les bibliothèques CURL et XMLRPC-C sont requises.</para>
+
     <para>Une extension pour le tableau de bord de Xfce est aussi disponible.</para>
 
   </sect1>
@@ -79,20 +81,31 @@
       </sect3>
 
       <sect3 id="delay">
-        <title>Délai avant la prise de la capture d'écran</title>
+        <title>Délai avant la capture</title>
 
-        <para>La section <emphasis>"Délai avant la prise de la capture d'écran"</emphasis> permet de régler le délai qui s'écoule entre l'appui sur le bouton <emphasis>"Prendre la capture d'écran"</emphasis> et la prise de la capture d'écran. Cela permet d'ouvrir des menus, d'effectuer une action quelconque à afficher sur la capture d'écran.</para>
+        <para>La section <emphasis>"Délai avant la capture"</emphasis> permet de régler le délai qui s'écoule entre l'appui sur le bouton <emphasis>"OK"</emphasis> et la prise de la capture d'écran. Cela permet d'ouvrir des menus, d'effectuer une action quelconque à afficher sur la capture d'écran.</para>
       </sect3>
 
+      <sect3 id="after-capturing">
+        <title>Après la capture</title>
+
+        <para>L'option <emphasis>"Afficher la fenêtre de sauvegarde"</emphasis> est décrite ci-dessous, dans la section <emphasis>"Action"</emphasis>.</para>
+
+        <para>L'option <emphasis>"Fermer l'application"</emphasis> permet, si désactivée, de prendre plusieurs captures d'écran à la suite. Si activée, l'application sera fermée une fois la capture d'écran prise et l'action sélectionnée éxécutée.</para>
+      </sect3>
+
       <sect3 id="action">
         <title>Action</title>
 
-        <para>La section <emphasis>"Action"</emphasis> permet de choisir l'action à effectuer avec la capture d'écran. Trois actions sont possibles.</para>
+        <para>La section <emphasis>"Action"</emphasis> permet de choisir l'action à effectuer avec la capture d'écran.</para>
 
         <sect4 id="save">
-          <title>Sauvegarder</title>
+          <title>Sauvegarder dans</title>
 
-          <para><emphasis>"Sauvegarder"</emphasis> enregistrera la capture d'écran dans un fichier PNG. Si vous cochez la case <emphasis>"Sauvegarder par défaut dans"</emphasis>, la capture d'écran sera enregistrée après l'appui sur le boutton <emphasis>"Prendre la capture d'écran"</emphasis> dans le dossier spécifié à droite, sans afficher de fenêtre de sauvegarde. Sinon, une fenêtre de sauvegarde vous permettra de choisir où la sauvegarder, et sous quel nom.</para>
+          <para><emphasis>"Sauvegarder"</emphasis> enregistrera la capture d'écran dans un fichier PNG. Si vous ne cochez pas la case <emphasis>"Afficher la fenêtre de sauvegarde"</emphasis>, la capture d'écran sera enregistrée après l'appui sur le boutton <emphasis>"OK"</emphasis> dans le dossier spécifié à droite, sans afficher de fenêtre de sauvegarde. Sinon, une fenêtre de sauvegarde vous permettra de choisir où la sauvegarder, et sous quel nom.</para>
+
+          <para>Xfce4 Screenshooter peut aussi sauvegarder la capture d'écran dans n'importe quel système de fichiers virtuel pris en charge par GVfs, comme FTP, SAMBA, SFTP, machines à distance accessibles via SSH... Il suffit de connecter ces systèmes de fichiers distants à l'aide de <emphasis>gvfs-connect</emphasis> ou de <ulink type="http" url="http://www.uvena.de/gigolo/">Gigolo</ulink>, puis ils seront disponible dans la colonne de gauche de la fenêtre de suavegarde.</para>
+
         </sect4>
 
         <sect4 id="copy-to-clipboard">
@@ -104,17 +117,52 @@
         <sect4 id="open-with">
           <title>Ouvrir avec</title>
 
-          <para><emphasis>"Ouvrir avec"</emphasis> permet d'enregistrer la capture d'écran dans le dossier temporaire du système et de l'ouvrir avec l'application choisie dans le champ en dessous. Les applications permettant d'ouvrir des images sont automatiquement détectées et proposées dans la liste déroulante.</para>
+          <para><emphasis>"Ouvrir avec"</emphasis> permet d'enregistrer la capture d'écran dans le dossier temporaire du système et de l'ouvrir avec l'application choisie dans la liste déroulante à droite. Les applications permettant d'ouvrir des images sont automatiquement détectées et proposées dans la liste déroulante.</para>
         </sect4>
 
+        <sect4 id="zimagez">
+          <title>Héberger sur ZimageZ</title>
+          
+          <para>L'option <emphasis>"Héberger sur ZimageZ"</emphasis> permet d'héberger votre capture d'écran sur ce service en ligne gratuit d'hébergement d'images, ce qui permet de la partager facilement avec d'autres personnes. ZimageZ génère automatiquement une grande et une petite miniature de votre capture d'écran, qui peuvent être utilisées pour créer des miniatures qui pointent sur l'image en taill réelle.</para>
+
+          <para>Après avoir appuyé sur le bouton <emphasis>"OK"</emphasis>, cette fenêtre s'affichera :</para>
+
+          <screenshot>
+            <mediaobject>
+              <imageobject>
+                <imagedata fileref="images/xfce4-screenshooter-zimagez-login-dialog.png" format="PNG"/>
+              </imageobject>
+
+              <textobject>
+                <phrase>La fenêtre pour héberger une capture d'écran sur ZimageZ</phrase>
+              </textobject>
+            </mediaobject>
+          </screenshot>
+
+          <para>Si vous n'avez pas pas de nom d'utilisateur ZimageZ, il vous faudra en créer un sur le <ulink type="http" url="http://www.zimagez.com"> site Internet de ZimageZ</ulink>. Plusieurs langues sont disponibles sur ce site, vous pouvez en changer en utilisant le menu en haut à droite. Vous devez remplir tous les champs de cette fenêtre. Une fois que vous avez validé, la mise en ligne commencera.</para>
+          
+          <para>La fenêtre ci-dessous vous donne les liens vers la capture d'écran en taille réelle, la grande et la petite miniature, ainsi que des exemples de code HTML et BBcode pour construire une miniature qui pointe vers la capture d'écran taille réelle :</para>
+
+          <screenshot>
+            <mediaobject>
+              <imageobject>
+                <imagedata fileref="images/xfce4-screenshooter-zimagez-result-dialog.png" format="PNG"/>
+              </imageobject>
+
+              <textobject>
+                <phrase>La fenêtre qui donne les liens vers votre capture d'écran sur ZimageZ</phrase>
+              </textobject>
+            </mediaobject>
+          </screenshot>
+
+        </sect4>
       </sect3>
-
     </sect2>
 
     <sect2 id="command-line">
       <title>Via la ligne de commande</title>
 
-      <para>Les options de ligne de commande permettent de prendre des captures d'écran rapidement. Elles permettent aussi de faire fonctionner la touche Prt Scrn en haut à droite de la plus part des claviers. Pour cela, réglez les raccourcis de votre environnement de bureau pour qu'ils lancent xfce4-screenshooter avec une ou plusieurs des options suivantes lorsque la touche Prt Scrn est appuyée.</para>
+      <para>Les options de ligne de commande permettent de prendre des captures d'écran rapidement. Elles permettent aussi de faire fonctionner la touche Print Screen en haut à droite de la plus part des claviers. Pour cela, réglez les raccourcis de votre environnement de bureau pour qu'ils lancent xfce4-screenshooter avec une ou plusieurs des options suivantes lorsque la touche Prt Scrn est appuyée.</para>
 
       <sect3 id="options">
         <title>Les options en ligne de commande</title>
@@ -160,6 +208,12 @@
 
           <para>L'option <emphasis>-o</emphasis> suivie d'un nom d'application permet de sauvegarder la capture d'écran dans le dossier temporaire du système et de l'ouvrir avec l'application dont le nom est donné après <emphasis>-o</emphasis>. Cette option n'a un effet que si les options <emphasis>-w</emphasis>, <emphasis>-f</emphasis> ou <emphasis>-r</emphasis> sont données.</para>
         </sect4>
+
+        <sect4 id="u-option">
+          <title>L'option -u</title>
+
+          <para>L'option <emphasis>-u</emphasis> permet d'héberger la capture d'écran sur ZimageZ. Cette option n'a un effet que si les options <emphasis>-w</emphasis>, <emphasis>-f</emphasis> ou <emphasis>-r</emphasis> sont données.</para>
+        </sect4>
       </sect3>
     </sect2>
   </sect1>

Modified: xfce4-screenshooter/trunk/docs/manual/gl/xfce4-screenshooter.html
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/gl/xfce4-screenshooter.html	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/docs/manual/gl/xfce4-screenshooter.html	2009-05-30 22:57:19 UTC (rev 7446)
@@ -1,17 +1,22 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Xfce4 Screenshooter</title><link rel="stylesheet" href="../xfce.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="#xfce4-screenshooter" title="Xfce4 Screenshooter"><link rel="next" href="#intro" title="Introducción a xfce4-screenshooter"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="gl"><div class="titlepage"><div><div><h2 class="title"><a name="xfce4-screenshooter"></a>Xfce4 Screenshooter</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Jérôme</span> <span class="surname">Guelfucci</span></h3><div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:jeromeg at xfce.org">jeromeg at xfce.org</a>></code></p></div></div></div></div></div><div><span xmlns="http://www.
 w3.org/TR/xhtml1/transitional" class="releaseinfo">
-      This manual describes version 1.5.1.1svn-r07416 of xfce4-screenshooter.
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Xfce4 Screenshooter</title><link rel="stylesheet" href="../xfce.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="#xfce4-screenshooter" title="Xfce4 Screenshooter"><link rel="next" href="#intro" title="Introduction to Xfce4 Screenshooter"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="gl"><div class="titlepage"><div><div><h2 class="title"><a name="xfce4-screenshooter"></a>Xfce4 Screenshooter</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Jérôme</span> <span class="surname">Guelfucci</span></h3><div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:jeromeg at xfce.org">jeromeg at xfce.org</a>></code></p></div></div></div></div></div><div><span xmlns="http://www
 .w3.org/TR/xhtml1/transitional" class="releaseinfo">
+      This manual describes version 1.5.1.1svn-r07433 of Xfce4 Screenshooter.
     <br></br></span></div><div><p class="copyright">Copyright © 2008, 2009 Jérôme Guelfucci</p></div><div><p class="copyright">Copyright © 2008, 2009. Leandro Regueiro (leandro.regueiro at gmail.com)</p></div><div><div class="legalnotice"><a name="legalnotice"></a><p>
         Permission is granted to copy, distribute and/or modify this document
         under the terms of the GNU Free Documentation License, Version 1.1 or
         any later version published by the Free Software Foundation; with no
         Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
         Texts. The complete license text is available from the <a class="ulink" href="http://www.gnu.org/" target="_top">Free Software Foundation</a>.
-      </p></div></div><div><p class="pubdate">February 2009</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#intro">Introducción a xfce4-screenshooter</a></span></dt><dt><span class="sect1"><a href="#using-the-application">Uso da aplicación</a></span></dt><dd><dl><dt><span class="sect2"><a href="#user-interface">A través da interface de usuario</a></span></dt><dt><span class="sect2"><a href="#command-line">A través da liña de comandos</a></span></dt></dl></dd><dt><span class="sect1"><a href="#panel-plugin">Usar o engadido no panel de Xfce</a></span></dt><dd><dl><dt><span class="sect2"><a href="#add">Engadir o engadido</a></span></dt><dt><span class="sect2"><a href="#set">Configurar o engadido</a></span></dt><dt><span class="sect2"><a href="#use">Uso do engadido</a></span></dt></dl></dd></dl></div><div class="sect1" lang="gl"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a
 >Introducción a xfce4-screenshooter</h2></div></div></div><p>
+      </p></div></div><div><p class="pubdate">February 2009</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#intro">Introduction to Xfce4 Screenshooter</a></span></dt><dt><span class="sect1"><a href="#using-the-application">Uso da aplicación</a></span></dt><dd><dl><dt><span class="sect2"><a href="#user-interface">A través da interface de usuario</a></span></dt><dt><span class="sect2"><a href="#command-line">A través da liña de comandos</a></span></dt></dl></dd><dt><span class="sect1"><a href="#panel-plugin">Usar o engadido no panel de Xfce</a></span></dt><dd><dl><dt><span class="sect2"><a href="#add">Engadir o engadido</a></span></dt><dt><span class="sect2"><a href="#set">Configurar o engadido</a></span></dt><dt><span class="sect2"><a href="#use">Uso do engadido</a></span></dt></dl></dd></dl></div><div class="sect1" lang="gl"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></
 a>Introduction to Xfce4 Screenshooter</h2></div></div></div><p>
       This application allows you to capture the entire screen, the
       active window or a selected region. You can set the delay that
       elapses before the screenshot is taken and the action that will
       be done with the screenshot: save it to a PNG file, copy it to
       the clipboard, or open it using another application.
+    </p><p>
+      If activated on build, you can also host your screenshots on
+      <a class="ulink" href="http://www.zimagez.com" target="_top">ZimageZ</a>, 
+      a free online image hosting service. The CURL and XMLRPC-C libraries
+      are required.
     </p><p>Tamén hai un engadido para o panel de Xfce.</p></div><div class="sect1" lang="gl"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-the-application"></a>Uso da aplicación</h2></div></div></div><div class="sect2" lang="gl"><div class="titlepage"><div><div><h3 class="title"><a name="user-interface"></a>A través da interface de usuario</h3></div></div></div><p>
         To launch the application, use the "Screenshot" item in the
         "Accessories" category of Xfce's main menu.
@@ -30,27 +35,44 @@
             captured by clicking a point of the screen without releasing
             the mouse button, dragging your mouse to the other corner of
             the region, and releasing the mouse button.
-          </li></ul></div></div><div class="sect3" lang="gl"><div class="titlepage"><div><div><h4 class="title"><a name="delay"></a>Retraso antes de facer a captura de pantalla</h4></div></div></div><p>
-          The <span class="emphasis"><em>"Delay before taking the screenshot"</em></span>
+          </li></ul></div></div><div class="sect3" lang="gl"><div class="titlepage"><div><div><h4 class="title"><a name="delay"></a>Delay before capturing</h4></div></div></div><p>
+          The <span class="emphasis"><em>"Delay before capturing"</em></span>
           section allows you to set the delay that will elapse between
-          pressing the <span class="emphasis"><em>"Take the screenshot"</em></span> button
-          and taking the screenshot. This delay will allow you to open
-          menus or to do whatever action you want to see displayed on
-          the screenshot.
+          pressing the <span class="emphasis"><em>"OK"</em></span> button and taking the 
+          screenshot. This delay will allow you to open menus or to do 
+          whatever action you want to see displayed on the screenshot.
+        </p></div><div class="sect3" lang="gl"><div class="titlepage"><div><div><h4 class="title"><a name="after-capturing"></a>After capturing</h4></div></div></div><p>
+          The <span class="emphasis"><em>"Show the save dialog"</em></span> option 
+          is described below, in the <span class="emphasis"><em>"Action"</em></span> 
+          section.
+        </p><p>
+          The <span class="emphasis"><em>"Close the application"</em></span> option
+          allows you, if unchecked, to take several screenshots in 
+          a row. If checked, the application will be closed once 
+          the screenshot has been taken and the action you selected 
+          executed.
         </p></div><div class="sect3" lang="gl"><div class="titlepage"><div><div><h4 class="title"><a name="action"></a>Acción</h4></div></div></div><p>
           The <span class="emphasis"><em>"Action"</em></span> section allows you to choose
-          what should be done with the screenshot. Three choices are
-          available.
-        </p><div class="sect4" lang="gl"><div class="titlepage"><div><div><h5 class="title"><a name="save"></a>Gardar</h5></div></div></div><p>
-            The <span class="emphasis"><em>"Save"</em></span> option will save the
-            screenshot to a PNG file. If you check the
-            <span class="emphasis"><em>"Save by default to"</em></span> checkbox, the
+          what should be done with the screenshot.
+        </p><div class="sect4" lang="gl"><div class="titlepage"><div><div><h5 class="title"><a name="save"></a>Save in</h5></div></div></div><p>
+            The <span class="emphasis"><em>"Save in"</em></span> option will save the
+            screenshot to a PNG file. If you don't check the
+            <span class="emphasis"><em>"Show the save dialog"</em></span> checkbox in the
+            <span class="emphasis"><em>"After capturing"</em></span> section, the
             screenshot will be saved to the folder on the right after
-            you press the <span class="emphasis"><em>"Take the screenshot"</em></span>
-            button, without showing any save dialog. Otherwise, a save
-            dialog will be displayed, which also shows a preview of the
-            screenshot. You will then be able to set the save location,
-            and the name of the file.
+            you press the <span class="emphasis"><em>"OK"</em></span> button, without 
+            showing any save dialog. Otherwise, a save dialog will be 
+            displayed, which also shows a preview of the screenshot. 
+            You will then be able to set the save location, and the 
+            name of the file.
+          </p><p>
+            Xfce4 Screenshooter is also able to save the screenshot to
+            any remote file system supported by GVfs, such as FTP, SAMBA,
+            SFTP, remote computers accessible via SSH... You just need to
+            connect this remote file system using 
+            <span class="emphasis"><em>gvfs-connect</em></span> or
+            <a class="ulink" href="http://www.uvena.de/gigolo/" target="_top">Gigolo</a>
+            and it will be available in the left column of the save dialog.
           </p></div><div class="sect4" lang="gl"><div class="titlepage"><div><div><h5 class="title"><a name="copy-to-clipboard"></a>Copiar ó portarretallos</h5></div></div></div><p>
             The <span class="emphasis"><em>"Copy to the clipboard"</em></span> option
             allows you to paste the screenshot in another application,
@@ -61,12 +83,33 @@
           </p></div><div class="sect4" lang="gl"><div class="titlepage"><div><div><h5 class="title"><a name="open-with"></a>Abrir con</h5></div></div></div><p>
             The <span class="emphasis"><em>"Open with"</em></span> option saves the
             screenshot to the system's temporary directory and opens it
-            with the application set using the dropdown list below.
+            with the application set using the dropdown list on the right.
             Applications which support images are automatically detected
             and added to the dropdown list.
-          </p></div></div></div><div class="sect2" lang="gl"><div class="titlepage"><div><div><h3 class="title"><a name="command-line"></a>A través da liña de comandos</h3></div></div></div><p>
+          </p></div><div class="sect4" lang="gl"><div class="titlepage"><div><div><h5 class="title"><a name="zimagez"></a>Host on ZimageZ</h5></div></div></div><p>
+            The <span class="emphasis"><em>"Host on ZimageZ"</em></span> option allow you
+            to host your screenshot on this free online hosting service,
+            so that you can share it easily with other people. ZimageZ
+            automatically generates a large and a small thumbnail of your
+            screenshot, which can be used to create thumbnails pointing to
+            the full size screenshot.
+          </p><p>
+            After pressing the <span class="emphasis"><em>"OK"</em></span> button, you will
+            be shown this dialog:
+          </p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-zimagez-login-dialog.png" alt="The dialog to host a screenshot on ZimageZ"></div></div><p>
+            If you do not have a ZimageZ user name, you will need to create
+            one on the <a class="ulink" href="http://www.zimagez.com" target="_top">
+            ZimageZ website</a>. Several languages are available on this
+            website, you can switch between using the menu up right. You must
+            fill all fields of this dialog. Once you click the 
+            <span class="emphasis"><em>"OK"</em></span> button, the upload will start.
+          </p><p>
+            The dialog below will give you the links to the full size screenshot, the
+            large thumbnail, the small thumbnails, as well examples of HTML and BBcode
+            to create a thumbnail pointing to the full size screenshot:
+          </p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-zimagez-result-dialog.png" alt="The dialog giving the links to your screenshot on ZimageZ"></div></div></div></div></div><div class="sect2" lang="gl"><div class="titlepage"><div><div><h3 class="title"><a name="command-line"></a>A través da liña de comandos</h3></div></div></div><p>
         Command line options allow you to take screenshots quickly. They
-        also allow you to configure the Prt Scrn key on the upper right
+        also allow you to configure the Print Screen key on the upper right
         of most keyboards so that it takes screenshots. To do so,
         configure the keybindings of your desktop environnement so that
         it launches xfce4-screenshooter with one or several of the
@@ -114,6 +157,12 @@
             This option only has an effect if the
             <span class="emphasis"><em>-f</em></span>, the <span class="emphasis"><em>-w</em></span> or the
             <span class="emphasis"><em>-r</em></span> option is given.
+          </p></div><div class="sect4" lang="gl"><div class="titlepage"><div><div><h5 class="title"><a name="u-option"></a> The -u option</h5></div></div></div><p>
+            If the <span class="emphasis"><em>-u</em></span> option is given, the screenshot
+            will be hosted on ZimageZ. See above for more details.
+            This option only has an effect if the
+            <span class="emphasis"><em>-f</em></span>, the <span class="emphasis"><em>-w</em></span> or the
+            <span class="emphasis"><em>-r</em></span> option is given.
           </p></div></div></div></div><div class="sect1" lang="gl"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="panel-plugin"></a>Usar o engadido no panel de Xfce</h2></div></div></div><div class="sect2" lang="gl"><div class="titlepage"><div><div><h3 class="title"><a name="add"></a>Engadir o engadido</h3></div></div></div><p>
         To add the plugin to the panel, right click on the panel and
         select <span class="emphasis"><em>"Add New Item"</em></span>. Select the plugin

Modified: xfce4-screenshooter/trunk/docs/manual/gl/xfce4-screenshooter.xml.in
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/gl/xfce4-screenshooter.xml.in	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/docs/manual/gl/xfce4-screenshooter.xml.in	2009-05-30 22:57:19 UTC (rev 7446)
@@ -39,12 +39,12 @@
     </authorgroup>
 
     <releaseinfo>
-      This manual describes version @PACKAGE_VERSION@ of @PACKAGE_NAME at .
+      This manual describes version @PACKAGE_VERSION@ of Xfce4 Screenshooter.
     </releaseinfo>
   </articleinfo>
 
   <sect1 id="intro">
-    <title>Introducción a @PACKAGE_NAME@</title>
+    <title>Introduction to Xfce4 Screenshooter</title>
 
     <para>
       This application allows you to capture the entire screen, the
@@ -54,6 +54,13 @@
       the clipboard, or open it using another application.
     </para>
 
+    <para>
+      If activated on build, you can also host your screenshots on
+      <ulink type="http" url="http://www.zimagez.com">ZimageZ</ulink>, 
+      a free online image hosting service. The CURL and XMLRPC-C libraries
+      are required.
+    </para>
+
     <para>Tamén hai un engadido para o panel de Xfce.</para>
 
   </sect1>
@@ -111,41 +118,69 @@
       </sect3>
 
       <sect3 id="delay">
-        <title>Retraso antes de facer a captura de pantalla</title>
+        <title>Delay before capturing</title>
 
         <para>
-          The <emphasis>"Delay before taking the screenshot"</emphasis>
+          The <emphasis>"Delay before capturing"</emphasis>
           section allows you to set the delay that will elapse between
-          pressing the <emphasis>"Take the screenshot"</emphasis> button
-          and taking the screenshot. This delay will allow you to open
-          menus or to do whatever action you want to see displayed on
-          the screenshot.
+          pressing the <emphasis>"OK"</emphasis> button and taking the 
+          screenshot. This delay will allow you to open menus or to do 
+          whatever action you want to see displayed on the screenshot.
         </para>
       </sect3>
 
+      <sect3 id="after-capturing">
+        <title>After capturing</title>
+
+        <para>
+          The <emphasis>"Show the save dialog"</emphasis> option 
+          is described below, in the <emphasis>"Action"</emphasis> 
+          section.
+        </para>
+
+        <para>
+          The <emphasis>"Close the application"</emphasis> option
+          allows you, if unchecked, to take several screenshots in 
+          a row. If checked, the application will be closed once 
+          the screenshot has been taken and the action you selected 
+          executed.
+        </para>
+      </sect3>
+
       <sect3 id="action">
         <title>Acción</title>
 
         <para>
           The <emphasis>"Action"</emphasis> section allows you to choose
-          what should be done with the screenshot. Three choices are
-          available.
+          what should be done with the screenshot.
         </para>
 
         <sect4 id="save">
-          <title>Gardar</title>
+          <title>Save in</title>
 
           <para>
-            The <emphasis>"Save"</emphasis> option will save the
-            screenshot to a PNG file. If you check the
-            <emphasis>"Save by default to"</emphasis> checkbox, the
+            The <emphasis>"Save in"</emphasis> option will save the
+            screenshot to a PNG file. If you don't check the
+            <emphasis>"Show the save dialog"</emphasis> checkbox in the
+            <emphasis>"After capturing"</emphasis> section, the
             screenshot will be saved to the folder on the right after
-            you press the <emphasis>"Take the screenshot"</emphasis>
-            button, without showing any save dialog. Otherwise, a save
-            dialog will be displayed, which also shows a preview of the
-            screenshot. You will then be able to set the save location,
-            and the name of the file.
+            you press the <emphasis>"OK"</emphasis> button, without 
+            showing any save dialog. Otherwise, a save dialog will be 
+            displayed, which also shows a preview of the screenshot. 
+            You will then be able to set the save location, and the 
+            name of the file.
           </para>
+
+          <para>
+            Xfce4 Screenshooter is also able to save the screenshot to
+            any remote file system supported by GVfs, such as FTP, SAMBA,
+            SFTP, remote computers accessible via SSH... You just need to
+            connect this remote file system using 
+            <emphasis>gvfs-connect</emphasis> or
+            <ulink type="http" url="http://www.uvena.de/gigolo/">Gigolo</ulink>
+            and it will be available in the left column of the save dialog.
+          </para>
+
         </sect4>
 
         <sect4 id="copy-to-clipboard">
@@ -167,14 +202,70 @@
           <para>
             The <emphasis>"Open with"</emphasis> option saves the
             screenshot to the system's temporary directory and opens it
-            with the application set using the dropdown list below.
+            with the application set using the dropdown list on the right.
             Applications which support images are automatically detected
             and added to the dropdown list.
           </para>
         </sect4>
 
+        <sect4 id="zimagez">
+          <title>Host on ZimageZ</title>
+          
+          <para>
+            The <emphasis>"Host on ZimageZ"</emphasis> option allow you
+            to host your screenshot on this free online hosting service,
+            so that you can share it easily with other people. ZimageZ
+            automatically generates a large and a small thumbnail of your
+            screenshot, which can be used to create thumbnails pointing to
+            the full size screenshot.
+          </para>
+
+          <para>
+            After pressing the <emphasis>"OK"</emphasis> button, you will
+            be shown this dialog:
+          </para>
+
+          <screenshot>
+            <mediaobject>
+              <imageobject>
+                <imagedata fileref="images/xfce4-screenshooter-zimagez-login-dialog.png" format="PNG"/>
+              </imageobject>
+
+              <textobject>
+                <phrase>The dialog to host a screenshot on ZimageZ</phrase>
+              </textobject>
+            </mediaobject>
+          </screenshot>
+
+          <para>
+            If you do not have a ZimageZ user name, you will need to create
+            one on the <ulink type="http" url="http://www.zimagez.com">
+            ZimageZ website</ulink>. Several languages are available on this
+            website, you can switch between using the menu up right. You must
+            fill all fields of this dialog. Once you click the 
+            <emphasis>"OK"</emphasis> button, the upload will start.
+          </para>
+          
+          <para>
+            The dialog below will give you the links to the full size screenshot, the
+            large thumbnail, the small thumbnails, as well examples of HTML and BBcode
+            to create a thumbnail pointing to the full size screenshot:
+          </para>
+
+          <screenshot>
+            <mediaobject>
+              <imageobject>
+                <imagedata fileref="images/xfce4-screenshooter-zimagez-result-dialog.png" format="PNG"/>
+              </imageobject>
+
+              <textobject>
+                <phrase>The dialog giving the links to your screenshot on ZimageZ</phrase>
+              </textobject>
+            </mediaobject>
+          </screenshot>
+
+        </sect4>
       </sect3>
-
     </sect2>
 
     <sect2 id="command-line">
@@ -182,7 +273,7 @@
 
       <para>
         Command line options allow you to take screenshots quickly. They
-        also allow you to configure the Prt Scrn key on the upper right
+        also allow you to configure the Print Screen key on the upper right
         of most keyboards so that it takes screenshots. To do so,
         configure the keybindings of your desktop environnement so that
         it launches xfce4-screenshooter with one or several of the
@@ -276,6 +367,18 @@
             <emphasis>-r</emphasis> option is given.
           </para>
         </sect4>
+
+        <sect4 id="u-option">
+          <title> The -u option</title>
+
+          <para>
+            If the <emphasis>-u</emphasis> option is given, the screenshot
+            will be hosted on ZimageZ. See above for more details.
+            This option only has an effect if the
+            <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the
+            <emphasis>-r</emphasis> option is given.
+          </para>
+        </sect4>
       </sect3>
     </sect2>
   </sect1>

Modified: xfce4-screenshooter/trunk/docs/manual/it/xfce4-screenshooter.html
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/it/xfce4-screenshooter.html	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/docs/manual/it/xfce4-screenshooter.html	2009-05-30 22:57:19 UTC (rev 7446)
@@ -1 +1,86 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Xfce4 Screenshooter</title><link rel="stylesheet" href="../xfce.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="#xfce4-screenshooter" title="Xfce4 Screenshooter"><link rel="next" href="#intro" title="Introduzione a xfce4-screenshooter."></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="it"><div class="titlepage"><div><div><h2 class="title"><a name="xfce4-screenshooter"></a>Xfce4 Screenshooter</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Jérôme</span> <span class="surname">Guelfucci</span></h3><div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:jeromeg at xfce.org">jeromeg at xfce.org</a>></code></p></div></div></div></div></div><div><span xmlns="http://www
 .w3.org/TR/xhtml1/transitional" class="releaseinfo">Questo manuale descrive la versione 1.5.1.1svn-r07416 di xfce4-screenshooter.<br></br></span></div><div><p class="copyright">Copyright © 2008, 2009 Jérôme Guelfucci</p></div><div><div class="legalnotice"><a name="legalnotice"></a><p>È garantito il diritto di copiare, distribuire e/o modificare questo documento nel rispetto dei termini della licenza GNU Free Documentation License, versione 1.1 o qualsiasi versione successiva pubblicata dalal Free Software Foundation; senza Invariant Section senza testi di Front-Cover e senza testi di Back-Cover. Il testo della licenza completa è reso disponibile dalla <a class="ulink" href="http://www.gnu.org/" target="_top">Free Software Foundation</a>. </p></div></div><div><p class="pubdate">February 2009</p></div></div><hr></div><div class="toc"><p><b>Sommario</b></p><dl><dt><span class="sect1"><a href="#intro">Introduzione a xfce4-screenshooter.</a></span></dt><dt><span class="sect1"><a 
 href="#using-the-application">Utilizzare l'applicazione</a></span></dt><dd><dl><dt><span class="sect2"><a href="#user-interface">Attraverso l'interfaccia utente</a></span></dt><dt><span class="sect2"><a href="#command-line">Attraverso la linea di comando</a></span></dt></dl></dd><dt><span class="sect1"><a href="#panel-plugin">Utilizzare il plugin con il pannello di Xfce</a></span></dt><dd><dl><dt><span class="sect2"><a href="#add">Aggiungere il plugin</a></span></dt><dt><span class="sect2"><a href="#set">Impostare il plugin</a></span></dt><dt><span class="sect2"><a href="#use">Utilizzare il plugin</a></span></dt></dl></dd></dl></div><div class="sect1" lang="it"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>Introduzione a xfce4-screenshooter.</h2></div></div></div><p>Questa applicazione consente di catturare l'intero schermo, la finestra attiva o una regione selezionata. È possibile anche impostare il ritardo prima che l'istantanea
  venga scattata e l'azione da eseguire con l'istantanea: salvarla in un file PNG, copiarla negli appunti o aprirla utilizzando un'altra applicazione.</p><p>Un plugin per il pannello di Xfce è già disponibile</p></div><div class="sect1" lang="it"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-the-application"></a>Utilizzare l'applicazione</h2></div></div></div><div class="sect2" lang="it"><div class="titlepage"><div><div><h3 class="title"><a name="user-interface"></a>Attraverso l'interfaccia utente</h3></div></div></div><p>Per lanciare l'applicazione, utilizzare l'elemento «Istantanea» nella categoria «Accessori» del menu principale di Xfce.</p><p>Verrà visualizzata questa finestra:</p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-dialog.png" alt="La finestra di Xfce4 screenshooter"></div></div><div class="sect3" lang="it"><div class="titlepage"><div><div><h4 class="title"><a name="region-to-captur
 e"></a>Regione da catturare</h4></div></div></div><p>La sezione <span class="emphasis"><em>«Regione da catturare»</em></span> permette di impostare la zona che deve essere catturata:</p><div class="itemizedlist"><ul type="disc"><li>«Schermo intero» cattura un'istantanea di tutto lo schermo così com'è visualizzato.</li><li>«Finestra attiva» cattura un'istantanea della finestra attiva (o meglio di quella attiva prima della comparsa di questa finestra), o, se è stato impostato un ritardo, quella attiva dopo di esso.</li><li>«Regione» permette di selezionare una regione da catturare facendo clic su un punto dello schermo con il mouse, trascinandolo e rilasciandolo all'angolo opposto della regione.</li></ul></div></div><div class="sect3" lang="it"><div class="titlepage"><div><div><h4 class="title"><a name="delay"></a>Ritardo prima di scattare l'istantanea</h4></div></div></div><p>La sezione <span class="emphasis"><em>«Tempo da attendere prima di scattare l'istantanea»</em></span>
  permette di impostare il ritardo tra la pressione del pulsante <span class="emphasis"><em>«Scatta l'istantanea»</em></span> e l'effettiva cattura dell'istantanea. Questo ritardo consente di aprire i menu o preparare qualsiasi altra operazione che si desidera venga catturata dall'istantanea.</p></div><div class="sect3" lang="it"><div class="titlepage"><div><div><h4 class="title"><a name="action"></a>Azione</h4></div></div></div><p>La sezione <span class="emphasis"><em>«Azione»</em></span> permette di scegliere l'operazione da eseguire con l'istantanea. Sono disponibili tre possibilità:</p><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="save"></a>Salva</h5></div></div></div><p>L'opzione <span class="emphasis"><em>«Salva»</em></span> salverà l'istantanea in un file PNG. Se è abilitata l'opzione <span class="emphasis"><em>«Di norma, salva in:»</em></span>, l'istantanea verrà salvata nella cartella sulla destra subito dopo aver premuto il
  pulsante <span class="emphasis"><em>«Scatta l'istantanea»</em></span>, senza mostrare alcuna finestra di conferma. Diversamente, verrà visualizzata una finestra di conferma, in cui è anche mostrata un'anteprima dell'istantanea. In questo modo sarà possibile impostare la posizione di salvataggio e il nome del file.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="copy-to-clipboard"></a>Copia negli appunti</h5></div></div></div><p>L'opzione <span class="emphasis"><em>«Copia negli appunti»</em></span> permette di incollare l'istantanea in un'altra applicazione, quale un elaboratore di testi. Uscendo dall'applicazione prima che l'istantanea venga incollata, provoca generalmente la rimozione dell'immagine dagli appunti. Alcuni gestori di appunti consentono di superare questo problema.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="open-with"></a>Apri con</h5></div></div></div><p>L
 'opzione <span class="emphasis"><em>«Apri con»</em></span> salva l'istantanea nella cartella temporanea di sistema e la apre con l'applicazione impostata utilizzando la lista a comparsa. Le applicazioni che supportano le immagine vengono rilevate automaticamente e aggiunte all'elenco.</p></div></div></div><div class="sect2" lang="it"><div class="titlepage"><div><div><h3 class="title"><a name="command-line"></a>Attraverso la linea di comando</h3></div></div></div><p>Le opzioni da linea di comando forniscono un metodo veloce per catturare un'istantanea. Esse consentono anche di configurare il tasto «Prt Scrn» (presente in alto a sinistra nella maggior parte delle tastiere) in modo da utilizzarlo per catturare delle istantanee. Per farlo, occorre configurare il keybinding del proprio ambiente grafico in modo che xfce4-screenshooter venga lanciato con una o più delle seguenti opzioni nel momento in cui viene premuto il tasto «Prt Scrn».</p><div class="sect3" lang="it"><div class
 ="titlepage"><div><div><h4 class="title"><a name="options"></a>Le opzioni per la linea di comando</h4></div></div></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="w-option"></a>L'opzione -w</h5></div></div></div><p>L'opzione <span class="emphasis"><em>-w</em></span> consente di catturare un'istantanea della finestra attiva.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="f-option"></a>L'opzione -f</h5></div></div></div><p>L'opzione <span class="emphasis"><em>-f</em></span> consente di catturare un'istantanea di tutto lo schermo.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="r-option"></a>L'opzione -r</h5></div></div></div><p>L'opzione <span class="emphasis"><em>-r</em></span> consente di selezionare una regione da catturare facendo clic su un punto dello schermo con il mouse, trascinandolo e rilasciandolo all'angolo opposto della
  regione.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="d-option"></a>L'opzione -d</h5></div></div></div><p>L'opzione <span class="emphasis"><em>-d</em></span> seguita da un numero intero positivo, consente di impostare il ritardo con cui deve essere catturata l'istantanea quando è utilizzata l'opzione <span class="emphasis"><em>-f</em></span>, <span class="emphasis"><em>-w</em></span> o <span class="emphasis"><em>-r</em></span>.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="s-option"></a>L'opzione -s</h5></div></div></div><p>L'opzione <span class="emphasis"><em>-s</em></span> seguita dal percorso di una cartella esistente, permette di impostare la posizione in cui verrà salvata l'istantanea. Questa opzione ha effetto solamente se è utilizzata con l'opzione <span class="emphasis"><em>-f</em></span>, <span class="emphasis"><em>-w</em></span> o <span class="emphasis"><em>-r<
 /em></span>. Se usata insieme all'opzione <span class="emphasis"><em>-h</em></span> (vedere più avanti), permette di salvare il file in un percorso fornito, senza mostrare alcuna finestra di conferma.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="h-option"></a>L'opzione -h</h5></div></div></div><p>Se si fornisce l'opzione <span class="emphasis"><em>-h</em></span>, l'istantanea verrà salvata senza mostrare alcuna finestra di salvataggio. Questa opzione è applicabile solamente se è fornito anche l'argomento <span class="emphasis"><em>-f</em></span>, <span class="emphasis"><em>-w</em></span> o <span class="emphasis"><em>-r</em></span>. L'opzione <span class="emphasis"><em>-s</em></span> permette di impostare la posizione di salvataggio se necessaria.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="o-option"></a>L'opzione -o</h5></div></div></div><p>Se è fornita l'opzione <span 
 class="emphasis"><em>-o</em></span>, seguita dal nome di una applicazione, l'istantanea verrà salvata nella cartella temporanea di sistema e aperta con il programma il cui comando di avvio è fornito dopo l'opzione <span class="emphasis"><em>-o</em></span>. Questa opzione è applicabile solamente se è fornito l'argomento <span class="emphasis"><em>-f</em></span>,<span class="emphasis"><em>-w</em></span> o <span class="emphasis"><em>-r</em></span>.</p></div></div></div></div><div class="sect1" lang="it"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="panel-plugin"></a>Utilizzare il plugin con il pannello di Xfce</h2></div></div></div><div class="sect2" lang="it"><div class="titlepage"><div><div><h3 class="title"><a name="add"></a>Aggiungere il plugin</h3></div></div></div><p>Per aggiungere il plugin al pannello, fare clic con il tasto destro del mouse sul pannello e selezionare la voce <span class="emphasis"><em>«aggiungi nuovo elemento»</em></sp
 an>. Selezionare il plugin denominato <span class="emphasis"><em>«istantanea»</em></span> e aggiungerlo.</p></div><div class="sect2" lang="it"><div class="titlepage"><div><div><h3 class="title"><a name="set"></a>Impostare il plugin</h3></div></div></div><p>È possibile configurare la modalità con cui l'istantanea viene catturata facendo clic con il tasto destro del mouse sull'icona del plugin e selezionando <span class="emphasis"><em>«configura»</em></span>. Apparirà una finestra delle preferenze simile a quella dell'applicazione principale. Consultare i paragrafi precedenti per una descrizione delle diverse preferenze.</p></div><div class="sect2" lang="it"><div class="titlepage"><div><div><h3 class="title"><a name="use"></a>Utilizzare il plugin</h3></div></div></div><p>Per catturare un'istantanea, fare clic sull'icona del plugin.</p></div></div></div></body></html>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Xfce4 Screenshooter</title><link rel="stylesheet" href="../xfce.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="#xfce4-screenshooter" title="Xfce4 Screenshooter"><link rel="next" href="#intro" title="Introduction to Xfce4 Screenshooter"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="it"><div class="titlepage"><div><div><h2 class="title"><a name="xfce4-screenshooter"></a>Xfce4 Screenshooter</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Jérôme</span> <span class="surname">Guelfucci</span></h3><div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:jeromeg at xfce.org">jeromeg at xfce.org</a>></code></p></div></div></div></div></div><div><span xmlns="http://www
 .w3.org/TR/xhtml1/transitional" class="releaseinfo">
+      This manual describes version 1.5.1.1svn-r07433 of Xfce4 Screenshooter.
+    <br></br></span></div><div><p class="copyright">Copyright © 2008, 2009 Jérôme Guelfucci</p></div><div><div class="legalnotice"><a name="legalnotice"></a><p>È garantito il diritto di copiare, distribuire e/o modificare questo documento nel rispetto dei termini della licenza GNU Free Documentation License, versione 1.1 o qualsiasi versione successiva pubblicata dalal Free Software Foundation; senza Invariant Section senza testi di Front-Cover e senza testi di Back-Cover. Il testo della licenza completa è reso disponibile dalla <a class="ulink" href="http://www.gnu.org/" target="_top">Free Software Foundation</a>. </p></div></div><div><p class="pubdate">February 2009</p></div></div><hr></div><div class="toc"><p><b>Sommario</b></p><dl><dt><span class="sect1"><a href="#intro">Introduction to Xfce4 Screenshooter</a></span></dt><dt><span class="sect1"><a href="#using-the-application">Utilizzare l'applicazione</a></span></dt><dd><dl><dt><span class="sect2"><a href="#user-interfa
 ce">Attraverso l'interfaccia utente</a></span></dt><dt><span class="sect2"><a href="#command-line">Attraverso la linea di comando</a></span></dt></dl></dd><dt><span class="sect1"><a href="#panel-plugin">Utilizzare il plugin con il pannello di Xfce</a></span></dt><dd><dl><dt><span class="sect2"><a href="#add">Aggiungere il plugin</a></span></dt><dt><span class="sect2"><a href="#set">Impostare il plugin</a></span></dt><dt><span class="sect2"><a href="#use">Utilizzare il plugin</a></span></dt></dl></dd></dl></div><div class="sect1" lang="it"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>Introduction to Xfce4 Screenshooter</h2></div></div></div><p>Questa applicazione consente di catturare l'intero schermo, la finestra attiva o una regione selezionata. È possibile anche impostare il ritardo prima che l'istantanea venga scattata e l'azione da eseguire con l'istantanea: salvarla in un file PNG, copiarla negli appunti o aprirla utilizzand
 o un'altra applicazione.</p><p>
+      If activated on build, you can also host your screenshots on
+      <a class="ulink" href="http://www.zimagez.com" target="_top">ZimageZ</a>, 
+      a free online image hosting service. The CURL and XMLRPC-C libraries
+      are required.
+    </p><p>Un plugin per il pannello di Xfce è già disponibile</p></div><div class="sect1" lang="it"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-the-application"></a>Utilizzare l'applicazione</h2></div></div></div><div class="sect2" lang="it"><div class="titlepage"><div><div><h3 class="title"><a name="user-interface"></a>Attraverso l'interfaccia utente</h3></div></div></div><p>Per lanciare l'applicazione, utilizzare l'elemento «Istantanea» nella categoria «Accessori» del menu principale di Xfce.</p><p>Verrà visualizzata questa finestra:</p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-dialog.png" alt="La finestra di Xfce4 screenshooter"></div></div><div class="sect3" lang="it"><div class="titlepage"><div><div><h4 class="title"><a name="region-to-capture"></a>Regione da catturare</h4></div></div></div><p>La sezione <span class="emphasis"><em>«Regione da catturare»</em></span> permette di imposta
 re la zona che deve essere catturata:</p><div class="itemizedlist"><ul type="disc"><li>«Schermo intero» cattura un'istantanea di tutto lo schermo così com'è visualizzato.</li><li>«Finestra attiva» cattura un'istantanea della finestra attiva (o meglio di quella attiva prima della comparsa di questa finestra), o, se è stato impostato un ritardo, quella attiva dopo di esso.</li><li>«Regione» permette di selezionare una regione da catturare facendo clic su un punto dello schermo con il mouse, trascinandolo e rilasciandolo all'angolo opposto della regione.</li></ul></div></div><div class="sect3" lang="it"><div class="titlepage"><div><div><h4 class="title"><a name="delay"></a>Delay before capturing</h4></div></div></div><p>
+          The <span class="emphasis"><em>"Delay before capturing"</em></span>
+          section allows you to set the delay that will elapse between
+          pressing the <span class="emphasis"><em>"OK"</em></span> button and taking the 
+          screenshot. This delay will allow you to open menus or to do 
+          whatever action you want to see displayed on the screenshot.
+        </p></div><div class="sect3" lang="it"><div class="titlepage"><div><div><h4 class="title"><a name="after-capturing"></a>After capturing</h4></div></div></div><p>
+          The <span class="emphasis"><em>"Show the save dialog"</em></span> option 
+          is described below, in the <span class="emphasis"><em>"Action"</em></span> 
+          section.
+        </p><p>
+          The <span class="emphasis"><em>"Close the application"</em></span> option
+          allows you, if unchecked, to take several screenshots in 
+          a row. If checked, the application will be closed once 
+          the screenshot has been taken and the action you selected 
+          executed.
+        </p></div><div class="sect3" lang="it"><div class="titlepage"><div><div><h4 class="title"><a name="action"></a>Azione</h4></div></div></div><p>
+          The <span class="emphasis"><em>"Action"</em></span> section allows you to choose
+          what should be done with the screenshot.
+        </p><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="save"></a>Save in</h5></div></div></div><p>
+            The <span class="emphasis"><em>"Save in"</em></span> option will save the
+            screenshot to a PNG file. If you don't check the
+            <span class="emphasis"><em>"Show the save dialog"</em></span> checkbox in the
+            <span class="emphasis"><em>"After capturing"</em></span> section, the
+            screenshot will be saved to the folder on the right after
+            you press the <span class="emphasis"><em>"OK"</em></span> button, without 
+            showing any save dialog. Otherwise, a save dialog will be 
+            displayed, which also shows a preview of the screenshot. 
+            You will then be able to set the save location, and the 
+            name of the file.
+          </p><p>
+            Xfce4 Screenshooter is also able to save the screenshot to
+            any remote file system supported by GVfs, such as FTP, SAMBA,
+            SFTP, remote computers accessible via SSH... You just need to
+            connect this remote file system using 
+            <span class="emphasis"><em>gvfs-connect</em></span> or
+            <a class="ulink" href="http://www.uvena.de/gigolo/" target="_top">Gigolo</a>
+            and it will be available in the left column of the save dialog.
+          </p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="copy-to-clipboard"></a>Copia negli appunti</h5></div></div></div><p>L'opzione <span class="emphasis"><em>«Copia negli appunti»</em></span> permette di incollare l'istantanea in un'altra applicazione, quale un elaboratore di testi. Uscendo dall'applicazione prima che l'istantanea venga incollata, provoca generalmente la rimozione dell'immagine dagli appunti. Alcuni gestori di appunti consentono di superare questo problema.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="open-with"></a>Apri con</h5></div></div></div><p>
+            The <span class="emphasis"><em>"Open with"</em></span> option saves the
+            screenshot to the system's temporary directory and opens it
+            with the application set using the dropdown list on the right.
+            Applications which support images are automatically detected
+            and added to the dropdown list.
+          </p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="zimagez"></a>Host on ZimageZ</h5></div></div></div><p>
+            The <span class="emphasis"><em>"Host on ZimageZ"</em></span> option allow you
+            to host your screenshot on this free online hosting service,
+            so that you can share it easily with other people. ZimageZ
+            automatically generates a large and a small thumbnail of your
+            screenshot, which can be used to create thumbnails pointing to
+            the full size screenshot.
+          </p><p>
+            After pressing the <span class="emphasis"><em>"OK"</em></span> button, you will
+            be shown this dialog:
+          </p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-zimagez-login-dialog.png" alt="The dialog to host a screenshot on ZimageZ"></div></div><p>
+            If you do not have a ZimageZ user name, you will need to create
+            one on the <a class="ulink" href="http://www.zimagez.com" target="_top">
+            ZimageZ website</a>. Several languages are available on this
+            website, you can switch between using the menu up right. You must
+            fill all fields of this dialog. Once you click the 
+            <span class="emphasis"><em>"OK"</em></span> button, the upload will start.
+          </p><p>
+            The dialog below will give you the links to the full size screenshot, the
+            large thumbnail, the small thumbnails, as well examples of HTML and BBcode
+            to create a thumbnail pointing to the full size screenshot:
+          </p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-zimagez-result-dialog.png" alt="The dialog giving the links to your screenshot on ZimageZ"></div></div></div></div></div><div class="sect2" lang="it"><div class="titlepage"><div><div><h3 class="title"><a name="command-line"></a>Attraverso la linea di comando</h3></div></div></div><p>
+        Command line options allow you to take screenshots quickly. They
+        also allow you to configure the Print Screen key on the upper right
+        of most keyboards so that it takes screenshots. To do so,
+        configure the keybindings of your desktop environnement so that
+        it launches xfce4-screenshooter with one or several of the
+        following options when the Prt Scrn key is pressed.
+      </p><div class="sect3" lang="it"><div class="titlepage"><div><div><h4 class="title"><a name="options"></a>Le opzioni per la linea di comando</h4></div></div></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="w-option"></a>L'opzione -w</h5></div></div></div><p>L'opzione <span class="emphasis"><em>-w</em></span> consente di catturare un'istantanea della finestra attiva.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="f-option"></a>L'opzione -f</h5></div></div></div><p>L'opzione <span class="emphasis"><em>-f</em></span> consente di catturare un'istantanea di tutto lo schermo.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="r-option"></a>L'opzione -r</h5></div></div></div><p>L'opzione <span class="emphasis"><em>-r</em></span> consente di selezionare una regione da catturare facendo clic su un punto dello schermo con il mouse, trasc
 inandolo e rilasciandolo all'angolo opposto della regione.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="d-option"></a>L'opzione -d</h5></div></div></div><p>L'opzione <span class="emphasis"><em>-d</em></span> seguita da un numero intero positivo, consente di impostare il ritardo con cui deve essere catturata l'istantanea quando è utilizzata l'opzione <span class="emphasis"><em>-f</em></span>, <span class="emphasis"><em>-w</em></span> o <span class="emphasis"><em>-r</em></span>.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="s-option"></a>L'opzione -s</h5></div></div></div><p>L'opzione <span class="emphasis"><em>-s</em></span> seguita dal percorso di una cartella esistente, permette di impostare la posizione in cui verrà salvata l'istantanea. Questa opzione ha effetto solamente se è utilizzata con l'opzione <span class="emphasis"><em>-f</em></span>, <span class="emphasis"><e
 m>-w</em></span> o <span class="emphasis"><em>-r</em></span>. Se usata insieme all'opzione <span class="emphasis"><em>-h</em></span> (vedere più avanti), permette di salvare il file in un percorso fornito, senza mostrare alcuna finestra di conferma.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="h-option"></a>L'opzione -h</h5></div></div></div><p>Se si fornisce l'opzione <span class="emphasis"><em>-h</em></span>, l'istantanea verrà salvata senza mostrare alcuna finestra di salvataggio. Questa opzione è applicabile solamente se è fornito anche l'argomento <span class="emphasis"><em>-f</em></span>, <span class="emphasis"><em>-w</em></span> o <span class="emphasis"><em>-r</em></span>. L'opzione <span class="emphasis"><em>-s</em></span> permette di impostare la posizione di salvataggio se necessaria.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="o-option"></a>L'opzione -o</h5><
 /div></div></div><p>Se è fornita l'opzione <span class="emphasis"><em>-o</em></span>, seguita dal nome di una applicazione, l'istantanea verrà salvata nella cartella temporanea di sistema e aperta con il programma il cui comando di avvio è fornito dopo l'opzione <span class="emphasis"><em>-o</em></span>. Questa opzione è applicabile solamente se è fornito l'argomento <span class="emphasis"><em>-f</em></span>,<span class="emphasis"><em>-w</em></span> o <span class="emphasis"><em>-r</em></span>.</p></div><div class="sect4" lang="it"><div class="titlepage"><div><div><h5 class="title"><a name="u-option"></a> The -u option</h5></div></div></div><p>
+            If the <span class="emphasis"><em>-u</em></span> option is given, the screenshot
+            will be hosted on ZimageZ. See above for more details.
+            This option only has an effect if the
+            <span class="emphasis"><em>-f</em></span>, the <span class="emphasis"><em>-w</em></span> or the
+            <span class="emphasis"><em>-r</em></span> option is given.
+          </p></div></div></div></div><div class="sect1" lang="it"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="panel-plugin"></a>Utilizzare il plugin con il pannello di Xfce</h2></div></div></div><div class="sect2" lang="it"><div class="titlepage"><div><div><h3 class="title"><a name="add"></a>Aggiungere il plugin</h3></div></div></div><p>Per aggiungere il plugin al pannello, fare clic con il tasto destro del mouse sul pannello e selezionare la voce <span class="emphasis"><em>«aggiungi nuovo elemento»</em></span>. Selezionare il plugin denominato <span class="emphasis"><em>«istantanea»</em></span> e aggiungerlo.</p></div><div class="sect2" lang="it"><div class="titlepage"><div><div><h3 class="title"><a name="set"></a>Impostare il plugin</h3></div></div></div><p>È possibile configurare la modalità con cui l'istantanea viene catturata facendo clic con il tasto destro del mouse sull'icona del plugin e selezionando <span class="emphasis"><em>«c
 onfigura»</em></span>. Apparirà una finestra delle preferenze simile a quella dell'applicazione principale. Consultare i paragrafi precedenti per una descrizione delle diverse preferenze.</p></div><div class="sect2" lang="it"><div class="titlepage"><div><div><h3 class="title"><a name="use"></a>Utilizzare il plugin</h3></div></div></div><p>Per catturare un'istantanea, fare clic sull'icona del plugin.</p></div></div></div></body></html>

Modified: xfce4-screenshooter/trunk/docs/manual/it/xfce4-screenshooter.xml.in
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/it/xfce4-screenshooter.xml.in	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/docs/manual/it/xfce4-screenshooter.xml.in	2009-05-30 22:57:19 UTC (rev 7446)
@@ -32,14 +32,23 @@
       </author>
     </authorgroup>
 
-    <releaseinfo>Questo manuale descrive la versione @PACKAGE_VERSION@ di @PACKAGE_NAME at .</releaseinfo>
+    <releaseinfo>
+      This manual describes version @PACKAGE_VERSION@ of Xfce4 Screenshooter.
+    </releaseinfo>
   </articleinfo>
 
   <sect1 id="intro">
-    <title>Introduzione a @PACKAGE_NAME at .</title>
+    <title>Introduction to Xfce4 Screenshooter</title>
 
     <para>Questa applicazione consente di catturare l'intero schermo, la finestra attiva o una regione selezionata. È possibile anche impostare il ritardo prima che l'istantanea venga scattata e l'azione da eseguire con l'istantanea: salvarla in un file PNG, copiarla negli appunti o aprirla utilizzando un'altra applicazione.</para>
 
+    <para>
+      If activated on build, you can also host your screenshots on
+      <ulink type="http" url="http://www.zimagez.com">ZimageZ</ulink>, 
+      a free online image hosting service. The CURL and XMLRPC-C libraries
+      are required.
+    </para>
+
     <para>Un plugin per il pannello di Xfce è già disponibile</para>
 
   </sect1>
@@ -79,20 +88,69 @@
       </sect3>
 
       <sect3 id="delay">
-        <title>Ritardo prima di scattare l'istantanea</title>
+        <title>Delay before capturing</title>
 
-        <para>La sezione <emphasis>«Tempo da attendere prima di scattare l'istantanea»</emphasis> permette di impostare il ritardo tra la pressione del pulsante <emphasis>«Scatta l'istantanea»</emphasis> e l'effettiva cattura dell'istantanea. Questo ritardo consente di aprire i menu o preparare qualsiasi altra operazione che si desidera venga catturata dall'istantanea.</para>
+        <para>
+          The <emphasis>"Delay before capturing"</emphasis>
+          section allows you to set the delay that will elapse between
+          pressing the <emphasis>"OK"</emphasis> button and taking the 
+          screenshot. This delay will allow you to open menus or to do 
+          whatever action you want to see displayed on the screenshot.
+        </para>
       </sect3>
 
+      <sect3 id="after-capturing">
+        <title>After capturing</title>
+
+        <para>
+          The <emphasis>"Show the save dialog"</emphasis> option 
+          is described below, in the <emphasis>"Action"</emphasis> 
+          section.
+        </para>
+
+        <para>
+          The <emphasis>"Close the application"</emphasis> option
+          allows you, if unchecked, to take several screenshots in 
+          a row. If checked, the application will be closed once 
+          the screenshot has been taken and the action you selected 
+          executed.
+        </para>
+      </sect3>
+
       <sect3 id="action">
         <title>Azione</title>
 
-        <para>La sezione <emphasis>«Azione»</emphasis> permette di scegliere l'operazione da eseguire con l'istantanea. Sono disponibili tre possibilità:</para>
+        <para>
+          The <emphasis>"Action"</emphasis> section allows you to choose
+          what should be done with the screenshot.
+        </para>
 
         <sect4 id="save">
-          <title>Salva</title>
+          <title>Save in</title>
 
-          <para>L'opzione <emphasis>«Salva»</emphasis> salverà l'istantanea in un file PNG. Se è abilitata l'opzione <emphasis>«Di norma, salva in:»</emphasis>, l'istantanea verrà salvata nella cartella sulla destra subito dopo aver premuto il pulsante <emphasis>«Scatta l'istantanea»</emphasis>, senza mostrare alcuna finestra di conferma. Diversamente, verrà visualizzata una finestra di conferma, in cui è anche mostrata un'anteprima dell'istantanea. In questo modo sarà possibile impostare la posizione di salvataggio e il nome del file.</para>
+          <para>
+            The <emphasis>"Save in"</emphasis> option will save the
+            screenshot to a PNG file. If you don't check the
+            <emphasis>"Show the save dialog"</emphasis> checkbox in the
+            <emphasis>"After capturing"</emphasis> section, the
+            screenshot will be saved to the folder on the right after
+            you press the <emphasis>"OK"</emphasis> button, without 
+            showing any save dialog. Otherwise, a save dialog will be 
+            displayed, which also shows a preview of the screenshot. 
+            You will then be able to set the save location, and the 
+            name of the file.
+          </para>
+
+          <para>
+            Xfce4 Screenshooter is also able to save the screenshot to
+            any remote file system supported by GVfs, such as FTP, SAMBA,
+            SFTP, remote computers accessible via SSH... You just need to
+            connect this remote file system using 
+            <emphasis>gvfs-connect</emphasis> or
+            <ulink type="http" url="http://www.uvena.de/gigolo/">Gigolo</ulink>
+            and it will be available in the left column of the save dialog.
+          </para>
+
         </sect4>
 
         <sect4 id="copy-to-clipboard">
@@ -104,17 +162,86 @@
         <sect4 id="open-with">
           <title>Apri con</title>
 
-          <para>L'opzione <emphasis>«Apri con»</emphasis> salva l'istantanea nella cartella temporanea di sistema e la apre con l'applicazione impostata utilizzando la lista a comparsa. Le applicazioni che supportano le immagine vengono rilevate automaticamente e aggiunte all'elenco.</para>
+          <para>
+            The <emphasis>"Open with"</emphasis> option saves the
+            screenshot to the system's temporary directory and opens it
+            with the application set using the dropdown list on the right.
+            Applications which support images are automatically detected
+            and added to the dropdown list.
+          </para>
         </sect4>
 
+        <sect4 id="zimagez">
+          <title>Host on ZimageZ</title>
+          
+          <para>
+            The <emphasis>"Host on ZimageZ"</emphasis> option allow you
+            to host your screenshot on this free online hosting service,
+            so that you can share it easily with other people. ZimageZ
+            automatically generates a large and a small thumbnail of your
+            screenshot, which can be used to create thumbnails pointing to
+            the full size screenshot.
+          </para>
+
+          <para>
+            After pressing the <emphasis>"OK"</emphasis> button, you will
+            be shown this dialog:
+          </para>
+
+          <screenshot>
+            <mediaobject>
+              <imageobject>
+                <imagedata fileref="images/xfce4-screenshooter-zimagez-login-dialog.png" format="PNG"/>
+              </imageobject>
+
+              <textobject>
+                <phrase>The dialog to host a screenshot on ZimageZ</phrase>
+              </textobject>
+            </mediaobject>
+          </screenshot>
+
+          <para>
+            If you do not have a ZimageZ user name, you will need to create
+            one on the <ulink type="http" url="http://www.zimagez.com">
+            ZimageZ website</ulink>. Several languages are available on this
+            website, you can switch between using the menu up right. You must
+            fill all fields of this dialog. Once you click the 
+            <emphasis>"OK"</emphasis> button, the upload will start.
+          </para>
+          
+          <para>
+            The dialog below will give you the links to the full size screenshot, the
+            large thumbnail, the small thumbnails, as well examples of HTML and BBcode
+            to create a thumbnail pointing to the full size screenshot:
+          </para>
+
+          <screenshot>
+            <mediaobject>
+              <imageobject>
+                <imagedata fileref="images/xfce4-screenshooter-zimagez-result-dialog.png" format="PNG"/>
+              </imageobject>
+
+              <textobject>
+                <phrase>The dialog giving the links to your screenshot on ZimageZ</phrase>
+              </textobject>
+            </mediaobject>
+          </screenshot>
+
+        </sect4>
       </sect3>
-
     </sect2>
 
     <sect2 id="command-line">
       <title>Attraverso la linea di comando</title>
 
-      <para>Le opzioni da linea di comando forniscono un metodo veloce per catturare un'istantanea. Esse consentono anche di configurare il tasto «Prt Scrn» (presente in alto a sinistra nella maggior parte delle tastiere) in modo da utilizzarlo per catturare delle istantanee. Per farlo, occorre configurare il keybinding del proprio ambiente grafico in modo che xfce4-screenshooter venga lanciato con una o più delle seguenti opzioni nel momento in cui viene premuto il tasto «Prt Scrn».</para>
+      <para>
+        Command line options allow you to take screenshots quickly. They
+        also allow you to configure the Print Screen key on the upper right
+        of most keyboards so that it takes screenshots. To do so,
+        configure the keybindings of your desktop environnement so that
+        it launches xfce4-screenshooter with one or several of the
+        following options when the Prt Scrn key is pressed.
+      </para>
 
       <sect3 id="options">
         <title>Le opzioni per la linea di comando</title>
@@ -160,6 +287,18 @@
 
           <para>Se è fornita l'opzione <emphasis>-o</emphasis>, seguita dal nome di una applicazione, l'istantanea verrà salvata nella cartella temporanea di sistema e aperta con il programma il cui comando di avvio è fornito dopo l'opzione <emphasis>-o</emphasis>. Questa opzione è applicabile solamente se è fornito l'argomento <emphasis>-f</emphasis>,<emphasis>-w</emphasis> o <emphasis>-r</emphasis>.</para>
         </sect4>
+
+        <sect4 id="u-option">
+          <title> The -u option</title>
+
+          <para>
+            If the <emphasis>-u</emphasis> option is given, the screenshot
+            will be hosted on ZimageZ. See above for more details.
+            This option only has an effect if the
+            <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the
+            <emphasis>-r</emphasis> option is given.
+          </para>
+        </sect4>
       </sect3>
     </sect2>
   </sect1>

Modified: xfce4-screenshooter/trunk/docs/manual/ja/xfce4-screenshooter.html
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/ja/xfce4-screenshooter.html	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/docs/manual/ja/xfce4-screenshooter.html	2009-05-30 22:57:19 UTC (rev 7446)
@@ -1 +1,86 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Xfce4 スクリーンシューター</title><link rel="stylesheet" href="../xfce.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="#xfce4-screenshooter" title="Xfce4 スクリーンシューター"><link rel="next" href="#intro" title="xfce4-screenshooter の紹介"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="ja"><div class="titlepage"><div><div><h2 class="title"><a name="xfce4-screenshooter"></a>Xfce4 スクリーンシューター</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="surname">Guelfucci</span> <span class="firstname">Jérôme</span> [FAMILY 
 Given]</h3><div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:jeromeg at xfce.org">jeromeg at xfce.org</a>></code></p></div></div></div></div></div><div><span xmlns="http://www.w3.org/TR/xhtml1/transitional" class="releaseinfo">この説明書は xfce4-screenshooter バージョン 1.5.1.1svn-r07416 について書かれています。<br></br></span></div><div><p class="copyright">製作著作 © 2008, 2009 Jérôme Guelfucci</p></div><div><p class="copyright">製作著作 © 2009. Masato Hashimoto (cabezon.hashimoto at gmail.com)</p></div><div><div class="legalnotice"><a name="legalnotice"></a><p>フリーソフトウェア財団が公表する GNU フリー文書利&#299
 92;許諾契約書の第1.1版、あるいはそれ以降のいずれかの版の条件下において、この文書の複製、配布および/または変更が許可されます。変更出来ない箇所、表紙文および裏表紙文があってはいけません。この利用許諾契約書の全文は<a class="ulink" href="http://www.gnu.org/" target="_top">フリーソフトウェア財団</a>から
 取得する事ができます。</p></div></div><div><p class="pubdate">February 2009</p></div></div><hr></div><div class="toc"><p><b>目次</b></p><dl><dt><span class="sect1"><a href="#intro">xfce4-screenshooter の紹介</a></span></dt><dt><span class="sect1"><a href="#using-the-application">アプリケーションを使う</a></span></dt><dd><dl><dt><span class="sect2"><a href="#user-interface">ユーザインターフェイスから</a></span></dt><dt><span class="sect2"><a href="#command-line">コマンドラインから</a></span></dt></dl></dd><dt><span class="sect1"><a href="#panel-plugin">Xfce パネル用プラグインを使う</a></span></dt><dd><dl><dt><span cl
 ass="sect2"><a href="#add">プラグインの追加</a></span></dt><dt><span class="sect2"><a href="#set">プラグインの設定</a></span></dt><dt><span class="sect2"><a href="#use">プラグインを使う</a></span></dt></dl></dd></dl></div><div class="sect1" lang="ja"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>xfce4-screenshooter の紹介</h2></div></div></div><p>このアプリケーションは、画面全体、アクティブウィンドウ、または選択した領域のスクリーンショットを撮影します。&
 #25774;影までの遅延時間や、撮影したスクリーンショットに対する操作 (PNG ファイルに保存、クリップボードにコピー、または他のアプリケーションで開く) を指定できます。</p><p>Xfce パネル用プラグインも用意されています。</p></div><div class="sect1" lang="ja"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-the-application"></a>アプリケーションを使
 う</h2></div></div></div><div class="sect2" lang="ja"><div class="titlepage"><div><div><h3 class="title"><a name="user-interface"></a>ユーザインターフェイスから</h3></div></div></div><p>アプリケーションの起動は、Xfce メインメニューの "アクセサリ" カテゴリから "スクリーンショット" を選択します。</p><p>以下のウィンドウが表示されます:</p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-dialog.png" alt="Xfce4 スクリーンショットの&
 #12454;ィンドウ"></div></div><div class="sect3" lang="ja"><div class="titlepage"><div><div><h4 class="title"><a name="region-to-capture"></a>撮影する領域</h4></div></div></div><p><span class="emphasis"><em>"撮影する領域"</em></span> セクションでは、何のスクリーンショットを撮影するかを指定できます:</p><div class="itemizedlist"><ul type="disc"><li>"画面全体" は表示されている画面全体のスクリーンショットを撮影します。</li><li>"アクティブウィンド&#12
 454;" はアクティブウィンドウのスクリーンショットを撮影します。それはこのダイアログが表示される直前にアクティブであったウィンドウか、遅延時間が設定されている場合には遅延時間の経過時点でアクティブであったウィンドウになります。</li><li>"選択した領域" は、画面の一&#2
 8857;をクリックおよびそこからドラッグし、マウスボタンを離したところまでの矩形領域を撮ります。</li></ul></div></div><div class="sect3" lang="ja"><div class="titlepage"><div><div><h4 class="title"><a name="delay"></a>スクリーンショットを撮るまでの遅延時間</h4></div></div></div><p><span class="emphasis"><em>"スクリーンショットを撮るまでの遅延時間"</em></span> セクションでは、<span class="emphasis"><em>"スクリーン&#1247
 1;ョットを撮る"</em></span> ボタンがクリックされてから実際にスクリーンショットを撮るまでの遅延時間を指定できます。この遅延により、開いたメニューなどあらゆる操作のスクリーンショットを撮影することができます。</p></div><div class="sect3" lang="ja"><div class="titlepage"><div><div><h4 class="title"><a name="action"></a>アクション</h4></div></div></div><p><span class="emphasis"><em>"ア
 クション"</em></span> セクションでは、撮影したスクリーンショットに対する操作を選択できます。次の 3 つの選択肢があります。</p><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="save"></a>保存する</h5></div></div></div><p><span class="emphasis"><em>"保存する"</em></span> オプションは、スクリーンショットを PNG ファイルに保存します。<span class="emphasis"><em>"デフォルトの保存
 場所"</em></span> チェックボックスにチェックマークがつけられている場合、スクリーンショットは <span class="emphasis"><em>"スクリーンショットを撮る"</em></span> ボタンが押された後、保存ダイアログを表示せずに指定されたデフォルトの保存場所に保存されます。チェックマークがつけられていない場合は&#12
 473;クリーンショットのプレビューが確認できる保存ダイアログが表示され、保存場所やファイル名を指定できます</p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="copy-to-clipboard"></a>クリップボードにコピーする</h5></div></div></div><p><span class="emphasis"><em>"クリップボードにコピーする"</em></span> オプションは、スクリーンショットをワードプロセ&#1
 2483;サなど他のアプリケーションに貼り付けることができるように、クリップボードへコピーします。スクリーンショットを貼り付ける前にこのアプリケーションを終了すると画像は破棄されます。一部のクリップボードマネージャを使用することでこれを回避できます。</p></div><div class="se
 ct4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="open-with"></a>アプリケーションで開く</h5></div></div></div><p><span class="emphasis"><em>"アプリケーションで開く"</em></span> オプションは、スクリーンショットをシステムの作業ディレクトリに保存し、下のドロップダウンメニューで指定されたアプリケーションで開きます。画像をサポートするアプリケ&#12540
 ;ションは自動的に検出され、ドロップダウンリストに追加されます。</p></div></div></div><div class="sect2" lang="ja"><div class="titlepage"><div><div><h3 class="title"><a name="command-line"></a>コマンドラインから</h3></div></div></div><p>コマンドラインオプションを使用すると、スクリーンショットの撮影を速やかに行えます。これらを Prt Scrn キー (多くのキーボードの右上部にあり&#124
 14;す) に割り当てることによって Prt Scrn キーを押下することによりスクリーンショットを撮ることができます。デスクトップ環境のキー設定で、xfce4-screenshooter コマンドに以下のいくつかのオプションをつけて設定してください。</p><div class="sect3" lang="ja"><div class="titlepage"><div><div><h4 class="title"><a name="options"></a>コマンドラインオプション</h4></div></div></div><
 div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="w-option"></a>-w オプション</h5></div></div></div><p><span class="emphasis"><em>-w</em></span> オプションは、アクティブウィンドウのスクリーンショットを撮影します。</p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="f-option"></a>-f オプション</h5></div></div></div><p><span class="emphasis"><em>-f</em></span> オプションは、画面全体のスクリーンショットを撮影します。</p></div><div class="sect4" lang="ja"><div class="title
 page"><div><div><h5 class="title"><a name="r-option"></a>-r オプション</h5></div></div></div><p><span class="emphasis"><em>-r</em></span> オプションは、画面の一点をクリックおよびそこからドラッグし、マウスボタンを離したところまでの矩形領域を撮ります。</p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="d-option"></a>-d オプション</h5></div></div></div><p><span class="emphasis"><em>-d</em></span> オプションは、<span class="emphasis"><em>-f</em></span>、 <span class="emphasis"><em>-w</em></span>&#
 12289;または <span class="emphasis"><em>-r</em></span> オプションのいずれかが指定された際に、続く正の整数の秒数分経過した後にスクリーンショットを撮影します。</p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="s-option"></a>-s オプション</h5></div></div></div><p><span class="emphasis"><em>-s</em></span> オプションは続く既存のフォルダへのパスに、撮影したスクリーンショットを&#20
 445;存します。このオプションは <span class="emphasis"><em>-f</em></span>、<span class="emphasis"><em>-w</em></span>、または <span class="emphasis"><em>-r</em></span> オプションのいずれかが指定された場合のみ機能します。<span class="emphasis"><em>-h</em></span> オプション (後述) との組み合わせで、保存ダイアログを表示せずに指定したパスに保存します。</p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="h-option"></a>-h オ&
 #12503;ション</h5></div></div></div><p><span class="emphasis"><em>-h</em></span> オプションを指定した場合、スクリーンショットは保存ダイアログを表示せずに保存されます。このオプションは <span class="emphasis"><em>-f</em></span>、<span class="emphasis"><em>-w</em></span>、または <span class="emphasis"><em>-r</em></span> オプションが指定された場合のみ機能します。必要であれば <span class="emphasis"><em>-s</em></span> オプションで保&
 #23384;場所を指定できます。</p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="o-option"></a>-o オプション</h5></div></div></div><p><span class="emphasis"><em>-o</em></span> オプションが指定された場合、スクリーンショットはシステムの作業ディレクトリに保存され、<span class="emphasis"><em>-o</em></span> オプションの後に指定されたアプリケーションで開きます。このオプションは <span class
 ="emphasis"><em>-f</em></span>、<span class="emphasis"><em>-w</em></span>、または <span class="emphasis"><em>-r</em></span> オプションが指定された場合のみ機能します。</p></div></div></div></div><div class="sect1" lang="ja"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="panel-plugin"></a>Xfce パネル用プラグインを使う</h2></div></div></div><div class="sect2" lang="ja"><div class="titlepage"><div><div><h3 class="title"><a name="add"></a>プラグインの追加</h3></div></div></div><p>パネルへのプラグインの追加は、パネル上で右クリック
 し、<span class="emphasis"><em>"新しいアイテムの追加"</em></span> を選択します。プラグイン <span class="emphasis"><em>"スクリーンショット"</em></span> を選択し、追加してください。</p></div><div class="sect2" lang="ja"><div class="titlepage"><div><div><h3 class="title"><a name="set"></a>プラグインの設定</h3></div></div></div><p>スクリーンショットの撮影方法の設定はプラグインアイコン上で右クリックし、<span class="emphasis"><em>"設&#2345
 0;"</em></span> を選択します。メインアプリケーションのダイアログと同様の設定ダイアログが表示されます。</p></div><div class="sect2" lang="ja"><div class="titlepage"><div><div><h3 class="title"><a name="use"></a>プラグインを使う</h3></div></div></div><p>パネル上のプラグインアイコンをクリックするだけで、スクリーンショットの撮影が行えます。</p></div></div></div></body></html>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Xfce4 スクリーンシューター</title><link rel="stylesheet" href="../xfce.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="#xfce4-screenshooter" title="Xfce4 スクリーンシューター"><link rel="next" href="#intro" title="Introduction to Xfce4 Screenshooter"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="ja"><div class="titlepage"><div><div><h2 class="title"><a name="xfce4-screenshooter"></a>Xfce4 スクリーンシューター</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="surname">Guelfucci</span> <span class="firstname">Jérôme</span> [FAMILY Given]</h
 3><div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:jeromeg at xfce.org">jeromeg at xfce.org</a>></code></p></div></div></div></div></div><div><span xmlns="http://www.w3.org/TR/xhtml1/transitional" class="releaseinfo">
+      This manual describes version 1.5.1.1svn-r07433 of Xfce4 Screenshooter.
+    <br></br></span></div><div><p class="copyright">製作著作 © 2008, 2009 Jérôme Guelfucci</p></div><div><p class="copyright">製作著作 © 2009. Masato Hashimoto (cabezon.hashimoto at gmail.com)</p></div><div><div class="legalnotice"><a name="legalnotice"></a><p>フリーソフトウェア財団が公表する GNU フリー文書利用許諾契約書の第1.1版、あるいはそれ以降のいずれかの版の条件下において、この文書の複製、配布および/または変更が許可されます。変更&#
 20986;来ない箇所、表紙文および裏表紙文があってはいけません。この利用許諾契約書の全文は<a class="ulink" href="http://www.gnu.org/" target="_top">フリーソフトウェア財団</a>から取得する事ができます。</p></div></div><div><p class="pubdate">February 2009</p></div></div><hr></div><div class="toc"><p><b>目次</b></p><dl><dt><span class="sect1"><a href="#intro">Introduction to Xfce4 Screenshooter</a></span></dt><dt><span class="sect1"><a href="#using-the-application">アプリケーションを使う</a></span></dt><dd><dl><dt><span class="s
 ect2"><a href="#user-interface">ユーザインターフェイスから</a></span></dt><dt><span class="sect2"><a href="#command-line">コマンドラインから</a></span></dt></dl></dd><dt><span class="sect1"><a href="#panel-plugin">Xfce パネル用プラグインを使う</a></span></dt><dd><dl><dt><span class="sect2"><a href="#add">プラグインの追加</a></span></dt><dt><span class="sect2"><a href="#set">プラグインの設定</a></span></dt><dt><span class="sect2"><a href="#use">プラグインを使う</a></span></dt></dl></dd></dl></div><div class="sect1" lang="ja"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>Introduction to Xfce
 4 Screenshooter</h2></div></div></div><p>このアプリケーションは、画面全体、アクティブウィンドウ、または選択した領域のスクリーンショットを撮影します。撮影までの遅延時間や、撮影したスクリーンショットに対する操作 (PNG ファイルに保存、クリップボードにコピー、または他のアプリケーション&#1239
 1;開く) を指定できます。</p><p>
+      If activated on build, you can also host your screenshots on
+      <a class="ulink" href="http://www.zimagez.com" target="_top">ZimageZ</a>, 
+      a free online image hosting service. The CURL and XMLRPC-C libraries
+      are required.
+    </p><p>Xfce パネル用プラグインも用意されています。</p></div><div class="sect1" lang="ja"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-the-application"></a>アプリケーションを使う</h2></div></div></div><div class="sect2" lang="ja"><div class="titlepage"><div><div><h3 class="title"><a name="user-interface"></a>ユーザインターフェイスから</h3></div></div></div><p>アプリケーションの起動は、Xfce メインメニューの "アクセサリ" カテゴリから "スクリーンショ&#
 12483;ト" を選択します。</p><p>以下のウィンドウが表示されます:</p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-dialog.png" alt="Xfce4 スクリーンショットのウィンドウ"></div></div><div class="sect3" lang="ja"><div class="titlepage"><div><div><h4 class="title"><a name="region-to-capture"></a>撮影する領域</h4></div></div></div><p><span class="emphasis"><em>"撮影する領域"</em></span> セクションでは、何のスクリーンショットを撮影するかを指定できます:</p><div 
 class="itemizedlist"><ul type="disc"><li>"画面全体" は表示されている画面全体のスクリーンショットを撮影します。</li><li>"アクティブウィンドウ" はアクティブウィンドウのスクリーンショットを撮影します。それはこのダイアログが表示される直前にアクティブであったウィンドウか、遅延時間が設定されて&#123
 56;る場合には遅延時間の経過時点でアクティブであったウィンドウになります。</li><li>"選択した領域" は、画面の一点をクリックおよびそこからドラッグし、マウスボタンを離したところまでの矩形領域を撮ります。</li></ul></div></div><div class="sect3" lang="ja"><div class="titlepage"><div><div><h4 class="title"><a name="delay"></a>Delay before capturing</h4></div></div></div><p>
+          The <span class="emphasis"><em>"Delay before capturing"</em></span>
+          section allows you to set the delay that will elapse between
+          pressing the <span class="emphasis"><em>"OK"</em></span> button and taking the 
+          screenshot. This delay will allow you to open menus or to do 
+          whatever action you want to see displayed on the screenshot.
+        </p></div><div class="sect3" lang="ja"><div class="titlepage"><div><div><h4 class="title"><a name="after-capturing"></a>After capturing</h4></div></div></div><p>
+          The <span class="emphasis"><em>"Show the save dialog"</em></span> option 
+          is described below, in the <span class="emphasis"><em>"Action"</em></span> 
+          section.
+        </p><p>
+          The <span class="emphasis"><em>"Close the application"</em></span> option
+          allows you, if unchecked, to take several screenshots in 
+          a row. If checked, the application will be closed once 
+          the screenshot has been taken and the action you selected 
+          executed.
+        </p></div><div class="sect3" lang="ja"><div class="titlepage"><div><div><h4 class="title"><a name="action"></a>アクション</h4></div></div></div><p>
+          The <span class="emphasis"><em>"Action"</em></span> section allows you to choose
+          what should be done with the screenshot.
+        </p><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="save"></a>Save in</h5></div></div></div><p>
+            The <span class="emphasis"><em>"Save in"</em></span> option will save the
+            screenshot to a PNG file. If you don't check the
+            <span class="emphasis"><em>"Show the save dialog"</em></span> checkbox in the
+            <span class="emphasis"><em>"After capturing"</em></span> section, the
+            screenshot will be saved to the folder on the right after
+            you press the <span class="emphasis"><em>"OK"</em></span> button, without 
+            showing any save dialog. Otherwise, a save dialog will be 
+            displayed, which also shows a preview of the screenshot. 
+            You will then be able to set the save location, and the 
+            name of the file.
+          </p><p>
+            Xfce4 Screenshooter is also able to save the screenshot to
+            any remote file system supported by GVfs, such as FTP, SAMBA,
+            SFTP, remote computers accessible via SSH... You just need to
+            connect this remote file system using 
+            <span class="emphasis"><em>gvfs-connect</em></span> or
+            <a class="ulink" href="http://www.uvena.de/gigolo/" target="_top">Gigolo</a>
+            and it will be available in the left column of the save dialog.
+          </p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="copy-to-clipboard"></a>クリップボードにコピーする</h5></div></div></div><p><span class="emphasis"><em>"クリップボードにコピーする"</em></span> オプションは、スクリーンショットをワードプロセッサなど他のアプリケーションに貼り付けることができるように、クリップボードへコピーします。スクリー&#125
 31;ショットを貼り付ける前にこのアプリケーションを終了すると画像は破棄されます。一部のクリップボードマネージャを使用することでこれを回避できます。</p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="open-with"></a>アプリケーションで開く</h5></div></div></div><p>
+            The <span class="emphasis"><em>"Open with"</em></span> option saves the
+            screenshot to the system's temporary directory and opens it
+            with the application set using the dropdown list on the right.
+            Applications which support images are automatically detected
+            and added to the dropdown list.
+          </p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="zimagez"></a>Host on ZimageZ</h5></div></div></div><p>
+            The <span class="emphasis"><em>"Host on ZimageZ"</em></span> option allow you
+            to host your screenshot on this free online hosting service,
+            so that you can share it easily with other people. ZimageZ
+            automatically generates a large and a small thumbnail of your
+            screenshot, which can be used to create thumbnails pointing to
+            the full size screenshot.
+          </p><p>
+            After pressing the <span class="emphasis"><em>"OK"</em></span> button, you will
+            be shown this dialog:
+          </p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-zimagez-login-dialog.png" alt="The dialog to host a screenshot on ZimageZ"></div></div><p>
+            If you do not have a ZimageZ user name, you will need to create
+            one on the <a class="ulink" href="http://www.zimagez.com" target="_top">
+            ZimageZ website</a>. Several languages are available on this
+            website, you can switch between using the menu up right. You must
+            fill all fields of this dialog. Once you click the 
+            <span class="emphasis"><em>"OK"</em></span> button, the upload will start.
+          </p><p>
+            The dialog below will give you the links to the full size screenshot, the
+            large thumbnail, the small thumbnails, as well examples of HTML and BBcode
+            to create a thumbnail pointing to the full size screenshot:
+          </p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-zimagez-result-dialog.png" alt="The dialog giving the links to your screenshot on ZimageZ"></div></div></div></div></div><div class="sect2" lang="ja"><div class="titlepage"><div><div><h3 class="title"><a name="command-line"></a>コマンドラインから</h3></div></div></div><p>
+        Command line options allow you to take screenshots quickly. They
+        also allow you to configure the Print Screen key on the upper right
+        of most keyboards so that it takes screenshots. To do so,
+        configure the keybindings of your desktop environnement so that
+        it launches xfce4-screenshooter with one or several of the
+        following options when the Prt Scrn key is pressed.
+      </p><div class="sect3" lang="ja"><div class="titlepage"><div><div><h4 class="title"><a name="options"></a>コマンドラインオプション</h4></div></div></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="w-option"></a>-w オプション</h5></div></div></div><p><span class="emphasis"><em>-w</em></span> オプションは、アクティブウィンドウのスクリーンショットを撮影します。</p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="f-option"></a>-f オプション</h5></div></div></div><p><span class="emphasis"><em>-f</em></span> オプションは
 、画面全体のスクリーンショットを撮影します。</p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="r-option"></a>-r オプション</h5></div></div></div><p><span class="emphasis"><em>-r</em></span> オプションは、画面の一点をクリックおよびそこからドラッグし、マウスボタンを離したところまでの矩形領域を撮ります。</p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="d-option"></a>-d オプシ&
 #12519;ン</h5></div></div></div><p><span class="emphasis"><em>-d</em></span> オプションは、<span class="emphasis"><em>-f</em></span>、 <span class="emphasis"><em>-w</em></span>、または <span class="emphasis"><em>-r</em></span> オプションのいずれかが指定された際に、続く正の整数の秒数分経過した後にスクリーンショットを撮影します。</p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="s-option"></a>-s オプション</h5></div></div></div><p><span class="emphasis"><em>-s</em></span> オプションは&#32
 154;く既存のフォルダへのパスに、撮影したスクリーンショットを保存します。このオプションは <span class="emphasis"><em>-f</em></span>、<span class="emphasis"><em>-w</em></span>、または <span class="emphasis"><em>-r</em></span> オプションのいずれかが指定された場合のみ機能します。<span class="emphasis"><em>-h</em></span> オプション (後述) との組み合わせで、保存ダイアログを表示せず&#123
 95;指定したパスに保存します。</p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="h-option"></a>-h オプション</h5></div></div></div><p><span class="emphasis"><em>-h</em></span> オプションを指定した場合、スクリーンショットは保存ダイアログを表示せずに保存されます。このオプションは <span class="emphasis"><em>-f</em></span>、<span class="emphasis"><em>-w</em></span>、または <span class="emphasis"><em>-r</em></span> オプションが指定され&#12
 383;場合のみ機能します。必要であれば <span class="emphasis"><em>-s</em></span> オプションで保存場所を指定できます。</p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="o-option"></a>-o オプション</h5></div></div></div><p><span class="emphasis"><em>-o</em></span> オプションが指定された場合、スクリーンショットはシステムの作業ディレクトリに保存され、<span class="emphasis"><em>-o</em></span> オプションの後&#12
 395;指定されたアプリケーションで開きます。このオプションは <span class="emphasis"><em>-f</em></span>、<span class="emphasis"><em>-w</em></span>、または <span class="emphasis"><em>-r</em></span> オプションが指定された場合のみ機能します。</p></div><div class="sect4" lang="ja"><div class="titlepage"><div><div><h5 class="title"><a name="u-option"></a> The -u option</h5></div></div></div><p>
+            If the <span class="emphasis"><em>-u</em></span> option is given, the screenshot
+            will be hosted on ZimageZ. See above for more details.
+            This option only has an effect if the
+            <span class="emphasis"><em>-f</em></span>, the <span class="emphasis"><em>-w</em></span> or the
+            <span class="emphasis"><em>-r</em></span> option is given.
+          </p></div></div></div></div><div class="sect1" lang="ja"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="panel-plugin"></a>Xfce パネル用プラグインを使う</h2></div></div></div><div class="sect2" lang="ja"><div class="titlepage"><div><div><h3 class="title"><a name="add"></a>プラグインの追加</h3></div></div></div><p>パネルへのプラグインの追加は、パネル上で右クリックし、<span class="emphasis"><em>"新しいアイテムの追加"</em></span> を選択します。プラグイン <span class="emphasis"><em>"スクリーンシ&
 #12519;ット"</em></span> を選択し、追加してください。</p></div><div class="sect2" lang="ja"><div class="titlepage"><div><div><h3 class="title"><a name="set"></a>プラグインの設定</h3></div></div></div><p>スクリーンショットの撮影方法の設定はプラグインアイコン上で右クリックし、<span class="emphasis"><em>"設定"</em></span> を選択します。メインアプリケーションのダイアログと同様の設定ダイアログが表
 示されます。</p></div><div class="sect2" lang="ja"><div class="titlepage"><div><div><h3 class="title"><a name="use"></a>プラグインを使う</h3></div></div></div><p>パネル上のプラグインアイコンをクリックするだけで、スクリーンショットの撮影が行えます。</p></div></div></div></body></html>

Modified: xfce4-screenshooter/trunk/docs/manual/ja/xfce4-screenshooter.xml.in
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/ja/xfce4-screenshooter.xml.in	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/docs/manual/ja/xfce4-screenshooter.xml.in	2009-05-30 22:57:19 UTC (rev 7446)
@@ -32,14 +32,23 @@
       </author>
     </authorgroup>
 
-    <releaseinfo>この説明書は @PACKAGE_NAME@ バージョン @PACKAGE_VERSION@ について書かれています。</releaseinfo>
+    <releaseinfo>
+      This manual describes version @PACKAGE_VERSION@ of Xfce4 Screenshooter.
+    </releaseinfo>
   </articleinfo>
 
   <sect1 id="intro">
-    <title>@PACKAGE_NAME@ の紹介</title>
+    <title>Introduction to Xfce4 Screenshooter</title>
 
     <para>このアプリケーションは、画面全体、アクティブウィンドウ、または選択した領域のスクリーンショットを撮影します。撮影までの遅延時間や、撮影したスクリーンショットに対する操作 (PNG ファイルに保存、クリップボードにコピー、または他のアプリケーションで開く) を指定できます。</para>
 
+    <para>
+      If activated on build, you can also host your screenshots on
+      <ulink type="http" url="http://www.zimagez.com">ZimageZ</ulink>, 
+      a free online image hosting service. The CURL and XMLRPC-C libraries
+      are required.
+    </para>
+
     <para>Xfce パネル用プラグインも用意されています。</para>
 
   </sect1>
@@ -79,20 +88,69 @@
       </sect3>
 
       <sect3 id="delay">
-        <title>スクリーンショットを撮るまでの遅延時間</title>
+        <title>Delay before capturing</title>
 
-        <para><emphasis>"スクリーンショットを撮るまでの遅延時間"</emphasis> セクションでは、<emphasis>"スクリーンショットを撮る"</emphasis> ボタンがクリックされてから実際にスクリーンショットを撮るまでの遅延時間を指定できます。この遅延により、開いたメニューなどあらゆる操作のスクリーンショットを撮影することができます。</para>
+        <para>
+          The <emphasis>"Delay before capturing"</emphasis>
+          section allows you to set the delay that will elapse between
+          pressing the <emphasis>"OK"</emphasis> button and taking the 
+          screenshot. This delay will allow you to open menus or to do 
+          whatever action you want to see displayed on the screenshot.
+        </para>
       </sect3>
 
+      <sect3 id="after-capturing">
+        <title>After capturing</title>
+
+        <para>
+          The <emphasis>"Show the save dialog"</emphasis> option 
+          is described below, in the <emphasis>"Action"</emphasis> 
+          section.
+        </para>
+
+        <para>
+          The <emphasis>"Close the application"</emphasis> option
+          allows you, if unchecked, to take several screenshots in 
+          a row. If checked, the application will be closed once 
+          the screenshot has been taken and the action you selected 
+          executed.
+        </para>
+      </sect3>
+
       <sect3 id="action">
         <title>アクション</title>
 
-        <para><emphasis>"アクション"</emphasis> セクションでは、撮影したスクリーンショットに対する操作を選択できます。次の 3 つの選択肢があります。</para>
+        <para>
+          The <emphasis>"Action"</emphasis> section allows you to choose
+          what should be done with the screenshot.
+        </para>
 
         <sect4 id="save">
-          <title>保存する</title>
+          <title>Save in</title>
 
-          <para><emphasis>"保存する"</emphasis> オプションは、スクリーンショットを PNG ファイルに保存します。<emphasis>"デフォルトの保存場所"</emphasis> チェックボックスにチェックマークがつけられている場合、スクリーンショットは <emphasis>"スクリーンショットを撮る"</emphasis> ボタンが押された後、保存ダイアログを表示せずに指定されたデフォルトの保存場所に保存されます。チェックマークがつけられていない場合はスクリーンショットのプレビューが確認できる保存ダイアログが表示され、保存場所やファイル名を指定できます</para>
+          <para>
+            The <emphasis>"Save in"</emphasis> option will save the
+            screenshot to a PNG file. If you don't check the
+            <emphasis>"Show the save dialog"</emphasis> checkbox in the
+            <emphasis>"After capturing"</emphasis> section, the
+            screenshot will be saved to the folder on the right after
+            you press the <emphasis>"OK"</emphasis> button, without 
+            showing any save dialog. Otherwise, a save dialog will be 
+            displayed, which also shows a preview of the screenshot. 
+            You will then be able to set the save location, and the 
+            name of the file.
+          </para>
+
+          <para>
+            Xfce4 Screenshooter is also able to save the screenshot to
+            any remote file system supported by GVfs, such as FTP, SAMBA,
+            SFTP, remote computers accessible via SSH... You just need to
+            connect this remote file system using 
+            <emphasis>gvfs-connect</emphasis> or
+            <ulink type="http" url="http://www.uvena.de/gigolo/">Gigolo</ulink>
+            and it will be available in the left column of the save dialog.
+          </para>
+
         </sect4>
 
         <sect4 id="copy-to-clipboard">
@@ -104,17 +162,86 @@
         <sect4 id="open-with">
           <title>アプリケーションで開く</title>
 
-          <para><emphasis>"アプリケーションで開く"</emphasis> オプションは、スクリーンショットをシステムの作業ディレクトリに保存し、下のドロップダウンメニューで指定されたアプリケーションで開きます。画像をサポートするアプリケーションは自動的に検出され、ドロップダウンリストに追加されます。</para>
+          <para>
+            The <emphasis>"Open with"</emphasis> option saves the
+            screenshot to the system's temporary directory and opens it
+            with the application set using the dropdown list on the right.
+            Applications which support images are automatically detected
+            and added to the dropdown list.
+          </para>
         </sect4>
 
+        <sect4 id="zimagez">
+          <title>Host on ZimageZ</title>
+          
+          <para>
+            The <emphasis>"Host on ZimageZ"</emphasis> option allow you
+            to host your screenshot on this free online hosting service,
+            so that you can share it easily with other people. ZimageZ
+            automatically generates a large and a small thumbnail of your
+            screenshot, which can be used to create thumbnails pointing to
+            the full size screenshot.
+          </para>
+
+          <para>
+            After pressing the <emphasis>"OK"</emphasis> button, you will
+            be shown this dialog:
+          </para>
+
+          <screenshot>
+            <mediaobject>
+              <imageobject>
+                <imagedata fileref="images/xfce4-screenshooter-zimagez-login-dialog.png" format="PNG"/>
+              </imageobject>
+
+              <textobject>
+                <phrase>The dialog to host a screenshot on ZimageZ</phrase>
+              </textobject>
+            </mediaobject>
+          </screenshot>
+
+          <para>
+            If you do not have a ZimageZ user name, you will need to create
+            one on the <ulink type="http" url="http://www.zimagez.com">
+            ZimageZ website</ulink>. Several languages are available on this
+            website, you can switch between using the menu up right. You must
+            fill all fields of this dialog. Once you click the 
+            <emphasis>"OK"</emphasis> button, the upload will start.
+          </para>
+          
+          <para>
+            The dialog below will give you the links to the full size screenshot, the
+            large thumbnail, the small thumbnails, as well examples of HTML and BBcode
+            to create a thumbnail pointing to the full size screenshot:
+          </para>
+
+          <screenshot>
+            <mediaobject>
+              <imageobject>
+                <imagedata fileref="images/xfce4-screenshooter-zimagez-result-dialog.png" format="PNG"/>
+              </imageobject>
+
+              <textobject>
+                <phrase>The dialog giving the links to your screenshot on ZimageZ</phrase>
+              </textobject>
+            </mediaobject>
+          </screenshot>
+
+        </sect4>
       </sect3>
-
     </sect2>
 
     <sect2 id="command-line">
       <title>コマンドラインから</title>
 
-      <para>コマンドラインオプションを使用すると、スクリーンショットの撮影を速やかに行えます。これらを Prt Scrn キー (多くのキーボードの右上部にあります) に割り当てることによって Prt Scrn キーを押下することによりスクリーンショットを撮ることができます。デスクトップ環境のキー設定で、xfce4-screenshooter コマンドに以下のいくつかのオプションをつけて設定してください。</para>
+      <para>
+        Command line options allow you to take screenshots quickly. They
+        also allow you to configure the Print Screen key on the upper right
+        of most keyboards so that it takes screenshots. To do so,
+        configure the keybindings of your desktop environnement so that
+        it launches xfce4-screenshooter with one or several of the
+        following options when the Prt Scrn key is pressed.
+      </para>
 
       <sect3 id="options">
         <title>コマンドラインオプション</title>
@@ -160,6 +287,18 @@
 
           <para><emphasis>-o</emphasis> オプションが指定された場合、スクリーンショットはシステムの作業ディレクトリに保存され、<emphasis>-o</emphasis> オプションの後に指定されたアプリケーションで開きます。このオプションは <emphasis>-f</emphasis>、<emphasis>-w</emphasis>、または <emphasis>-r</emphasis> オプションが指定された場合のみ機能します。</para>
         </sect4>
+
+        <sect4 id="u-option">
+          <title> The -u option</title>
+
+          <para>
+            If the <emphasis>-u</emphasis> option is given, the screenshot
+            will be hosted on ZimageZ. See above for more details.
+            This option only has an effect if the
+            <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the
+            <emphasis>-r</emphasis> option is given.
+          </para>
+        </sect4>
       </sect3>
     </sect2>
   </sect1>

Modified: xfce4-screenshooter/trunk/po-doc/ChangeLog
===================================================================
--- xfce4-screenshooter/trunk/po-doc/ChangeLog	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/po-doc/ChangeLog	2009-05-30 22:57:19 UTC (rev 7446)
@@ -1,3 +1,7 @@
+2009-05-31 jeromeg
+
+Update the French translation of the documentation.
+
 2009-04-20  Mike Massonnet <mmassonnet at xfce.org>
 
 	* gl.po: Galician translation update (Leandro Regueiro)

Modified: xfce4-screenshooter/trunk/po-doc/da.po
===================================================================
--- xfce4-screenshooter/trunk/po-doc/da.po	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/po-doc/da.po	2009-05-30 22:57:19 UTC (rev 7446)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce-screenshooter\n"
-"POT-Creation-Date: 2009-02-25 10:44+0100\n"
+"POT-Creation-Date: 2009-05-31 00:15+0200\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Lars Christian Jensen <larschrjensen at gmail.com>\n"
 "Language-Team: Dansk-gruppen <dansk at dansk-gruppen.dk>\n"
@@ -19,10 +19,37 @@
 
 #. When image changes, this message will be marked fuzzy or untranslated for you.
 #. It doesn't matter what you translate it to: it's not used at all.
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:83(None)
-msgid "@@image: 'images/xfce4-screenshooter-dialog.png'; md5=eac0b7b57e11329de808246e69e6e7d6"
-msgstr "@@image: 'images/xfce4-screenshooter-dialog.png'; md5=eac0b7b57e11329de808246e69e6e7d6"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:90(None)
+#, fuzzy
+msgid ""
+"@@image: 'images/xfce4-screenshooter-dialog.png'; "
+"md5=4deee4014eb81c2da3f90353ecb27a3b"
+msgstr ""
+"@@image: 'images/xfce4-screenshooter-dialog.png'; "
+"md5=eac0b7b57e11329de808246e69e6e7d6"
 
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:237(None)
+#, fuzzy
+msgid ""
+"@@image: 'images/xfce4-screenshooter-zimagez-login-dialog.png'; "
+"md5=90801d9f563892b813fb680fa6c7dc66"
+msgstr ""
+"@@image: 'images/xfce4-screenshooter-dialog.png'; "
+"md5=eac0b7b57e11329de808246e69e6e7d6"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:264(None)
+#, fuzzy
+msgid ""
+"@@image: 'images/xfce4-screenshooter-zimagez-result-dialog.png'; "
+"md5=b626fbaeac959c97506f87bc3e93407a"
+msgstr ""
+"@@image: 'images/xfce4-screenshooter-dialog.png'; "
+"md5=eac0b7b57e11329de808246e69e6e7d6"
+
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:12(title)
 msgid "Xfce4 Screenshooter"
 msgstr "Xfce4 Screenshooter"
@@ -40,8 +67,20 @@
 msgstr "Jérôme Guelfucci"
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:23(para)
-msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. The complete license text is available from the <ulink type=\"http\" url=\"http://www.gnu.org/\">Free Software Foundation</ulink>."
-msgstr "Der gives hermed tilladelse til kopiere, distribuere og/eller ændre dette dokument under betingelserne af GNU Free Documentation License, Version 1.1 eller enhver senere version udgivet af Free Software Foundation, med ingen ufravigelige dele; ingen forsidetekst, og ingen bagsidetekst. Hele licensteksten er til rådighed på <ulink type=\"http\" url=\"http://www.gnu.org/\">Free Software Foundation</ulink>."
+msgid ""
+"Permission is granted to copy, distribute and/or modify this document under "
+"the terms of the GNU Free Documentation License, Version 1.1 or any later "
+"version published by the Free Software Foundation; with no Invariant "
+"Sections, with no Front-Cover Texts, and with no Back-Cover Texts. The "
+"complete license text is available from the <ulink type=\"http\" url="
+"\"http://www.gnu.org/\">Free Software Foundation</ulink>."
+msgstr ""
+"Der gives hermed tilladelse til kopiere, distribuere og/eller ændre dette "
+"dokument under betingelserne af GNU Free Documentation License, Version 1.1 "
+"eller enhver senere version udgivet af Free Software Foundation, med ingen "
+"ufravigelige dele; ingen forsidetekst, og ingen bagsidetekst. Hele "
+"licensteksten er til rådighed på <ulink type=\"http\" url=\"http://www.gnu."
+"org/\">Free Software Foundation</ulink>."
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:35(firstname)
 msgid "Jérôme"
@@ -56,194 +95,459 @@
 msgstr "jeromeg at xfce.org"
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:43(releaseinfo)
-msgid "This manual describes version @PACKAGE_VERSION@ of @PACKAGE_NAME at ."
+#, fuzzy
+msgid "This manual describes version @PACKAGE_VERSION@ of Xfce4 Screenshooter."
 msgstr "Denne manual beskriver version @PACKAGE_NAME@ @PACKAGE_VERSION at ."
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:49(title)
-msgid "Introduction to @PACKAGE_NAME@"
-msgstr "Introduktion til @PACKAGE_NAME@"
+#, fuzzy
+msgid "Introduction to Xfce4 Screenshooter"
+msgstr "Vinduet i Xfce4 Screenshooter"
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:51(para)
-msgid "This application allows you to capture the entire screen, the active window or a selected region. You can set the delay that elapses before the screenshot is taken and the action that will be done with the screenshot: save it to a PNG file, copy it to the clipboard, or open it using another application."
-msgstr "Dette program giver dig mulighed for at tage et billede af hele skærmen, det aktive vindue eller en markeret region. Du kan indstille forsinkelsen før billedet er taget og handlingen med billeder udføres: gemme det som en PNG-fil, kopiere det til udklipsholderen eller åbne det med et andet program."
+msgid ""
+"This application allows you to capture the entire screen, the active window "
+"or a selected region. You can set the delay that elapses before the "
+"screenshot is taken and the action that will be done with the screenshot: "
+"save it to a PNG file, copy it to the clipboard, or open it using another "
+"application."
+msgstr ""
+"Dette program giver dig mulighed for at tage et billede af hele skærmen, det "
+"aktive vindue eller en markeret region. Du kan indstille forsinkelsen før "
+"billedet er taget og handlingen med billeder udføres: gemme det som en PNG-"
+"fil, kopiere det til udklipsholderen eller åbne det med et andet program."
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:59(para)
+msgid ""
+"If activated on build, you can also host your screenshots on <ulink type="
+"\"http\" url=\"http://www.zimagez.com\">ZimageZ</ulink>, a free online image "
+"hosting service. The CURL and XMLRPC-C libraries are required."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:66(para)
 msgid "A plugin for the Xfce panel is also available."
 msgstr "Et udvidelsesmodul til panelet i Xfce er også tilgængeligt."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:66(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:73(title)
 msgid "Using the application"
 msgstr "Brug af programmet"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:69(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:76(title)
 msgid "Via the user interface"
 msgstr "Vha. brugergrænsefladen"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:71(para)
-msgid "To launch the application, use the \"Screenshot\" item in the \"Accessories\" category of Xfce's main menu."
-msgstr "For at starte programmet skal du bruge \"Skærmbillede\"-elementet i kategorien \"Tilbehør\" fra hovedmenuen i Xfce."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:78(para)
+msgid ""
+"To launch the application, use the \"Screenshot\" item in the \"Accessories"
+"\" category of Xfce's main menu."
+msgstr ""
+"For at starte programmet skal du bruge \"Skærmbillede\"-elementet i "
+"kategorien \"Tilbehør\" fra hovedmenuen i Xfce."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:76(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:83(para)
 msgid "This window will be displayed:"
 msgstr "Dette vindue vil blive vist:"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:87(phrase)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:94(phrase)
 msgid "The window of Xfce4 Screenshooter"
 msgstr "Vinduet i Xfce4 Screenshooter"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:93(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:100(title)
 msgid "Region to capture"
 msgstr "Område der skal tages et billede af"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:95(para)
-msgid "The <emphasis>\"Region to capture\"</emphasis> section allows you to set from what the screenshot will be taken:"
-msgstr "Tilvalget <emphasis>\"Område der skal tages billede af\"</emphasis> tillader dig at indstille, hvorfra skærmbilledet skal tages:"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:102(para)
+msgid ""
+"The <emphasis>\"Region to capture\"</emphasis> section allows you to set "
+"from what the screenshot will be taken:"
+msgstr ""
+"Tilvalget <emphasis>\"Område der skal tages billede af\"</emphasis> tillader "
+"dig at indstille, hvorfra skærmbilledet skal tages:"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:101(listitem)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:108(listitem)
 msgid "\"Entire screen\" takes a screenshot of the whole screen as you see it."
-msgstr "\"Hele skærmen\" tager et skærmbillede af hele skærmen, som du ser den."
+msgstr ""
+"\"Hele skærmen\" tager et skærmbillede af hele skærmen, som du ser den."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:105(listitem)
-msgid "\"Active window\" takes a screenshot of the active window, the one which was active before this dialog appeared, or if you set a delay, the one that is active after the delay."
-msgstr "\"Aktive vindue\" tager et billede af det aktive vindue, hvilket er det der, var aktivt før denne dialog kom frem, eller hvis du indstiller en forsinkelse, er det vinduet, der er aktivt efter udløb af forsinkelsen."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:112(listitem)
+msgid ""
+"\"Active window\" takes a screenshot of the active window, the one which was "
+"active before this dialog appeared, or if you set a delay, the one that is "
+"active after the delay."
+msgstr ""
+"\"Aktive vindue\" tager et billede af det aktive vindue, hvilket er det der, "
+"var aktivt før denne dialog kom frem, eller hvis du indstiller en "
+"forsinkelse, er det vinduet, der er aktivt efter udløb af forsinkelsen."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:110(listitem)
-msgid "\"Select a region\" allows you to select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button."
-msgstr "\"Vælg et område\" tillader dig at vælge det område der skal tages et billede af, ved at klikke på et punkt på skærmen, og uden at slippe musen, trække den til det modsatte hjørne af regionen og slippe museknappen."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:117(listitem)
+msgid ""
+"\"Select a region\" allows you to select a region to be captured by clicking "
+"a point of the screen without releasing the mouse button, dragging your "
+"mouse to the other corner of the region, and releasing the mouse button."
+msgstr ""
+"\"Vælg et område\" tillader dig at vælge det område der skal tages et "
+"billede af, ved at klikke på et punkt på skærmen, og uden at slippe musen, "
+"trække den til det modsatte hjørne af regionen og slippe museknappen."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:120(title)
-msgid "Delay before taking the screenshot"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:127(title)
+#, fuzzy
+msgid "Delay before capturing"
 msgstr "Forsinkelse før der tages et skærmbillede"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:122(para)
-msgid "The <emphasis>\"Delay before taking the screenshot\"</emphasis> section allows you to set the delay that will elapse between pressing the <emphasis>\"Take the screenshot\"</emphasis> button and taking the screenshot. This delay will allow you to open menus or to do whatever action you want to see displayed on the screenshot."
-msgstr "Tilvalget <emphasis>\"Forsinkelse før skærmbilledet bliver taget\"</emphasis>, tillader dig at indstille den tid, der går fra du trykker på <emphasis>\"Tag skærmbillede\"</emphasis>-knappen, og til at skærmbilledet rent faktisk bliver taget. Denne forsinkelse giver dig tid til at åbne menuer, eller udføre enhver handling du ønsker at vist i skærmbilledet."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:129(para)
+#, fuzzy
+msgid ""
+"The <emphasis>\"Delay before capturing\"</emphasis> section allows you to "
+"set the delay that will elapse between pressing the <emphasis>\"OK\"</"
+"emphasis> button and taking the screenshot. This delay will allow you to "
+"open menus or to do whatever action you want to see displayed on the "
+"screenshot."
+msgstr ""
+"Tilvalget <emphasis>\"Forsinkelse før skærmbilledet bliver taget\"</"
+"emphasis>, tillader dig at indstille den tid, der går fra du trykker på "
+"<emphasis>\"Tag skærmbillede\"</emphasis>-knappen, og til at skærmbilledet "
+"rent faktisk bliver taget. Denne forsinkelse giver dig tid til at åbne "
+"menuer, eller udføre enhver handling du ønsker at vist i skærmbilledet."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:133(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:139(title)
+msgid "After capturing"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:141(para)
+msgid ""
+"The <emphasis>\"Show the save dialog\"</emphasis> option is described below, "
+"in the <emphasis>\"Action\"</emphasis> section."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:147(para)
+msgid ""
+"The <emphasis>\"Close the application\"</emphasis> option allows you, if "
+"unchecked, to take several screenshots in a row. If checked, the application "
+"will be closed once the screenshot has been taken and the action you "
+"selected executed."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:157(title)
 msgid "Action"
 msgstr "Handling"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:135(para)
-msgid "The <emphasis>\"Action\"</emphasis> section allows you to choose what should be done with the screenshot. Three choices are available."
-msgstr "Tilvalget <emphasis>\"Handling\"</emphasis> giver dig mulighed for at vælge, hvad der skal gøres med skærmbilledet. Der er tre valgmuligheder."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:159(para)
+#, fuzzy
+msgid ""
+"The <emphasis>\"Action\"</emphasis> section allows you to choose what should "
+"be done with the screenshot."
+msgstr ""
+"Tilvalget <emphasis>\"Handling\"</emphasis> giver dig mulighed for at vælge, "
+"hvad der skal gøres med skærmbilledet. Der er tre valgmuligheder."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:142(title)
-msgid "Save"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:165(title)
+#, fuzzy
+msgid "Save in"
 msgstr "Gem"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:144(para)
-msgid "The <emphasis>\"Save\"</emphasis> option will save the screenshot to a PNG file. If you check the <emphasis>\"Save by default to\"</emphasis> checkbox, the screenshot will be saved to the folder on the right after you press the <emphasis>\"Take the screenshot\"</emphasis> button, without showing any save dialog. Otherwise, a save dialog will be displayed, which also shows a preview of the screenshot. You will then be able to set the save location, and the name of the file."
-msgstr "Tilvalget <emphasis>\"Gem\"</emphasis>, gemmer skærmbilledet i en PNG-fil. Hvis du afkrydser <emphasis>\"Gem som standard i\"</emphasis>-feltet, vil skærmbilledet blive gemt i mappen til højre, lige efter du trykker på <emphasis>\"Tag skærmbillede\"</emphasis>-knappen, uden at vise et gem-vindue. Ellers vil gem-vinduet blive vist sammen med en forhåndsvisning af skærmbilledet. Du ville så kunne indstille, hvor det skal gemmes, samt navnet på filen."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:167(para)
+#, fuzzy
+msgid ""
+"The <emphasis>\"Save in\"</emphasis> option will save the screenshot to a "
+"PNG file. If you don't check the <emphasis>\"Show the save dialog\"</"
+"emphasis> checkbox in the <emphasis>\"After capturing\"</emphasis> section, "
+"the screenshot will be saved to the folder on the right after you press the "
+"<emphasis>\"OK\"</emphasis> button, without showing any save dialog. "
+"Otherwise, a save dialog will be displayed, which also shows a preview of "
+"the screenshot. You will then be able to set the save location, and the name "
+"of the file."
+msgstr ""
+"Tilvalget <emphasis>\"Gem\"</emphasis>, gemmer skærmbilledet i en PNG-fil. "
+"Hvis du afkrydser <emphasis>\"Gem som standard i\"</emphasis>-feltet, vil "
+"skærmbilledet blive gemt i mappen til højre, lige efter du trykker på "
+"<emphasis>\"Tag skærmbillede\"</emphasis>-knappen, uden at vise et gem-"
+"vindue. Ellers vil gem-vinduet blive vist sammen med en forhåndsvisning af "
+"skærmbilledet. Du ville så kunne indstille, hvor det skal gemmes, samt "
+"navnet på filen."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:158(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:180(para)
+msgid ""
+"Xfce4 Screenshooter is also able to save the screenshot to any remote file "
+"system supported by GVfs, such as FTP, SAMBA, SFTP, remote computers "
+"accessible via SSH... You just need to connect this remote file system using "
+"<emphasis>gvfs-connect</emphasis> or <ulink type=\"http\" url=\"http://www."
+"uvena.de/gigolo/\">Gigolo</ulink> and it will be available in the left "
+"column of the save dialog."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:193(title)
 msgid "Copy to the clipboard"
 msgstr "Kopiér til udklipsholderen"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:160(para)
-msgid "The <emphasis>\"Copy to the clipboard\"</emphasis> option allows you to paste the screenshot in another application, such as a word processor. Exiting the application before the screenshot is pasted often removes the image from the clipboard. Some clipboard managers allow you to prevent this."
-msgstr "Tilvalget <emphasis>\"Kopiér til udklipsholder\"</emphasis>, lader dig indsætte skærmbilledet i et andet program, så som en tekstbehandler. Afsluttes programmet før skærmbilledet er indsat, vil billedet ofte blive slettet fra udklipsholderen. Nogle udklipsholdere kan dog undgå dette."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:195(para)
+msgid ""
+"The <emphasis>\"Copy to the clipboard\"</emphasis> option allows you to "
+"paste the screenshot in another application, such as a word processor. "
+"Exiting the application before the screenshot is pasted often removes the "
+"image from the clipboard. Some clipboard managers allow you to prevent this."
+msgstr ""
+"Tilvalget <emphasis>\"Kopiér til udklipsholder\"</emphasis>, lader dig "
+"indsætte skærmbilledet i et andet program, så som en tekstbehandler. "
+"Afsluttes programmet før skærmbilledet er indsat, vil billedet ofte blive "
+"slettet fra udklipsholderen. Nogle udklipsholdere kan dog undgå dette."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:171(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:206(title)
 msgid "Open with"
 msgstr "Ã…bn med"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:173(para)
-msgid "The <emphasis>\"Open with\"</emphasis> option saves the screenshot to the system's temporary directory and opens it with the application set using the dropdown list below. Applications which support images are automatically detected and added to the dropdown list."
-msgstr "Tilvalget <emphasis>\"Åbn med\"</emphasis> gemmer skærmbilledet i systemets midlertidige katalog og åbner det med valgte program, ved at bruge rullegardinlisten herunder. Programmer der understøtter billeder, er automatisk fundet og tilføjet til rullegardinlisten."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:208(para)
+#, fuzzy
+msgid ""
+"The <emphasis>\"Open with\"</emphasis> option saves the screenshot to the "
+"system's temporary directory and opens it with the application set using the "
+"dropdown list on the right. Applications which support images are "
+"automatically detected and added to the dropdown list."
+msgstr ""
+"Tilvalget <emphasis>\"Åbn med\"</emphasis> gemmer skærmbilledet i systemets "
+"midlertidige katalog og åbner det med valgte program, ved at bruge "
+"rullegardinlisten herunder. Programmer der understøtter billeder, er "
+"automatisk fundet og tilføjet til rullegardinlisten."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:187(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:218(title)
+msgid "Host on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:220(para)
+msgid ""
+"The <emphasis>\"Host on ZimageZ\"</emphasis> option allow you to host your "
+"screenshot on this free online hosting service, so that you can share it "
+"easily with other people. ZimageZ automatically generates a large and a "
+"small thumbnail of your screenshot, which can be used to create thumbnails "
+"pointing to the full size screenshot."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:229(para)
+msgid ""
+"After pressing the <emphasis>\"OK\"</emphasis> button, you will be shown "
+"this dialog:"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:241(phrase)
+msgid "The dialog to host a screenshot on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:246(para)
+msgid ""
+"If you do not have a ZimageZ user name, you will need to create one on the "
+"<ulink type=\"http\" url=\"http://www.zimagez.com\"> ZimageZ website</"
+"ulink>. Several languages are available on this website, you can switch "
+"between using the menu up right. You must fill all fields of this dialog. "
+"Once you click the <emphasis>\"OK\"</emphasis> button, the upload will start."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:255(para)
+msgid ""
+"The dialog below will give you the links to the full size screenshot, the "
+"large thumbnail, the small thumbnails, as well examples of HTML and BBcode "
+"to create a thumbnail pointing to the full size screenshot:"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:268(phrase)
+msgid "The dialog giving the links to your screenshot on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:278(title)
 msgid "Via command line"
 msgstr "Vha. kommandolinjen"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:189(para)
-msgid "Command line options allow you to take screenshots quickly. They also allow you to configure the Prt Scrn key on the upper right of most keyboards so that it takes screenshots. To do so, configure the keybindings of your desktop environnement so that it launches xfce4-screenshooter with one or several of the following options when the Prt Scrn key is pressed."
-msgstr "Kommandlinjetilvalg lader dig tage skærmbilleder hurtigt. De lader dig også indstille knappen Prt Scrn, som findes i det øverste højre hjørne på de fleste tastaturer, til at tage skærmbilledet. For at gøre dette, skal du indstille tastaturgenvejene i dit skrivebordsmiljø, således at det starter xfce4-screenshooter, med en eller flere af de følgende tilvalg, når der trykkes på Prt Scrn-knappen."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:280(para)
+#, fuzzy
+msgid ""
+"Command line options allow you to take screenshots quickly. They also allow "
+"you to configure the Print Screen key on the upper right of most keyboards "
+"so that it takes screenshots. To do so, configure the keybindings of your "
+"desktop environnement so that it launches xfce4-screenshooter with one or "
+"several of the following options when the Prt Scrn key is pressed."
+msgstr ""
+"Kommandlinjetilvalg lader dig tage skærmbilleder hurtigt. De lader dig også "
+"indstille knappen Prt Scrn, som findes i det øverste højre hjørne på de "
+"fleste tastaturer, til at tage skærmbilledet. For at gøre dette, skal du "
+"indstille tastaturgenvejene i dit skrivebordsmiljø, således at det starter "
+"xfce4-screenshooter, med en eller flere af de følgende tilvalg, når der "
+"trykkes på Prt Scrn-knappen."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:199(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:290(title)
 msgid "The command line options"
 msgstr "Kommandolinjetilvalg"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:202(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:293(title)
 msgid "The -w option"
 msgstr "Tilvalget -w"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:204(para)
-msgid "The <emphasis>-w</emphasis> option allows you to take a screenshot of the active window."
-msgstr "Tilvalget <emphasis>-w</emphasis>, lader dig tage et skærmbillede af det aktive vindue."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:295(para)
+msgid ""
+"The <emphasis>-w</emphasis> option allows you to take a screenshot of the "
+"active window."
+msgstr ""
+"Tilvalget <emphasis>-w</emphasis>, lader dig tage et skærmbillede af det "
+"aktive vindue."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:211(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:302(title)
 msgid "The -f option"
 msgstr "Tilvalget -f"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:213(para)
-msgid "The <emphasis>-f</emphasis> option allows you to take a screenshot of the entire screen."
-msgstr "Tilvalget <emphasis>-f</emphasis>, lader dig tage et skærmbillede af hele skærmen."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:304(para)
+msgid ""
+"The <emphasis>-f</emphasis> option allows you to take a screenshot of the "
+"entire screen."
+msgstr ""
+"Tilvalget <emphasis>-f</emphasis>, lader dig tage et skærmbillede af hele "
+"skærmen."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:220(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:311(title)
 msgid "The -r option"
 msgstr "Tilvalget -r"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:222(para)
-msgid "The <emphasis>-r</emphasis> option allows you to select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button."
-msgstr "Tilvalget <emphasis>-r</emphasis>, lader dig vælge et område, der skal tages et billede af, ved at klikke på et punkt på skærmen, og uden at slippe museknappen, trække musen til det modsatte hjørne af det område, og så slippe museknappen."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:313(para)
+msgid ""
+"The <emphasis>-r</emphasis> option allows you to select a region to be "
+"captured by clicking a point of the screen without releasing the mouse "
+"button, dragging your mouse to the other corner of the region, and releasing "
+"the mouse button."
+msgstr ""
+"Tilvalget <emphasis>-r</emphasis>, lader dig vælge et område, der skal tages "
+"et billede af, ved at klikke på et punkt på skærmen, og uden at slippe "
+"museknappen, trække musen til det modsatte hjørne af det område, og så "
+"slippe museknappen."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:232(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:323(title)
 msgid "The -d option"
 msgstr "Tilvalget -d"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:234(para)
-msgid "The <emphasis>-d</emphasis> option followed by a positive integer allows you to set the delay before taking the screenshot when the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given."
-msgstr "Tilvalget <emphasis>-d</emphasis> efterfulgt af et positivt heltal, lader dig indstille en forsinkelse før skærmbilledet bliver taget med tilvalget <emphasis>-f</emphasis>, <emphasis>-w</emphasis> eller <emphasis>-r</emphasis>."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:325(para)
+msgid ""
+"The <emphasis>-d</emphasis> option followed by a positive integer allows you "
+"to set the delay before taking the screenshot when the <emphasis>-f</"
+"emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option "
+"is given."
+msgstr ""
+"Tilvalget <emphasis>-d</emphasis> efterfulgt af et positivt heltal, lader "
+"dig indstille en forsinkelse før skærmbilledet bliver taget med tilvalget "
+"<emphasis>-f</emphasis>, <emphasis>-w</emphasis> eller <emphasis>-r</"
+"emphasis>."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:244(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:335(title)
 msgid "The -s option"
 msgstr "Tilvalget -s"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:246(para)
-msgid "The <emphasis>-s</emphasis> option followed by the path to an existing folder allows you to set where the screenshots are saved. This option only has an effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given. Combined with the <emphasis>-h</emphasis> option (see below), it can be used to save a file to a given path, without showing any save dialog."
-msgstr "Tilvalget <emphasis>-s</emphasis> efterfulgt af stien til en eksisterende mappe, lader dig indstille, hvortil skærmbilledet skal gemmes. Dette tilvalg virker kun ,hvis man bruger den sammen med tilvalget <emphasis>-f</emphasis>, <emphasis>-w</emphasis> eller <emphasis>-r</emphasis>. Kombineret med tilvalget <emphasis>-h</emphasis> (se herunder), kan den bruges til at gemme en fil til en bestemt sti, uden at vise nogen gem-vindue."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:337(para)
+msgid ""
+"The <emphasis>-s</emphasis> option followed by the path to an existing "
+"folder allows you to set where the screenshots are saved. This option only "
+"has an effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or "
+"the <emphasis>-r</emphasis> option is given. Combined with the <emphasis>-h</"
+"emphasis> option (see below), it can be used to save a file to a given path, "
+"without showing any save dialog."
+msgstr ""
+"Tilvalget <emphasis>-s</emphasis> efterfulgt af stien til en eksisterende "
+"mappe, lader dig indstille, hvortil skærmbilledet skal gemmes. Dette tilvalg "
+"virker kun ,hvis man bruger den sammen med tilvalget <emphasis>-f</"
+"emphasis>, <emphasis>-w</emphasis> eller <emphasis>-r</emphasis>. Kombineret "
+"med tilvalget <emphasis>-h</emphasis> (se herunder), kan den bruges til at "
+"gemme en fil til en bestemt sti, uden at vise nogen gem-vindue."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:259(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:350(title)
 msgid "The -h option"
 msgstr "Tilvalget -h"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:261(para)
-msgid "If you give the <emphasis>-h</emphasis> option, the screenshot will be saved without showing any save dialog. This option only has an effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given. The <emphasis>-s</emphasis> option allows you to set the save location if needed."
-msgstr "Hvis du angiver tilvalget <emphasis>-h</emphasis>, vil skærmbilledet automatisk blive gemt uden at vise nogen gem-vindue. Dette tilvalg virker kun, hvis det bruges sammen med tilvalget <emphasis>-f</emphasis>, <emphasis>-w</emphasis> eller <emphasis>-r</emphasis>. Tilvalget <emphasis>s-</emphasis>, lader dig indstille hvor det skal gemmes, hvis der er behov herfor."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:352(para)
+msgid ""
+"If you give the <emphasis>-h</emphasis> option, the screenshot will be saved "
+"without showing any save dialog. This option only has an effect if the "
+"<emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</"
+"emphasis> option is given. The <emphasis>-s</emphasis> option allows you to "
+"set the save location if needed."
+msgstr ""
+"Hvis du angiver tilvalget <emphasis>-h</emphasis>, vil skærmbilledet "
+"automatisk blive gemt uden at vise nogen gem-vindue. Dette tilvalg virker "
+"kun, hvis det bruges sammen med tilvalget <emphasis>-f</emphasis>, "
+"<emphasis>-w</emphasis> eller <emphasis>-r</emphasis>. Tilvalget <emphasis>s-"
+"</emphasis>, lader dig indstille hvor det skal gemmes, hvis der er behov "
+"herfor."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:273(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:364(title)
 msgid "The -o option"
 msgstr "Tilvalget -o"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:275(para)
-msgid "If the <emphasis>-o</emphasis> option is given, followed by an application name, the screenshot will be saved to the system's temporary directory and opened with the application whose name is to be given after <emphasis>-o</emphasis>. This option only has an effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given."
-msgstr "Hvis tilvalget <emphasis>-o</emphasis> er angivet, efterfulgt af et programnavn, vil skærmbilledet blive gemt i systemets midlertidige katalog og blive åbnet med det program der er nævnt efter tilvalget <emphasis>-o</emphasis>. Dette tilvalg virker kun, hvis det bruges sammen med tilvalget <emphasis>-f</emphasis>, <emphasis>-w</emphasis> eller <emphasis>-r</emphasis>."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:366(para)
+msgid ""
+"If the <emphasis>-o</emphasis> option is given, followed by an application "
+"name, the screenshot will be saved to the system's temporary directory and "
+"opened with the application whose name is to be given after <emphasis>-o</"
+"emphasis>. This option only has an effect if the <emphasis>-f</emphasis>, "
+"the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given."
+msgstr ""
+"Hvis tilvalget <emphasis>-o</emphasis> er angivet, efterfulgt af et "
+"programnavn, vil skærmbilledet blive gemt i systemets midlertidige katalog "
+"og blive åbnet med det program der er nævnt efter tilvalget <emphasis>-o</"
+"emphasis>. Dette tilvalg virker kun, hvis det bruges sammen med tilvalget "
+"<emphasis>-f</emphasis>, <emphasis>-w</emphasis> eller <emphasis>-r</"
+"emphasis>."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:290(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:378(title)
+#, fuzzy
+msgid "The -u option"
+msgstr "Tilvalget -w"
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:380(para)
+#, fuzzy
+msgid ""
+"If the <emphasis>-u</emphasis> option is given, the screenshot will be "
+"hosted on ZimageZ. See above for more details. This option only has an "
+"effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the "
+"<emphasis>-r</emphasis> option is given."
+msgstr ""
+"Hvis tilvalget <emphasis>-o</emphasis> er angivet, efterfulgt af et "
+"programnavn, vil skærmbilledet blive gemt i systemets midlertidige katalog "
+"og blive åbnet med det program der er nævnt efter tilvalget <emphasis>-o</"
+"emphasis>. Dette tilvalg virker kun, hvis det bruges sammen med tilvalget "
+"<emphasis>-f</emphasis>, <emphasis>-w</emphasis> eller <emphasis>-r</"
+"emphasis>."
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:393(title)
 msgid "Using the plugin for the Xfce panel"
 msgstr "Brug af udvidelsesmodulet til panelet i Xfce"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:293(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:396(title)
 msgid "Adding the plugin"
 msgstr "Tilføjelse af udvidelsesmodulet"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:295(para)
-msgid "To add the plugin to the panel, right click on the panel and select <emphasis>\"Add New Item\"</emphasis>. Select the plugin named <emphasis>\"Screenshot\"</emphasis>, and add it."
-msgstr "For at tilføje udvidelsesmodulet; højreklik på panelet og vælg <emphasis>\"Tilføj nyt element\"<\"emphasis>. Vælg det udvidelsesmodul der hedder <emphasis>\"Skærmbillede\"<emphasis>, og tilføj det."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:398(para)
+msgid ""
+"To add the plugin to the panel, right click on the panel and select "
+"<emphasis>\"Add New Item\"</emphasis>. Select the plugin named <emphasis>"
+"\"Screenshot\"</emphasis>, and add it."
+msgstr ""
+"For at tilføje udvidelsesmodulet; højreklik på panelet og vælg <emphasis>"
+"\"Tilføj nyt element\"<\"emphasis>. Vælg det udvidelsesmodul der hedder "
+"<emphasis>\"Skærmbillede\"<emphasis>, og tilføj det."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:303(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:406(title)
 msgid "Setting the plugin up"
 msgstr "Indstilling af udvidelsesmodulet"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:305(para)
-msgid "You can configure how screenshots are taken by right clicking on the plugin and selecting <emphasis>\"Configure\"</emphasis>. A preferences dialog similar to the dialog of the main application will appear. Please have a look above for the different preferences."
-msgstr "Du kan indstille, hvordan skærmbilleder bliver taget ved at højreklikke på udvidelsesmodulet og vælge <emphasis>\"Indstil\"<emphasis>. En indstillingsmenu, der ligner indstillingsmenuen til hovedprogrammet, vil vise sig. Se venligst ovenfor, for diverse indstillinger."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:408(para)
+msgid ""
+"You can configure how screenshots are taken by right clicking on the plugin "
+"and selecting <emphasis>\"Configure\"</emphasis>. A preferences dialog "
+"similar to the dialog of the main application will appear. Please have a "
+"look above for the different preferences."
+msgstr ""
+"Du kan indstille, hvordan skærmbilleder bliver taget ved at højreklikke på "
+"udvidelsesmodulet og vælge <emphasis>\"Indstil\"<emphasis>. En "
+"indstillingsmenu, der ligner indstillingsmenuen til hovedprogrammet, vil "
+"vise sig. Se venligst ovenfor, for diverse indstillinger."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:315(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:418(title)
 msgid "Using the plugin"
 msgstr "Brug af udvidelsesmodulet"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:317(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:420(para)
 msgid "To take a screenshot, just click on the plugin."
 msgstr "For at tage et skærmbillede; klik da bare på udvidelsesmodulet."
 
@@ -256,3 +560,5 @@
 "Dansk-gruppen <dansk at dansk-gruppen.dk>\n"
 "Mere info: http://www.dansk-gruppen.dk"
 
+#~ msgid "Introduction to @PACKAGE_NAME@"
+#~ msgstr "Introduktion til @PACKAGE_NAME@"

Modified: xfce4-screenshooter/trunk/po-doc/fr.po
===================================================================
--- xfce4-screenshooter/trunk/po-doc/fr.po	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/po-doc/fr.po	2009-05-30 22:57:19 UTC (rev 7446)
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-03-28 15:43+0100\n"
-"PO-Revision-Date: 2009-02-07 18:08+0100\n"
+"POT-Creation-Date: 2009-05-31 00:15+0200\n"
+"PO-Revision-Date: 2009-05-31 00:17+0200\n"
 "Last-Translator: Jérôme Guelfucci <jeromeg at xfce.org>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
 "MIME-Version: 1.0\n"
@@ -18,14 +18,34 @@
 
 #. When image changes, this message will be marked fuzzy or untranslated for you.
 #. It doesn't matter what you translate it to: it's not used at all.
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:83(None)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:90(None)
 msgid ""
 "@@image: 'images/xfce4-screenshooter-dialog.png'; "
+"md5=4deee4014eb81c2da3f90353ecb27a3b"
+msgstr ""
+"@@image: 'images/xfce4-screenshooter-dialog.png'; "
 "md5=eac0b7b57e11329de808246e69e6e7d6"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:237(None)
+msgid ""
+"@@image: 'images/xfce4-screenshooter-zimagez-login-dialog.png'; "
+"md5=90801d9f563892b813fb680fa6c7dc66"
 msgstr ""
 "@@image: 'images/xfce4-screenshooter-dialog.png'; "
 "md5=eac0b7b57e11329de808246e69e6e7d6"
 
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:264(None)
+msgid ""
+"@@image: 'images/xfce4-screenshooter-zimagez-result-dialog.png'; "
+"md5=b626fbaeac959c97506f87bc3e93407a"
+msgstr ""
+"@@image: 'images/xfce4-screenshooter-dialog.png'; "
+"md5=eac0b7b57e11329de808246e69e6e7d6"
+
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:12(title)
 msgid "Xfce4 Screenshooter"
 msgstr "Xfce4 Screenshooter"
@@ -71,12 +91,12 @@
 msgstr "jeromeg at xfce.org"
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:43(releaseinfo)
-msgid "This manual describes version @PACKAGE_VERSION@ of @PACKAGE_NAME at ."
-msgstr "Ce manuel décrit la version @PACKAGE_VERSION@ de @PACKAGE_NAME at ."
+msgid "This manual describes version @PACKAGE_VERSION@ of Xfce4 Screenshooter."
+msgstr "Ce manuel décrit la version @PACKAGE_VERSION@ de Xfce4 Screenshooter."
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:49(title)
-msgid "Introduction to @PACKAGE_NAME@"
-msgstr "Introduction à @PACKAGE_VERSION@ of @PACKAGE_NAME at ."
+msgid "Introduction to Xfce4 Screenshooter"
+msgstr "Introduction à Xfce4 Screenshooter"
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:51(para)
 msgid ""
@@ -93,18 +113,29 @@
 "le presse-papier, ou l'ouvrir avec une autre application."
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:59(para)
+msgid ""
+"If activated on build, you can also host your screenshots on <ulink type="
+"\"http\" url=\"http://www.zimagez.com\">ZimageZ</ulink>, a free online image "
+"hosting service. The CURL and XMLRPC-C libraries are required."
+msgstr ""
+"Si activé lors de la compilation, vous pouvez aussi héberger vos captures "
+"d'écran sur <ulink type=\"http\" url=\"http://www.zimagez.com\">ZimageZ</"
+"ulink>, une solution en ligne gratuite d'hébergement d'images. Les "
+"bibliothèques CURL et XMLRPC-C sont requises."
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:66(para)
 msgid "A plugin for the Xfce panel is also available."
 msgstr "Une extension pour le tableau de bord de Xfce est aussi disponible."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:66(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:73(title)
 msgid "Using the application"
 msgstr "Utilisation de l'application"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:69(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:76(title)
 msgid "Via the user interface"
 msgstr "Via l'interface graphique"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:71(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:78(para)
 msgid ""
 "To launch the application, use the \"Screenshot\" item in the \"Accessories"
 "\" category of Xfce's main menu."
@@ -112,19 +143,19 @@
 "Pour lancer l'application, utilisez le lanceur \"Capture d'écran\", dans la "
 "catégorie \"Accessoires\" du menu principal de Xfce."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:76(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:83(para)
 msgid "This window will be displayed:"
 msgstr "Cette fenêtre apparaîtra alors :"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:87(phrase)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:94(phrase)
 msgid "The window of Xfce4 Screenshooter"
 msgstr "La fenêtre de Xfce4 Screenshooter"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:93(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:100(title)
 msgid "Region to capture"
 msgstr "Zone à capturer"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:95(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:102(para)
 msgid ""
 "The <emphasis>\"Region to capture\"</emphasis> section allows you to set "
 "from what the screenshot will be taken:"
@@ -132,13 +163,13 @@
 "La section <emphasis>\"Zone à capturer\"</emphasis> permet de choisir la "
 "partie de l'écran à capturer :"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:101(listitem)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:108(listitem)
 msgid "\"Entire screen\" takes a screenshot of the whole screen as you see it."
 msgstr ""
 "\"L'écran tout entier\" prend une capture de l'écran tel que vous le voyez, "
 "dans sa totalité."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:105(listitem)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:112(listitem)
 msgid ""
 "\"Active window\" takes a screenshot of the active window, the one which was "
 "active before this dialog appeared, or if you set a delay, the one that is "
@@ -149,7 +180,7 @@
 "vous spécifiez un délai, celle qui est active après que le délai se soit "
 "écoulé."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:110(listitem)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:117(listitem)
 msgid ""
 "\"Select a region\" allows you to select a region to be captured by clicking "
 "a point of the screen without releasing the mouse button, dragging your "
@@ -160,63 +191,101 @@
 "la souris, puis en déplaçant la souris jusqu'à l'autre coin de la zone et "
 "enfin en relachant le bouton de la souris."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:120(title)
-msgid "Delay before taking the screenshot"
-msgstr "Délai avant la prise de la capture d'écran"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:127(title)
+msgid "Delay before capturing"
+msgstr "Délai avant la capture"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:122(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:129(para)
 msgid ""
-"The <emphasis>\"Delay before taking the screenshot\"</emphasis> section "
-"allows you to set the delay that will elapse between pressing the <emphasis>"
-"\"Take the screenshot\"</emphasis> button and taking the screenshot. This "
-"delay will allow you to open menus or to do whatever action you want to see "
-"displayed on the screenshot."
+"The <emphasis>\"Delay before capturing\"</emphasis> section allows you to "
+"set the delay that will elapse between pressing the <emphasis>\"OK\"</"
+"emphasis> button and taking the screenshot. This delay will allow you to "
+"open menus or to do whatever action you want to see displayed on the "
+"screenshot."
 msgstr ""
-"La section <emphasis>\"Délai avant la prise de la capture d'écran\"</"
-"emphasis> permet de régler le délai qui s'écoule entre l'appui sur le bouton "
-"<emphasis>\"Prendre la capture d'écran\"</emphasis> et la prise de la "
-"capture d'écran. Cela permet d'ouvrir des menus, d'effectuer une action "
-"quelconque à afficher sur la capture d'écran."
+"La section <emphasis>\"Délai avant la capture\"</emphasis> permet de régler "
+"le délai qui s'écoule entre l'appui sur le bouton <emphasis>\"OK\"</"
+"emphasis> et la prise de la capture d'écran. Cela permet d'ouvrir des menus, "
+"d'effectuer une action quelconque à afficher sur la capture d'écran."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:133(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:139(title)
+msgid "After capturing"
+msgstr "Après la capture"
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:141(para)
+msgid ""
+"The <emphasis>\"Show the save dialog\"</emphasis> option is described below, "
+"in the <emphasis>\"Action\"</emphasis> section."
+msgstr ""
+"L'option <emphasis>\"Afficher la fenêtre de sauvegarde\"</emphasis> est décrite "
+"ci-dessous, dans la section <emphasis>\"Action\"</emphasis>."
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:147(para)
+msgid ""
+"The <emphasis>\"Close the application\"</emphasis> option allows you, if "
+"unchecked, to take several screenshots in a row. If checked, the application "
+"will be closed once the screenshot has been taken and the action you "
+"selected executed."
+msgstr ""
+"L'option <emphasis>\"Fermer l'application\"</emphasis> permet, si désactivée, "
+"de prendre plusieurs captures d'écran à la suite. Si activée, l'application "
+"sera fermée une fois la capture d'écran prise et l'action sélectionnée éxécutée."
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:157(title)
 msgid "Action"
 msgstr "Action"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:135(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:159(para)
 msgid ""
 "The <emphasis>\"Action\"</emphasis> section allows you to choose what should "
-"be done with the screenshot. Three choices are available."
+"be done with the screenshot."
 msgstr ""
 "La section <emphasis>\"Action\"</emphasis> permet de choisir l'action à "
-"effectuer avec la capture d'écran. Trois actions sont possibles."
+"effectuer avec la capture d'écran."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:142(title)
-msgid "Save"
-msgstr "Sauvegarder"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:165(title)
+msgid "Save in"
+msgstr "Sauvegarder dans"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:144(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:167(para)
 msgid ""
-"The <emphasis>\"Save\"</emphasis> option will save the screenshot to a PNG "
-"file. If you check the <emphasis>\"Save by default to\"</emphasis> checkbox, "
+"The <emphasis>\"Save in\"</emphasis> option will save the screenshot to a "
+"PNG file. If you don't check the <emphasis>\"Show the save dialog\"</"
+"emphasis> checkbox in the <emphasis>\"After capturing\"</emphasis> section, "
 "the screenshot will be saved to the folder on the right after you press the "
-"<emphasis>\"Take the screenshot\"</emphasis> button, without showing any "
-"save dialog. Otherwise, a save dialog will be displayed, which also shows a "
-"preview of the screenshot. You will then be able to set the save location, "
-"and the name of the file."
+"<emphasis>\"OK\"</emphasis> button, without showing any save dialog. "
+"Otherwise, a save dialog will be displayed, which also shows a preview of "
+"the screenshot. You will then be able to set the save location, and the name "
+"of the file."
 msgstr ""
 "<emphasis>\"Sauvegarder\"</emphasis> enregistrera la capture d'écran dans un "
-"fichier PNG. Si vous cochez la case <emphasis>\"Sauvegarder par défaut dans"
-"\"</emphasis>, la capture d'écran sera enregistrée après l'appui sur le "
-"boutton <emphasis>\"Prendre la capture d'écran\"</emphasis> dans le dossier "
-"spécifié à droite, sans afficher de fenêtre de sauvegarde. Sinon, une "
-"fenêtre de sauvegarde vous permettra de choisir où la sauvegarder, et sous "
-"quel nom."
+"fichier PNG. Si vous ne cochez pas la case <emphasis>\"Afficher la fenêtre de "
+"sauvegarde\"</emphasis>, la capture d'écran sera enregistrée après l'appui sur le "
+"boutton <emphasis>\"OK\"</emphasis> dans le dossier spécifié à droite, sans "
+"afficher de fenêtre de sauvegarde. Sinon, une fenêtre de sauvegarde vous "
+"permettra de choisir où la sauvegarder, et sous quel nom."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:158(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:180(para)
+msgid ""
+"Xfce4 Screenshooter is also able to save the screenshot to any remote file "
+"system supported by GVfs, such as FTP, SAMBA, SFTP, remote computers "
+"accessible via SSH... You just need to connect this remote file system using "
+"<emphasis>gvfs-connect</emphasis> or <ulink type=\"http\" url=\"http://www."
+"uvena.de/gigolo/\">Gigolo</ulink> and it will be available in the left "
+"column of the save dialog."
+msgstr ""
+"Xfce4 Screenshooter peut aussi sauvegarder la capture d'écran dans n'importe"
+" quel système de fichiers virtuel pris en charge par GVfs, comme FTP, SAMBA, "
+"SFTP, machines à distance accessibles via SSH... Il suffit de connecter ces "
+"systèmes de fichiers distants à l'aide de <emphasis>gvfs-connect</emphasis> "
+"ou de <ulink type=\"http\" url=\"http://www.uvena.de/gigolo/\">Gigolo</ulink>, "
+"puis ils seront disponible dans la colonne de gauche de la fenêtre de suavegarde."
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:193(title)
 msgid "Copy to the clipboard"
 msgstr "Copier dans le presse papier"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:160(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:195(para)
 msgid ""
 "The <emphasis>\"Copy to the clipboard\"</emphasis> option allows you to "
 "paste the screenshot in another application, such as a word processor. "
@@ -229,50 +298,110 @@
 "provoque souvent son effacement du presse papier, certains gestionnaires de "
 "presse papier permettent d'éviter ce problème."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:171(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:206(title)
 msgid "Open with"
 msgstr "Ouvrir avec"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:173(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:208(para)
 msgid ""
 "The <emphasis>\"Open with\"</emphasis> option saves the screenshot to the "
 "system's temporary directory and opens it with the application set using the "
-"dropdown list below. Applications which support images are automatically "
-"detected and added to the dropdown list."
+"dropdown list on the right. Applications which support images are "
+"automatically detected and added to the dropdown list."
 msgstr ""
 "<emphasis>\"Ouvrir avec\"</emphasis> permet d'enregistrer la capture d'écran "
 "dans le dossier temporaire du système et de l'ouvrir avec l'application "
-"choisie dans le champ en dessous. Les applications permettant d'ouvrir des "
+"choisie dans la liste déroulante à droite. Les applications permettant d'ouvrir des "
 "images sont automatiquement détectées et proposées dans la liste déroulante."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:187(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:218(title)
+msgid "Host on ZimageZ"
+msgstr "Héberger sur ZimageZ"
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:220(para)
+msgid ""
+"The <emphasis>\"Host on ZimageZ\"</emphasis> option allow you to host your "
+"screenshot on this free online hosting service, so that you can share it "
+"easily with other people. ZimageZ automatically generates a large and a "
+"small thumbnail of your screenshot, which can be used to create thumbnails "
+"pointing to the full size screenshot."
+msgstr ""
+"L'option <emphasis>\"Héberger sur ZimageZ\"</emphasis> permet d'héberger "
+"votre capture d'écran sur ce service en ligne gratuit d'hébergement d'images, "
+"ce qui permet de la partager facilement avec d'autres personnes. ZimageZ "
+"génère automatiquement une grande et une petite miniature de votre capture "
+"d'écran, qui peuvent être utilisées pour créer des miniatures qui pointent "
+"sur l'image en taill réelle."
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:229(para)
+msgid ""
+"After pressing the <emphasis>\"OK\"</emphasis> button, you will be shown "
+"this dialog:"
+msgstr ""
+"Après avoir appuyé sur le bouton <emphasis>\"OK\"</emphasis>, cette fenêtre "
+"s'affichera :"
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:241(phrase)
+msgid "The dialog to host a screenshot on ZimageZ"
+msgstr "La fenêtre pour héberger une capture d'écran sur ZimageZ"
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:246(para)
+msgid ""
+"If you do not have a ZimageZ user name, you will need to create one on the "
+"<ulink type=\"http\" url=\"http://www.zimagez.com\"> ZimageZ website</"
+"ulink>. Several languages are available on this website, you can switch "
+"between using the menu up right. You must fill all fields of this dialog. "
+"Once you click the <emphasis>\"OK\"</emphasis> button, the upload will start."
+msgstr ""
+"Si vous n'avez pas pas de nom d'utilisateur ZimageZ, il vous faudra en créer un "
+"sur le <ulink type=\"http\" url=\"http://www.zimagez.com\"> site Internet de ZimageZ</"
+"ulink>. Plusieurs langues sont disponibles sur ce site, vous pouvez en changer en "
+"utilisant le menu en haut à droite. Vous devez remplir tous les champs de cette "
+"fenêtre. Une fois que vous avez validé, la mise en ligne commencera."
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:255(para)
+msgid ""
+"The dialog below will give you the links to the full size screenshot, the "
+"large thumbnail, the small thumbnails, as well examples of HTML and BBcode "
+"to create a thumbnail pointing to the full size screenshot:"
+msgstr ""
+"La fenêtre ci-dessous vous donne les liens vers la capture d'écran en taille "
+"réelle, la grande et la petite miniature, ainsi que des exemples de code HTML "
+"et BBcode pour construire une miniature qui pointe vers la capture d'écran taille "
+"réelle :"
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:268(phrase)
+msgid "The dialog giving the links to your screenshot on ZimageZ"
+msgstr "La fenêtre qui donne les liens vers votre capture d'écran sur ZimageZ"
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:278(title)
 msgid "Via command line"
 msgstr "Via la ligne de commande"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:189(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:280(para)
 msgid ""
 "Command line options allow you to take screenshots quickly. They also allow "
-"you to configure the Prt Scrn key on the upper right of most keyboards so "
-"that it takes screenshots. To do so, configure the keybindings of your "
+"you to configure the Print Screen key on the upper right of most keyboards "
+"so that it takes screenshots. To do so, configure the keybindings of your "
 "desktop environnement so that it launches xfce4-screenshooter with one or "
 "several of the following options when the Prt Scrn key is pressed."
 msgstr ""
 "Les options de ligne de commande permettent de prendre des captures d'écran "
-"rapidement. Elles permettent aussi de faire fonctionner la touche Prt Scrn "
+"rapidement. Elles permettent aussi de faire fonctionner la touche Print Screen "
 "en haut à droite de la plus part des claviers. Pour cela, réglez les "
 "raccourcis de votre environnement de bureau pour qu'ils lancent xfce4-"
 "screenshooter avec une ou plusieurs des options suivantes lorsque la touche "
 "Prt Scrn est appuyée."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:199(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:290(title)
 msgid "The command line options"
 msgstr "Les options en ligne de commande"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:202(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:293(title)
 msgid "The -w option"
 msgstr "L'option -w"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:204(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:295(para)
 msgid ""
 "The <emphasis>-w</emphasis> option allows you to take a screenshot of the "
 "active window."
@@ -280,11 +409,11 @@
 "L'option <emphasis>-w</emphasis> permet de prendre une capture d'écran de la "
 "fenêtre active."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:211(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:302(title)
 msgid "The -f option"
 msgstr "L'option -f"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:213(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:304(para)
 msgid ""
 "The <emphasis>-f</emphasis> option allows you to take a screenshot of the "
 "entire screen."
@@ -292,11 +421,11 @@
 "L'option <emphasis>-f</emphasis> permet de prendre une capture d'écran de "
 "l'écran tout entier."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:220(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:311(title)
 msgid "The -r option"
 msgstr "L'option -r"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:222(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:313(para)
 msgid ""
 "The <emphasis>-r</emphasis> option allows you to select a region to be "
 "captured by clicking a point of the screen without releasing the mouse "
@@ -308,11 +437,11 @@
 "de la souris, puis en déplaçant la souris jusqu'à l'autre coin de la zone et "
 "enfin en relachant le bouton de la souris."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:232(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:323(title)
 msgid "The -d option"
 msgstr "L'option -d"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:234(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:325(para)
 msgid ""
 "The <emphasis>-d</emphasis> option followed by a positive integer allows you "
 "to set the delay before taking the screenshot when the <emphasis>-f</"
@@ -324,11 +453,11 @@
 "options <emphasis>-w</emphasis>, <emphasis>-f</emphasis> ou <emphasis>-r</"
 "emphasis> sont données."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:244(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:335(title)
 msgid "The -s option"
 msgstr "L'option -s"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:246(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:337(para)
 msgid ""
 "The <emphasis>-s</emphasis> option followed by the path to an existing "
 "folder allows you to set where the screenshots are saved. This option only "
@@ -344,11 +473,11 @@
 "l'option <emphasis>-h</emphasis>, vous pouvez enregistrer une capture "
 "d'écran dans un dossier donné, sans afficher de fenêtre de sauvegarde."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:259(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:350(title)
 msgid "The -h option"
 msgstr "L'option -h"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:261(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:352(para)
 msgid ""
 "If you give the <emphasis>-h</emphasis> option, the screenshot will be saved "
 "without showing any save dialog. This option only has an effect if the "
@@ -362,11 +491,11 @@
 "options <emphasis>-w</emphasis>, <emphasis>-f</emphasis> ou <emphasis>-r</"
 "emphasis> sont données."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:273(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:364(title)
 msgid "The -o option"
 msgstr "L'option -o"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:275(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:366(para)
 msgid ""
 "If the <emphasis>-o</emphasis> option is given, followed by an application "
 "name, the screenshot will be saved to the system's temporary directory and "
@@ -380,15 +509,30 @@
 "emphasis>. Cette option n'a un effet que si les options <emphasis>-w</"
 "emphasis>, <emphasis>-f</emphasis> ou <emphasis>-r</emphasis> sont données."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:290(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:378(title)
+msgid "The -u option"
+msgstr "L'option -u"
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:380(para)
+msgid ""
+"If the <emphasis>-u</emphasis> option is given, the screenshot will be "
+"hosted on ZimageZ. See above for more details. This option only has an "
+"effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the "
+"<emphasis>-r</emphasis> option is given."
+msgstr ""
+"L'option <emphasis>-u</emphasis> permet d'héberger la capture d'écran sur "
+"ZimageZ. Cette option n'a un effet que si les options <emphasis>-w</"
+"emphasis>, <emphasis>-f</emphasis> ou <emphasis>-r</emphasis> sont données."
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:393(title)
 msgid "Using the plugin for the Xfce panel"
 msgstr "Utilisation de l'extension pour le tableau de bord de Xfce"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:293(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:396(title)
 msgid "Adding the plugin"
 msgstr "Ajout de l'extension"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:295(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:398(para)
 msgid ""
 "To add the plugin to the panel, right click on the panel and select "
 "<emphasis>\"Add New Item\"</emphasis>. Select the plugin named <emphasis>"
@@ -399,11 +543,11 @@
 "fenêtre qui apparaît, choisissez d'ajouter l'extension nommée <emphasis>"
 "\"Capture d'écran\"</emphasis>. "
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:303(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:406(title)
 msgid "Setting the plugin up"
 msgstr "Configuration de l'extension"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:305(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:408(para)
 msgid ""
 "You can configure how screenshots are taken by right clicking on the plugin "
 "and selecting <emphasis>\"Configure\"</emphasis>. A preferences dialog "
@@ -416,11 +560,11 @@
 "à la fenêtre de l'application que vous pouvez voir plus haut apparaît alors. "
 "Merci de regarder plus haut pour les différentes options."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:315(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:418(title)
 msgid "Using the plugin"
 msgstr "Utilisation"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:317(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:420(para)
 msgid "To take a screenshot, just click on the plugin."
 msgstr ""
 "Il suffit ce cliquer sur l'icône de l'extension pour prendre une capture "
@@ -430,3 +574,4 @@
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:0(None)
 msgid "translator-credits"
 msgstr "Jérôme Guelfucci <jeromeg at xfce.org>, 2009."
+

Modified: xfce4-screenshooter/trunk/po-doc/gl.po
===================================================================
--- xfce4-screenshooter/trunk/po-doc/gl.po	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/po-doc/gl.po	2009-05-30 22:57:19 UTC (rev 7446)
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: xfce-i18n at xfce.org\n"
-"POT-Creation-Date: 2009-02-25 10:44+0100\n"
+"POT-Creation-Date: 2009-05-31 00:15+0200\n"
 "PO-Revision-Date: 2009-04-17 12:25+0100\n"
 "Last-Translator: Leandro Regueiro <leandro.regueiro at gmail.com>\n"
 "Language-Team: Galician <proxecto at trasno.net>\n"
@@ -22,10 +22,28 @@
 
 #. When image changes, this message will be marked fuzzy or untranslated for you.
 #. It doesn't matter what you translate it to: it's not used at all.
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:83(None)
-msgid "@@image: 'images/xfce4-screenshooter-dialog.png'; md5=eac0b7b57e11329de808246e69e6e7d6"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:90(None)
+msgid ""
+"@@image: 'images/xfce4-screenshooter-dialog.png'; "
+"md5=4deee4014eb81c2da3f90353ecb27a3b"
 msgstr ""
 
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:237(None)
+msgid ""
+"@@image: 'images/xfce4-screenshooter-zimagez-login-dialog.png'; "
+"md5=90801d9f563892b813fb680fa6c7dc66"
+msgstr ""
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:264(None)
+msgid ""
+"@@image: 'images/xfce4-screenshooter-zimagez-result-dialog.png'; "
+"md5=b626fbaeac959c97506f87bc3e93407a"
+msgstr ""
+
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:12(title)
 msgid "Xfce4 Screenshooter"
 msgstr ""
@@ -43,7 +61,13 @@
 msgstr "Jérôme Guelfucci"
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:23(para)
-msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. The complete license text is available from the <ulink type=\"http\" url=\"http://www.gnu.org/\">Free Software Foundation</ulink>."
+msgid ""
+"Permission is granted to copy, distribute and/or modify this document under "
+"the terms of the GNU Free Documentation License, Version 1.1 or any later "
+"version published by the Free Software Foundation; with no Invariant "
+"Sections, with no Front-Cover Texts, and with no Back-Cover Texts. The "
+"complete license text is available from the <ulink type=\"http\" url="
+"\"http://www.gnu.org/\">Free Software Foundation</ulink>."
 msgstr ""
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:35(firstname)
@@ -59,195 +83,367 @@
 msgstr "jeromeg at xfce.org"
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:43(releaseinfo)
-msgid "This manual describes version @PACKAGE_VERSION@ of @PACKAGE_NAME at ."
+msgid "This manual describes version @PACKAGE_VERSION@ of Xfce4 Screenshooter."
 msgstr ""
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:49(title)
-msgid "Introduction to @PACKAGE_NAME@"
-msgstr "Introducción a @PACKAGE_NAME@"
+#, fuzzy
+msgid "Introduction to Xfce4 Screenshooter"
+msgstr "A ventá de Xfce4 Screenshooter"
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:51(para)
-msgid "This application allows you to capture the entire screen, the active window or a selected region. You can set the delay that elapses before the screenshot is taken and the action that will be done with the screenshot: save it to a PNG file, copy it to the clipboard, or open it using another application."
+msgid ""
+"This application allows you to capture the entire screen, the active window "
+"or a selected region. You can set the delay that elapses before the "
+"screenshot is taken and the action that will be done with the screenshot: "
+"save it to a PNG file, copy it to the clipboard, or open it using another "
+"application."
 msgstr ""
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:59(para)
+msgid ""
+"If activated on build, you can also host your screenshots on <ulink type="
+"\"http\" url=\"http://www.zimagez.com\">ZimageZ</ulink>, a free online image "
+"hosting service. The CURL and XMLRPC-C libraries are required."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:66(para)
 msgid "A plugin for the Xfce panel is also available."
 msgstr "Tamén hai un engadido para o panel de Xfce."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:66(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:73(title)
 msgid "Using the application"
 msgstr "Uso da aplicación"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:69(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:76(title)
 msgid "Via the user interface"
 msgstr "A través da interface de usuario"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:71(para)
-msgid "To launch the application, use the \"Screenshot\" item in the \"Accessories\" category of Xfce's main menu."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:78(para)
+msgid ""
+"To launch the application, use the \"Screenshot\" item in the \"Accessories"
+"\" category of Xfce's main menu."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:76(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:83(para)
 msgid "This window will be displayed:"
 msgstr "Mostrarase esta ventá:"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:87(phrase)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:94(phrase)
 #, fuzzy
 msgid "The window of Xfce4 Screenshooter"
 msgstr "A ventá de Xfce4 Screenshooter"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:93(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:100(title)
 msgid "Region to capture"
 msgstr "Zona a capturar"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:95(para)
-msgid "The <emphasis>\"Region to capture\"</emphasis> section allows you to set from what the screenshot will be taken:"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:102(para)
+msgid ""
+"The <emphasis>\"Region to capture\"</emphasis> section allows you to set "
+"from what the screenshot will be taken:"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:101(listitem)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:108(listitem)
 msgid "\"Entire screen\" takes a screenshot of the whole screen as you see it."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:105(listitem)
-msgid "\"Active window\" takes a screenshot of the active window, the one which was active before this dialog appeared, or if you set a delay, the one that is active after the delay."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:112(listitem)
+msgid ""
+"\"Active window\" takes a screenshot of the active window, the one which was "
+"active before this dialog appeared, or if you set a delay, the one that is "
+"active after the delay."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:110(listitem)
-msgid "\"Select a region\" allows you to select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:117(listitem)
+msgid ""
+"\"Select a region\" allows you to select a region to be captured by clicking "
+"a point of the screen without releasing the mouse button, dragging your "
+"mouse to the other corner of the region, and releasing the mouse button."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:120(title)
-msgid "Delay before taking the screenshot"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:127(title)
+#, fuzzy
+msgid "Delay before capturing"
 msgstr "Retraso antes de facer a captura de pantalla"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:122(para)
-msgid "The <emphasis>\"Delay before taking the screenshot\"</emphasis> section allows you to set the delay that will elapse between pressing the <emphasis>\"Take the screenshot\"</emphasis> button and taking the screenshot. This delay will allow you to open menus or to do whatever action you want to see displayed on the screenshot."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:129(para)
+msgid ""
+"The <emphasis>\"Delay before capturing\"</emphasis> section allows you to "
+"set the delay that will elapse between pressing the <emphasis>\"OK\"</"
+"emphasis> button and taking the screenshot. This delay will allow you to "
+"open menus or to do whatever action you want to see displayed on the "
+"screenshot."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:133(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:139(title)
+msgid "After capturing"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:141(para)
+msgid ""
+"The <emphasis>\"Show the save dialog\"</emphasis> option is described below, "
+"in the <emphasis>\"Action\"</emphasis> section."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:147(para)
+msgid ""
+"The <emphasis>\"Close the application\"</emphasis> option allows you, if "
+"unchecked, to take several screenshots in a row. If checked, the application "
+"will be closed once the screenshot has been taken and the action you "
+"selected executed."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:157(title)
 msgid "Action"
 msgstr "Acción"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:135(para)
-msgid "The <emphasis>\"Action\"</emphasis> section allows you to choose what should be done with the screenshot. Three choices are available."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:159(para)
+msgid ""
+"The <emphasis>\"Action\"</emphasis> section allows you to choose what should "
+"be done with the screenshot."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:142(title)
-msgid "Save"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:165(title)
+#, fuzzy
+msgid "Save in"
 msgstr "Gardar"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:144(para)
-msgid "The <emphasis>\"Save\"</emphasis> option will save the screenshot to a PNG file. If you check the <emphasis>\"Save by default to\"</emphasis> checkbox, the screenshot will be saved to the folder on the right after you press the <emphasis>\"Take the screenshot\"</emphasis> button, without showing any save dialog. Otherwise, a save dialog will be displayed, which also shows a preview of the screenshot. You will then be able to set the save location, and the name of the file."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:167(para)
+msgid ""
+"The <emphasis>\"Save in\"</emphasis> option will save the screenshot to a "
+"PNG file. If you don't check the <emphasis>\"Show the save dialog\"</"
+"emphasis> checkbox in the <emphasis>\"After capturing\"</emphasis> section, "
+"the screenshot will be saved to the folder on the right after you press the "
+"<emphasis>\"OK\"</emphasis> button, without showing any save dialog. "
+"Otherwise, a save dialog will be displayed, which also shows a preview of "
+"the screenshot. You will then be able to set the save location, and the name "
+"of the file."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:158(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:180(para)
+msgid ""
+"Xfce4 Screenshooter is also able to save the screenshot to any remote file "
+"system supported by GVfs, such as FTP, SAMBA, SFTP, remote computers "
+"accessible via SSH... You just need to connect this remote file system using "
+"<emphasis>gvfs-connect</emphasis> or <ulink type=\"http\" url=\"http://www."
+"uvena.de/gigolo/\">Gigolo</ulink> and it will be available in the left "
+"column of the save dialog."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:193(title)
 msgid "Copy to the clipboard"
 msgstr "Copiar ó portarretallos"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:160(para)
-msgid "The <emphasis>\"Copy to the clipboard\"</emphasis> option allows you to paste the screenshot in another application, such as a word processor. Exiting the application before the screenshot is pasted often removes the image from the clipboard. Some clipboard managers allow you to prevent this."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:195(para)
+msgid ""
+"The <emphasis>\"Copy to the clipboard\"</emphasis> option allows you to "
+"paste the screenshot in another application, such as a word processor. "
+"Exiting the application before the screenshot is pasted often removes the "
+"image from the clipboard. Some clipboard managers allow you to prevent this."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:171(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:206(title)
 msgid "Open with"
 msgstr "Abrir con"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:173(para)
-msgid "The <emphasis>\"Open with\"</emphasis> option saves the screenshot to the system's temporary directory and opens it with the application set using the dropdown list below. Applications which support images are automatically detected and added to the dropdown list."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:208(para)
+msgid ""
+"The <emphasis>\"Open with\"</emphasis> option saves the screenshot to the "
+"system's temporary directory and opens it with the application set using the "
+"dropdown list on the right. Applications which support images are "
+"automatically detected and added to the dropdown list."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:187(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:218(title)
+msgid "Host on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:220(para)
+msgid ""
+"The <emphasis>\"Host on ZimageZ\"</emphasis> option allow you to host your "
+"screenshot on this free online hosting service, so that you can share it "
+"easily with other people. ZimageZ automatically generates a large and a "
+"small thumbnail of your screenshot, which can be used to create thumbnails "
+"pointing to the full size screenshot."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:229(para)
+msgid ""
+"After pressing the <emphasis>\"OK\"</emphasis> button, you will be shown "
+"this dialog:"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:241(phrase)
+msgid "The dialog to host a screenshot on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:246(para)
+msgid ""
+"If you do not have a ZimageZ user name, you will need to create one on the "
+"<ulink type=\"http\" url=\"http://www.zimagez.com\"> ZimageZ website</"
+"ulink>. Several languages are available on this website, you can switch "
+"between using the menu up right. You must fill all fields of this dialog. "
+"Once you click the <emphasis>\"OK\"</emphasis> button, the upload will start."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:255(para)
+msgid ""
+"The dialog below will give you the links to the full size screenshot, the "
+"large thumbnail, the small thumbnails, as well examples of HTML and BBcode "
+"to create a thumbnail pointing to the full size screenshot:"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:268(phrase)
+msgid "The dialog giving the links to your screenshot on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:278(title)
 msgid "Via command line"
 msgstr "A través da liña de comandos"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:189(para)
-msgid "Command line options allow you to take screenshots quickly. They also allow you to configure the Prt Scrn key on the upper right of most keyboards so that it takes screenshots. To do so, configure the keybindings of your desktop environnement so that it launches xfce4-screenshooter with one or several of the following options when the Prt Scrn key is pressed."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:280(para)
+msgid ""
+"Command line options allow you to take screenshots quickly. They also allow "
+"you to configure the Print Screen key on the upper right of most keyboards "
+"so that it takes screenshots. To do so, configure the keybindings of your "
+"desktop environnement so that it launches xfce4-screenshooter with one or "
+"several of the following options when the Prt Scrn key is pressed."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:199(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:290(title)
 msgid "The command line options"
 msgstr "As opcións de liña de comandos"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:202(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:293(title)
 msgid "The -w option"
 msgstr "A opción -w"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:204(para)
-msgid "The <emphasis>-w</emphasis> option allows you to take a screenshot of the active window."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:295(para)
+msgid ""
+"The <emphasis>-w</emphasis> option allows you to take a screenshot of the "
+"active window."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:211(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:302(title)
 msgid "The -f option"
 msgstr "A opción -f"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:213(para)
-msgid "The <emphasis>-f</emphasis> option allows you to take a screenshot of the entire screen."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:304(para)
+msgid ""
+"The <emphasis>-f</emphasis> option allows you to take a screenshot of the "
+"entire screen."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:220(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:311(title)
 msgid "The -r option"
 msgstr "A opción -r"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:222(para)
-msgid "The <emphasis>-r</emphasis> option allows you to select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:313(para)
+msgid ""
+"The <emphasis>-r</emphasis> option allows you to select a region to be "
+"captured by clicking a point of the screen without releasing the mouse "
+"button, dragging your mouse to the other corner of the region, and releasing "
+"the mouse button."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:232(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:323(title)
 msgid "The -d option"
 msgstr "A opción -d"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:234(para)
-msgid "The <emphasis>-d</emphasis> option followed by a positive integer allows you to set the delay before taking the screenshot when the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:325(para)
+msgid ""
+"The <emphasis>-d</emphasis> option followed by a positive integer allows you "
+"to set the delay before taking the screenshot when the <emphasis>-f</"
+"emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option "
+"is given."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:244(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:335(title)
 msgid "The -s option"
 msgstr "A opción -s"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:246(para)
-msgid "The <emphasis>-s</emphasis> option followed by the path to an existing folder allows you to set where the screenshots are saved. This option only has an effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given. Combined with the <emphasis>-h</emphasis> option (see below), it can be used to save a file to a given path, without showing any save dialog."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:337(para)
+msgid ""
+"The <emphasis>-s</emphasis> option followed by the path to an existing "
+"folder allows you to set where the screenshots are saved. This option only "
+"has an effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or "
+"the <emphasis>-r</emphasis> option is given. Combined with the <emphasis>-h</"
+"emphasis> option (see below), it can be used to save a file to a given path, "
+"without showing any save dialog."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:259(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:350(title)
 msgid "The -h option"
 msgstr "A opción -h"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:261(para)
-msgid "If you give the <emphasis>-h</emphasis> option, the screenshot will be saved without showing any save dialog. This option only has an effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given. The <emphasis>-s</emphasis> option allows you to set the save location if needed."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:352(para)
+msgid ""
+"If you give the <emphasis>-h</emphasis> option, the screenshot will be saved "
+"without showing any save dialog. This option only has an effect if the "
+"<emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</"
+"emphasis> option is given. The <emphasis>-s</emphasis> option allows you to "
+"set the save location if needed."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:273(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:364(title)
 msgid "The -o option"
 msgstr "A opción -o"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:275(para)
-msgid "If the <emphasis>-o</emphasis> option is given, followed by an application name, the screenshot will be saved to the system's temporary directory and opened with the application whose name is to be given after <emphasis>-o</emphasis>. This option only has an effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:366(para)
+msgid ""
+"If the <emphasis>-o</emphasis> option is given, followed by an application "
+"name, the screenshot will be saved to the system's temporary directory and "
+"opened with the application whose name is to be given after <emphasis>-o</"
+"emphasis>. This option only has an effect if the <emphasis>-f</emphasis>, "
+"the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:290(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:378(title)
+#, fuzzy
+msgid "The -u option"
+msgstr "A opción -w"
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:380(para)
+msgid ""
+"If the <emphasis>-u</emphasis> option is given, the screenshot will be "
+"hosted on ZimageZ. See above for more details. This option only has an "
+"effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the "
+"<emphasis>-r</emphasis> option is given."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:393(title)
 msgid "Using the plugin for the Xfce panel"
 msgstr "Usar o engadido no panel de Xfce"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:293(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:396(title)
 msgid "Adding the plugin"
 msgstr "Engadir o engadido"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:295(para)
-msgid "To add the plugin to the panel, right click on the panel and select <emphasis>\"Add New Item\"</emphasis>. Select the plugin named <emphasis>\"Screenshot\"</emphasis>, and add it."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:398(para)
+msgid ""
+"To add the plugin to the panel, right click on the panel and select "
+"<emphasis>\"Add New Item\"</emphasis>. Select the plugin named <emphasis>"
+"\"Screenshot\"</emphasis>, and add it."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:303(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:406(title)
 msgid "Setting the plugin up"
 msgstr "Configurar o engadido"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:305(para)
-msgid "You can configure how screenshots are taken by right clicking on the plugin and selecting <emphasis>\"Configure\"</emphasis>. A preferences dialog similar to the dialog of the main application will appear. Please have a look above for the different preferences."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:408(para)
+msgid ""
+"You can configure how screenshots are taken by right clicking on the plugin "
+"and selecting <emphasis>\"Configure\"</emphasis>. A preferences dialog "
+"similar to the dialog of the main application will appear. Please have a "
+"look above for the different preferences."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:315(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:418(title)
 msgid "Using the plugin"
 msgstr "Uso do engadido"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:317(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:420(para)
 msgid "To take a screenshot, just click on the plugin."
 msgstr ""
 
@@ -260,3 +456,5 @@
 "Proxecto Trasno - Adaptación de software libre ó galego.\n"
 "Se queres colaborar podes obter máis información en <http://trasno.net>"
 
+#~ msgid "Introduction to @PACKAGE_NAME@"
+#~ msgstr "Introducción a @PACKAGE_NAME@"

Modified: xfce4-screenshooter/trunk/po-doc/it.po
===================================================================
--- xfce4-screenshooter/trunk/po-doc/it.po	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/po-doc/it.po	2009-05-30 22:57:19 UTC (rev 7446)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter plugin manual\n"
-"POT-Creation-Date: 2009-03-28 15:43+0100\n"
+"POT-Creation-Date: 2009-05-31 00:15+0200\n"
 "PO-Revision-Date: 2009-02-23 17:33+0100\n"
 "Last-Translator: Cristian Marchi <cri.penta at gmail.com>\n"
 "Language-Team: Italian Translation Team <xfce-it-translators at googlegroups."
@@ -16,14 +16,37 @@
 
 #. When image changes, this message will be marked fuzzy or untranslated for you.
 #. It doesn't matter what you translate it to: it's not used at all.
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:83(None)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:90(None)
+#, fuzzy
 msgid ""
 "@@image: 'images/xfce4-screenshooter-dialog.png'; "
+"md5=4deee4014eb81c2da3f90353ecb27a3b"
+msgstr ""
+"@@image: 'images/xfce4-screenshooter-dialog.png'; "
 "md5=eac0b7b57e11329de808246e69e6e7d6"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:237(None)
+#, fuzzy
+msgid ""
+"@@image: 'images/xfce4-screenshooter-zimagez-login-dialog.png'; "
+"md5=90801d9f563892b813fb680fa6c7dc66"
 msgstr ""
 "@@image: 'images/xfce4-screenshooter-dialog.png'; "
 "md5=eac0b7b57e11329de808246e69e6e7d6"
 
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:264(None)
+#, fuzzy
+msgid ""
+"@@image: 'images/xfce4-screenshooter-zimagez-result-dialog.png'; "
+"md5=b626fbaeac959c97506f87bc3e93407a"
+msgstr ""
+"@@image: 'images/xfce4-screenshooter-dialog.png'; "
+"md5=eac0b7b57e11329de808246e69e6e7d6"
+
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:12(title)
 msgid "Xfce4 Screenshooter"
 msgstr "Xfce4 Screenshooter"
@@ -70,13 +93,15 @@
 msgstr "jeromeg at xfce.org"
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:43(releaseinfo)
-msgid "This manual describes version @PACKAGE_VERSION@ of @PACKAGE_NAME at ."
+#, fuzzy
+msgid "This manual describes version @PACKAGE_VERSION@ of Xfce4 Screenshooter."
 msgstr ""
 "Questo manuale descrive la versione @PACKAGE_VERSION@ di @PACKAGE_NAME at ."
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:49(title)
-msgid "Introduction to @PACKAGE_NAME@"
-msgstr "Introduzione a @PACKAGE_NAME at ."
+#, fuzzy
+msgid "Introduction to Xfce4 Screenshooter"
+msgstr "La finestra di Xfce4 screenshooter"
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:51(para)
 msgid ""
@@ -93,18 +118,25 @@
 "utilizzando un'altra applicazione."
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:59(para)
+msgid ""
+"If activated on build, you can also host your screenshots on <ulink type="
+"\"http\" url=\"http://www.zimagez.com\">ZimageZ</ulink>, a free online image "
+"hosting service. The CURL and XMLRPC-C libraries are required."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:66(para)
 msgid "A plugin for the Xfce panel is also available."
 msgstr "Un plugin per il pannello di Xfce è già disponibile"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:66(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:73(title)
 msgid "Using the application"
 msgstr "Utilizzare l'applicazione"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:69(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:76(title)
 msgid "Via the user interface"
 msgstr "Attraverso l'interfaccia utente"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:71(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:78(para)
 msgid ""
 "To launch the application, use the \"Screenshot\" item in the \"Accessories"
 "\" category of Xfce's main menu."
@@ -112,19 +144,19 @@
 "Per lanciare l'applicazione, utilizzare l'elemento «Istantanea» nella "
 "categoria «Accessori» del menu principale di Xfce."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:76(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:83(para)
 msgid "This window will be displayed:"
 msgstr "Verrà visualizzata questa finestra:"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:87(phrase)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:94(phrase)
 msgid "The window of Xfce4 Screenshooter"
 msgstr "La finestra di Xfce4 screenshooter"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:93(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:100(title)
 msgid "Region to capture"
 msgstr "Regione da catturare"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:95(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:102(para)
 msgid ""
 "The <emphasis>\"Region to capture\"</emphasis> section allows you to set "
 "from what the screenshot will be taken:"
@@ -132,13 +164,13 @@
 "La sezione <emphasis>«Regione da catturare»</emphasis> permette di impostare "
 "la zona che deve essere catturata:"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:101(listitem)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:108(listitem)
 msgid "\"Entire screen\" takes a screenshot of the whole screen as you see it."
 msgstr ""
 "«Schermo intero» cattura un'istantanea di tutto lo schermo così com'è "
 "visualizzato."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:105(listitem)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:112(listitem)
 msgid ""
 "\"Active window\" takes a screenshot of the active window, the one which was "
 "active before this dialog appeared, or if you set a delay, the one that is "
@@ -148,7 +180,7 @@
 "quella attiva prima della comparsa di questa finestra), o, se è stato "
 "impostato un ritardo, quella attiva dopo di esso."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:110(listitem)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:117(listitem)
 msgid ""
 "\"Select a region\" allows you to select a region to be captured by clicking "
 "a point of the screen without releasing the mouse button, dragging your "
@@ -158,17 +190,19 @@
 "punto dello schermo con il mouse, trascinandolo e rilasciandolo all'angolo "
 "opposto della regione."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:120(title)
-msgid "Delay before taking the screenshot"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:127(title)
+#, fuzzy
+msgid "Delay before capturing"
 msgstr "Ritardo prima di scattare l'istantanea"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:122(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:129(para)
+#, fuzzy
 msgid ""
-"The <emphasis>\"Delay before taking the screenshot\"</emphasis> section "
-"allows you to set the delay that will elapse between pressing the <emphasis>"
-"\"Take the screenshot\"</emphasis> button and taking the screenshot. This "
-"delay will allow you to open menus or to do whatever action you want to see "
-"displayed on the screenshot."
+"The <emphasis>\"Delay before capturing\"</emphasis> section allows you to "
+"set the delay that will elapse between pressing the <emphasis>\"OK\"</"
+"emphasis> button and taking the screenshot. This delay will allow you to "
+"open menus or to do whatever action you want to see displayed on the "
+"screenshot."
 msgstr ""
 "La sezione <emphasis>«Tempo da attendere prima di scattare l'istantanea»</"
 "emphasis> permette di impostare il ritardo tra la pressione del pulsante "
@@ -176,31 +210,53 @@
 "dell'istantanea. Questo ritardo consente di aprire i menu o preparare "
 "qualsiasi altra operazione che si desidera venga catturata dall'istantanea."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:133(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:139(title)
+msgid "After capturing"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:141(para)
+msgid ""
+"The <emphasis>\"Show the save dialog\"</emphasis> option is described below, "
+"in the <emphasis>\"Action\"</emphasis> section."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:147(para)
+msgid ""
+"The <emphasis>\"Close the application\"</emphasis> option allows you, if "
+"unchecked, to take several screenshots in a row. If checked, the application "
+"will be closed once the screenshot has been taken and the action you "
+"selected executed."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:157(title)
 msgid "Action"
 msgstr "Azione"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:135(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:159(para)
+#, fuzzy
 msgid ""
 "The <emphasis>\"Action\"</emphasis> section allows you to choose what should "
-"be done with the screenshot. Three choices are available."
+"be done with the screenshot."
 msgstr ""
 "La sezione <emphasis>«Azione»</emphasis> permette di scegliere l'operazione "
 "da eseguire con l'istantanea. Sono disponibili tre possibilità:"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:142(title)
-msgid "Save"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:165(title)
+#, fuzzy
+msgid "Save in"
 msgstr "Salva"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:144(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:167(para)
+#, fuzzy
 msgid ""
-"The <emphasis>\"Save\"</emphasis> option will save the screenshot to a PNG "
-"file. If you check the <emphasis>\"Save by default to\"</emphasis> checkbox, "
+"The <emphasis>\"Save in\"</emphasis> option will save the screenshot to a "
+"PNG file. If you don't check the <emphasis>\"Show the save dialog\"</"
+"emphasis> checkbox in the <emphasis>\"After capturing\"</emphasis> section, "
 "the screenshot will be saved to the folder on the right after you press the "
-"<emphasis>\"Take the screenshot\"</emphasis> button, without showing any "
-"save dialog. Otherwise, a save dialog will be displayed, which also shows a "
-"preview of the screenshot. You will then be able to set the save location, "
-"and the name of the file."
+"<emphasis>\"OK\"</emphasis> button, without showing any save dialog. "
+"Otherwise, a save dialog will be displayed, which also shows a preview of "
+"the screenshot. You will then be able to set the save location, and the name "
+"of the file."
 msgstr ""
 "L'opzione <emphasis>«Salva»</emphasis> salverà l'istantanea in un file PNG. "
 "Se è abilitata l'opzione <emphasis>«Di norma, salva in:»</emphasis>, "
@@ -211,11 +267,21 @@
 "In questo modo sarà possibile impostare la posizione di salvataggio e il "
 "nome del file."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:158(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:180(para)
+msgid ""
+"Xfce4 Screenshooter is also able to save the screenshot to any remote file "
+"system supported by GVfs, such as FTP, SAMBA, SFTP, remote computers "
+"accessible via SSH... You just need to connect this remote file system using "
+"<emphasis>gvfs-connect</emphasis> or <ulink type=\"http\" url=\"http://www."
+"uvena.de/gigolo/\">Gigolo</ulink> and it will be available in the left "
+"column of the save dialog."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:193(title)
 msgid "Copy to the clipboard"
 msgstr "Copia negli appunti"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:160(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:195(para)
 msgid ""
 "The <emphasis>\"Copy to the clipboard\"</emphasis> option allows you to "
 "paste the screenshot in another application, such as a word processor. "
@@ -228,31 +294,76 @@
 "generalmente la rimozione dell'immagine dagli appunti. Alcuni gestori di "
 "appunti consentono di superare questo problema."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:171(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:206(title)
 msgid "Open with"
 msgstr "Apri con"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:173(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:208(para)
+#, fuzzy
 msgid ""
 "The <emphasis>\"Open with\"</emphasis> option saves the screenshot to the "
 "system's temporary directory and opens it with the application set using the "
-"dropdown list below. Applications which support images are automatically "
-"detected and added to the dropdown list."
+"dropdown list on the right. Applications which support images are "
+"automatically detected and added to the dropdown list."
 msgstr ""
 "L'opzione <emphasis>«Apri con»</emphasis> salva l'istantanea nella cartella "
 "temporanea di sistema e la apre con l'applicazione impostata utilizzando la "
 "lista a comparsa. Le applicazioni che supportano le immagine vengono "
 "rilevate automaticamente e aggiunte all'elenco."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:187(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:218(title)
+msgid "Host on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:220(para)
+msgid ""
+"The <emphasis>\"Host on ZimageZ\"</emphasis> option allow you to host your "
+"screenshot on this free online hosting service, so that you can share it "
+"easily with other people. ZimageZ automatically generates a large and a "
+"small thumbnail of your screenshot, which can be used to create thumbnails "
+"pointing to the full size screenshot."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:229(para)
+msgid ""
+"After pressing the <emphasis>\"OK\"</emphasis> button, you will be shown "
+"this dialog:"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:241(phrase)
+msgid "The dialog to host a screenshot on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:246(para)
+msgid ""
+"If you do not have a ZimageZ user name, you will need to create one on the "
+"<ulink type=\"http\" url=\"http://www.zimagez.com\"> ZimageZ website</"
+"ulink>. Several languages are available on this website, you can switch "
+"between using the menu up right. You must fill all fields of this dialog. "
+"Once you click the <emphasis>\"OK\"</emphasis> button, the upload will start."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:255(para)
+msgid ""
+"The dialog below will give you the links to the full size screenshot, the "
+"large thumbnail, the small thumbnails, as well examples of HTML and BBcode "
+"to create a thumbnail pointing to the full size screenshot:"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:268(phrase)
+msgid "The dialog giving the links to your screenshot on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:278(title)
 msgid "Via command line"
 msgstr "Attraverso la linea di comando"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:189(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:280(para)
+#, fuzzy
 msgid ""
 "Command line options allow you to take screenshots quickly. They also allow "
-"you to configure the Prt Scrn key on the upper right of most keyboards so "
-"that it takes screenshots. To do so, configure the keybindings of your "
+"you to configure the Print Screen key on the upper right of most keyboards "
+"so that it takes screenshots. To do so, configure the keybindings of your "
 "desktop environnement so that it launches xfce4-screenshooter with one or "
 "several of the following options when the Prt Scrn key is pressed."
 msgstr ""
@@ -264,15 +375,15 @@
 "screenshooter venga lanciato con una o più delle seguenti opzioni nel "
 "momento in cui viene premuto il tasto «Prt Scrn»."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:199(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:290(title)
 msgid "The command line options"
 msgstr "Le opzioni per la linea di comando"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:202(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:293(title)
 msgid "The -w option"
 msgstr "L'opzione -w"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:204(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:295(para)
 msgid ""
 "The <emphasis>-w</emphasis> option allows you to take a screenshot of the "
 "active window."
@@ -280,11 +391,11 @@
 "L'opzione <emphasis>-w</emphasis> consente di catturare un'istantanea della "
 "finestra attiva."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:211(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:302(title)
 msgid "The -f option"
 msgstr "L'opzione -f"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:213(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:304(para)
 msgid ""
 "The <emphasis>-f</emphasis> option allows you to take a screenshot of the "
 "entire screen."
@@ -292,11 +403,11 @@
 "L'opzione <emphasis>-f</emphasis> consente di catturare un'istantanea di "
 "tutto lo schermo."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:220(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:311(title)
 msgid "The -r option"
 msgstr "L'opzione -r"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:222(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:313(para)
 msgid ""
 "The <emphasis>-r</emphasis> option allows you to select a region to be "
 "captured by clicking a point of the screen without releasing the mouse "
@@ -307,11 +418,11 @@
 "catturare facendo clic su un punto dello schermo con il mouse, trascinandolo "
 "e rilasciandolo all'angolo opposto della regione."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:232(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:323(title)
 msgid "The -d option"
 msgstr "L'opzione -d"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:234(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:325(para)
 msgid ""
 "The <emphasis>-d</emphasis> option followed by a positive integer allows you "
 "to set the delay before taking the screenshot when the <emphasis>-f</"
@@ -323,11 +434,11 @@
 "quando è utilizzata l'opzione <emphasis>-f</emphasis>, <emphasis>-w</"
 "emphasis> o <emphasis>-r</emphasis>."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:244(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:335(title)
 msgid "The -s option"
 msgstr "L'opzione -s"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:246(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:337(para)
 msgid ""
 "The <emphasis>-s</emphasis> option followed by the path to an existing "
 "folder allows you to set where the screenshots are saved. This option only "
@@ -344,11 +455,11 @@
 "avanti), permette di salvare il file in un percorso fornito, senza mostrare "
 "alcuna finestra di conferma."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:259(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:350(title)
 msgid "The -h option"
 msgstr "L'opzione -h"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:261(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:352(para)
 msgid ""
 "If you give the <emphasis>-h</emphasis> option, the screenshot will be saved "
 "without showing any save dialog. This option only has an effect if the "
@@ -362,11 +473,11 @@
 "w</emphasis> o <emphasis>-r</emphasis>. L'opzione <emphasis>-s</emphasis> "
 "permette di impostare la posizione di salvataggio se necessaria."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:273(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:364(title)
 msgid "The -o option"
 msgstr "L'opzione -o"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:275(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:366(para)
 msgid ""
 "If the <emphasis>-o</emphasis> option is given, followed by an application "
 "name, the screenshot will be saved to the system's temporary directory and "
@@ -381,15 +492,35 @@
 "è fornito l'argomento <emphasis>-f</emphasis>,<emphasis>-w</emphasis> o "
 "<emphasis>-r</emphasis>."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:290(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:378(title)
+#, fuzzy
+msgid "The -u option"
+msgstr "L'opzione -w"
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:380(para)
+#, fuzzy
+msgid ""
+"If the <emphasis>-u</emphasis> option is given, the screenshot will be "
+"hosted on ZimageZ. See above for more details. This option only has an "
+"effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the "
+"<emphasis>-r</emphasis> option is given."
+msgstr ""
+"Se è fornita l'opzione <emphasis>-o</emphasis>, seguita dal nome di una "
+"applicazione, l'istantanea verrà salvata nella cartella temporanea di "
+"sistema e aperta con il programma il cui comando di avvio è fornito dopo "
+"l'opzione <emphasis>-o</emphasis>. Questa opzione è applicabile solamente se "
+"è fornito l'argomento <emphasis>-f</emphasis>,<emphasis>-w</emphasis> o "
+"<emphasis>-r</emphasis>."
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:393(title)
 msgid "Using the plugin for the Xfce panel"
 msgstr "Utilizzare il plugin con il pannello di Xfce"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:293(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:396(title)
 msgid "Adding the plugin"
 msgstr "Aggiungere il plugin"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:295(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:398(para)
 msgid ""
 "To add the plugin to the panel, right click on the panel and select "
 "<emphasis>\"Add New Item\"</emphasis>. Select the plugin named <emphasis>"
@@ -400,11 +531,11 @@
 "emphasis>. Selezionare il plugin denominato <emphasis>«istantanea»</emphasis> "
 "e aggiungerlo."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:303(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:406(title)
 msgid "Setting the plugin up"
 msgstr "Impostare il plugin"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:305(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:408(para)
 msgid ""
 "You can configure how screenshots are taken by right clicking on the plugin "
 "and selecting <emphasis>\"Configure\"</emphasis>. A preferences dialog "
@@ -417,11 +548,11 @@
 "preferenze simile a quella dell'applicazione principale. Consultare i "
 "paragrafi precedenti per una descrizione delle diverse preferenze."
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:315(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:418(title)
 msgid "Using the plugin"
 msgstr "Utilizzare il plugin"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:317(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:420(para)
 msgid "To take a screenshot, just click on the plugin."
 msgstr "Per catturare un'istantanea, fare clic sull'icona del plugin."
 
@@ -429,3 +560,6 @@
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:0(None)
 msgid "translator-credits"
 msgstr "Traduzione Italiana a cura di Cristian Marchi"
+
+#~ msgid "Introduction to @PACKAGE_NAME@"
+#~ msgstr "Introduzione a @PACKAGE_NAME at ."

Modified: xfce4-screenshooter/trunk/po-doc/ja.po
===================================================================
--- xfce4-screenshooter/trunk/po-doc/ja.po	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/po-doc/ja.po	2009-05-30 22:57:19 UTC (rev 7446)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter 1.5.0.1svn-r06642\n"
-"POT-Creation-Date: 2009-03-28 15:43+0100\n"
+"POT-Creation-Date: 2009-05-31 00:15+0200\n"
 "PO-Revision-Date: 2009-02-12 15:14+0900\n"
 "Last-Translator: Masato Hashimoto <cabezon.hashimoto at gmail.com>\n"
 "Language-Team: Japanese\n"
@@ -18,14 +18,37 @@
 
 #. When image changes, this message will be marked fuzzy or untranslated for you.
 #. It doesn't matter what you translate it to: it's not used at all.
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:83(None)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:90(None)
+#, fuzzy
 msgid ""
 "@@image: 'images/xfce4-screenshooter-dialog.png'; "
+"md5=4deee4014eb81c2da3f90353ecb27a3b"
+msgstr ""
+"@@image: 'images/xfce4-screenshooter-dialog.png'; "
 "md5=eac0b7b57e11329de808246e69e6e7d6"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:237(None)
+#, fuzzy
+msgid ""
+"@@image: 'images/xfce4-screenshooter-zimagez-login-dialog.png'; "
+"md5=90801d9f563892b813fb680fa6c7dc66"
 msgstr ""
 "@@image: 'images/xfce4-screenshooter-dialog.png'; "
 "md5=eac0b7b57e11329de808246e69e6e7d6"
 
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:264(None)
+#, fuzzy
+msgid ""
+"@@image: 'images/xfce4-screenshooter-zimagez-result-dialog.png'; "
+"md5=b626fbaeac959c97506f87bc3e93407a"
+msgstr ""
+"@@image: 'images/xfce4-screenshooter-dialog.png'; "
+"md5=eac0b7b57e11329de808246e69e6e7d6"
+
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:12(title)
 msgid "Xfce4 Screenshooter"
 msgstr "Xfce4 スクリーンシューター"
@@ -70,14 +93,16 @@
 msgstr "jeromeg at xfce.org"
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:43(releaseinfo)
-msgid "This manual describes version @PACKAGE_VERSION@ of @PACKAGE_NAME at ."
+#, fuzzy
+msgid "This manual describes version @PACKAGE_VERSION@ of Xfce4 Screenshooter."
 msgstr ""
 "この説明書は @PACKAGE_NAME@ バージョン @PACKAGE_VERSION@ について書かれていま"
 "す。"
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:49(title)
-msgid "Introduction to @PACKAGE_NAME@"
-msgstr "@PACKAGE_NAME@ の紹介"
+#, fuzzy
+msgid "Introduction to Xfce4 Screenshooter"
+msgstr "Xfce4 スクリーンショットのウィンドウ"
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:51(para)
 msgid ""
@@ -93,18 +118,25 @@
 "アプリケーションで開く) を指定できます。"
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:59(para)
+msgid ""
+"If activated on build, you can also host your screenshots on <ulink type="
+"\"http\" url=\"http://www.zimagez.com\">ZimageZ</ulink>, a free online image "
+"hosting service. The CURL and XMLRPC-C libraries are required."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:66(para)
 msgid "A plugin for the Xfce panel is also available."
 msgstr "Xfce パネル用プラグインも用意されています。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:66(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:73(title)
 msgid "Using the application"
 msgstr "アプリケーションを使う"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:69(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:76(title)
 msgid "Via the user interface"
 msgstr "ユーザインターフェイスから"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:71(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:78(para)
 msgid ""
 "To launch the application, use the \"Screenshot\" item in the \"Accessories"
 "\" category of Xfce's main menu."
@@ -112,19 +144,19 @@
 "アプリケーションの起動は、Xfce メインメニューの \"アクセサリ\" カテゴリから "
 "\"スクリーンショット\" を選択します。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:76(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:83(para)
 msgid "This window will be displayed:"
 msgstr "以下のウィンドウが表示されます:"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:87(phrase)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:94(phrase)
 msgid "The window of Xfce4 Screenshooter"
 msgstr "Xfce4 スクリーンショットのウィンドウ"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:93(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:100(title)
 msgid "Region to capture"
 msgstr "撮影する領域"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:95(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:102(para)
 msgid ""
 "The <emphasis>\"Region to capture\"</emphasis> section allows you to set "
 "from what the screenshot will be taken:"
@@ -132,12 +164,12 @@
 "<emphasis>\"撮影する領域\"</emphasis> セクションでは、何のスクリーンショット"
 "を撮影するかを指定できます:"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:101(listitem)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:108(listitem)
 msgid "\"Entire screen\" takes a screenshot of the whole screen as you see it."
 msgstr ""
 "\"画面全体\" は表示されている画面全体のスクリーンショットを撮影します。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:105(listitem)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:112(listitem)
 msgid ""
 "\"Active window\" takes a screenshot of the active window, the one which was "
 "active before this dialog appeared, or if you set a delay, the one that is "
@@ -148,7 +180,7 @@
 "延時間が設定されている場合には遅延時間の経過時点でアクティブであったウィンド"
 "ウになります。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:110(listitem)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:117(listitem)
 msgid ""
 "\"Select a region\" allows you to select a region to be captured by clicking "
 "a point of the screen without releasing the mouse button, dragging your "
@@ -157,17 +189,19 @@
 "\"選択した領域\" は、画面の一点をクリックおよびそこからドラッグし、マウスボタ"
 "ンを離したところまでの矩形領域を撮ります。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:120(title)
-msgid "Delay before taking the screenshot"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:127(title)
+#, fuzzy
+msgid "Delay before capturing"
 msgstr "スクリーンショットを撮るまでの遅延時間"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:122(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:129(para)
+#, fuzzy
 msgid ""
-"The <emphasis>\"Delay before taking the screenshot\"</emphasis> section "
-"allows you to set the delay that will elapse between pressing the <emphasis>"
-"\"Take the screenshot\"</emphasis> button and taking the screenshot. This "
-"delay will allow you to open menus or to do whatever action you want to see "
-"displayed on the screenshot."
+"The <emphasis>\"Delay before capturing\"</emphasis> section allows you to "
+"set the delay that will elapse between pressing the <emphasis>\"OK\"</"
+"emphasis> button and taking the screenshot. This delay will allow you to "
+"open menus or to do whatever action you want to see displayed on the "
+"screenshot."
 msgstr ""
 "<emphasis>\"スクリーンショットを撮るまでの遅延時間\"</emphasis> セクションで"
 "は、<emphasis>\"スクリーンショットを撮る\"</emphasis> ボタンがクリックされて"
@@ -175,31 +209,53 @@
 "り、開いたメニューなどあらゆる操作のスクリーンショットを撮影することができま"
 "す。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:133(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:139(title)
+msgid "After capturing"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:141(para)
+msgid ""
+"The <emphasis>\"Show the save dialog\"</emphasis> option is described below, "
+"in the <emphasis>\"Action\"</emphasis> section."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:147(para)
+msgid ""
+"The <emphasis>\"Close the application\"</emphasis> option allows you, if "
+"unchecked, to take several screenshots in a row. If checked, the application "
+"will be closed once the screenshot has been taken and the action you "
+"selected executed."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:157(title)
 msgid "Action"
 msgstr "アクション"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:135(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:159(para)
+#, fuzzy
 msgid ""
 "The <emphasis>\"Action\"</emphasis> section allows you to choose what should "
-"be done with the screenshot. Three choices are available."
+"be done with the screenshot."
 msgstr ""
 "<emphasis>\"アクション\"</emphasis> セクションでは、撮影したスクリーンショッ"
 "トに対する操作を選択できます。次の 3 つの選択肢があります。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:142(title)
-msgid "Save"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:165(title)
+#, fuzzy
+msgid "Save in"
 msgstr "保存する"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:144(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:167(para)
+#, fuzzy
 msgid ""
-"The <emphasis>\"Save\"</emphasis> option will save the screenshot to a PNG "
-"file. If you check the <emphasis>\"Save by default to\"</emphasis> checkbox, "
+"The <emphasis>\"Save in\"</emphasis> option will save the screenshot to a "
+"PNG file. If you don't check the <emphasis>\"Show the save dialog\"</"
+"emphasis> checkbox in the <emphasis>\"After capturing\"</emphasis> section, "
 "the screenshot will be saved to the folder on the right after you press the "
-"<emphasis>\"Take the screenshot\"</emphasis> button, without showing any "
-"save dialog. Otherwise, a save dialog will be displayed, which also shows a "
-"preview of the screenshot. You will then be able to set the save location, "
-"and the name of the file."
+"<emphasis>\"OK\"</emphasis> button, without showing any save dialog. "
+"Otherwise, a save dialog will be displayed, which also shows a preview of "
+"the screenshot. You will then be able to set the save location, and the name "
+"of the file."
 msgstr ""
 "<emphasis>\"保存する\"</emphasis> オプションは、スクリーンショットを PNG ファ"
 "イルに保存します。<emphasis>\"デフォルトの保存場所\"</emphasis> チェックボッ"
@@ -209,11 +265,21 @@
 "ていない場合はスクリーンショットのプレビューが確認できる保存ダイアログが表示"
 "され、保存場所やファイル名を指定できます"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:158(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:180(para)
+msgid ""
+"Xfce4 Screenshooter is also able to save the screenshot to any remote file "
+"system supported by GVfs, such as FTP, SAMBA, SFTP, remote computers "
+"accessible via SSH... You just need to connect this remote file system using "
+"<emphasis>gvfs-connect</emphasis> or <ulink type=\"http\" url=\"http://www."
+"uvena.de/gigolo/\">Gigolo</ulink> and it will be available in the left "
+"column of the save dialog."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:193(title)
 msgid "Copy to the clipboard"
 msgstr "クリップボードにコピーする"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:160(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:195(para)
 msgid ""
 "The <emphasis>\"Copy to the clipboard\"</emphasis> option allows you to "
 "paste the screenshot in another application, such as a word processor. "
@@ -226,31 +292,76 @@
 "プリケーションを終了すると画像は破棄されます。一部のクリップボードマネージャ"
 "を使用することでこれを回避できます。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:171(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:206(title)
 msgid "Open with"
 msgstr "アプリケーションで開く"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:173(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:208(para)
+#, fuzzy
 msgid ""
 "The <emphasis>\"Open with\"</emphasis> option saves the screenshot to the "
 "system's temporary directory and opens it with the application set using the "
-"dropdown list below. Applications which support images are automatically "
-"detected and added to the dropdown list."
+"dropdown list on the right. Applications which support images are "
+"automatically detected and added to the dropdown list."
 msgstr ""
 "<emphasis>\"アプリケーションで開く\"</emphasis> オプションは、スクリーン"
 "ショットをシステムの作業ディレクトリに保存し、下のドロップダウンメニューで指"
 "定されたアプリケーションで開きます。画像をサポートするアプリケーションは自動"
 "的に検出され、ドロップダウンリストに追加されます。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:187(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:218(title)
+msgid "Host on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:220(para)
+msgid ""
+"The <emphasis>\"Host on ZimageZ\"</emphasis> option allow you to host your "
+"screenshot on this free online hosting service, so that you can share it "
+"easily with other people. ZimageZ automatically generates a large and a "
+"small thumbnail of your screenshot, which can be used to create thumbnails "
+"pointing to the full size screenshot."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:229(para)
+msgid ""
+"After pressing the <emphasis>\"OK\"</emphasis> button, you will be shown "
+"this dialog:"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:241(phrase)
+msgid "The dialog to host a screenshot on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:246(para)
+msgid ""
+"If you do not have a ZimageZ user name, you will need to create one on the "
+"<ulink type=\"http\" url=\"http://www.zimagez.com\"> ZimageZ website</"
+"ulink>. Several languages are available on this website, you can switch "
+"between using the menu up right. You must fill all fields of this dialog. "
+"Once you click the <emphasis>\"OK\"</emphasis> button, the upload will start."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:255(para)
+msgid ""
+"The dialog below will give you the links to the full size screenshot, the "
+"large thumbnail, the small thumbnails, as well examples of HTML and BBcode "
+"to create a thumbnail pointing to the full size screenshot:"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:268(phrase)
+msgid "The dialog giving the links to your screenshot on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:278(title)
 msgid "Via command line"
 msgstr "コマンドラインから"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:189(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:280(para)
+#, fuzzy
 msgid ""
 "Command line options allow you to take screenshots quickly. They also allow "
-"you to configure the Prt Scrn key on the upper right of most keyboards so "
-"that it takes screenshots. To do so, configure the keybindings of your "
+"you to configure the Print Screen key on the upper right of most keyboards "
+"so that it takes screenshots. To do so, configure the keybindings of your "
 "desktop environnement so that it launches xfce4-screenshooter with one or "
 "several of the following options when the Prt Scrn key is pressed."
 msgstr ""
@@ -260,15 +371,15 @@
 "ができます。デスクトップ環境のキー設定で、xfce4-screenshooter コマンドに以下"
 "のいくつかのオプションをつけて設定してください。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:199(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:290(title)
 msgid "The command line options"
 msgstr "コマンドラインオプション"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:202(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:293(title)
 msgid "The -w option"
 msgstr "-w オプション"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:204(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:295(para)
 msgid ""
 "The <emphasis>-w</emphasis> option allows you to take a screenshot of the "
 "active window."
@@ -276,11 +387,11 @@
 "<emphasis>-w</emphasis> オプションは、アクティブウィンドウのスクリーンショッ"
 "トを撮影します。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:211(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:302(title)
 msgid "The -f option"
 msgstr "-f オプション"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:213(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:304(para)
 msgid ""
 "The <emphasis>-f</emphasis> option allows you to take a screenshot of the "
 "entire screen."
@@ -288,11 +399,11 @@
 "<emphasis>-f</emphasis> オプションは、画面全体のスクリーンショットを撮影しま"
 "す。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:220(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:311(title)
 msgid "The -r option"
 msgstr "-r オプション"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:222(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:313(para)
 msgid ""
 "The <emphasis>-r</emphasis> option allows you to select a region to be "
 "captured by clicking a point of the screen without releasing the mouse "
@@ -302,11 +413,11 @@
 "<emphasis>-r</emphasis> オプションは、画面の一点をクリックおよびそこからド"
 "ラッグし、マウスボタンを離したところまでの矩形領域を撮ります。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:232(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:323(title)
 msgid "The -d option"
 msgstr "-d オプション"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:234(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:325(para)
 msgid ""
 "The <emphasis>-d</emphasis> option followed by a positive integer allows you "
 "to set the delay before taking the screenshot when the <emphasis>-f</"
@@ -317,11 +428,11 @@
 "w</emphasis>、または <emphasis>-r</emphasis> オプションのいずれかが指定された"
 "際に、続く正の整数の秒数分経過した後にスクリーンショットを撮影します。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:244(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:335(title)
 msgid "The -s option"
 msgstr "-s オプション"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:246(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:337(para)
 msgid ""
 "The <emphasis>-s</emphasis> option followed by the path to an existing "
 "folder allows you to set where the screenshots are saved. This option only "
@@ -336,11 +447,11 @@
 "が指定された場合のみ機能します。<emphasis>-h</emphasis> オプション (後述) と"
 "の組み合わせで、保存ダイアログを表示せずに指定したパスに保存します。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:259(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:350(title)
 msgid "The -h option"
 msgstr "-h オプション"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:261(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:352(para)
 msgid ""
 "If you give the <emphasis>-h</emphasis> option, the screenshot will be saved "
 "without showing any save dialog. This option only has an effect if the "
@@ -354,11 +465,11 @@
 "た場合のみ機能します。必要であれば <emphasis>-s</emphasis> オプションで保存場"
 "所を指定できます。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:273(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:364(title)
 msgid "The -o option"
 msgstr "-o オプション"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:275(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:366(para)
 msgid ""
 "If the <emphasis>-o</emphasis> option is given, followed by an application "
 "name, the screenshot will be saved to the system's temporary directory and "
@@ -372,15 +483,34 @@
 "emphasis>、<emphasis>-w</emphasis>、または <emphasis>-r</emphasis> オプション"
 "が指定された場合のみ機能します。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:290(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:378(title)
+#, fuzzy
+msgid "The -u option"
+msgstr "-w オプション"
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:380(para)
+#, fuzzy
+msgid ""
+"If the <emphasis>-u</emphasis> option is given, the screenshot will be "
+"hosted on ZimageZ. See above for more details. This option only has an "
+"effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the "
+"<emphasis>-r</emphasis> option is given."
+msgstr ""
+"<emphasis>-o</emphasis> オプションが指定された場合、スクリーンショットはシス"
+"テムの作業ディレクトリに保存され、<emphasis>-o</emphasis> オプションの後に指"
+"定されたアプリケーションで開きます。このオプションは <emphasis>-f</"
+"emphasis>、<emphasis>-w</emphasis>、または <emphasis>-r</emphasis> オプション"
+"が指定された場合のみ機能します。"
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:393(title)
 msgid "Using the plugin for the Xfce panel"
 msgstr "Xfce パネル用プラグインを使う"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:293(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:396(title)
 msgid "Adding the plugin"
 msgstr "プラグインの追加"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:295(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:398(para)
 msgid ""
 "To add the plugin to the panel, right click on the panel and select "
 "<emphasis>\"Add New Item\"</emphasis>. Select the plugin named <emphasis>"
@@ -390,11 +520,11 @@
 "テムの追加\"</emphasis> を選択します。プラグイン <emphasis>\"スクリーンショッ"
 "ト\"</emphasis> を選択し、追加してください。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:303(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:406(title)
 msgid "Setting the plugin up"
 msgstr "プラグインの設定"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:305(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:408(para)
 msgid ""
 "You can configure how screenshots are taken by right clicking on the plugin "
 "and selecting <emphasis>\"Configure\"</emphasis>. A preferences dialog "
@@ -405,11 +535,11 @@
 "<emphasis>\"設定\"</emphasis> を選択します。メインアプリケーションのダイアロ"
 "グと同様の設定ダイアログが表示されます。"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:315(title)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:418(title)
 msgid "Using the plugin"
 msgstr "プラグインを使う"
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:317(para)
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:420(para)
 msgid "To take a screenshot, just click on the plugin."
 msgstr ""
 "パネル上のプラグインアイコンをクリックするだけで、スクリーンショットの撮影が"
@@ -419,3 +549,6 @@
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:0(None)
 msgid "translator-credits"
 msgstr "Masato Hashimoto <cabezon.hashimoto at gmail.com>, 2009."
+
+#~ msgid "Introduction to @PACKAGE_NAME@"
+#~ msgstr "@PACKAGE_NAME@ の紹介"

Modified: xfce4-screenshooter/trunk/po-doc/xfce4-screenshooter.pot
===================================================================
--- xfce4-screenshooter/trunk/po-doc/xfce4-screenshooter.pot	2009-05-30 08:52:03 UTC (rev 7445)
+++ xfce4-screenshooter/trunk/po-doc/xfce4-screenshooter.pot	2009-05-30 22:57:19 UTC (rev 7446)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2009-05-29 13:33+0200\n"
+"POT-Creation-Date: 2009-05-31 00:15+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -11,10 +11,22 @@
 
 #. When image changes, this message will be marked fuzzy or untranslated for you.
 #. It doesn't matter what you translate it to: it's not used at all.
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:83(None) 
-msgid "@@image: 'images/xfce4-screenshooter-dialog.png'; md5=a6ca268a2df9d078905853729dfd80c2"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:90(None) 
+msgid "@@image: 'images/xfce4-screenshooter-dialog.png'; md5=4deee4014eb81c2da3f90353ecb27a3b"
 msgstr ""
 
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:237(None) 
+msgid "@@image: 'images/xfce4-screenshooter-zimagez-login-dialog.png'; md5=90801d9f563892b813fb680fa6c7dc66"
+msgstr ""
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:264(None) 
+msgid "@@image: 'images/xfce4-screenshooter-zimagez-result-dialog.png'; md5=b626fbaeac959c97506f87bc3e93407a"
+msgstr ""
+
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:12(title) 
 msgid "Xfce4 Screenshooter"
 msgstr ""
@@ -48,11 +60,11 @@
 msgstr ""
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:43(releaseinfo) 
-msgid "This manual describes version @PACKAGE_VERSION@ of @PACKAGE_NAME at ."
+msgid "This manual describes version @PACKAGE_VERSION@ of Xfce4 Screenshooter."
 msgstr ""
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:49(title) 
-msgid "Introduction to @PACKAGE_NAME@"
+msgid "Introduction to Xfce4 Screenshooter"
 msgstr ""
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:51(para) 
@@ -60,182 +72,238 @@
 msgstr ""
 
 #: ../docs/manual/C/xfce4-screenshooter.xml.in:59(para) 
+msgid "If activated on build, you can also host your screenshots on <ulink type=\"http\" url=\"http://www.zimagez.com\">ZimageZ</ulink>, a free online image hosting service. The CURL and XMLRPC-C libraries are required."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:66(para) 
 msgid "A plugin for the Xfce panel is also available."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:66(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:73(title) 
 msgid "Using the application"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:69(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:76(title) 
 msgid "Via the user interface"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:71(para) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:78(para) 
 msgid "To launch the application, use the \"Screenshot\" item in the \"Accessories\" category of Xfce's main menu."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:76(para) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:83(para) 
 msgid "This window will be displayed:"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:87(phrase) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:94(phrase) 
 msgid "The window of Xfce4 Screenshooter"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:93(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:100(title) 
 msgid "Region to capture"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:95(para) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:102(para) 
 msgid "The <emphasis>\"Region to capture\"</emphasis> section allows you to set from what the screenshot will be taken:"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:101(listitem) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:108(listitem) 
 msgid "\"Entire screen\" takes a screenshot of the whole screen as you see it."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:105(listitem) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:112(listitem) 
 msgid "\"Active window\" takes a screenshot of the active window, the one which was active before this dialog appeared, or if you set a delay, the one that is active after the delay."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:110(listitem) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:117(listitem) 
 msgid "\"Select a region\" allows you to select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:120(title) 
-msgid "Delay before taking the screenshot"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:127(title) 
+msgid "Delay before capturing"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:122(para) 
-msgid "The <emphasis>\"Delay before taking the screenshot\"</emphasis> section allows you to set the delay that will elapse between pressing the <emphasis>\"Take the screenshot\"</emphasis> button and taking the screenshot. This delay will allow you to open menus or to do whatever action you want to see displayed on the screenshot."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:129(para) 
+msgid "The <emphasis>\"Delay before capturing\"</emphasis> section allows you to set the delay that will elapse between pressing the <emphasis>\"OK\"</emphasis> button and taking the screenshot. This delay will allow you to open menus or to do whatever action you want to see displayed on the screenshot."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:133(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:139(title) 
+msgid "After capturing"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:141(para) 
+msgid "The <emphasis>\"Show the save dialog\"</emphasis> option is described below, in the <emphasis>\"Action\"</emphasis> section."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:147(para) 
+msgid "The <emphasis>\"Close the application\"</emphasis> option allows you, if unchecked, to take several screenshots in a row. If checked, the application will be closed once the screenshot has been taken and the action you selected executed."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:157(title) 
 msgid "Action"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:135(para) 
-msgid "The <emphasis>\"Action\"</emphasis> section allows you to choose what should be done with the screenshot. Three choices are available."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:159(para) 
+msgid "The <emphasis>\"Action\"</emphasis> section allows you to choose what should be done with the screenshot."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:142(title) 
-msgid "Save"
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:165(title) 
+msgid "Save in"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:144(para) 
-msgid "The <emphasis>\"Save\"</emphasis> option will save the screenshot to a PNG file. If you check the <emphasis>\"Save by default to\"</emphasis> checkbox, the screenshot will be saved to the folder on the right after you press the <emphasis>\"Take the screenshot\"</emphasis> button, without showing any save dialog. Otherwise, a save dialog will be displayed, which also shows a preview of the screenshot. You will then be able to set the save location, and the name of the file."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:167(para) 
+msgid "The <emphasis>\"Save in\"</emphasis> option will save the screenshot to a PNG file. If you don't check the <emphasis>\"Show the save dialog\"</emphasis> checkbox in the <emphasis>\"After capturing\"</emphasis> section, the screenshot will be saved to the folder on the right after you press the <emphasis>\"OK\"</emphasis> button, without showing any save dialog. Otherwise, a save dialog will be displayed, which also shows a preview of the screenshot. You will then be able to set the save location, and the name of the file."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:158(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:180(para) 
+msgid "Xfce4 Screenshooter is also able to save the screenshot to any remote file system supported by GVfs, such as FTP, SAMBA, SFTP, remote computers accessible via SSH... You just need to connect this remote file system using <emphasis>gvfs-connect</emphasis> or <ulink type=\"http\" url=\"http://www.uvena.de/gigolo/\">Gigolo</ulink> and it will be available in the left column of the save dialog."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:193(title) 
 msgid "Copy to the clipboard"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:160(para) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:195(para) 
 msgid "The <emphasis>\"Copy to the clipboard\"</emphasis> option allows you to paste the screenshot in another application, such as a word processor. Exiting the application before the screenshot is pasted often removes the image from the clipboard. Some clipboard managers allow you to prevent this."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:171(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:206(title) 
 msgid "Open with"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:173(para) 
-msgid "The <emphasis>\"Open with\"</emphasis> option saves the screenshot to the system's temporary directory and opens it with the application set using the dropdown list below. Applications which support images are automatically detected and added to the dropdown list."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:208(para) 
+msgid "The <emphasis>\"Open with\"</emphasis> option saves the screenshot to the system's temporary directory and opens it with the application set using the dropdown list on the right. Applications which support images are automatically detected and added to the dropdown list."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:187(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:218(title) 
+msgid "Host on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:220(para) 
+msgid "The <emphasis>\"Host on ZimageZ\"</emphasis> option allow you to host your screenshot on this free online hosting service, so that you can share it easily with other people. ZimageZ automatically generates a large and a small thumbnail of your screenshot, which can be used to create thumbnails pointing to the full size screenshot."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:229(para) 
+msgid "After pressing the <emphasis>\"OK\"</emphasis> button, you will be shown this dialog:"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:241(phrase) 
+msgid "The dialog to host a screenshot on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:246(para) 
+msgid "If you do not have a ZimageZ user name, you will need to create one on the <ulink type=\"http\" url=\"http://www.zimagez.com\"> ZimageZ website</ulink>. Several languages are available on this website, you can switch between using the menu up right. You must fill all fields of this dialog. Once you click the <emphasis>\"OK\"</emphasis> button, the upload will start."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:255(para) 
+msgid "The dialog below will give you the links to the full size screenshot, the large thumbnail, the small thumbnails, as well examples of HTML and BBcode to create a thumbnail pointing to the full size screenshot:"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:268(phrase) 
+msgid "The dialog giving the links to your screenshot on ZimageZ"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:278(title) 
 msgid "Via command line"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:189(para) 
-msgid "Command line options allow you to take screenshots quickly. They also allow you to configure the Prt Scrn key on the upper right of most keyboards so that it takes screenshots. To do so, configure the keybindings of your desktop environnement so that it launches xfce4-screenshooter with one or several of the following options when the Prt Scrn key is pressed."
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:280(para) 
+msgid "Command line options allow you to take screenshots quickly. They also allow you to configure the Print Screen key on the upper right of most keyboards so that it takes screenshots. To do so, configure the keybindings of your desktop environnement so that it launches xfce4-screenshooter with one or several of the following options when the Prt Scrn key is pressed."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:199(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:290(title) 
 msgid "The command line options"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:202(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:293(title) 
 msgid "The -w option"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:204(para) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:295(para) 
 msgid "The <emphasis>-w</emphasis> option allows you to take a screenshot of the active window."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:211(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:302(title) 
 msgid "The -f option"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:213(para) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:304(para) 
 msgid "The <emphasis>-f</emphasis> option allows you to take a screenshot of the entire screen."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:220(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:311(title) 
 msgid "The -r option"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:222(para) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:313(para) 
 msgid "The <emphasis>-r</emphasis> option allows you to select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:232(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:323(title) 
 msgid "The -d option"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:234(para) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:325(para) 
 msgid "The <emphasis>-d</emphasis> option followed by a positive integer allows you to set the delay before taking the screenshot when the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:244(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:335(title) 
 msgid "The -s option"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:246(para) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:337(para) 
 msgid "The <emphasis>-s</emphasis> option followed by the path to an existing folder allows you to set where the screenshots are saved. This option only has an effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given. Combined with the <emphasis>-h</emphasis> option (see below), it can be used to save a file to a given path, without showing any save dialog."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:259(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:350(title) 
 msgid "The -h option"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:261(para) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:352(para) 
 msgid "If you give the <emphasis>-h</emphasis> option, the screenshot will be saved without showing any save dialog. This option only has an effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given. The <emphasis>-s</emphasis> option allows you to set the save location if needed."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:273(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:364(title) 
 msgid "The -o option"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:275(para) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:366(para) 
 msgid "If the <emphasis>-o</emphasis> option is given, followed by an application name, the screenshot will be saved to the system's temporary directory and opened with the application whose name is to be given after <emphasis>-o</emphasis>. This option only has an effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:290(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:378(title) 
+msgid "The -u option"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:380(para) 
+msgid "If the <emphasis>-u</emphasis> option is given, the screenshot will be hosted on ZimageZ. See above for more details. This option only has an effect if the <emphasis>-f</emphasis>, the <emphasis>-w</emphasis> or the <emphasis>-r</emphasis> option is given."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:393(title) 
 msgid "Using the plugin for the Xfce panel"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:293(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:396(title) 
 msgid "Adding the plugin"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:295(para) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:398(para) 
 msgid "To add the plugin to the panel, right click on the panel and select <emphasis>\"Add New Item\"</emphasis>. Select the plugin named <emphasis>\"Screenshot\"</emphasis>, and add it."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:303(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:406(title) 
 msgid "Setting the plugin up"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:305(para) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:408(para) 
 msgid "You can configure how screenshots are taken by right clicking on the plugin and selecting <emphasis>\"Configure\"</emphasis>. A preferences dialog similar to the dialog of the main application will appear. Please have a look above for the different preferences."
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:315(title) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:418(title) 
 msgid "Using the plugin"
 msgstr ""
 
-#: ../docs/manual/C/xfce4-screenshooter.xml.in:317(para) 
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:420(para) 
 msgid "To take a screenshot, just click on the plugin."
 msgstr ""
 




More information about the Goodies-commits mailing list