[Goodies-commits] r6658 - in xfce4-screenshooter/trunk: . docs docs/manual docs/manual/C docs/manual/fr docs/manual/id po po-doc src

Jerome Guelfucci jeromeg at xfce.org
Sun Feb 8 00:16:28 CET 2009


Author: jeromeg
Date: 2009-02-07 23:16:27 +0000 (Sat, 07 Feb 2009)
New Revision: 6658

Added:
   xfce4-screenshooter/trunk/docs/
   xfce4-screenshooter/trunk/docs/manual/
   xfce4-screenshooter/trunk/docs/manual/C/
   xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.xml.in
   xfce4-screenshooter/trunk/docs/manual/Makefile.am
   xfce4-screenshooter/trunk/docs/manual/fr/
   xfce4-screenshooter/trunk/docs/manual/id/
   xfce4-screenshooter/trunk/docs/manual/xfce-nochunk.xsl
   xfce4-screenshooter/trunk/po-doc/
   xfce4-screenshooter/trunk/po-doc/LINGUAS
   xfce4-screenshooter/trunk/po-doc/Makefile.am
   xfce4-screenshooter/trunk/po-doc/xfce4-screenshooter.pot
Removed:
   xfce4-screenshooter/trunk/doc/
   xfce4-screenshooter/trunk/docs/C/
   xfce4-screenshooter/trunk/docs/fr/
   xfce4-screenshooter/trunk/docs/id/
Modified:
   xfce4-screenshooter/trunk/ChangeLog
   xfce4-screenshooter/trunk/Makefile.am
   xfce4-screenshooter/trunk/configure.ac.in
   xfce4-screenshooter/trunk/docs/Makefile.am
   xfce4-screenshooter/trunk/docs/manual/C/Makefile.am
   xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.html
   xfce4-screenshooter/trunk/po/ar.po
   xfce4-screenshooter/trunk/po/bg.po
   xfce4-screenshooter/trunk/po/ca.po
   xfce4-screenshooter/trunk/po/cs.po
   xfce4-screenshooter/trunk/po/da.po
   xfce4-screenshooter/trunk/po/de.po
   xfce4-screenshooter/trunk/po/el.po
   xfce4-screenshooter/trunk/po/en_GB.po
   xfce4-screenshooter/trunk/po/es.po
   xfce4-screenshooter/trunk/po/et.po
   xfce4-screenshooter/trunk/po/eu.po
   xfce4-screenshooter/trunk/po/fi.po
   xfce4-screenshooter/trunk/po/fr.po
   xfce4-screenshooter/trunk/po/gl.po
   xfce4-screenshooter/trunk/po/hr.po
   xfce4-screenshooter/trunk/po/hu.po
   xfce4-screenshooter/trunk/po/id.po
   xfce4-screenshooter/trunk/po/it.po
   xfce4-screenshooter/trunk/po/ja.po
   xfce4-screenshooter/trunk/po/lv.po
   xfce4-screenshooter/trunk/po/nb_NO.po
   xfce4-screenshooter/trunk/po/nl.po
   xfce4-screenshooter/trunk/po/pl.po
   xfce4-screenshooter/trunk/po/pt_BR.po
   xfce4-screenshooter/trunk/po/pt_PT.po
   xfce4-screenshooter/trunk/po/sq.po
   xfce4-screenshooter/trunk/po/sv.po
   xfce4-screenshooter/trunk/po/tr.po
   xfce4-screenshooter/trunk/po/uk.po
   xfce4-screenshooter/trunk/po/ur.po
   xfce4-screenshooter/trunk/po/zh_CN.po
   xfce4-screenshooter/trunk/po/zh_TW.po
   xfce4-screenshooter/trunk/src/xfce4-screenshooter.desktop.in.in
Log:
* docs, po-doc: implement a docbook based help file which is now
  translatable through po files. Some bits are still missing.
* src/xfce4-screenshooter.desktop.in.in: don't use a verb in the title.


Modified: xfce4-screenshooter/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter/trunk/ChangeLog	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/ChangeLog	2009-02-07 23:16:27 UTC (rev 6658)
@@ -1,3 +1,9 @@
+2009-02-07 jeromeg
+
+  * docs, po-doc: implement a docbook based help file which is now
+    translatable through po files. Some bits are still missing.
+  * src/xfce4-screenshooter.desktop.in.in: don't use a verb in the title.
+
 2009-02-03 jeromeg
 
   * NEWS: updated.

Modified: xfce4-screenshooter/trunk/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/Makefile.am	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/Makefile.am	2009-02-07 23:16:27 UTC (rev 6658)
@@ -1,6 +1,6 @@
 @SET_MAKE@
 
-SUBDIRS = lib src panel-plugin po icons doc
+SUBDIRS = lib src panel-plugin po po-doc icons docs
 
 distclean-local:
 	rm -rf *.cache *~
@@ -21,6 +21,6 @@
 	intltool-extract						\
 	intltool-merge							\
 	intltool-update
-	
+
 dist_man_MANS = xfce4-screenshooter.1
 

Modified: xfce4-screenshooter/trunk/configure.ac.in
===================================================================
--- xfce4-screenshooter/trunk/configure.ac.in	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/configure.ac.in	2009-02-07 23:16:27 UTC (rev 6658)
@@ -61,6 +61,31 @@
 dnl ***********************************
 XDT_CHECK_OPTIONAL_PACKAGE([GIO], [gio-2.0], [2.16])
 
+dnl **************************
+dnl *** Check for xsltproc ***
+dnl **************************
+AC_ARG_ENABLE([xsltproc], [AC_HELP_STRING([--enable-xsltproc], [Use xsltproc to build documentation @<:@default=no@:>@])],, [enable_xsltproc=no])
+if test x"$enable_xsltproc" = x"yes"; then
+  AC_PATH_PROG([XSLTPROC], [xsltproc], [no])
+  if test x"$XSLTPROC" = x"no"; then
+    enable_xsltproc=no
+  fi
+fi
+AM_CONDITIONAL([ENABLE_XSLTPROC], [test x"$enable_xsltproc" = x"yes"])
+
+dnl ************************
+dnl *** Check for xml2po ***
+dnl ************************
+AC_ARG_ENABLE([xml2po], [AC_HELP_STRING([--enable-xml2po], [Use xml2po to translate documentation @<:@default=no@:>@])],, [enable_xml2po=no])
+if test x"$enable_xml2po" = x"yes"; then
+  AC_PATH_PROG([XML2PO], [xml2po], [no])
+  if test x"$XML2PO" = x"no"; then
+    enable_xml2po=no
+  fi
+fi
+AM_CONDITIONAL([ENABLE_XML2PO], [test x"$enable_xml2po" = x"yes"])
+
+
 dnl ******************************
 dnl *** Check for i18n support ***
 dnl ******************************
@@ -71,13 +96,11 @@
 
 AC_OUTPUT([
 Makefile
-doc/Makefile
-doc/C/Makefile
-doc/C/images/Makefile
-doc/fr/Makefile
-doc/fr/images/Makefile
-doc/id/Makefile
-doc/id/images/Makefile
+docs/Makefile
+docs/manual/Makefile
+docs/manual/C/Makefile
+docs/manual/C/xfce4-screenshooter.xml
+docs/manual/C/images/Makefile
 icons/Makefile
 icons/48x48/Makefile
 icons/scalable/Makefile
@@ -85,6 +108,7 @@
 src/Makefile
 panel-plugin/Makefile
 po/Makefile.in
+po-doc/Makefile
 ])
 
 dnl ***************************


Property changes on: xfce4-screenshooter/trunk/docs
___________________________________________________________________
Added: svn:ignore
   + Makefile.in
Makefile

Added: svn:mergeinfo
   + 

Modified: xfce4-screenshooter/trunk/docs/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/doc/Makefile.am	2009-02-01 01:45:17 UTC (rev 6620)
+++ xfce4-screenshooter/trunk/docs/Makefile.am	2009-02-07 23:16:27 UTC (rev 6658)
@@ -1,4 +1 @@
-SUBDIRS = \
-	C \
-	fr \
-	id
+SUBDIRS = manual


Property changes on: xfce4-screenshooter/trunk/docs/manual
___________________________________________________________________
Added: svn:ignore
   + Makefile
Makefile.in



Property changes on: xfce4-screenshooter/trunk/docs/manual/C
___________________________________________________________________
Added: svn:ignore
   + Makefile
Makefile.in
xfce4-screenshooter.xml

Added: svn:mergeinfo
   + 

Modified: xfce4-screenshooter/trunk/docs/manual/C/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/doc/C/Makefile.am	2009-02-01 01:45:17 UTC (rev 6620)
+++ xfce4-screenshooter/trunk/docs/manual/C/Makefile.am	2009-02-07 23:16:27 UTC (rev 6658)
@@ -1,9 +1,23 @@
-SUBDIRS = \
+# Copied from Thunar, original author: Benedict Meurer
+
+SUBDIRS = 					\
 	images
 
+noinst_DATA = \
+	xfce4-screenshooter.xml
+
 docdir=$(datadir)/xfce4/doc/C
 
 doc_DATA= \
 	xfce4-screenshooter.html
 
-EXTRA_DIST = $(doc_DATA)
+EXTRA_DIST = $(noinst_DATA) $(doc_DATA)
+
+if MAINTAINER_MODE
+if ENABLE_XSLTPROC
+
+xfce4-screenshooter.html: $(srcdir)/xfce4-screenshooter.xml
+	$(XSLTPROC) $(top_srcdir)/docs/manual/xfce-nochunk.xsl $(srcdir)/xfce4-screenshooter.xml
+
+endif
+endif

Modified: xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.html
===================================================================
--- xfce4-screenshooter/trunk/doc/C/xfce4-screenshooter.html	2009-02-01 01:45:17 UTC (rev 6620)
+++ xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.html	2009-02-07 23:16:27 UTC (rev 6658)
@@ -1,165 +1,133 @@
-<html>
-    <head>
-	    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-	    <title>Xfce4 Screenshooter</title>
-	    <link rel="stylesheet" href="../xfce.css" type="text/css">
-    </head>
-
-<body>
-
-<h1>Help for Xfce4 Screenshooter</h1>
-
-<h2>Introduction</h2>
-
-<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>A plugin for the Xfce panel is also available.</p>
-
-<h2>Using the application</h2>
-
-<h3>Via the user interface</h3>
-
-<p>To launch the application, use the <b>"Take a screenshot"</b> item in
-the <b>"Accessories"</b> category of Xfce's main menu.</p>
-
-<p>This window will be displayed:</p>
-
-<img src="images/xfce4-screenshooter-dialog.png" alt="The window of the application"/>
-
-<h4>Region to capture</h4>
-
-<p>The <b>"Region to capture"</b> section allows you to set from what the 
-screenshot will be taken:
-
-<ul>
-  <li>"Entire screen" takes a screenshot of the whole screen as you see it.</li>
-  <li>"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.</li>
-  <li>"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.</li>
-</ul>
-</p>
-
-<h4>Delay before taking the screenshot</h4>
-
-<p>The <b>"Delay before taking the screenshot"</b> section allows you to
-set the delay that will elapse between pressing the <b>Take the screenshot</b>
-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>
-
-<h4>Action</h4>
-
-<p>The <b>"Action"</b> section allows you to choose what should be done
-with the screenshot. Three choices are available.</p>
-
-<h5>Save</h5>
-
-<p>The <b>"Save"</b> option will save the screenshot to a PNG file.
-If you check the <b>"Save by default to"</b> checkbox, the screenshot will
-be saved to the folder on the right after you press the <b>"Take the screenshot"</b> 
-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>
-
-<h5>Copy to the clipboard</h5>
-
-<p>The <b>"Copy to the clipboard"</b> 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.</p>
-
-<h5>Open with</h5>
-
-<p>The <b>"Open with"</b> 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.
-</p>
-
-<h3>Via command line</h3>
-
-<p>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 <b>xfce4-screenshooter</b> with one or
-several of the following options when the Prt Scrn key is pressed.</p>
-
-<h4>The command line options</h4>
-
-<h5>The -w option</h5>
-
-<p>The <b>-w</b> option allows you to take a screenshot of the active window.</p>
-
-<h5>The -f option</h5>
-
-<p>The <b>-f</b> option allows you to take a screenshot of the entire screen.</p>
-
-<h5>The -r option</h5>
-
-<p>The <b>-r</b> 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.</p>
-
-<h5>The -d option</h5>
-
-<p>The <b>-d</b> option followed by a positive integer allows you to set 
-the delay before taking the screenshot when the <b>-f</b>, the <b>-w</b>  
-or the <b>-r</b> option is given.</p>
-
-<h5>The -s option</h5>
-
-<p>The <b>-s</b> 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 <b>-f</b>, the <b>-w</b> or the <b>-r</b> option is given. 
-Combined with the <b>-h option</b> (see below), it can be used to save 
-a file to a given path, without showing any save dialog.</p>
-
-<h5>The -h option</h5>
-
-<p>If you give the <b>-h</b> option, the screenshot will be saved without
-showing any save dialog. This option only has an effect if the
-<b>-f</b>, the <b>-w</b> or the <b>-r</b> option is given. The <b>-s</b> 
-option allows you to set the save location if needed.</p>
-
-<h5>The -o option</h5>
-
-<p>If the <b>-o</b> 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 -o. 
-This option only has an effect if the <b>-f</b>, the <b>-w</b> or 
-the <b>-r</b> option is given.</p>
-
-<h2>Using the plugin for the Xfce panel</h2>
-
-<h3>Adding the plugin</h3>
-
-<p>To add the plugin to the panel, right click on the panel and select
-<b>"Add New Item"</b>. Select the plugin named <b>"Screenshot"</b>, 
-and add it.</p>
-
-<h3>Setting the plugin up</h3>
-
-<p>You can configure how screenshots are taken by right clicking on the 
-extension and selecting <b>"Configure"</b>. A preferences dialog similar
-to the dialog of the main application will appear. Please have a look above
-for the different preferences.</p>
-
-<h3>Using the plugin</h3>
-
-<p>To take a screenshot, just click on the plugin.</p>
-
-<p>
-</p>
-
-</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="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.0.1svn-r06620 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>
+      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>
+      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
+        "Accessories" category of Xfce's main menu.
+      </p><p>
+        This window will be displayed:
+      </p><div class="screenshot"><div class="mediaobject"><img src="images/xfce4-screenshooter-dialog.png" alt="The window of Xfce4 Screenshooter"></div></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="region-to-capture"></a>Region to capture</h4></div></div></div><p>
+          The <span class="emphasis"><em>"Region to capture"</em></span> section allows
+          you to set from what the screenshot will be taken:
+        </p><div class="itemizedlist"><ul type="disc"><li>
+            "Entire screen" takes a screenshot of the whole screen as
+            you see it.
+          </li><li>
+            "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.
+          </li><li>
+            "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.
+          </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>
+          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.
+        </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
+            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.
+          </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,
+            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.
+          </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.
+            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>
+        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.
+      </p><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="options"></a>The command line options</h4></div></div></div><div class="sect4" lang="en"><div class="titlepage"><div><div><h5 class="title"><a name="w-option"></a>The -w option</h5></div></div></div><p>
+            The <span class="emphasis"><em>-w</em></span> option allows you to take a
+            screenshot of the active window.
+          </p></div><div class="sect4" lang="en"><div class="titlepage"><div><div><h5 class="title"><a name="f-option"></a>The -f option</h5></div></div></div><p>
+            The <span class="emphasis"><em>-f</em></span> option allows you to take a
+            screenshot of the entire screen.
+          </p></div><div class="sect4" lang="en"><div class="titlepage"><div><div><h5 class="title"><a name="r-option"></a>The -r option</h5></div></div></div><p>
+            The <span class="emphasis"><em>-r</em></span> 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.
+          </p></div><div class="sect4" lang="en"><div class="titlepage"><div><div><h5 class="title"><a name="d-option"></a>The -d option</h5></div></div></div><p>
+            The <span class="emphasis"><em>-d</em></span> option followed by a positive
+            integer allows you to set the delay before taking the
+            screenshot when 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="s-option"></a>The -s option</h5></div></div></div><p>
+            The <span class="emphasis"><em>-s</em></span> 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
+            <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. Combined with
+            the <span class="emphasis"><em>-h</em></span> option (see below), it can be
+            used to save a file to a given path, without showing any
+            save dialog.
+          </p></div><div class="sect4" lang="en"><div class="titlepage"><div><div><h5 class="title"><a name="h-option"></a>The -h option</h5></div></div></div><p>
+            If you give the <span class="emphasis"><em>-h</em></span> option, the
+            screenshot will be saved without showing any save dialog.
+            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. The
+            <span class="emphasis"><em>-s</em></span> option allows you to set the save
+            location if needed.
+          </p></div><div class="sect4" lang="en"><div class="titlepage"><div><div><h5 class="title"><a name="o-option"></a>The -o option</h5></div></div></div><p>
+            If the <span class="emphasis"><em>-o</em></span> 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 <span class="emphasis"><em>-o</em></span>.
+            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
+        named <span class="emphasis"><em>"Screenshot"</em></span>, and add it.
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="set"></a>Setting the plugin up</h3></div></div></div><p>
+        You can configure how screenshots are taken by right clicking on
+        the plugin and selecting <span class="emphasis"><em>"Configure"</em></span>. A
+        preferences dialog similar to the dialog of the main application
+        will appear. Please have a look above for the different
+        preferences.
+      </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="use"></a>Using the plugin</h3></div></div></div><p>
+        To take a screenshot, just click on the plugin.
+      </p></div></div></div></body></html>

Added: xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.xml.in
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.xml.in	                        (rev 0)
+++ xfce4-screenshooter/trunk/docs/manual/C/xfce4-screenshooter.xml.in	2009-02-07 23:16:27 UTC (rev 6658)
@@ -0,0 +1,324 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+  <!ENTITY date "February 2009">
+  <!ENTITY version "@PACKAGE_VERSION@">
+  <!ENTITY application "@PACKAGE_NAME@">
+]>
+<article id="xfce4-screenshooter" lang="en">
+
+  <!-- Header -->
+  <articleinfo>
+    <title>Xfce4 Screenshooter</title>
+
+    <pubdate>&date;</pubdate>
+
+    <copyright>
+      <year>2008</year>
+      <year>2009</year>
+      <holder>Jérôme Guelfucci</holder>
+    </copyright>
+
+    <legalnotice id="legalnotice">
+      <para>
+        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>.
+      </para>
+    </legalnotice>
+
+    <authorgroup>
+      <author>
+        <firstname>Jérôme</firstname>
+        <surname>Guelfucci</surname>
+        <affiliation>
+          <address><email>jeromeg at xfce.org</email></address>
+        </affiliation>
+      </author>
+    </authorgroup>
+
+    <releaseinfo>
+      This manual describes version &version; of &application;.
+    </releaseinfo>
+  </articleinfo>
+
+  <sect1 id="intro">
+    <title>Introduction to &application;</title>
+
+    <para>
+      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.
+    </para>
+
+    <para>
+      A plugin for the Xfce panel is also available.
+    </para>
+
+  </sect1>
+
+  <sect1 id="using-the-application">
+    <title>Using the application</title>
+
+    <sect2 id="user-interface">
+      <title>Via the user interface</title>
+
+      <para>
+        To launch the application, use the "Screenshot" item in the
+        "Accessories" category of Xfce's main menu.
+      </para>
+
+      <para>
+        This window will be displayed:
+      </para>
+
+      <screenshot>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="images/xfce4-screenshooter-dialog.png" format="PNG"/>
+          </imageobject>
+
+          <textobject>
+            <phrase>The window of Xfce4 Screenshooter</phrase>
+          </textobject>
+        </mediaobject>
+      </screenshot>
+
+      <sect3 id="region-to-capture">
+        <title>Region to capture</title>
+
+        <para>
+          The <emphasis>"Region to capture"</emphasis> section allows
+          you to set from what the screenshot will be taken:
+        </para>
+
+        <itemizedlist>
+          <listitem>
+            "Entire screen" takes a screenshot of the whole screen as
+            you see it.
+          </listitem>
+          <listitem>
+            "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.
+          </listitem>
+          <listitem>
+            "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.
+          </listitem>
+        </itemizedlist>
+      </sect3>
+
+      <sect3 id="delay">
+        <title>Delay before taking the screenshot</title>
+
+        <para>
+          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.
+        </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.
+        </para>
+
+        <sect4 id="save">
+          <title>Save</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
+            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.
+          </para>
+        </sect4>
+
+        <sect4 id="copy-to-clipboard">
+          <title>Copy to the clipboard</title>
+
+          <para>
+            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.
+          </para>
+        </sect4>
+
+        <sect4 id="open-with">
+          <title>Open with</title>
+
+          <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.
+            Applications which support images are automatically detected
+            and added to the dropdown list.
+          </para>
+        </sect4>
+
+      </sect3>
+
+    </sect2>
+
+    <sect2 id="command-line">
+      <title>Via command line</title>
+
+      <para>
+        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.
+      </para>
+
+      <sect3 id="options">
+        <title>The command line options</title>
+
+        <sect4 id="w-option">
+          <title>The -w option</title>
+
+          <para>
+            The <emphasis>-w</emphasis> option allows you to take a
+            screenshot of the active window.
+          </para>
+        </sect4>
+
+        <sect4 id="f-option">
+          <title>The -f option</title>
+
+          <para>
+            The <emphasis>-f</emphasis> option allows you to take a
+            screenshot of the entire screen.
+          </para>
+        </sect4>
+
+        <sect4 id="r-option">
+          <title>The -r option</title>
+
+          <para>
+            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.
+          </para>
+        </sect4>
+
+        <sect4 id="d-option">
+          <title>The -d option</title>
+
+          <para>
+            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.
+          </para>
+        </sect4>
+
+        <sect4 id="s-option">
+          <title>The -s option</title>
+
+          <para>
+            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.
+          </para>
+        </sect4>
+
+        <sect4 id="h-option">
+          <title>The -h option</title>
+
+          <para>
+            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.
+          </para>
+        </sect4>
+
+        <sect4 id="o-option">
+          <title>The -o option</title>
+
+          <para>
+            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.
+          </para>
+        </sect4>
+      </sect3>
+    </sect2>
+  </sect1>
+
+  <sect1 id="panel-plugin">
+    <title>Using the plugin for the Xfce panel</title>
+
+    <sect2 id="add">
+      <title>Adding the plugin</title>
+
+      <para>
+        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.
+      </para>
+    </sect2>
+
+    <sect2 id="set">
+      <title>Setting the plugin up</title>
+
+      <para>
+        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.
+      </para>
+    </sect2>
+
+    <sect2 id="use">
+      <title>Using the plugin</title>
+
+      <para>
+        To take a screenshot, just click on the plugin.
+      </para>
+    </sect2>
+
+  </sect1>
+
+</article>

Added: xfce4-screenshooter/trunk/docs/manual/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/Makefile.am	                        (rev 0)
+++ xfce4-screenshooter/trunk/docs/manual/Makefile.am	2009-02-07 23:16:27 UTC (rev 6658)
@@ -0,0 +1,5 @@
+SUBDIRS = \
+	C
+
+EXTRA_DIST = \
+	xfce-nochunk.xsl


Property changes on: xfce4-screenshooter/trunk/docs/manual/fr
___________________________________________________________________
Added: svn:ignore
   + Makefile.in
Makefile

Added: svn:mergeinfo
   + 


Property changes on: xfce4-screenshooter/trunk/docs/manual/id
___________________________________________________________________
Added: svn:ignore
   + Makefile.in
Makefile

Added: svn:mergeinfo
   + 

Added: xfce4-screenshooter/trunk/docs/manual/xfce-nochunk.xsl
===================================================================
--- xfce4-screenshooter/trunk/docs/manual/xfce-nochunk.xsl	                        (rev 0)
+++ xfce4-screenshooter/trunk/docs/manual/xfce-nochunk.xsl	2009-02-07 23:16:27 UTC (rev 6658)
@@ -0,0 +1,269 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                version='1.0'
+                xmlns="http://www.w3.org/TR/xhtml1/transitional"
+                exclude-result-prefixes="#default">
+
+<!-- Load onechunk.xsl stylesheet
+     TODO: how can I put a location independent link here?
+This should work. The url can be translated to a local one in the catalog
+file"
+-->
+<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/onechunk.xsl"/>
+
+<xsl:param name="suppress.navigation">1</xsl:param>
+
+<!-- Use stylesheet -->
+<xsl:param name="html.stylesheet" select="'../xfce.css'"/>
+
+<!-- labels and numbering -->
+<xsl:param name="autotoc.label.separator" select="'. '"/>
+<xsl:param name="chapter.autolabel" select="1"/>
+
+<!-- Don't force the use of index.html as root filename -->
+<xsl:param name="root.filename" select="''"/>
+
+<!--  Use element id (if present) as file name  -->
+<xsl:variable name="use.id.as.filename">1</xsl:variable>
+
+<xsl:template match="releaseinfo" mode="titlepage.mode">
+  <span class="{name(.)}">
+    <xsl:apply-templates mode="titlepage.mode"/>
+    <br/>
+  </span>
+</xsl:template>
+
+<!-- Use graphics in admonitions (note, warning, etc)  -->
+<xsl:variable name="admon.graphics">0</xsl:variable>
+
+<xsl:param name="admon.style">
+	<xsl:text>text-align: left;</xsl:text></xsl:param>
+
+<xsl:variable name="admon.graphics.path">stylesheet-images/</xsl:variable>
+
+<xsl:variable name="admon.graphics.extension">.gif</xsl:variable>
+
+<xsl:param name="table.border.thickness" select="'0.2pt'"/>
+
+<xsl:param name="graphic.default.extension" select="png"/>
+
+<xsl:attribute-set name="shade.verbatim.style">
+	<xsl:attribute name="border">0</xsl:attribute>
+	<xsl:attribute name="bgcolor">#F3F4F8</xsl:attribute>
+	<xsl:attribute name="width">100%</xsl:attribute>
+</xsl:attribute-set>
+
+<!-- Addition by Jasper Huijsmans to be able to set background color -->
+<!-- and cell attributes. -->
+<!-- This requires an adapted template for tgroup (see end of stylesheet) -->
+<xsl:attribute-set name="table.style">
+  	<xsl:attribute name="bgcolor">#F8F9FD</xsl:attribute>
+	<xsl:attribute name="cellspacing">0</xsl:attribute>
+	<xsl:attribute name="cellpadding">4</xsl:attribute>
+</xsl:attribute-set>
+
+
+<xsl:param name="generate.legalnotice.link" select="0"/>
+
+<xsl:param name="shade.verbatim" select="1"/>
+
+<!-- set font styles for various tags   -->
+<xsl:template match="guibutton">
+<xsl:call-template name="inline.boldseq"/>
+</xsl:template>
+
+<xsl:template match="guiicon">
+<xsl:call-template name="inline.boldseq"/>
+</xsl:template>
+
+<xsl:template match="guilabel">
+<xsl:call-template name="inline.boldseq"/>
+</xsl:template>
+
+<xsl:template match="guimenu">
+<xsl:call-template name="inline.boldseq"/>
+</xsl:template>
+
+<xsl:template match="guimenuitem">
+<xsl:call-template name="inline.boldseq"/>
+</xsl:template>
+
+<xsl:template match="guisubmenu">
+<xsl:call-template name="inline.boldseq"/>
+</xsl:template>
+
+<xsl:template match="application">
+<xsl:call-template name="inline.boldmonoseq"/>
+</xsl:template>
+
+<xsl:template match="caption">
+<xsl:call-template name="inline.boldseq"/>
+</xsl:template>
+
+<!-- Adapted template for tgroup. The only change is the addition of -->
+<!-- table.style attributes -->
+<xsl:template match="tgroup">
+  <table xsl:use-attribute-sets="table.style">
+    <xsl:choose>
+      <!-- If there's a <?dbhtml table-summary="foo"?> PI, use it for
+           the HTML table summary attribute -->
+      <xsl:when test="processing-instruction('dbhtml')">
+        <xsl:variable name="summary">
+          <xsl:call-template name="dbhtml-attribute">
+            <xsl:with-param name="pis"
+                            select="processing-instruction('dbhtml')[1]"/>
+            <xsl:with-param name="attribute" select="'table-summary'"/>
+          </xsl:call-template>
+        </xsl:variable>
+        <xsl:if test="$summary != ''">
+          <xsl:attribute name="summary">
+            <xsl:value-of select="$summary"/>
+          </xsl:attribute>
+        </xsl:if>
+      </xsl:when>
+      <!-- Otherwise, if there's a title, use that -->
+      <xsl:when test="../title">
+        <xsl:attribute name="summary">
+          <xsl:value-of select="string(../title)"/>
+        </xsl:attribute>
+      </xsl:when>
+      <!-- Otherwise, forget the whole idea -->
+      <xsl:otherwise><!-- nevermind --></xsl:otherwise>
+    </xsl:choose>
+
+    <xsl:if test="../@pgwide=1">
+      <xsl:attribute name="width">100%</xsl:attribute>
+    </xsl:if>
+
+    <xsl:choose>
+      <xsl:when test="../@frame='none'">
+        <xsl:attribute name="border">0</xsl:attribute>
+      </xsl:when>
+      <xsl:when test="$table.borders.with.css != 0">
+        <xsl:attribute name="border">0</xsl:attribute>
+        <xsl:choose>
+          <xsl:when test="../@frame='topbot' or ../@frame='top'">
+            <xsl:attribute name="style">
+              <xsl:call-template name="border">
+                <xsl:with-param name="side" select="'top'"/>
+              </xsl:call-template>
+            </xsl:attribute>
+          </xsl:when>
+          <xsl:when test="../@frame='sides'">
+            <xsl:attribute name="style">
+              <xsl:call-template name="border">
+                <xsl:with-param name="side" select="'left'"/>
+              </xsl:call-template>
+              <xsl:call-template name="border">
+                <xsl:with-param name="side" select="'right'"/>
+              </xsl:call-template>
+            </xsl:attribute>
+          </xsl:when>
+        </xsl:choose>
+      </xsl:when>
+      <xsl:otherwise>
+        <xsl:attribute name="border">1</xsl:attribute>
+      </xsl:otherwise>
+    </xsl:choose>
+
+    <xsl:variable name="colgroup">
+      <colgroup>
+        <xsl:call-template name="generate.colgroup">
+          <xsl:with-param name="cols" select="@cols"/>
+        </xsl:call-template>
+      </colgroup>
+    </xsl:variable>
+
+    <xsl:variable name="explicit.table.width">
+      <xsl:call-template name="dbhtml-attribute">
+        <xsl:with-param name="pis"
+                        select="../processing-instruction('dbhtml')[1]"/>
+        <xsl:with-param name="attribute" select="'table-width'"/>
+      </xsl:call-template>
+    </xsl:variable>
+
+    <xsl:variable name="table.width">
+      <xsl:choose>
+        <xsl:when test="$explicit.table.width != ''">
+          <xsl:value-of select="$explicit.table.width"/>
+        </xsl:when>
+        <xsl:when test="$default.table.width = ''">
+          <xsl:text>100%</xsl:text>
+        </xsl:when>
+        <xsl:otherwise>
+          <xsl:value-of select="$default.table.width"/>
+        </xsl:otherwise>
+      </xsl:choose>
+    </xsl:variable>
+
+    <xsl:if test="$default.table.width != ''
+                  or $explicit.table.width != ''">
+      <xsl:attribute name="width">
+        <xsl:choose>
+          <xsl:when test="contains($table.width, '%')">
+            <xsl:value-of select="$table.width"/>
+          </xsl:when>
+          <xsl:when test="$use.extensions != 0
+                          and $tablecolumns.extension != 0">
+            <xsl:choose>
+              <xsl:when test="function-available('stbl:convertLength')">
+                <xsl:value-of select="stbl:convertLength($table.width)"/>
+              </xsl:when>
+              <xsl:when test="function-available('xtbl:convertLength')">
+                <xsl:value-of select="xtbl:convertLength($table.width)"/>
+              </xsl:when>
+              <xsl:otherwise>
+                <xsl:message terminate="yes">
+                  <xsl:text>No convertLength function available.</xsl:text>
+                </xsl:message>
+              </xsl:otherwise>
+            </xsl:choose>
+          </xsl:when>
+          <xsl:otherwise>
+            <xsl:value-of select="$table.width"/>
+          </xsl:otherwise>
+        </xsl:choose>
+      </xsl:attribute>
+    </xsl:if>
+
+    <xsl:choose>
+      <xsl:when test="$use.extensions != 0
+                      and $tablecolumns.extension != 0">
+        <xsl:choose>
+          <xsl:when test="function-available('stbl:adjustColumnWidths')">
+            <xsl:copy-of select="stbl:adjustColumnWidths($colgroup)"/>
+          </xsl:when>
+          <xsl:when test="function-available('xtbl:adjustColumnWidths')">
+            <xsl:copy-of select="xtbl:adjustColumnWidths($colgroup)"/>
+          </xsl:when>
+          <xsl:otherwise>
+            <xsl:message terminate="yes">
+              <xsl:text>No adjustColumnWidths function available.</xsl:text>
+            </xsl:message>
+          </xsl:otherwise>
+        </xsl:choose>
+      </xsl:when>
+      <xsl:otherwise>
+        <xsl:copy-of select="$colgroup"/>
+      </xsl:otherwise>
+    </xsl:choose>
+
+    <xsl:apply-templates select="thead"/>
+    <xsl:apply-templates select="tbody"/>
+    <xsl:apply-templates select="tfoot"/>
+
+    <xsl:if test=".//footnote">
+      <tbody class="footnotes">
+        <tr>
+          <td colspan="{@cols}">
+            <xsl:apply-templates select=".//footnote"
+                                 mode="table.footnote.mode"/>
+          </td>
+        </tr>
+      </tbody>
+    </xsl:if>
+  </table>
+</xsl:template>
+
+
+</xsl:stylesheet>

Modified: xfce4-screenshooter/trunk/po/ar.po
===================================================================
--- xfce4-screenshooter/trunk/po/ar.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/ar.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: xfce\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2008-07-15 23:10+0200\n"
 "Last-Translator: Mohamed Magdy <mohamedmk at gmail.com>\n"
 "Language-Team: Arabeyes <doc at arabeyes.org>\n"
@@ -21,7 +21,6 @@
 msgstr ""
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr ""
 
@@ -30,6 +29,7 @@
 msgstr ""
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr ""
@@ -46,7 +46,7 @@
 msgid "Entire screen"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -56,7 +56,7 @@
 msgid "Active window"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -66,7 +66,7 @@
 msgid "Select a region"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -140,7 +140,7 @@
 msgid "Application:"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr ""
 
@@ -148,30 +148,30 @@
 msgid "Save screenshot as..."
 msgstr ""
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr ""
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr ""
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr ""
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr ""
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
 msgstr ""
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr ""

Modified: xfce4-screenshooter/trunk/po/bg.po
===================================================================
--- xfce4-screenshooter/trunk/po/bg.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/bg.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: xfce\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Adrian Dimitrov <Enzo_01 at abv.bg>\n"
 "Language-Team: \n"
@@ -21,7 +21,6 @@
 msgstr "Screenshot-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Направи снимка на екрана"
 
@@ -30,6 +29,7 @@
 msgstr "Вземи снимката"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Снимка на екрана"
@@ -47,7 +47,7 @@
 msgid "Entire screen"
 msgstr "Целия екран"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -57,7 +57,7 @@
 msgid "Active window"
 msgstr "Активния прозорец"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -67,7 +67,7 @@
 msgid "Select a region"
 msgstr "Избери район"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -149,7 +149,7 @@
 msgid "Application:"
 msgstr "Приложение:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Приложение за отваряне на снимките"
 
@@ -157,23 +157,23 @@
 msgid "Save screenshot as..."
 msgstr "Запиши снимката като..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Информация за версията"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Забавяне в секунди преди снимката да бъде направена"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Не показвай диалога за запис"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Директория където снимките да бъдат записвани"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -182,7 +182,7 @@
 "%s: %s\n"
 "Опитай %s --help за да видиш пълния списък от налични команди.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr ""

Modified: xfce4-screenshooter/trunk/po/ca.po
===================================================================
--- xfce4-screenshooter/trunk/po/ca.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/ca.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter 1.0.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2008-12-28 15:38+0100\n"
 "Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
 "Language-Team: Catalan <xfce-i18n at xfce.org>\n"
@@ -29,7 +29,6 @@
 msgstr "captura-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Fes una captura"
 
@@ -38,6 +37,7 @@
 msgstr "Fes la captura"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Captura"
@@ -54,7 +54,7 @@
 msgid "Entire screen"
 msgstr "Pantalla sencera"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -64,7 +64,7 @@
 msgid "Active window"
 msgstr "Finestra activa"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -74,7 +74,7 @@
 msgid "Select a region"
 msgstr "Regió seleccionada"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -157,7 +157,7 @@
 msgid "Application:"
 msgstr "Aplicació:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Aplicació amb la que s'obre la captura"
 
@@ -165,23 +165,23 @@
 msgid "Save screenshot as..."
 msgstr "Desa la captura com…"
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Informació de la versió"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Retard en segons abans de fer la captura de pantalla"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "No mostris el diàleg d'on desar-la"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Carpeta on la captura es desarà"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -191,7 +191,7 @@
 "Feu %s --help per veure la llista complerta d'opcions disponibles de la "
 "línia d'ordres.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "«%s» no és un directori vàlid, s'emprarà el directori per defecte."

Modified: xfce4-screenshooter/trunk/po/cs.po
===================================================================
--- xfce4-screenshooter/trunk/po/cs.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/cs.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter-plugin 1.0.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-03 20:14+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: Czech <translation-team-cs at lists.sourceforge.net>\n"
@@ -26,7 +26,6 @@
 msgstr "Snímek_obrazovky-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Pořídit snímek obrazovky"
 
@@ -35,6 +34,7 @@
 msgstr "Pořídit snímek obrazovky"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Snímek obrazovky"
@@ -51,7 +51,7 @@
 msgid "Entire screen"
 msgstr "Celá obrazovka"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -61,7 +61,7 @@
 msgid "Active window"
 msgstr "Aktivní okno"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -71,7 +71,7 @@
 msgid "Select a region"
 msgstr "Vybraná oblast"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -154,7 +154,7 @@
 msgid "Application:"
 msgstr "Aplikace:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Aplikace pro otevírání snímků obrazovky"
 
@@ -162,23 +162,23 @@
 msgid "Save screenshot as..."
 msgstr "Uložit snímek obrazovky jako..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Informace o verzi"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Zpoždění před pořízením snímku obrazovky v sekundách"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Nezobrazovat dialogové okno pro ukládání"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Adresář pro uložení snímků obrazovky"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -187,7 +187,7 @@
 "%s: %s\n"
 "Úplný výpis dostupných voleb příkazové řádky získáte příkazem %s --help\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s není platným adresářem, použije se výchozí adresář."

Modified: xfce4-screenshooter/trunk/po/da.po
===================================================================
--- xfce4-screenshooter/trunk/po/da.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/da.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter 1.4.91\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-09 13:46+0100\n"
 "Last-Translator: Per Kongstad <p_kongstad at op.pl>\n"
 "Language-Team: Danish <dansk at dansk-gruppen.dk>\n"
@@ -28,7 +28,6 @@
 msgstr "Skærmbillede-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Tag et skærmbillede"
 
@@ -37,6 +36,7 @@
 msgstr "Tag et skærmbillede"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Skærmbillede"
@@ -54,7 +54,7 @@
 msgid "Entire screen"
 msgstr "Hele skærmen"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -64,7 +64,7 @@
 msgid "Active window"
 msgstr "Aktive vindue"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -74,7 +74,7 @@
 msgid "Select a region"
 msgstr "Markér et område"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -155,7 +155,7 @@
 msgid "Application:"
 msgstr "Program:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Program til åbning af skærmbilledet"
 
@@ -163,23 +163,23 @@
 msgid "Save screenshot as..."
 msgstr "Gem skærmbillede som..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Versionsinformation"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Forsinkelse i sekunder før skærmbilledet tages"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Vis ikke gem-dialogen"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Katalog hvor skærmbilledet vil blive gemt"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -188,7 +188,7 @@
 "%s: %s\n"
 "Prøv %s --help for at se en liste med mulige kommandolinjetilvalg.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s er ikke et gyldigt katalog. Standardkataloget vil blive brugt."

Modified: xfce4-screenshooter/trunk/po/de.po
===================================================================
--- xfce4-screenshooter/trunk/po/de.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/de.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter-plugin 1.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-15 22:37+0100\n"
 "Last-Translator: Fabian Nowak <tiymstery at arcor.de>\n"
 "Language-Team: German <xfce-i18n at xfce.org>\n"
@@ -27,7 +27,6 @@
 msgstr "Bildschirmfoto-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Bildschirmfoto erstellen"
 
@@ -36,6 +35,7 @@
 msgstr "Bildschirmfoto erstellen"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Bildschirmfoto"
@@ -52,7 +52,7 @@
 msgid "Entire screen"
 msgstr "Ganzer Bildschirm"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -62,7 +62,7 @@
 msgid "Active window"
 msgstr "Aktives Fenster"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -72,7 +72,7 @@
 msgid "Select a region"
 msgstr "Bereich auswählen"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -155,7 +155,7 @@
 msgid "Application:"
 msgstr "Anwendung:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Anwendung zum Öffnen des Bildschirmfotos"
 
@@ -163,23 +163,23 @@
 msgid "Save screenshot as..."
 msgstr "Speichere Bildschirmfoto als ..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Versionsinformation"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Verzögerung in Sekunden vor Erstellung des Bildschirmfotos"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Den Speichern-Dialog nicht anzeigen"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Das Verzeichnis, in dem das Bildschirmfoto gespeichert werden soll"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -188,7 +188,7 @@
 "%s: %s\n"
 "Geben Sie »%s --help« ein, um Informationen über die Verwendung zu erhalten.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr ""

Modified: xfce4-screenshooter/trunk/po/el.po
===================================================================
--- xfce4-screenshooter/trunk/po/el.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/el.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-12 20:00+0200\n"
 "Last-Translator: Evaggelos Balaskas <ebalaskas at ebalaskas.gr>\n"
 "Language-Team: Greek <nls at tux.hellug.gr>\n"
@@ -29,7 +29,6 @@
 msgstr "Στιγμιότυπο-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Λήψη στιγμιοτύπου οθόνης"
 
@@ -38,6 +37,7 @@
 msgstr "Λήψη του στιγμιοτύπου οθόνης"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Στιγμιότυπο οθόνης"
@@ -56,7 +56,7 @@
 msgid "Entire screen"
 msgstr "Ολόκληρη την οθόνη"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -66,7 +66,7 @@
 msgid "Active window"
 msgstr "Ενεργό παράθυρο"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -76,7 +76,7 @@
 msgid "Select a region"
 msgstr "Επιλογή περιοχής"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -160,7 +160,7 @@
 msgid "Application:"
 msgstr "Εφαρμογή:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Εφαρμογή να ανοίξει το στιγμιοτύπο οθόνης"
 
@@ -168,23 +168,23 @@
 msgid "Save screenshot as..."
 msgstr "Αποθήκευση στιγμιοτύπου ως ... "
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Πληροφορίες έκδοσης"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Καθυστέρηση σε δευτερόλεπτα πριν την ληψη του στιγμιοτύπου οθόνης"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Μη εμφάνιση του διαλόγου αποθήκευσης"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Κατάλογος στον οποίο θα αποθηκευτεί το στιγμιότυπο οθόνης"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -194,7 +194,7 @@
 "Δοκίμασε %s --help για να δεις μία πλήρη λίστα με τις διαθέσιμες επιλογές "
 "της γραμμής εντολών.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr ""

Modified: xfce4-screenshooter/trunk/po/en_GB.po
===================================================================
--- xfce4-screenshooter/trunk/po/en_GB.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/en_GB.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-11 23:29+1100\n"
 "Last-Translator: Jeff Bailes <thepizzaking at gmail.com>\n"
 "Language-Team: English/GB <en at li.org>\n"
@@ -29,7 +29,6 @@
 msgstr "Screenshot-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Take a screenshot"
 
@@ -38,6 +37,7 @@
 msgstr "Take the screenshot"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Screenshot"
@@ -55,7 +55,7 @@
 msgid "Entire screen"
 msgstr "Entire screen"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -65,7 +65,7 @@
 msgid "Active window"
 msgstr "Active window"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -75,7 +75,7 @@
 msgid "Select a region"
 msgstr "Select a region"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -156,7 +156,7 @@
 msgid "Application:"
 msgstr "Application:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Application to open the screenshot"
 
@@ -164,23 +164,23 @@
 msgid "Save screenshot as..."
 msgstr "Save screenshot as..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Version information"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Delay in seconds before taking the screenshot"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Do not display the save dialogue"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Directory where the screenshot will be saved"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -189,7 +189,7 @@
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s is not a valid directory, the default directory will be used."

Modified: xfce4-screenshooter/trunk/po/es.po
===================================================================
--- xfce4-screenshooter/trunk/po/es.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/es.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-11 16:01+0100\n"
 "Last-Translator: Abel Martín <abel.martin.ruiz at gmail.com>\n"
 "Language-Team: Spanish <xfce-i18n at xfce.org>\n"
@@ -29,7 +29,6 @@
 msgstr "Captura de pantalla-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Realizar una captura de pantalla"
 
@@ -38,6 +37,7 @@
 msgstr "Realizar la captura de pantalla"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Captura de pantalla"
@@ -54,7 +54,7 @@
 msgid "Entire screen"
 msgstr "Toda la pantalla"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -64,7 +64,7 @@
 msgid "Active window"
 msgstr "Ventana activa"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -74,7 +74,7 @@
 msgid "Select a region"
 msgstr "Seleccionar una región"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -156,7 +156,7 @@
 msgid "Application:"
 msgstr "Aplicación:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Aplicación para abrir la captura de pantalla"
 
@@ -164,23 +164,23 @@
 msgid "Save screenshot as..."
 msgstr "Guardar captura de pantalla como..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Información de versión"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Retraso en segundos antes de la captura de pantalla"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "No mostrar el diálogo de guardar"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Directorio donde se guardará la captura de pantalla"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -190,7 +190,7 @@
 "Pruebe %s --help para ver una lista completa de opciones de línea de "
 "comandos.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s no es un directorio válido, se empleará el directorio por defecto."

Modified: xfce4-screenshooter/trunk/po/et.po
===================================================================
--- xfce4-screenshooter/trunk/po/et.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/et.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: \n"
 "Last-Translator: kristjan <kristjan.siimson at gmail.com>\n"
 "Language-Team: \n"
@@ -20,7 +20,6 @@
 msgstr "Ekraanipilt-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Tee ekraanipilt"
 
@@ -29,6 +28,7 @@
 msgstr "Tee ekraanipilt"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Ekraanipilt"
@@ -45,7 +45,7 @@
 msgid "Entire screen"
 msgstr "Kogu ekraan"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -55,7 +55,7 @@
 msgid "Active window"
 msgstr "Käsilolev aken"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -65,7 +65,7 @@
 msgid "Select a region"
 msgstr "Vali ala"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -145,7 +145,7 @@
 msgid "Application:"
 msgstr "Rakendus:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Ekraanipildi avamise rakendus"
 
@@ -153,23 +153,23 @@
 msgid "Save screenshot as..."
 msgstr "Salvesta ekraanipilt kui..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Versiooniteave"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Viivitus sekundites enne ekraanipildi tegemist"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Salvestusdialoogi mitte näidata"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Kataloog kuhu ekraanipildid salvestatakse"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -178,7 +178,7 @@
 "%s: %s\n"
 "%s --help Näitab täieliku loendit käsurea valikutest.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s ei ole korrektne asukoht, kasutatakse vaikimisi kataloogi."

Modified: xfce4-screenshooter/trunk/po/eu.po
===================================================================
--- xfce4-screenshooter/trunk/po/eu.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/eu.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: eu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-28 01:25+0100\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: Euskara <debian-l10n-basque at lists.debian.org>\n"
@@ -27,7 +27,6 @@
 msgstr "Pantaila-argazkia-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Atera pantaila-argazkia bat"
 
@@ -36,6 +35,7 @@
 msgstr "Atera pantaila-argazkia bat"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Pantaila-argazkia"
@@ -46,13 +46,14 @@
 
 #: ../lib/screenshooter-dialogs.c:507
 msgid "<span weight=\"bold\" stretch=\"semiexpanded\">Region to capture</span>"
-msgstr "<span weight=\"bold\" stretch=\"semiexpanded\">Kapturatzeko eremua</span>"
+msgstr ""
+"<span weight=\"bold\" stretch=\"semiexpanded\">Kapturatzeko eremua</span>"
 
 #: ../lib/screenshooter-dialogs.c:539
 msgid "Entire screen"
 msgstr "Pantaila osoa"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -62,7 +63,7 @@
 msgid "Active window"
 msgstr "Leiho aktiboa"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -72,7 +73,7 @@
 msgid "Select a region"
 msgstr "Hautatu eremu bat"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -80,9 +81,9 @@
 "releasing the mouse button, dragging your mouse to the other corner of the "
 "region, and releasing the mouse button."
 msgstr ""
-"Kapturatu behar den eremua aukeratzeko pantailaren puntu bat hautatu "
-"eta sagu botoia askatu gabe arrastratu kurtsorea eremuaren beste ertzera, "
-"han sagu botoia askatuaz."
+"Kapturatu behar den eremua aukeratzeko pantailaren puntu bat hautatu eta "
+"sagu botoia askatu gabe arrastratu kurtsorea eremuaren beste ertzera, han "
+"sagu botoia askatuaz."
 
 #: ../lib/screenshooter-dialogs.c:614
 msgid ""
@@ -153,7 +154,7 @@
 msgid "Application:"
 msgstr "Aplikazioa:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Pantaila-argazkia irekitzeko aplikazioa"
 
@@ -161,23 +162,23 @@
 msgid "Save screenshot as..."
 msgstr "Gorde pantaila-argazkia honela ..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Bertsio argibideak"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Pantaila-argazkia ateratzeko atzerapena segundutan"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Ez erakutsi gordetze elkarrizketa"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Pantaila-argazkia gordeko den direktorioan"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -186,13 +187,15 @@
 "%s: %s\n"
 "Erabili %s --help komando-lerroko komando erabilgarriak ikusteko.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s ez baliozko direktorio bat, lehenetsitako direktorioa erabiliko da."
 
 #: ../src/xfce4-screenshooter.desktop.in.in.h:2
 #: ../panel-plugin/screenshooter.desktop.in.in.h:2
-msgid "Take screenshots of the entire screen, of the active window or of a region"
-msgstr "Panataila osoaren, aktibo dagoen leihoaren edo panatailaren eremu baten  pantaila-argazki bat egin"
-
+msgid ""
+"Take screenshots of the entire screen, of the active window or of a region"
+msgstr ""
+"Panataila osoaren, aktibo dagoen leihoaren edo panatailaren eremu baten  "
+"pantaila-argazki bat egin"

Modified: xfce4-screenshooter/trunk/po/fi.po
===================================================================
--- xfce4-screenshooter/trunk/po/fi.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/fi.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-27 15:23+0200\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-27 15:24+0200\n"
 "Last-Translator: Jari Rahkonen <jari.rahkonen at pp1.inet.fi>\n"
 "Language-Team: Finnish\n"
@@ -26,7 +26,6 @@
 msgstr "Kuvakaappaus-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Kaappaa kuva"
 
@@ -35,6 +34,7 @@
 msgstr "Kaappaa kuva"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Kuvakaappaus"
@@ -51,7 +51,7 @@
 msgid "Entire screen"
 msgstr "Koko näyttö"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -61,7 +61,7 @@
 msgid "Active window"
 msgstr "Aktiivinen ikkuna"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -71,7 +71,7 @@
 msgid "Select a region"
 msgstr "Valitse alue"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -152,7 +152,7 @@
 msgid "Application:"
 msgstr "Sovellus:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Sovellus, jolla kaappaus avataan"
 
@@ -160,23 +160,23 @@
 msgid "Save screenshot as..."
 msgstr "Tallenna kaappaus nimellä..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Versiotiedot"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Aika sekunteina ennen kuvakaappauksen ottamista"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Älä näytä tallennusdialogia"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Kansio, johon kuvakaappaus tallennetaan"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -185,7 +185,7 @@
 "%s: %s\n"
 "Näet kaikki komentorivivalitsimet kirjoittamalla %s --help.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s ei ole kelvollinen kansio, joten käytetään oletuskansiota."
@@ -194,4 +194,5 @@
 #: ../panel-plugin/screenshooter.desktop.in.in.h:2
 msgid ""
 "Take screenshots of the entire screen, of the active window or of a region"
-msgstr "Kaappaa kuvia koko näytöstä, aktiivisesta ikkunasta tai näytön alueesta"
+msgstr ""
+"Kaappaa kuvia koko näytöstä, aktiivisesta ikkunasta tai näytön alueesta"

Modified: xfce4-screenshooter/trunk/po/fr.po
===================================================================
--- xfce4-screenshooter/trunk/po/fr.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/fr.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2008-11-04 21:08+0100\n"
 "Last-Translator: Maximilian Schleiss <maximilian at xfce.org>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
@@ -25,7 +25,6 @@
 msgstr "Capture-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Prendre une capture d'écran"
 
@@ -34,6 +33,7 @@
 msgstr "Prendre la capture d'écran"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Capture d'écran"
@@ -50,7 +50,7 @@
 msgid "Entire screen"
 msgstr "L'écran tout entier"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -60,7 +60,7 @@
 msgid "Active window"
 msgstr "La fenêtre active"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -70,7 +70,7 @@
 msgid "Select a region"
 msgstr "Sélectionner une zone"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -152,7 +152,7 @@
 msgid "Application:"
 msgstr "Application :"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Application pour ouvrir la capture d'écran"
 
@@ -160,23 +160,23 @@
 msgid "Save screenshot as..."
 msgstr "Enregistrer la capture d'écran sous..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Informations sur la version"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Délai en secondes avant la prise de la capture d'écran"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Ne pas afficher la fenêtre de sauvegarde"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Dossier où la capture d'écran sera enregistrée"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -186,7 +186,7 @@
 "Essayez %s --help pour afficher la liste des options de ligne de commande "
 "disponibles.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr ""

Modified: xfce4-screenshooter/trunk/po/gl.po
===================================================================
--- xfce4-screenshooter/trunk/po/gl.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/gl.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2008-06-24 20:02+0100\n"
 "Last-Translator: Leandro Regueiro <leandro DOT regueiro AT gmail DOT com>\n"
 "Language-Team: Galician <proxecto at trasno.net>\n"
@@ -30,7 +30,6 @@
 msgstr ""
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr ""
 
@@ -39,6 +38,7 @@
 msgstr ""
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr ""
@@ -55,7 +55,7 @@
 msgid "Entire screen"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -65,7 +65,7 @@
 msgid "Active window"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -75,7 +75,7 @@
 msgid "Select a region"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -149,7 +149,7 @@
 msgid "Application:"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr ""
 
@@ -157,30 +157,30 @@
 msgid "Save screenshot as..."
 msgstr ""
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Información de versión"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr ""
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr ""
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr ""
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
 msgstr ""
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr ""

Modified: xfce4-screenshooter/trunk/po/hr.po
===================================================================
(Binary files differ)

Modified: xfce4-screenshooter/trunk/po/hu.po
===================================================================
--- xfce4-screenshooter/trunk/po/hu.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/hu.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2008-07-12 19:16+0100\n"
 "Last-Translator: SZERVÁC Attila <sas at 321.hu>\n"
 "Language-Team: Hungarian\n"
@@ -23,7 +23,6 @@
 msgstr "Képernyőkép-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #, fuzzy
 msgid "Take a screenshot"
 msgstr " Képernyőkép készítése"
@@ -34,6 +33,7 @@
 msgstr " Képernyőkép készítése"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 #, fuzzy
 msgid "Screenshot"
@@ -53,7 +53,7 @@
 msgid "Entire screen"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 #, fuzzy
@@ -64,7 +64,7 @@
 msgid "Active window"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -74,7 +74,7 @@
 msgid "Select a region"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -156,7 +156,7 @@
 msgid "Application:"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 #, fuzzy
 msgid "Application to open the screenshot"
 msgstr " Képernyőkép készítése"
@@ -166,23 +166,23 @@
 msgid "Save screenshot as..."
 msgstr "Képernyőkép mentése mint ..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Verzió adatok"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "A felvétel előtt késleltetés másodpercben"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Ne mutasd a mentési párbeszédet"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "A képernyőkép mentési mappája"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -192,7 +192,7 @@
 "Próbáld ezt: %s --help az elérhető parancssori lehetőségek teljes "
 "listájáért.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr ""

Modified: xfce4-screenshooter/trunk/po/id.po
===================================================================
--- xfce4-screenshooter/trunk/po/id.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/id.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter-plugin 1.4.91\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-01 15:39+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
 "Language-Team: Indonesian <translation-team-id at lists.sourceforge.net>\n"
@@ -25,7 +25,6 @@
 msgstr "Cuplikanlayar-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Ambil cuplikan layar"
 
@@ -34,6 +33,7 @@
 msgstr "Ambil cuplikan layar"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Cuplikan Layar"
@@ -51,7 +51,7 @@
 msgid "Entire screen"
 msgstr "Seluruh layar"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -61,7 +61,7 @@
 msgid "Active window"
 msgstr "Jendela aktif"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -71,7 +71,7 @@
 msgid "Select a region"
 msgstr "Pilih daerah"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -152,7 +152,7 @@
 msgid "Application:"
 msgstr "Aplikasi:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Aplikasi untuk membuka cuplikan layar"
 
@@ -160,23 +160,23 @@
 msgid "Save screenshot as..."
 msgstr "Simpan cuplikan layar sebagai..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Informasi versi"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Jeda dalam detik sebelum mengambil cuplikan layar"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Jangan tampilkan dialog simpan"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Direktori tempat cuplikan layar akan disimpan"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -186,7 +186,7 @@
 "Gunakan %s --help untuk melihat senarai lengkap opsi baris perintah yang "
 "tersedia.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s bukan direktori yang sah, direktori standar yang akan digunakan."

Modified: xfce4-screenshooter/trunk/po/it.po
===================================================================
--- xfce4-screenshooter/trunk/po/it.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/it.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -11,183 +11,197 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-09 18:50+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-27 20:51+0100\n"
 "Last-Translator: gianluca foddis <gianluca.foddis at gmail.com>\n"
 "Language-Team: it <xfce-it-translators at googlegroups.com>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit"
+"Content-Transfer-Encoding: 8bit\n"
 
-#: ../lib/screenshooter-dialogs.c:226
+#: ../lib/screenshooter-dialogs.c:228
 msgid "Screenshot.png"
 msgstr "Istantanea.png"
 
-#: ../lib/screenshooter-dialogs.c:239
+#: ../lib/screenshooter-dialogs.c:243
 #, c-format
 msgid "Screenshot-%d.png"
 msgstr "Istantanea-%d.png"
 
-#: ../lib/screenshooter-dialogs.c:453
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
+#: ../lib/screenshooter-dialogs.c:465
 msgid "Take a screenshot"
 msgstr "Scatta un'istantanea"
 
-#: ../lib/screenshooter-dialogs.c:460
+#: ../lib/screenshooter-dialogs.c:472
 msgid "Take the screenshot"
 msgstr "Scatta l'istantanea"
 
-#: ../lib/screenshooter-dialogs.c:467
+#: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Istantanea"
 
-#: ../lib/screenshooter-dialogs.c:477
+#: ../lib/screenshooter-dialogs.c:489
 msgid "Preferences"
 msgstr "Preferenze"
 
-#: ../lib/screenshooter-dialogs.c:495
+#: ../lib/screenshooter-dialogs.c:507
 msgid "<span weight=\"bold\" stretch=\"semiexpanded\">Region to capture</span>"
-msgstr "<span weight=\"bold\" stretch=\"semiexpanded\">Regione da catturare</span>"
+msgstr ""
+"<span weight=\"bold\" stretch=\"semiexpanded\">Regione da catturare</span>"
 
-#: ../lib/screenshooter-dialogs.c:527
+#: ../lib/screenshooter-dialogs.c:539
 msgid "Entire screen"
 msgstr "Schermo intero"
 
-#: ../lib/screenshooter-dialogs.c:538 ../src/main.c:52
-#: ../panel-plugin/screenshooter-plugin.c:226
-#: ../panel-plugin/screenshooter-plugin.c:316
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
+#: ../panel-plugin/screenshooter-plugin.c:232
+#: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
 msgstr "Scatta un'istantanea dell'intero schermo"
 
-#: ../lib/screenshooter-dialogs.c:551
+#: ../lib/screenshooter-dialogs.c:563
 msgid "Active window"
 msgstr "Finestra attiva"
 
-#: ../lib/screenshooter-dialogs.c:562 ../src/main.c:48
-#: ../panel-plugin/screenshooter-plugin.c:231
-#: ../panel-plugin/screenshooter-plugin.c:321
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
+#: ../panel-plugin/screenshooter-plugin.c:237
+#: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
 msgstr "Scatta un'istantanea della finestra attiva"
 
-#: ../lib/screenshooter-dialogs.c:575
+#: ../lib/screenshooter-dialogs.c:587
 msgid "Select a region"
 msgstr "Seleziona una regione"
 
-#: ../lib/screenshooter-dialogs.c:586 ../src/main.c:56
-#: ../panel-plugin/screenshooter-plugin.c:236
-#: ../panel-plugin/screenshooter-plugin.c:326
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
+#: ../panel-plugin/screenshooter-plugin.c:242
+#: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
 "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 "Per selezionare la regione da catturare fare clic su un punto dello schermo senza rilasciare il tasto del mouse, poi spostare il mouse nell'altro angolo della regione, quindi rilasciare il tasto del mouse."
+msgstr ""
+"Per selezionare la regione da catturare fare clic su un punto dello schermo "
+"senza rilasciare il tasto del mouse, poi spostare il mouse nell'altro angolo "
+"della regione, quindi rilasciare il tasto del mouse."
 
-#: ../lib/screenshooter-dialogs.c:602
+#: ../lib/screenshooter-dialogs.c:614
 msgid ""
 "<span weight=\"bold\" stretch=\"semiexpanded\">Delay before taking the "
 "screenshot</span>"
-msgstr "<span weight=\"bold\" stretch=\"semiexpanded\">Tempo da attendere prima di scattare l'istantanea</span>"
+msgstr ""
+"<span weight=\"bold\" stretch=\"semiexpanded\">Tempo da attendere prima di "
+"scattare l'istantanea</span>"
 
-#: ../lib/screenshooter-dialogs.c:648
+#: ../lib/screenshooter-dialogs.c:660
 msgid "Delay in seconds before the screenshot is taken"
 msgstr "Ritardo, in secondi, prima di scattare l'istantanea"
 
-#: ../lib/screenshooter-dialogs.c:657
+#: ../lib/screenshooter-dialogs.c:669
 msgid "seconds"
 msgstr "secondi"
 
-#: ../lib/screenshooter-dialogs.c:679
+#: ../lib/screenshooter-dialogs.c:691
 msgid "<span weight=\"bold\" stretch=\"semiexpanded\">Action</span>"
 msgstr "<span weight=\"bold\" stretch=\"semiexpanded\">Azione</span>"
 
-#: ../lib/screenshooter-dialogs.c:710
+#: ../lib/screenshooter-dialogs.c:722
 msgid "Save"
 msgstr "Salva"
 
-#: ../lib/screenshooter-dialogs.c:723
+#: ../lib/screenshooter-dialogs.c:735
 msgid "Save the screenshot to a PNG file"
 msgstr "Salva l'istantanea come file PNG"
 
-#: ../lib/screenshooter-dialogs.c:752
+#: ../lib/screenshooter-dialogs.c:764
 msgid "Save by default to:"
 msgstr "Di norma, salva in:"
 
-#: ../lib/screenshooter-dialogs.c:768
+#: ../lib/screenshooter-dialogs.c:780
 msgid ""
 "If checked, the screenshot will be saved by default to the location set on "
 "the right without displaying a save dialog"
-msgstr "Se selezionato, l'istantanea verrà salvata nella posizione impostata a destra senza mostrare alcuna finestra di dialogo"
+msgstr ""
+"Se selezionato, l'istantanea verrà salvata nella posizione impostata a "
+"destra senza mostrare alcuna finestra di dialogo"
 
-#: ../lib/screenshooter-dialogs.c:773
+#: ../lib/screenshooter-dialogs.c:785
 msgid "Default save location"
 msgstr "Posizione di salvataggio predefinita"
 
-#: ../lib/screenshooter-dialogs.c:787
+#: ../lib/screenshooter-dialogs.c:799
 msgid "Set the default save location"
 msgstr "Imposta la posizione di salvataggio predefinita"
 
-#: ../lib/screenshooter-dialogs.c:809
+#: ../lib/screenshooter-dialogs.c:821
 msgid "Copy to the clipboard"
 msgstr "Copia negli appunti"
 
-#: ../lib/screenshooter-dialogs.c:819
+#: ../lib/screenshooter-dialogs.c:831
 msgid "Copy the screenshot to the clipboard so that it can be pasted later"
-msgstr "Copia l'istantanea negli appunti in modo che possa essere incollata più tardi."
+msgstr ""
+"Copia l'istantanea negli appunti in modo che possa essere incollata più "
+"tardi."
 
-#: ../lib/screenshooter-dialogs.c:837
+#: ../lib/screenshooter-dialogs.c:849
 msgid "Open with:"
 msgstr "Apri con:"
 
-#: ../lib/screenshooter-dialogs.c:853
+#: ../lib/screenshooter-dialogs.c:865
 msgid "Open the screenshot with the chosen application"
 msgstr "Apri l'istantanea con l'applicazione scelta"
 
 #. Application label
-#: ../lib/screenshooter-dialogs.c:886
+#: ../lib/screenshooter-dialogs.c:898
 msgid "Application:"
 msgstr "Applicazione:"
 
-#: ../lib/screenshooter-dialogs.c:933 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Applicazione per aprire l'istantanea"
 
-#: ../lib/screenshooter-dialogs.c:977
+#: ../lib/screenshooter-dialogs.c:989
 msgid "Save screenshot as..."
 msgstr "Salva l'istantanea come..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Informazioni sulla versione"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Ritardo, in secondi, prima di scattare l'istantanea"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Non mostrare il dialogo di salvataggio"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Cartella nella quale verrà salvata l'istantanea"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
 msgstr ""
 "%s: %s\n"
-"Provare %s --help per vedere l'elenco completo delle opzioni da riga di comando.\n"
+"Provare %s --help per vedere l'elenco completo delle opzioni da riga di "
+"comando.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
-msgstr "%s non è una cartella valida. Verrà utilizzata la cartella predefinita."
+msgstr ""
+"%s non è una cartella valida. Verrà utilizzata la cartella predefinita."
 
 #: ../src/xfce4-screenshooter.desktop.in.in.h:2
 #: ../panel-plugin/screenshooter.desktop.in.in.h:2
 msgid ""
 "Take screenshots of the entire screen, of the active window or of a region"
-msgstr "Esegui l'istantanea dell'intero schermo, di una porzione o della finestra attiva."
+msgstr ""
+"Esegui l'istantanea dell'intero schermo, di una porzione o della finestra "
+"attiva."

Modified: xfce4-screenshooter/trunk/po/ja.po
===================================================================
--- xfce4-screenshooter/trunk/po/ja.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/ja.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfce 4-screenshooter-plugin 1.3.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2008-11-09 14:52+0900\n"
 "Last-Translator: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>\n"
 "Language-Team: Japanese <xfce-users-jp at ml.fdiary.net>\n"
@@ -28,7 +28,6 @@
 msgstr "Screenshot-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #, fuzzy
 msgid "Take a screenshot"
 msgstr " スクリーンショットを撮ります"
@@ -39,6 +38,7 @@
 msgstr " スクリーンショットを撮ります"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "スクリーンショット"
@@ -57,7 +57,7 @@
 msgid "Entire screen"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 #, fuzzy
@@ -68,7 +68,7 @@
 msgid "Active window"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -78,7 +78,7 @@
 msgid "Select a region"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -160,7 +160,7 @@
 msgid "Application:"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 #, fuzzy
 msgid "Application to open the screenshot"
 msgstr "スクリーンショットを開かない"
@@ -170,23 +170,23 @@
 msgid "Save screenshot as..."
 msgstr "名前をつけて保存..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "バージョン情報"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "スクリーンショットを撮るまでの遅延時間"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "保存ダイアログを表示しない"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "スクリーンショットが保存されるディレクトリ"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -195,7 +195,7 @@
 "%s: %s\n"
 "%s --help で使用可能な全てのコマンドラインオプションが表示されます。\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr ""

Modified: xfce4-screenshooter/trunk/po/lv.po
===================================================================
--- xfce4-screenshooter/trunk/po/lv.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/lv.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter-plugin 1.0.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2007-11-16 23:39+0300\n"
 "Last-Translator: Rihards Priedītis <rprieditis at inbox.lv>\n"
 "Language-Team: Latvian <rprieditis at inbox.lv>\n"
@@ -26,7 +26,6 @@
 msgstr "Ekrānkopija"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #, fuzzy
 msgid "Take a screenshot"
 msgstr "Bildēt ekrānkopiju"
@@ -37,6 +36,7 @@
 msgstr "Bildēt ekrānkopiju"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 #, fuzzy
 msgid "Screenshot"
@@ -54,7 +54,7 @@
 msgid "Entire screen"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 #, fuzzy
@@ -65,7 +65,7 @@
 msgid "Active window"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 #, fuzzy
@@ -76,7 +76,7 @@
 msgid "Select a region"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -152,7 +152,7 @@
 msgid "Application:"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 #, fuzzy
 msgid "Application to open the screenshot"
 msgstr "Bildēt ekrānkopiju"
@@ -162,30 +162,30 @@
 msgid "Save screenshot as..."
 msgstr "Saglabāt ekrānkopiju kā..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr ""
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr ""
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr ""
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr ""
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
 msgstr ""
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr ""

Modified: xfce4-screenshooter/trunk/po/nb_NO.po
===================================================================
--- xfce4-screenshooter/trunk/po/nb_NO.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/nb_NO.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter-plugin 1.0.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2007-07-02 00:22+0200\n"
 "Last-Translator: Terje Uriansrud <terje at uriansrud.net>\n"
 "Language-Team: Norwegian Bokmal\n"
@@ -27,7 +27,6 @@
 msgstr "Skjermbildekopi-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Skjermbildekopi"
 
@@ -36,6 +35,7 @@
 msgstr "Ta skjermbildekopien"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Skjermbildekopi"
@@ -54,7 +54,7 @@
 msgid "Entire screen"
 msgstr "Hele skjermen"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -64,7 +64,7 @@
 msgid "Active window"
 msgstr "Aktivt vindu"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -74,7 +74,7 @@
 msgid "Select a region"
 msgstr "Velg et område"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -156,7 +156,7 @@
 msgid "Application:"
 msgstr "Program:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Program for å åpne skjermbildekopier"
 
@@ -164,23 +164,23 @@
 msgid "Save screenshot as..."
 msgstr "Lagre skjermbildekopi som ..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Versjonsinformasjon"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Forsinkelse i sekunder før skjermbildekopi tas"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Ikke vis vindu for å lagre"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Mappen hvor skjermbildekopier lagres"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -189,7 +189,7 @@
 "%s: %s\n"
 "Prøv %s --help for å se liste over tilgjengelige kommandolinjeopsjoner.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s er ikke en gyldig mappe, standard mappe vil bli benyttet."

Modified: xfce4-screenshooter/trunk/po/nl.po
===================================================================
--- xfce4-screenshooter/trunk/po/nl.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/nl.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: 1.1.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-11 14:48+0100\n"
 "Last-Translator: Vincent Tunru <projects at vinnl.nl>\n"
 "Language-Team: Dutch <xfce-i18n at xfce.org>\n"
@@ -27,7 +27,6 @@
 msgstr "Schermafdruk-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Schermafdruk maken"
 
@@ -36,6 +35,7 @@
 msgstr "Schermafdruk maken"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Schermafdruk"
@@ -54,7 +54,7 @@
 msgid "Entire screen"
 msgstr "Volledig scherm"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -64,7 +64,7 @@
 msgid "Active window"
 msgstr "Actieve venster"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -74,7 +74,7 @@
 msgid "Select a region"
 msgstr "Selecteer een gebied"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -157,7 +157,7 @@
 msgid "Application:"
 msgstr "Toepassing:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Toepassing om de schermafdruk te openen"
 
@@ -165,23 +165,23 @@
 msgid "Save screenshot as..."
 msgstr "Schermafdruk opslaan als..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Versie-informatie"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Vertraging in seconden voor het maken van een schermafdruk"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Niet vragen waar de schermafdruk opgeslagen moet worden"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Locatie voor de schermafdruk"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -190,7 +190,7 @@
 "%s: %s\n"
 "Probeer %s --help voor een volledige lijst van mogelijke opties.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s is geen geldige map, de standaardmap zal worden gebruikt."

Modified: xfce4-screenshooter/trunk/po/pl.po
===================================================================
--- xfce4-screenshooter/trunk/po/pl.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/pl.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2006-04-08 12:19+0900\n"
 "Last-Translator: Piotr Maliński <admin at rk.edu.pl>\n"
 "Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
@@ -26,7 +26,6 @@
 msgstr "Zrzut Ekranu"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #, fuzzy
 msgid "Take a screenshot"
 msgstr "Wykonaj zrzut ekranu"
@@ -37,6 +36,7 @@
 msgstr "Wykonaj zrzut ekranu"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 #, fuzzy
 msgid "Screenshot"
@@ -54,7 +54,7 @@
 msgid "Entire screen"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 #, fuzzy
@@ -65,7 +65,7 @@
 msgid "Active window"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 #, fuzzy
@@ -76,7 +76,7 @@
 msgid "Select a region"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -152,7 +152,7 @@
 msgid "Application:"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 #, fuzzy
 msgid "Application to open the screenshot"
 msgstr "Wykonaj zrzut ekranu"
@@ -162,30 +162,30 @@
 msgid "Save screenshot as..."
 msgstr "Zapisz zrzut ekranu jako..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr ""
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr ""
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr ""
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr ""
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
 msgstr ""
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr ""

Modified: xfce4-screenshooter/trunk/po/pt_BR.po
===================================================================
--- xfce4-screenshooter/trunk/po/pt_BR.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/pt_BR.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-16 12:53-0500\n"
 "Last-Translator: Og Maciel <ogmaciel at gnome.org>\n"
 "Language-Team: Brazilian Portuguese <ldp-br at bazar2.conectiva.com.br>\n"
@@ -30,7 +30,6 @@
 msgstr "Captura_de_tela-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Capturar uma imagem da tela"
 
@@ -39,6 +38,7 @@
 msgstr "Capturar a imagem da tela"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr " Captura de tela"
@@ -56,7 +56,7 @@
 msgid "Entire screen"
 msgstr "Tela inteira"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -66,7 +66,7 @@
 msgid "Active window"
 msgstr "Janela ativa"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -76,7 +76,7 @@
 msgid "Select a region"
 msgstr "Selecionar uma região"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -159,7 +159,7 @@
 msgid "Application:"
 msgstr "Aplicativo:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Aplicativo para abrir a captura da tela"
 
@@ -167,23 +167,23 @@
 msgid "Save screenshot as..."
 msgstr "Salvar a captura de tela como..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Informação da versão"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Atraso em segundos antes de capturar uma imagem da tela"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Não exibir o diálogo para salvar"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Diretório onde será salva a imagem da captura de tela"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -193,7 +193,7 @@
 "Tente %s --help para ver uma lista completa das opções de linha de comando "
 "disponíveis.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s não é um diretório válido; o diretório padrão será usado."

Modified: xfce4-screenshooter/trunk/po/pt_PT.po
===================================================================
--- xfce4-screenshooter/trunk/po/pt_PT.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/pt_PT.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-12 11:08+0100\n"
 "Last-Translator: Nuno Miguel <nunis at netcabo.pt>\n"
 "Language-Team: \n"
@@ -27,7 +27,6 @@
 msgstr "Captura_de_ecrã-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Tirar uma captura de ecrã"
 
@@ -36,6 +35,7 @@
 msgstr "Tirar captura"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Captura de ecrã"
@@ -52,7 +52,7 @@
 msgid "Entire screen"
 msgstr "Ecrã inteiro"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -62,7 +62,7 @@
 msgid "Active window"
 msgstr "Janela activa"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -72,7 +72,7 @@
 msgid "Select a region"
 msgstr "Seleccionar uma zona"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -154,7 +154,7 @@
 msgid "Application:"
 msgstr "Aplicação:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Aplicação para abrir a captura de ecrã"
 
@@ -162,23 +162,23 @@
 msgid "Save screenshot as..."
 msgstr "Gravar captura de ecrã como..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Informação da versão"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Atraso em segundos antes de capturar o ecrã"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Não exibir o diálogo gravar"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Directório onde será gravada a captura de ecrã"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -188,7 +188,7 @@
 "Tente %s --help para ver uma lista completa das opções de linha de comando "
 "disponíveis.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s não é um directório válido, o directório por omissão será usado."

Modified: xfce4-screenshooter/trunk/po/sq.po
===================================================================
--- xfce4-screenshooter/trunk/po/sq.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/sq.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter 1.4.91\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2008-11-04 23:27+0200\n"
 "Last-Translator: Besnik Bleta <besnik at programeshqip.org>\n"
 "Language-Team: Albanian <translation-team-sq at lists.sourceforge.net>\n"
@@ -26,7 +26,6 @@
 msgstr "Foto ekrani"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #, fuzzy
 msgid "Take a screenshot"
 msgstr " Bëj një foto ekrani"
@@ -37,6 +36,7 @@
 msgstr " Bëj një foto ekrani"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 #, fuzzy
 msgid "Screenshot"
@@ -57,7 +57,7 @@
 msgid "Entire screen"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 #, fuzzy
@@ -68,7 +68,7 @@
 msgid "Active window"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -78,7 +78,7 @@
 msgid "Select a region"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -161,7 +161,7 @@
 msgid "Application:"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 #, fuzzy
 msgid "Application to open the screenshot"
 msgstr " Bëj një foto ekrani"
@@ -171,23 +171,23 @@
 msgid "Save screenshot as..."
 msgstr "Ruaj foto ekrani si ..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Të dhëna versioni"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Vonesë në sekonda përpara bërjes së fotos së ekranit"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr ""
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr ""
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -197,7 +197,7 @@
 "Provoni %s --help për të parë një listë të plotë të mundësive të passhme për "
 "rresht urdhërash.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr ""

Modified: xfce4-screenshooter/trunk/po/sv.po
===================================================================
--- xfce4-screenshooter/trunk/po/sv.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/sv.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2008-12-14 20:10+0100\n"
 "Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -26,7 +26,6 @@
 msgstr "Skärmbild-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Ta en skärmbild"
 
@@ -35,6 +34,7 @@
 msgstr "Ta skärmbilden"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Skärmbild"
@@ -51,7 +51,7 @@
 msgid "Entire screen"
 msgstr "Hela skärmen"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -61,7 +61,7 @@
 msgid "Active window"
 msgstr "Aktivt fönster"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -71,7 +71,7 @@
 msgid "Select a region"
 msgstr "Välj ett område"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -150,7 +150,7 @@
 msgid "Application:"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Program att öppna skärmbilden med"
 
@@ -158,23 +158,23 @@
 msgid "Save screenshot as..."
 msgstr "Spara skärmbild som..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Versionsinformation"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Fördröjning i sekunder innan skärmbilden fångas"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Visa inte sparningsdialogen"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Katalog där skärmbilden ska sparas"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -184,7 +184,7 @@
 "Prova %s --help för att se en komplett lista över tillgängliga "
 "kommandoradsflaggor.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr ""

Modified: xfce4-screenshooter/trunk/po/tr.po
===================================================================
--- xfce4-screenshooter/trunk/po/tr.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/tr.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-13 16:32+0200\n"
 "Last-Translator: Samed Beyribey <ras0ir at eventualis.org>\n"
 "Language-Team: Turkish <turkce at pardus.org.tr>\n"
@@ -25,7 +25,6 @@
 msgstr "resim-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Ekran görüntüsü al"
 
@@ -34,6 +33,7 @@
 msgstr "Ekran görüntüsü al"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Ekran görüntüsü"
@@ -51,7 +51,7 @@
 msgid "Entire screen"
 msgstr "Tüm ekran"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -61,7 +61,7 @@
 msgid "Active window"
 msgstr "Etkin pencere"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -71,7 +71,7 @@
 msgid "Select a region"
 msgstr "Alan seçimi"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -153,7 +153,7 @@
 msgid "Application:"
 msgstr "Uygulama:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Ekran görüntüsünü gösterecek uygulama"
 
@@ -161,23 +161,23 @@
 msgid "Save screenshot as..."
 msgstr "Ekran görüntüsünü farklı kaydet..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Sürüm bilgisi"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Ekran görüntüsü almayı saniye değerinden geciktir"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Kaydetme penceresini gösterme"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Ekran görüntüsünün kaydedileceği dizin"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -186,7 +186,7 @@
 "%s: %s\n"
 "Uygun komut satırı seçeneklerini görmek için, %s --help komutunu deneyiniz.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s geçerli bir dizin değil, öntanımlı dizin kullanılacak."

Modified: xfce4-screenshooter/trunk/po/uk.po
===================================================================
--- xfce4-screenshooter/trunk/po/uk.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/uk.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2008-01-16 17:56+0200\n"
 "Last-Translator: Dmitry Nikitin <luckas_fb at mail.ru>\n"
 "Language-Team: Ukrainian <xfce4-dev at xfce.org>\n"
@@ -25,7 +25,6 @@
 msgstr "Знімок_екрану-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "Отримати знімок"
 
@@ -34,6 +33,7 @@
 msgstr "Отримати знімок екрану"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "Знімок екрану"
@@ -51,7 +51,7 @@
 msgid "Entire screen"
 msgstr "Весь екран"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -61,7 +61,7 @@
 msgid "Active window"
 msgstr "Активного вікна"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -71,7 +71,7 @@
 msgid "Select a region"
 msgstr "Виділеної області"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -152,7 +152,7 @@
 msgid "Application:"
 msgstr "Програма:"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "Програма для відкриття знімку екрану"
 
@@ -160,23 +160,23 @@
 msgid "Save screenshot as..."
 msgstr "Зберегти знімок як..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "Інформація про версію"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "Затримка в секундах перед отриманням знімку"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "Не відображати діалог збереження"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "Тека, де зберігатимуться знімки екрану"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -186,7 +186,7 @@
 "Спробуй %s --help щоб побачити повний список доступних опцій командного "
 "рядка.\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s не є правильною текою, буде використано типову теку."

Modified: xfce4-screenshooter/trunk/po/ur.po
===================================================================
--- xfce4-screenshooter/trunk/po/ur.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/ur.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2007-10-27 16:24+0500\n"
 "Last-Translator: Muhammad Ali Makki <makk.ma at gmail.com>\n"
 "Language-Team: Urdu <makki.ma at gmail.com>\n"
@@ -29,7 +29,6 @@
 msgstr "سکرین شوٹ"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #, fuzzy
 msgid "Take a screenshot"
 msgstr "سکرین شوٹ لیں"
@@ -40,6 +39,7 @@
 msgstr "سکرین شوٹ لیں"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 #, fuzzy
 msgid "Screenshot"
@@ -57,7 +57,7 @@
 msgid "Entire screen"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 #, fuzzy
@@ -68,7 +68,7 @@
 msgid "Active window"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 #, fuzzy
@@ -79,7 +79,7 @@
 msgid "Select a region"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -155,7 +155,7 @@
 msgid "Application:"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 #, fuzzy
 msgid "Application to open the screenshot"
 msgstr "سکرین شوٹ لیں"
@@ -165,30 +165,30 @@
 msgid "Save screenshot as..."
 msgstr "سکرین شوٹ محفوظ بنام..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr ""
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr ""
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr ""
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr ""
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
 msgstr ""
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr ""

Modified: xfce4-screenshooter/trunk/po/zh_CN.po
===================================================================
--- xfce4-screenshooter/trunk/po/zh_CN.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/zh_CN.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce 4-screenshooter-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2009-01-12 09:33+0800\n"
 "Last-Translator: Hunt Xu <huntxu at live.cn>\n"
 "Language-Team: Chinese (simplified)\n"
@@ -25,7 +25,6 @@
 msgstr "Screenshot-%d.png"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 msgid "Take a screenshot"
 msgstr "截屏"
 
@@ -34,6 +33,7 @@
 msgstr "截取屏幕"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid "Screenshot"
 msgstr "屏幕截图"
@@ -50,7 +50,7 @@
 msgid "Entire screen"
 msgstr "全屏幕"
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 msgid "Take a screenshot of the entire screen"
@@ -60,7 +60,7 @@
 msgid "Active window"
 msgstr "活动窗口"
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 msgid "Take a screenshot of the active window"
@@ -70,7 +70,7 @@
 msgid "Select a region"
 msgstr "选择一个区域"
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -145,7 +145,7 @@
 msgid "Application:"
 msgstr "应用程序"
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 msgid "Application to open the screenshot"
 msgstr "用以打开截图的程序"
 
@@ -153,23 +153,23 @@
 msgid "Save screenshot as..."
 msgstr "截图另存为..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr "版本信息"
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr "截图前延迟(秒)"
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr "不弹出保存对话框"
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr "截图保存到的目录"
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
@@ -178,7 +178,7 @@
 "%s: %s\n"
 "运行 %s --help 查看全部可用的命令行参数列表。\n"
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr "%s 不是一个有效目录,将使用默认目录。"

Modified: xfce4-screenshooter/trunk/po/zh_TW.po
===================================================================
--- xfce4-screenshooter/trunk/po/zh_TW.po	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/po/zh_TW.po	2009-02-07 23:16:27 UTC (rev 6658)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-screenshooter-plugin 1.0.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-22 17:31+0100\n"
+"POT-Creation-Date: 2009-02-07 16:22+0100\n"
 "PO-Revision-Date: 2007-03-10 18:05+0800\n"
 "Last-Translator: Dsewnr Lu <dsewnr at gmail.com>\n"
 "Language-Team: Chinese (traditional) <zh-l10n at linux.org.tw>\n"
@@ -26,7 +26,6 @@
 msgstr "螢幕快照"
 
 #: ../lib/screenshooter-dialogs.c:465
-#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #, fuzzy
 msgid "Take a screenshot"
 msgstr " 進行一次螢幕快照"
@@ -37,6 +36,7 @@
 msgstr " 進行一次螢幕快照"
 
 #: ../lib/screenshooter-dialogs.c:479
+#: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 #, fuzzy
 msgid "Screenshot"
@@ -54,7 +54,7 @@
 msgid "Entire screen"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:52
+#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54
 #: ../panel-plugin/screenshooter-plugin.c:232
 #: ../panel-plugin/screenshooter-plugin.c:322
 #, fuzzy
@@ -65,7 +65,7 @@
 msgid "Active window"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:48
+#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50
 #: ../panel-plugin/screenshooter-plugin.c:237
 #: ../panel-plugin/screenshooter-plugin.c:327
 #, fuzzy
@@ -76,7 +76,7 @@
 msgid "Select a region"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:56
+#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58
 #: ../panel-plugin/screenshooter-plugin.c:242
 #: ../panel-plugin/screenshooter-plugin.c:332
 msgid ""
@@ -152,7 +152,7 @@
 msgid "Application:"
 msgstr ""
 
-#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:74
+#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77
 #, fuzzy
 msgid "Application to open the screenshot"
 msgstr " 進行一次螢幕快照"
@@ -162,30 +162,30 @@
 msgid "Save screenshot as..."
 msgstr "另存螢幕快照為 ..."
 
-#: ../src/main.c:44
+#: ../src/main.c:46
 msgid "Version information"
 msgstr ""
 
-#: ../src/main.c:62
+#: ../src/main.c:64
 msgid "Delay in seconds before taking the screenshot"
 msgstr ""
 
-#: ../src/main.c:66
+#: ../src/main.c:68
 msgid "Do not display the save dialog"
 msgstr ""
 
-#: ../src/main.c:70
+#: ../src/main.c:72
 msgid "Directory where the screenshot will be saved"
 msgstr ""
 
-#: ../src/main.c:183
+#: ../src/main.c:190
 #, c-format
 msgid ""
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
 msgstr ""
 
-#: ../src/main.c:266
+#: ../src/main.c:275
 #, c-format
 msgid "%s is not a valid directory, the default directory will be used."
 msgstr ""


Property changes on: xfce4-screenshooter/trunk/po-doc
___________________________________________________________________
Added: svn:ignore
   + Makefile
Makefile.in
*.gmo


Added: xfce4-screenshooter/trunk/po-doc/LINGUAS
===================================================================
--- xfce4-screenshooter/trunk/po-doc/LINGUAS	                        (rev 0)
+++ xfce4-screenshooter/trunk/po-doc/LINGUAS	2009-02-07 23:16:27 UTC (rev 6658)
@@ -0,0 +1,2 @@
+# Set of languages supported
+fr

Added: xfce4-screenshooter/trunk/po-doc/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/po-doc/Makefile.am	                        (rev 0)
+++ xfce4-screenshooter/trunk/po-doc/Makefile.am	2009-02-07 23:16:27 UTC (rev 6658)
@@ -0,0 +1,93 @@
+## Makefile.am file for the XML documents translation.
+##
+## Copyright (C) 2006 The Xfce development team.
+##
+## Written by Daichi Kawahata <daichi at xfce.org>, 2006.
+##
+## This file is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+##
+## This file is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
+
+##
+## Rules to auto-generate translated XML files
+##
+## At first, you need to install `xml2po' package maintained by
+## GNOME team, too bad it's not a separated package (and depends
+## libxml2 >= 2.5.11), to get a workable package, try the following
+## steps:
+##
+##    cvs -d:pserver:anonymous at anoncvs.gnome.org:/cvs/gnome login
+##    (RETURN)
+##    cvs -d:pserver:anonymous at anoncvs.gnome.org:/cvs/gnome co \
+##      gnome-doc-utils/xml2po
+##    cd gnome-doc-utils/xml2po && ./autogen.sh && make
+##
+## For developers: Nothing, you need nothing to do basically,
+##   however it's appreciated if you'll install the package above,
+##   keep updating POT, PO files when you'll update your documents.
+##
+## For translators: Just translate your PO file with your favorite
+##   editor, if you see no PO file for your language, then type
+##   `msginit' in this directory and enter your contact address.
+##
+## For maintainers: You're supposed to watch every changes made
+##   by the developers, translators; if POT, PO files are out-of-
+##   dated or generated XML files are committed properly.
+##
+## A problem could be the matter is, it takes a time to update
+## entire files due to its size and processing method in general
+## (comparing with the gettext PO files), also with the same
+## reason, it costs a certain disk spaces against the repository.
+##
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+docdir = $(top_srcdir)/docs/manual
+
+if ENABLE_XML2PO
+all-local: $(PACKAGE).pot
+
+$(PACKAGE).pot: $(docdir)/C/$(PACKAGE).xml.in
+	$(XML2PO) -o $(PACKAGE).pot $(docdir)/C/$(PACKAGE).xml.in
+
+update-po: Makefile $(PACKAGE).pot
+	@echo "*** Updating PO ***"
+	langs=`sed -e '/^#/d' $(srcdir)/LINGUAS`; \
+	for lang in $$langs; do \
+		$(XML2PO) -u $$lang.po $(docdir)/C/$(PACKAGE).xml.in; \
+	done
+
+update-xml: Makefile $(PACKAGE).pot
+	@echo "*** Updating XML ***"
+	langs=`sed -e '/^#/d' $(srcdir)/LINGUAS`; \
+	for lang in $$langs; do \
+		if test -n $(docdir)/$$lang; then \
+			mkdir -p $(docdir)/$$lang; \
+		fi; \
+		$(XML2PO) -p $$lang.po $(docdir)/C/$(PACKAGE).xml.in > $(docdir)/$$lang/$(PACKAGE).xml.in; \
+	done
+
+else
+all-local:
+endif
+
+if ENABLE_XML2PO
+dist-check-xml2po: all
+else
+dist-check-xml2po:
+	@echo "*** xml2po must be installed and enabled in order to make dist"
+	@false
+endif
+
+DISTCLEANFILES = $(PACKAGE).pot

Added: xfce4-screenshooter/trunk/po-doc/xfce4-screenshooter.pot
===================================================================
--- xfce4-screenshooter/trunk/po-doc/xfce4-screenshooter.pot	                        (rev 0)
+++ xfce4-screenshooter/trunk/po-doc/xfce4-screenshooter.pot	2009-02-07 23:16:27 UTC (rev 6658)
@@ -0,0 +1,246 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2009-02-08 00:04+0100\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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. 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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:12(title) 
+msgid "Xfce4 Screenshooter"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:17(year) 
+msgid "2008"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:18(year) 
+msgid "2009"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:19(holder) 
+msgid "Jérôme Guelfucci"
+msgstr ""
+
+#: ../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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:35(firstname) 
+msgid "Jérôme"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:36(surname) 
+msgid "Guelfucci"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:38(email) 
+msgid "jeromeg at xfce.org"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:43(releaseinfo) 
+msgid "This manual describes version @PACKAGE_VERSION@ of @PACKAGE_NAME at ."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:49(title) 
+msgid "Introduction to @PACKAGE_NAME@"
+msgstr ""
+
+#: ../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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:59(para) 
+msgid "A plugin for the Xfce panel is also available."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:66(title) 
+msgid "Using the application"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:69(title) 
+msgid "Via the user interface"
+msgstr ""
+
+#: ../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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:76(para) 
+msgid "This window will be displayed:"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:87(phrase) 
+msgid "The window of Xfce4 Screenshooter"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:93(title) 
+msgid "Region to capture"
+msgstr ""
+
+#: ../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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:101(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."
+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."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:120(title) 
+msgid "Delay before taking the screenshot"
+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."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:133(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."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:142(title) 
+msgid "Save"
+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."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:158(title) 
+msgid "Copy to the clipboard"
+msgstr ""
+
+#: ../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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:171(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."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:187(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."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:199(title) 
+msgid "The command line options"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:202(title) 
+msgid "The -w option"
+msgstr ""
+
+#: ../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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:211(title) 
+msgid "The -f option"
+msgstr ""
+
+#: ../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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:220(title) 
+msgid "The -r option"
+msgstr ""
+
+#: ../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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:232(title) 
+msgid "The -d option"
+msgstr ""
+
+#: ../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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:244(title) 
+msgid "The -s option"
+msgstr ""
+
+#: ../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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:259(title) 
+msgid "The -h option"
+msgstr ""
+
+#: ../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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:273(title) 
+msgid "The -o option"
+msgstr ""
+
+#: ../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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:290(title) 
+msgid "Using the plugin for the Xfce panel"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:293(title) 
+msgid "Adding the plugin"
+msgstr ""
+
+#: ../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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:303(title) 
+msgid "Setting the plugin up"
+msgstr ""
+
+#: ../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 ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:315(title) 
+msgid "Using the plugin"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:317(para) 
+msgid "To take a screenshot, just click on the plugin."
+msgstr ""
+
+#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
+#: ../docs/manual/C/xfce4-screenshooter.xml.in:0(None) 
+msgid "translator-credits"
+msgstr ""
+

Modified: xfce4-screenshooter/trunk/src/xfce4-screenshooter.desktop.in.in
===================================================================
--- xfce4-screenshooter/trunk/src/xfce4-screenshooter.desktop.in.in	2009-02-07 20:06:22 UTC (rev 6657)
+++ xfce4-screenshooter/trunk/src/xfce4-screenshooter.desktop.in.in	2009-02-07 23:16:27 UTC (rev 6658)
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Version=1.0
-_Name=Take a screenshot
+_Name=Screenshot
 _Comment=Take screenshots of the entire screen, of the active window or of a region
 Icon=applets-screenshooter
 Exec=xfce4-screenshooter




More information about the Goodies-commits mailing list