[Goodies-commits] r7676 - in xfce4-clipman-plugin/trunk: . docs/manual docs/manual/fr docs/manual/fr/images po-doc

Mike Massonnet mmassonnet at xfce.org
Sun Jul 5 00:45:59 CEST 2009


Author: mmassonnet
Date: 2009-07-04 22:45:59 +0000 (Sat, 04 Jul 2009)
New Revision: 7676

Added:
   xfce4-clipman-plugin/trunk/docs/manual/fr/
   xfce4-clipman-plugin/trunk/docs/manual/fr/Makefile.am
   xfce4-clipman-plugin/trunk/docs/manual/fr/images/
   xfce4-clipman-plugin/trunk/docs/manual/fr/images/Makefile.am
   xfce4-clipman-plugin/trunk/docs/manual/fr/images/clipman-action-dialog.png
   xfce4-clipman-plugin/trunk/docs/manual/fr/images/clipman-menu.png
   xfce4-clipman-plugin/trunk/docs/manual/fr/images/clipman-settings-actions.png
   xfce4-clipman-plugin/trunk/docs/manual/fr/images/clipman-settings-general.png
   xfce4-clipman-plugin/trunk/docs/manual/fr/xfce4-clipman-plugin.html
   xfce4-clipman-plugin/trunk/docs/manual/fr/xfce4-clipman-plugin.xml.in
   xfce4-clipman-plugin/trunk/po-doc/fr.po
Modified:
   xfce4-clipman-plugin/trunk/ChangeLog
   xfce4-clipman-plugin/trunk/configure.ac.in
   xfce4-clipman-plugin/trunk/docs/manual/Makefile.am
   xfce4-clipman-plugin/trunk/po-doc/LINGUAS
Log:
Add French documentation

Modified: xfce4-clipman-plugin/trunk/ChangeLog
===================================================================
--- xfce4-clipman-plugin/trunk/ChangeLog	2009-07-04 15:49:48 UTC (rev 7675)
+++ xfce4-clipman-plugin/trunk/ChangeLog	2009-07-04 22:45:59 UTC (rev 7676)
@@ -1,3 +1,6 @@
+2009-07-05	Mike Massonnet
+Add French documentation
+
 2009-07-04	Mike Massonnet
 Use LC_MESSAGES to show the help in the user locale
 

Modified: xfce4-clipman-plugin/trunk/configure.ac.in
===================================================================
--- xfce4-clipman-plugin/trunk/configure.ac.in	2009-07-04 15:49:48 UTC (rev 7675)
+++ xfce4-clipman-plugin/trunk/configure.ac.in	2009-07-04 22:45:59 UTC (rev 7676)
@@ -132,6 +132,9 @@
 docs/manual/C/Makefile
 docs/manual/C/xfce4-clipman-plugin.xml
 docs/manual/C/images/Makefile
+docs/manual/fr/Makefile
+docs/manual/fr/xfce4-clipman-plugin.xml
+docs/manual/fr/images/Makefile
 docs/manual/gl/Makefile
 docs/manual/gl/xfce4-clipman-plugin.xml
 docs/manual/gl/images/Makefile

Modified: xfce4-clipman-plugin/trunk/docs/manual/Makefile.am
===================================================================
--- xfce4-clipman-plugin/trunk/docs/manual/Makefile.am	2009-07-04 15:49:48 UTC (rev 7675)
+++ xfce4-clipman-plugin/trunk/docs/manual/Makefile.am	2009-07-04 22:45:59 UTC (rev 7676)
@@ -2,6 +2,7 @@
 
 SUBDIRS =								\
 	C								\
+	fr								\
 	gl								\
 	ja								\
 	$(NULL)

Added: xfce4-clipman-plugin/trunk/docs/manual/fr/Makefile.am
===================================================================
--- xfce4-clipman-plugin/trunk/docs/manual/fr/Makefile.am	                        (rev 0)
+++ xfce4-clipman-plugin/trunk/docs/manual/fr/Makefile.am	2009-07-04 22:45:59 UTC (rev 7676)
@@ -0,0 +1,61 @@
+## Makefile.am file for the Docbook to HTML generation
+##
+## Copyright (C) 2006 The Xfce development team.
+##
+## Written by Benedikt Meurer <benny at xfce.org>, 2006.
+
+NULL = 
+
+SUBDIRS =								\
+	images								\
+	$(NULL)
+
+TARGET_DIR = $(datadir)/xfce4/doc/fr
+STYLESHEET = ../xfce-nochunk.xsl
+DOCUMENT = $(PACKAGE).xml
+
+DOC_STAMPS = html-build.stamp
+
+EXTRA_DIST = $(DOCUMENT)
+CLEANFILES = $(DOC_STAMPS)
+
+if ENABLE_XSLTPROC
+all-local: html-build.stamp
+
+html-build.stamp: $(srcdir)/$(DOCUMENT) $(srcdir)/$(STYLESHEET)
+	@echo "*** Building HTML ***"
+	@-chmod -R u+w $(srcdir)
+	$(XSLTPROC) --nonet -o $(srcdir)/ $(srcdir)/$(STYLESHEET) $(srcdir)/$(DOCUMENT)
+	touch html-build.stamp
+else
+all-local:
+endif
+
+install-data-local:
+	installfiles=`echo $(srcdir)/*.html`;				\
+	if test "$$installfiles" = '$(srcdir)/*.html'; then		\
+		echo "--- Nothing to install";				\
+	else								\
+		$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR);		\
+		for file in $$installfiles; do				\
+			echo "--- Installing "$$file;			\
+			$(INSTALL_DATA) $$file $(DESTDIR)$(TARGET_DIR);	\
+		done;							\
+	fi
+
+uninstall-local:
+	rm -rf $(DESTDIR)$(TARGET_DIR)/*
+
+if ENABLE_XSLTPROC
+dist-check-xsltproc: all
+else
+dist-check-xsltproc:
+	@echo "*** xsltproc must be installed and enabled in order to make dist"
+	@false
+endif
+
+dist-hook: dist-check-xsltproc dist-hook-local
+	-cp $(srcdir)/*.html $(distdir)
+
+.PHONY: dist-hook-local
+

Added: xfce4-clipman-plugin/trunk/docs/manual/fr/images/Makefile.am
===================================================================
--- xfce4-clipman-plugin/trunk/docs/manual/fr/images/Makefile.am	                        (rev 0)
+++ xfce4-clipman-plugin/trunk/docs/manual/fr/images/Makefile.am	2009-07-04 22:45:59 UTC (rev 7676)
@@ -0,0 +1,12 @@
+NULL = 
+
+imagesdir = $(datadir)/xfce4/doc/fr/images
+images_DATA =								\
+	clipman-action-dialog.png					\
+	clipman-menu.png						\
+	clipman-settings-actions.png					\
+	clipman-settings-general.png					\
+	$(NULL)
+
+EXTRA_DIST = $(images_DATA)
+

Added: xfce4-clipman-plugin/trunk/docs/manual/fr/images/clipman-action-dialog.png
===================================================================
(Binary files differ)


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

Added: xfce4-clipman-plugin/trunk/docs/manual/fr/images/clipman-menu.png
===================================================================
(Binary files differ)


Property changes on: xfce4-clipman-plugin/trunk/docs/manual/fr/images/clipman-menu.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: xfce4-clipman-plugin/trunk/docs/manual/fr/images/clipman-settings-actions.png
===================================================================
(Binary files differ)


Property changes on: xfce4-clipman-plugin/trunk/docs/manual/fr/images/clipman-settings-actions.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: xfce4-clipman-plugin/trunk/docs/manual/fr/images/clipman-settings-general.png
===================================================================
(Binary files differ)


Property changes on: xfce4-clipman-plugin/trunk/docs/manual/fr/images/clipman-settings-general.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: xfce4-clipman-plugin/trunk/docs/manual/fr/xfce4-clipman-plugin.html
===================================================================
--- xfce4-clipman-plugin/trunk/docs/manual/fr/xfce4-clipman-plugin.html	                        (rev 0)
+++ xfce4-clipman-plugin/trunk/docs/manual/fr/xfce4-clipman-plugin.html	2009-07-04 22:45:59 UTC (rev 7676)
@@ -0,0 +1,88 @@
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Manuel de Clipman</title><link rel="stylesheet" href="../xfce.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="#xfce4-clipman-plugin" title="Manuel de Clipman"><link rel="next" href="#intro" title="Introduction"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="fr"><div class="titlepage"><div><div><h2 class="title"><a name="xfce4-clipman-plugin"></a>Manuel de Clipman</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Mike</span> <span class="surname">Massonnet</span></h3><div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:mmassonnet at xfce.org">mmassonnet at xfce.org</a>></code></p></div></div></div></div></div><div><span xmlns="http://www.w3.org/TR/xhtml1/transi
 tional" class="releaseinfo">Ce manuel décrit la version 1.1.0svn-r07675 de Clipman.<br></br></span></div><div><p class="copyright">Copyright © 2009 Mike Massonnet</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.3 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.fsf.org/" target="_top">Free Software Foundation</a>.
+      </p></div></div><div><p class="pubdate">April, July 2009</p></div></div><hr></div><div class="toc"><p><b>Table des matières</b></p><dl><dt><span class="sect1"><a href="#intro">Introduction</a></span></dt><dd><dl><dt><span class="sect2"><a href="#anatomy-clipboard">Anatomie d'une presse-papier</a></span></dt><dt><span class="sect2"><a href="#getting-started">Démarrer</a></span></dt><dt><span class="sect2"><a href="#popup-command">Commande de popup</a></span></dt></dl></dd><dt><span class="sect1"><a href="#settings">Paramètres</a></span></dt><dd><dl><dt><span class="sect2"><a href="#general">Général</a></span></dt><dt><span class="sect2"><a href="#actions">Actions</a></span></dt><dt><span class="sect2"><a href="#action-dialog">Action Dialog</a></span></dt><dt><span class="sect2"><a href="#xfconf">Xfconf</a></span></dt></dl></dd><dt><span class="sect1"><a href="#support">Support</a></span></dt><dt><span class="sect1"><a href="#about">About Clipman</a></span></dt></dl></di
 v><div class="sect1" lang="fr"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>Introduction</h2></div></div></div><p>Clipman est un gestionnaire de presse-papier pour Xfce. Il conserve le contenu du presse-papier tandis qu'il est habituellement perdu lors de la fermeture d'une application. Il est capable de gérer du texte et des images, et possède une fonctionnalité pour exécuter des actions sur du texte spécifique en le comparant à des expressions régulières.</p><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="anatomy-clipboard"></a>Anatomie d'une presse-papier</h3></div></div></div><p>Dans X11 (toutes les plateformes Unix) il y a par défaut deux presses-papiers pour échanger des données à travers les fenêtres. Un presse-papier par défaut qui est modifié lors d'une copie manuelle (par exemple en sélectionnant un fichier et en cliquant sur le bouton Copier), et un presse-papier primaire qui es
 t modifié lors des sélections de textes.</p><p>Clipman gère uniquement le presse-papier par défault, mais peut également prendre en compte les sélections. Lorsqu'il gère les sélections, le presse-papier par défaut est toujours synchronisé avec celui-ci et contient les mêmes données. De ce fait il est possible de coller avec le clavier ce qui est sélectionné sur l'écran.</p></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="getting-started"></a>Démarrer</h3></div></div></div><p>Clipman est utilisé pour garder une liste d'historique des éléments du presse-papier et permet de les restaurer. L'historique est afficher dans un menu accessible depuis l'icône principale. Dans le menu il est possible de restaurer un texte ou de vider l'historique.</p><div class="figure"><a name="id2755398"></a><p class="title"><b>Figure 1. Menu Clipman</b></p><div class="figure-contents"><div class="mediaobject"><img src="images/clipman-menu.png" alt="Menu 
 affichant l'historique"></div></div></div><br class="figure-break"><p>Il y a deux manières pour exécuter Clipman. Vous pouvez sélectionner Clipman dans le menu des applications sous la catégorie Utilitaire ou lancer la commande <strong class="application"><code>xfce4-clipman</code></strong> depuis une ligne de commande, ou vous pouvez l'ajouter dans le panneau. Pour ajouter un nouvel élément dans le panneau cliquez du bouton droit sur le panneau et choississez « Ajouter un item… ».</p></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="popup-command"></a>Commande de popup</h3></div></div></div><p>Clipman fournit l'outil <strong class="application"><code>xfce4-popup-clipman</code></strong>. Lorsqu'il est invoqué le menu principal est affiché. La commande est pratique pour les <span class="bold"><strong>Raccourcis d'applications</strong></span> accessible dans <span class="guimenu"><strong>Menu Xfce</strong></span>+<span class="
 guimenu"><strong>Paramètres</strong></span>+<span class="guimenu"><strong>Clavier</strong></span>.</p></div></div><div class="sect1" lang="fr"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="settings"></a>Paramètres</h2></div></div></div><p>Le dialogue de paramètres est disponible via l'item « Propriétés » depuis le menu contextuel clic-droit sur l'icône principale. Il permet d'affiner l'historique et d'éditer les actions.</p><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="general"></a>Général</h3></div></div></div><p>
+        The following table describes the available options:
+      </p><div class="table"><a name="id2754819"></a><p class="title"><b>Tableau 1. General options in the Settings dialog</b></p><div class="table-contents"><table xmlns="http://www.w3.org/TR/xhtml1/transitional" bgcolor="#F8F9FD" cellspacing="0" cellpadding="4" summary="General options in the Settings dialog" border="1"><colgroup><col xmlns=""><col xmlns=""></colgroup><thead xmlns=""><tr><th align="left">Options</th><th align="left">Description</th></tr></thead><tbody xmlns=""><tr><td align="left">Sync selections</td><td align="left">Sync the primary clipboard with the default clipboard in a way that it is possible to paste what gets
+	selected</td></tr><tr><td align="left">Exclude from history</td><td align="left">Prevents the primary clipboard from being inserted in the history</td></tr><tr><td align="left">Save on quit</td><td align="left">Keeps the history at every new session</td></tr><tr><td align="left">Store an image</td><td align="left">Allows to store one image in the history</td></tr><tr><td align="left">Size of the history</td><td align="left">Sets the number of items to keep in history</td></tr></tbody></table></div></div><br class="table-break"><div class="figure"><a name="id2754903"></a><p class="title"><b>Figure 2. Clipman Settings</b></p><div class="figure-contents"><div class="mediaobject"><img src="images/clipman-settings-general.png" alt="Settings dialog with the General tab"></div></div></div><br class="figure-break"></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="actions"></a>Actions</h3></div></div></div><p>
+        An action is a pair of an action name and a regular expression. Each action can have one or more commands. The
+        support of actions is optional and can be enabled or disabled through the “Enable actions” option.
+      </p><p>
+        To add an action click the Add icon, to edit an action select the action and click the Edit icon or double click
+        the action, and to remove an action select an action and click the Delete icon. By adding or editing an action a
+        new dialog is opened.
+      </p><p>
+        To learn more about actions go to <a class="xref" href="#action-dialog" title="Action Dialog">la section intitulée « Action Dialog »</a>.
+      </p><div class="figure"><a name="id2755072"></a><p class="title"><b>Figure 3. Clipman Settings</b></p><div class="figure-contents"><div class="mediaobject"><img src="images/clipman-settings-actions.png" alt="Settings dialog with the Actions tab"></div></div></div><br class="figure-break"></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="action-dialog"></a>Action Dialog</h3></div></div></div><p>
+        An action has a human readable name that describes the pattern it is going to match. An action must have at
+        least one command which also has a human readable name. The matched text can be reused in the command.
+      </p><p>
+        The actions are always matched against text selections unless specified otherwise. When the box “Activate only
+        on manual copy” is checked, the action will be matched from the default clipboard (e.g. with Ctrl+C).
+      </p><div class="figure"><a name="id2755735"></a><p class="title"><b>Figure 4. Action Dialog</b></p><div class="figure-contents"><div class="mediaobject"><img src="images/clipman-action-dialog.png" alt="Action edit dialog"></div></div></div><br class="figure-break"><div class="sect3" lang="fr"><div class="titlepage"><div><div><h4 class="title"><a name="regexes"></a>Regular Expression</h4></div></div></div><p>
+          Basic special characters: "<span class="bold"><strong><code class="code">.?+*(|)[]\</code></strong></span>".
+        </p><div class="itemizedlist"><ul type="disc"><li>
+            ”<span class="bold"><strong><code class="code">.</code></strong></span>”: represents a single character.
+          </li><li>
+            ”<span class="bold"><strong><code class="code">?+*</code></strong></span>”: respectively means zero or one character, one or more
+            characters, and zero or more characters.
+          </li><li>
+            ”<span class="bold"><strong><code class="code">(|)</code></strong></span>”: used for grouping and substitution, the vertical bar is
+            used as an OR operation.
+          </li><li>
+            ”<span class="bold"><strong><code class="code">[^]</code></strong></span>”: used to match a character from a set of characters and
+            special characters, the circumflex is used at the start as a negation.
+          </li><li>
+            ”<span class="bold"><strong><code class="code">\</code></strong></span>”: escapes a special character.
+          </li></ul></div><p>
+          Basic alphanumeric character class: "<span class="bold"><strong><code class="code">A-Za-z0-9</code></strong></span>". Character classes
+          are used within square brackets to represent a set of characters.
+        </p><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="regexes-examples"></a>Examples</h5></div></div></div><div class="itemizedlist"><ul type="disc"><li>
+              "<span class="bold"><strong><code class="code">bug ?#?[0-9]+</code></strong></span>": text "<span class="emphasis"><em>bug </em></span>", zero or one
+              space, zero or one sharp character, and one or more numbers.
+            </li><li>
+              "<span class="bold"><strong><code class="code">(http|ftp).+\.(jpg|png|gif)</code></strong></span>": text
+              "<span class="emphasis"><em>http</em></span>" or "<span class="emphasis"><em>ftp</em></span>", one or more character, a point, and the text
+              "<span class="emphasis"><em>jpg</em></span>", "<span class="emphasis"><em>png</em></span>" or "<span class="emphasis"><em>gif</em></span>".
+            </li><li>
+              "<span class="bold"><strong><code class="code">http://.{120}[^ ]+</code></strong></span>": text "<span class="emphasis"><em>http://</em></span>", 120
+              characters, and one or more characters except a space.
+            </li></ul></div></div><div class="sect4" lang="fr"><div class="titlepage"><div><div><h5 class="title"><a name="regexes-external-ressource"></a>External Ressource</h5></div></div></div><p>
+            Have a look at the <a class="ulink" href="http://en.wikipedia.org/wiki/Regular_expression" target="_top">Wikipedia
+            article</a> about regular expressions.
+          </p></div></div><div class="sect3" lang="fr"><div class="titlepage"><div><div><h4 class="title"><a name="command"></a>Command</h4></div></div></div><p>
+          A command can reuse one or more substitutions from the regular expression. The substitutions are represented by
+          ”<span class="bold"><strong><code class="code">\<number></code></strong></span>” where <number> corresponds to the
+          sub-pattern within parentheses or 0 for the complete text.
+        </p><p>
+          For example, from the simple pattern ”<span class="bold"><strong><code class="code">bug #(123)</code></strong></span>” it is possible
+          to use ”<span class="bold"><strong><code class="code">\0</code></strong></span>” for the text “bug #123” and ”<span class="bold"><strong><code class="code">\1</code></strong></span>” for the text “123”.  For the command ”<code class="code">exo-open
+          http://host/\1</code>”, the real executed command would be ”<code class="code">exo-open http://host/123</code>”.
+        </p></div></div><div class="sect2" lang="fr"><div class="titlepage"><div><div><h3 class="title"><a name="xfconf"></a>Xfconf</h3></div></div></div><p>
+        Clipman uses Xfconf to store its settings. That allows you to change the settings with the tool
+        <strong class="application"><code>xfconf-query</code></strong> or <strong class="application"><code>xfce4-settings-editor</code></strong>. The channel is
+        <code class="constant">xfce4-panel</code> and the base property is <code class="constant">/plugins/clipman</code>. The following
+        table lists all the properties with their possible values:
+      </p><div class="table"><a name="id2756058"></a><p class="title"><b>Tableau 2. Xfconf Properties</b></p><div class="table-contents"><table xmlns="http://www.w3.org/TR/xhtml1/transitional" bgcolor="#F8F9FD" cellspacing="0" cellpadding="4" summary="Xfconf Properties" border="1"><colgroup><col xmlns=""><col xmlns=""><col xmlns=""><col xmlns=""></colgroup><thead xmlns=""><tr><th align="left">Property</th><th align="left">Type</th><th align="left">Default</th><th align="left">Values</th></tr></thead><tbody xmlns=""><tr><td align="left">/settings/add-primary-clipboard</td><td align="left">bool</td><td align="left">false</td><td align="left">true to sync the primary clipboard with the default clipboard</td></tr><tr><td align="left">/settings/enable-actions</td><td align="left">bool</td><td align="left">false</td><td align="left">true to enable actions</td></tr><tr><td align="left">/settings/history-ignore-primary-clipboard</td><td align="left">bool</td><td align="left">false</
 td><td align="left">true to exclude the primary clipboard from the history</td></tr><tr><td align="left">/settings/max-images-in-history</td><td align="left">uint</td><td align="left">0</td><td align="left">0-5 number of images in history</td></tr><tr><td align="left">/settings/max-texts-in-history</td><td align="left">uint</td><td align="left">10</td><td align="left">5-100 number of texts in history</td></tr><tr><td align="left">/settings/save-on-quit</td><td align="left">bool</td><td align="left">true</td><td align="left">true to restore the history at every new session</td></tr></tbody></table></div></div><br class="table-break"><p>
+        To change a setting from a terminal type the command-line:
+      </p><code class="literal">xfconf-query -c xfce4-panel -p /plugins/clipman/<property> -s <value></code></div></div><div class="sect1" lang="fr"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="support"></a>Support</h2></div></div></div><p>
+      To report a bug or a feature request use the bug tracking system at <a class="ulink" href="http://bugzilla.xfce.org/" target="_top">http://bugzilla.xfce.org/</a>. If you have questions about the use of this software,
+      please ask on the <a class="ulink" href="http://foo-projects.org/mailman/listinfo/xfce" target="_top">Xfce mailing list</a>
+      or point your IRC client to <span class="bold"><strong>irc.freenode.net</strong></span>, join the channel <span class="bold"><strong>#xfce</strong></span> and ask for help.
+    </p></div><div class="sect1" lang="fr"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="about"></a>About Clipman</h2></div></div></div><p>
+      Clipman was written by Eduard Roccatello and then maintained by Nick Schermer. Nowadays it is written by
+      Mike Massonnet (<code class="email"><<a class="email" href="mailto:mmassonnet at xfce.org">mmassonnet at xfce.org</a>></code>). Visit the <a class="ulink" href="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" target="_top">Clipman Web
+      site</a>.
+    </p><p>
+      This documentation was written by Mike Massonnet (<code class="email"><<a class="email" href="mailto:mmassonnet at xfce.org">mmassonnet at xfce.org</a>></code>). Please send all your comments and
+      suggestions regarding this manual to <code class="email"><<a class="email" href="mailto:mmassonnet at xfce.org">mmassonnet at xfce.org</a>></code>.
+      
+    </p><p>
+      This software is distributed under the terms of the <em class="citetitle">GNU General Public License</em> as published
+      by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
+    </p><p>
+      You should have received a copy of the <em class="citetitle">GNU General Public License</em> along with this program;
+      if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA.
+    </p></div></div></body></html>

Added: xfce4-clipman-plugin/trunk/docs/manual/fr/xfce4-clipman-plugin.xml.in
===================================================================
--- xfce4-clipman-plugin/trunk/docs/manual/fr/xfce4-clipman-plugin.xml.in	                        (rev 0)
+++ xfce4-clipman-plugin/trunk/docs/manual/fr/xfce4-clipman-plugin.xml.in	2009-07-04 22:45:59 UTC (rev 7676)
@@ -0,0 +1,397 @@
+<?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 app-author "Mike Massonnet">
+<!ENTITY app-email "mmassonnet at xfce.org">
+<!ENTITY app-website "http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin">
+<!ENTITY doc-author "Mike Massonnet">
+<!ENTITY doc-email "mmassonnet at xfce.org">
+<!ENTITY date "April, July 2009">
+<!ENTITY application "@PACKAGE_NAME@">
+<!ENTITY version "@PACKAGE_VERSION@">
+<!ENTITY bugtracker "@PACKAGE_BUGREPORT@">
+]>
+<article id="xfce4-clipman-plugin" lang="fr">
+
+  <!-- Header -->
+  <articleinfo>
+    <title>Manuel de @PACKAGE_NAME@</title>
+
+    <pubdate>&date;</pubdate>
+
+    <copyright>
+      <year>2009</year>
+      <holder>&doc-author;</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.3 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.fsf.org/">Free Software Foundation</ulink>.
+      </para>
+    </legalnotice>
+
+    <authorgroup>
+      <author>
+        <firstname>Mike</firstname>
+        <surname>Massonnet</surname>
+        <affiliation>
+          <address><email>mmassonnet at xfce.org</email></address>
+        </affiliation>
+      </author>
+    </authorgroup>
+
+    <releaseinfo>Ce manuel décrit la version @PACKAGE_VERSION@ de @PACKAGE_NAME at .</releaseinfo>
+  </articleinfo>
+
+
+  <sect1 id="intro">
+    <title>Introduction</title>
+
+    <para>@PACKAGE_NAME@ est un gestionnaire de presse-papier pour Xfce. Il conserve le contenu du presse-papier tandis qu'il est habituellement perdu lors de la fermeture d'une application. Il est capable de gérer du texte et des images, et possède une fonctionnalité pour exécuter des actions sur du texte spécifique en le comparant à des expressions régulières.</para>
+
+    <sect2 id="anatomy-clipboard">
+      <title>Anatomie d'une presse-papier</title>
+
+      <para>Dans X11 (toutes les plateformes Unix) il y a par défaut deux presses-papiers pour échanger des données à travers les fenêtres. Un presse-papier par défaut qui est modifié lors d'une copie manuelle (par exemple en sélectionnant un fichier et en cliquant sur le bouton Copier), et un presse-papier primaire qui est modifié lors des sélections de textes.</para>
+
+      <para>@PACKAGE_NAME@ gère uniquement le presse-papier par défault, mais peut également prendre en compte les sélections. Lorsqu'il gère les sélections, le presse-papier par défaut est toujours synchronisé avec celui-ci et contient les mêmes données. De ce fait il est possible de coller avec le clavier ce qui est sélectionné sur l'écran.</para>
+    </sect2>
+
+    <sect2 id="getting-started">
+      <title>Démarrer</title>
+
+      <para>@PACKAGE_NAME@ est utilisé pour garder une liste d'historique des éléments du presse-papier et permet de les restaurer. L'historique est afficher dans un menu accessible depuis l'icône principale. Dans le menu il est possible de restaurer un texte ou de vider l'historique.</para>
+
+      <figure>
+        <title>Menu Clipman</title>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="images/clipman-menu.png" format="PNG"/>
+          </imageobject>
+          <textobject>
+            <phrase>Menu affichant l'historique</phrase>
+          </textobject>
+        </mediaobject>
+      </figure>
+
+      <para>Il y a deux manières pour exécuter @PACKAGE_NAME at . Vous pouvez sélectionner @PACKAGE_NAME@ dans le menu des applications sous la catégorie Utilitaire ou lancer la commande <application>xfce4-clipman</application> depuis une ligne de commande, ou vous pouvez l'ajouter dans le panneau. Pour ajouter un nouvel élément dans le panneau cliquez du bouton droit sur le panneau et choississez « Ajouter un item… ».</para>
+    </sect2>
+
+    <sect2 id="popup-command">
+      <title>Commande de popup</title>
+
+      <para>@PACKAGE_NAME@ fournit l'outil <application>xfce4-popup-clipman</application>. Lorsqu'il est invoqué le menu principal est affiché. La commande est pratique pour les <emphasis role="bold">Raccourcis d'applications</emphasis> accessible dans <menuchoice><guimenu>Menu Xfce</guimenu><guimenu>Paramètres</guimenu><guimenu>Clavier</guimenu></menuchoice>.</para>
+    </sect2>
+
+  </sect1>
+
+
+  <sect1 id="settings">
+    <title>Paramètres</title>
+
+    <para>Le dialogue de paramètres est disponible via l'item « Propriétés » depuis le menu contextuel clic-droit sur l'icône principale. Il permet d'affiner l'historique et d'éditer les actions.</para>
+
+    <sect2 id="general">
+      <title>Général</title>
+
+      <para>
+        The following table describes the available options:
+      </para>
+
+      <table frame="all"><title>General options in the Settings dialog</title>
+      <tgroup cols="2" align="left">
+      <thead>
+      <row>
+        <entry>Options</entry>
+        <entry>Description</entry>
+      </row>
+      </thead>
+      <tbody>
+      <row>
+        <entry>Sync selections</entry>
+	<entry>Sync the primary clipboard with the default clipboard in a way that it is possible to paste what gets
+	selected</entry>
+      </row>
+      <row>
+        <entry>Exclude from history</entry>
+        <entry>Prevents the primary clipboard from being inserted in the history</entry>
+      </row>
+      <row>
+        <entry>Save on quit</entry>
+        <entry>Keeps the history at every new session</entry>
+      </row>
+      <row>
+        <entry>Store an image</entry>
+        <entry>Allows to store one image in the history</entry>
+      </row>
+      <row>
+        <entry>Size of the history</entry>
+        <entry>Sets the number of items to keep in history</entry>
+      </row>
+      </tbody>
+      </tgroup>
+      </table>
+
+      <figure>
+        <title>Clipman Settings</title>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="images/clipman-settings-general.png" format="PNG"/>
+          </imageobject>
+          <textobject>
+            <phrase>Settings dialog with the General tab</phrase>
+          </textobject>
+        </mediaobject>
+      </figure>
+
+    </sect2>
+
+    <sect2 id="actions">
+      <title>Actions</title>
+
+      <para>
+        An action is a pair of an action name and a regular expression. Each action can have one or more commands. The
+        support of actions is optional and can be enabled or disabled through the “Enable actions” option.
+      </para>
+
+      <para>
+        To add an action click the Add icon, to edit an action select the action and click the Edit icon or double click
+        the action, and to remove an action select an action and click the Delete icon. By adding or editing an action a
+        new dialog is opened.
+      </para>
+
+      <para>
+        To learn more about actions go to <xref linkend="action-dialog"/>.
+      </para>
+
+      <figure>
+        <title>Clipman Settings</title>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="images/clipman-settings-actions.png" format="PNG"/>
+          </imageobject>
+          <textobject>
+            <phrase>Settings dialog with the Actions tab</phrase>
+          </textobject>
+        </mediaobject>
+      </figure>
+
+    </sect2>
+
+    <sect2 id="action-dialog">
+      <title>Action Dialog</title>
+
+      <para>
+        An action has a human readable name that describes the pattern it is going to match. An action must have at
+        least one command which also has a human readable name. The matched text can be reused in the command.
+      </para>
+
+      <para>
+        The actions are always matched against text selections unless specified otherwise. When the box “Activate only
+        on manual copy” is checked, the action will be matched from the default clipboard (e.g. with Ctrl+C).
+      </para>
+
+      <figure>
+        <title>Action Dialog</title>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="images/clipman-action-dialog.png" format="PNG"/>
+          </imageobject>
+          <textobject>
+            <phrase>Action edit dialog</phrase>
+          </textobject>
+        </mediaobject>
+      </figure>
+
+      <sect3 id="regexes">
+        <title>Regular Expression</title>
+
+        <para>
+          Basic special characters: "<emphasis role="bold"><code>.?+*(|)[]\</code></emphasis>".
+        </para>
+
+        <itemizedlist>
+          <listitem>
+            ”<emphasis role="bold"><code>.</code></emphasis>”: represents a single character.
+          </listitem>
+          <listitem>
+            ”<emphasis role="bold"><code>?+*</code></emphasis>”: respectively means zero or one character, one or more
+            characters, and zero or more characters.
+          </listitem>
+          <listitem>
+            ”<emphasis role="bold"><code>(|)</code></emphasis>”: used for grouping and substitution, the vertical bar is
+            used as an OR operation.
+          </listitem>
+          <listitem>
+            ”<emphasis role="bold"><code>[^]</code></emphasis>”: used to match a character from a set of characters and
+            special characters, the circumflex is used at the start as a negation.
+          </listitem>
+          <listitem>
+            ”<emphasis role="bold"><code>\</code></emphasis>”: escapes a special character.
+          </listitem>
+        </itemizedlist>
+
+        <para>
+          Basic alphanumeric character class: "<emphasis role="bold"><code>A-Za-z0-9</code></emphasis>". Character classes
+          are used within square brackets to represent a set of characters.
+        </para>
+
+
+        <sect4 id="regexes-examples">
+          <title>Examples</title>
+
+          <itemizedlist>
+            <listitem>
+              "<emphasis role="bold"><code>bug ?#?[0-9]+</code></emphasis>": text "<emphasis>bug </emphasis>", zero or one
+              space, zero or one sharp character, and one or more numbers.
+            </listitem>
+            <listitem>
+              "<emphasis role="bold"><code>(http|ftp).+\.(jpg|png|gif)</code></emphasis>": text
+              "<emphasis>http</emphasis>" or "<emphasis>ftp</emphasis>", one or more character, a point, and the text
+              "<emphasis>jpg</emphasis>", "<emphasis>png</emphasis>" or "<emphasis>gif</emphasis>".
+            </listitem>
+            <listitem>
+              "<emphasis role="bold"><code>http://.{120}[^ ]+</code></emphasis>": text "<emphasis>http://</emphasis>", 120
+              characters, and one or more characters except a space.
+            </listitem>
+          </itemizedlist>
+        </sect4>
+
+        <sect4 id="regexes-external-ressource">
+          <title>External Ressource</title>
+
+          <para>
+            Have a look at the <ulink type="http" url="http://en.wikipedia.org/wiki/Regular_expression">Wikipedia
+            article</ulink> about regular expressions.
+          </para>
+        </sect4>
+      </sect3>
+
+      <sect3 id="command">
+        <title>Command</title>
+
+        <para>
+          A command can reuse one or more substitutions from the regular expression. The substitutions are represented by
+          ”<emphasis role="bold"><code>\<number></code></emphasis>” where <number> corresponds to the
+          sub-pattern within parentheses or 0 for the complete text.
+        </para>
+
+        <para>
+          For example, from the simple pattern ”<emphasis role="bold"><code>bug #(123)</code></emphasis>” it is possible
+          to use ”<emphasis role="bold"><code>\0</code></emphasis>” for the text “bug #123” and ”<emphasis role="bold"><code>\1</code></emphasis>” for the text “123”.  For the command ”<code>exo-open
+          http://host/\1</code>”, the real executed command would be ”<code>exo-open http://host/123</code>”.
+        </para>
+      </sect3>
+    </sect2>
+
+    <sect2 id="xfconf">
+      <title>Xfconf</title>
+
+      <para>
+        @PACKAGE_NAME@ uses Xfconf to store its settings. That allows you to change the settings with the tool
+        <application>xfconf-query</application> or <application>xfce4-settings-editor</application>. The channel is
+        <constant>xfce4-panel</constant> and the base property is <constant>/plugins/clipman</constant>. The following
+        table lists all the properties with their possible values:
+      </para>
+
+      <table frame="all"><title>Xfconf Properties</title>
+      <tgroup cols="4" align="left">
+      <thead>
+      <row>
+        <entry>Property</entry>
+        <entry>Type</entry>
+        <entry>Default</entry>
+        <entry>Values</entry>
+      </row>
+      </thead>
+      <tbody>
+      <row>
+        <entry>/settings/add-primary-clipboard</entry>
+        <entry>bool</entry>
+        <entry>false</entry>
+        <entry>true to sync the primary clipboard with the default clipboard</entry>
+      </row>
+      <row>
+        <entry>/settings/enable-actions</entry>
+        <entry>bool</entry>
+        <entry>false</entry>
+        <entry>true to enable actions</entry>
+      </row>
+      <row>
+        <entry>/settings/history-ignore-primary-clipboard</entry>
+        <entry>bool</entry>
+        <entry>false</entry>
+        <entry>true to exclude the primary clipboard from the history</entry>
+      </row>
+        false
+
+      <row>
+        <entry>/settings/max-images-in-history</entry>
+        <entry>uint</entry>
+        <entry>0</entry>
+        <entry>0-5 number of images in history</entry>
+      </row>
+      <row>
+        <entry>/settings/max-texts-in-history</entry>
+        <entry>uint</entry>
+        <entry>10</entry>
+        <entry>5-100 number of texts in history</entry>
+      </row>
+      <row>
+        <entry>/settings/save-on-quit</entry>
+        <entry>bool</entry>
+        <entry>true</entry>
+        <entry>true to restore the history at every new session</entry>
+      </row>
+      </tbody>
+      </tgroup>
+      </table>
+
+      <para>
+        To change a setting from a terminal type the command-line:
+      </para>
+
+      <literal><![CDATA[xfconf-query -c xfce4-panel -p /plugins/clipman/<property> -s <value>]]></literal>
+    </sect2>
+  </sect1>
+
+  <sect1 id="support">
+    <title>Support</title>
+
+    <para>
+      To report a bug or a feature request use the bug tracking system at <ulink type="http" url="@PACKAGE_BUGREPORT@">@PACKAGE_BUGREPORT@</ulink>. If you have questions about the use of this software,
+      please ask on the <ulink type="http" url="http://foo-projects.org/mailman/listinfo/xfce">Xfce mailing list</ulink>
+      or point your IRC client to <emphasis role="bold">irc.freenode.net</emphasis>, join the channel <emphasis role="bold">#xfce</emphasis> and ask for help.
+    </para>
+  </sect1>
+
+
+  <sect1 id="about">
+    <title>About @PACKAGE_NAME@</title>
+
+    <para>
+      @PACKAGE_NAME@ was written by Eduard Roccatello and then maintained by Nick Schermer. Nowadays it is written by
+      Mike Massonnet (<email>mmassonnet at xfce.org</email>). Visit the <ulink type="http" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin">@PACKAGE_NAME@ Web
+      site</ulink>.
+    </para>
+
+    <para>
+      This documentation was written by Mike Massonnet (<email>mmassonnet at xfce.org</email>). Please send all your comments and
+      suggestions regarding this manual to <email>mmassonnet at xfce.org</email>.
+      
+    </para>
+
+    <para>
+      This software is distributed under the terms of the <citetitle>GNU General Public License</citetitle> as published
+      by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
+    </para>
+
+    <para>
+      You should have received a copy of the <citetitle>GNU General Public License</citetitle> along with this program;
+      if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA.
+    </para>
+  </sect1>
+
+</article>

Modified: xfce4-clipman-plugin/trunk/po-doc/LINGUAS
===================================================================
--- xfce4-clipman-plugin/trunk/po-doc/LINGUAS	2009-07-04 15:49:48 UTC (rev 7675)
+++ xfce4-clipman-plugin/trunk/po-doc/LINGUAS	2009-07-04 22:45:59 UTC (rev 7676)
@@ -1,2 +1,2 @@
 # Set of languages supported
-gl ja
+fr gl ja

Added: xfce4-clipman-plugin/trunk/po-doc/fr.po
===================================================================
--- xfce4-clipman-plugin/trunk/po-doc/fr.po	                        (rev 0)
+++ xfce4-clipman-plugin/trunk/po-doc/fr.po	2009-07-04 22:45:59 UTC (rev 7676)
@@ -0,0 +1,662 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: Clipman 1.1.0svn-r07672\n"
+"POT-Creation-Date: 2009-07-04 17:40+0200\n"
+"PO-Revision-Date: 2009-07-05 00:34+0200\n"
+"Last-Translator: Mike Massonnet <mmassonnet at gmail.com>\n"
+"Language-Team: French\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\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-clipman-plugin.xml.in:91(None)
+msgid ""
+"@@image: 'images/clipman-menu.png'; md5=5dbaabeb80055cc0df1d9133d66162f5"
+msgstr ""
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:177(None)
+msgid ""
+"@@image: 'images/clipman-settings-general.png'; "
+"md5=0d8f5d2634b310264b96ec82e8b68690"
+msgstr ""
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:209(None)
+msgid ""
+"@@image: 'images/clipman-settings-actions.png'; "
+"md5=08373a01a49eb9f36fe9395bb96527fa"
+msgstr ""
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:236(None)
+msgid ""
+"@@image: 'images/clipman-action-dialog.png'; "
+"md5=8cb733ef13f26327cbc22e5283ac048f"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:18(title)
+msgid "@PACKAGE_NAME@ Manual"
+msgstr "Manuel de @PACKAGE_NAME@"
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:23(year)
+msgid "2009"
+msgstr "2009"
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:28(para)
+msgid ""
+"Permission is granted to copy, distribute and/or modify this document under "
+"the terms of the GNU Free Documentation License, Version 1.3 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.fsf.org/\">Free Software Foundation</ulink>."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:38(firstname)
+msgid "Mike"
+msgstr "Mike"
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:39(surname)
+msgid "Massonnet"
+msgstr "Massonnet"
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:41(email)
+msgid "mmassonnet at xfce.org"
+msgstr "mmassonnet at xfce.org"
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:46(releaseinfo)
+msgid "This manual describes version @PACKAGE_VERSION@ of @PACKAGE_NAME at ."
+msgstr "Ce manuel décrit la version @PACKAGE_VERSION@ de @PACKAGE_NAME at ."
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:53(title)
+msgid "Introduction"
+msgstr "Introduction"
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:55(para)
+msgid ""
+"@PACKAGE_NAME@ is a clipboard manager for Xfce. It keeps the clipboard "
+"contents around while it is usually lost when you close an application. It "
+"is able to handle text and images, and has a feature to execute actions on "
+"specific text by matching them against regular expressions."
+msgstr ""
+"@PACKAGE_NAME@ est un gestionnaire de presse-papier pour Xfce. Il conserve "
+"le contenu du presse-papier tandis qu'il est habituellement perdu lors de "
+"la fermeture d'une application. Il est capable de gérer du texte et des "
+"images, et possède une fonctionnalité pour exécuter des actions sur du "
+"texte spécifique en le comparant à des expressions régulières."
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:62(title)
+msgid "Anatomy of a Clipboard"
+msgstr "Anatomie d'une presse-papier"
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:64(para)
+msgid ""
+"In X11 (all Unix platforms) there are by default two clipboards to exchange "
+"any data between the windows. A default clipboard which is modified by "
+"manual copies (for instance when you select a file and press the copy "
+"button), and there is a primary clipboard which is modified by selections "
+"(for instance when you select text in a field)."
+msgstr ""
+"Dans X11 (toutes les plateformes Unix) il y a par défaut deux presses-papiers "
+"pour échanger des données à travers les fenêtres. Un presse-papier par défaut "
+"qui est modifié lors d'une copie manuelle (par exemple en sélectionnant un fichier "
+"et en cliquant sur le bouton Copier), et un presse-papier primaire qui est "
+"modifié lors des sélections de textes."
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:71(para)
+msgid ""
+"@PACKAGE_NAME@ handles only the default clipboard, but optionnaly it can "
+"also notice the selections. When it is handling the selections, the default "
+"clipboard will always be synced with it and contain the same data. By this "
+"meaning you can paste with the keyboard what you select on screen."
+msgstr ""
+"@PACKAGE_NAME@ gère uniquement le presse-papier par défault, mais peut "
+"également prendre en compte les sélections. Lorsqu'il gère les sélections, le "
+"presse-papier par défaut est toujours synchronisé avec celui-ci et contient les "
+"mêmes données. De ce fait il est possible de coller avec le clavier ce qui est "
+"sélectionné sur l'écran."
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:79(title)
+msgid "Getting Started"
+msgstr "Démarrer"
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:81(para)
+msgid ""
+"@PACKAGE_NAME@ is used to keep in history a list of clipboard contents and "
+"to restore them. The history is displayed in a menu by clicking on the main "
+"icon. Within the menu it is possible to restore a text and to clear the "
+"history."
+msgstr ""
+"@PACKAGE_NAME@ est utilisé pour garder une liste d'historique des éléments du "
+"presse-papier et permet de les restaurer. L'historique est afficher dans un menu "
+"accessible depuis l'icône principale. Dans le menu il est possible de restaurer un "
+"texte ou de vider l'historique."
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:88(title)
+msgid "Clipman Menu"
+msgstr "Menu Clipman"
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:94(phrase)
+msgid "Menu displaying the history"
+msgstr "Menu affichant l'historique"
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:99(para)
+msgid ""
+"There are two ways to run @PACKAGE_NAME at . You can select @PACKAGE_NAME@ in "
+"the applications menu under the category Utility or type <application>xfce4-"
+"clipman</application> on the command-line, or you can add it into your "
+"panel. To add a new item in the panel right click the panel and select “Add "
+"new item…”."
+msgstr ""
+"Il y a deux manières pour exécuter @PACKAGE_NAME at . Vous pouvez sélectionner "
+"@PACKAGE_NAME@ dans le menu des applications sous la catégorie Utilitaire ou "
+"lancer la commande <application>xfce4-clipman</application> depuis une ligne "
+"de commande, ou vous pouvez l'ajouter dans le panneau. Pour ajouter un nouvel "
+"élément dans le panneau cliquez du bouton droit sur le panneau et choississez "
+"« Ajouter un item… »."
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:107(title)
+msgid "Popup Command"
+msgstr "Commande de popup"
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:109(para)
+msgid ""
+"@PACKAGE_NAME@ provides the command-line tool <application>xfce4-popup-"
+"clipman</application>. When called it popups the main menu. The command is "
+"practical for the <emphasis role=\"bold\">Application Shortcuts</emphasis> "
+"available at <menuchoice><guimenu>Xfce Menu</guimenu><guimenu>Settings</"
+"guimenu><guimenu>Keyboard</guimenu></menuchoice>."
+msgstr ""
+"@PACKAGE_NAME@ fournit l'outil <application>xfce4-popup-clipman</application>. "
+"Lorsqu'il est invoqué le menu principal est affiché. La commande est pratique "
+"pour les <emphasis role=\"bold\">Raccourcis d'applications</emphasis> accessible "
+"dans <menuchoice><guimenu>Menu Xfce</guimenu><guimenu>Paramètres</guimenu><guimen"
+"u>Clavier</guimenu></menuchoice>."
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:125(title)
+msgid "Settings"
+msgstr "Paramètres"
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:127(para)
+msgid ""
+"The settings dialog is available under the “Properties” item in the right "
+"click context menu on the main icon. It allows to tweak the history and to "
+"edit actions."
+msgstr ""
+"Le dialogue de paramètres est disponible via l'item « Propriétés » depuis le "
+"menu contextuel clic-droit sur l'icône principale. Il permet d'affiner "
+"l'historique et d'éditer les actions."
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:133(title)
+msgid "General"
+msgstr "Général"
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:135(para)
+msgid "The following table describes the available options:"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:139(title)
+msgid "General options in the Settings dialog"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:143(entry)
+msgid "Options"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:144(entry)
+msgid "Description"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:149(entry)
+msgid "Sync selections"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:150(entry)
+msgid ""
+"Sync the primary clipboard with the default clipboard in a way that it is "
+"possible to paste what gets selected"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:154(entry)
+msgid "Exclude from history"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:155(entry)
+msgid "Prevents the primary clipboard from being inserted in the history"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:158(entry)
+msgid "Save on quit"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:159(entry)
+msgid "Keeps the history at every new session"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:162(entry)
+msgid "Store an image"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:163(entry)
+msgid "Allows to store one image in the history"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:166(entry)
+msgid "Size of the history"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:167(entry)
+msgid "Sets the number of items to keep in history"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:174(title)
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:206(title)
+msgid "Clipman Settings"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:180(phrase)
+msgid "Settings dialog with the General tab"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:188(title)
+msgid "Actions"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:190(para)
+msgid ""
+"An action is a pair of an action name and a regular expression. Each action "
+"can have one or more commands. The support of actions is optional and can be "
+"enabled or disabled through the “Enable actions” option."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:195(para)
+msgid ""
+"To add an action click the Add icon, to edit an action select the action and "
+"click the Edit icon or double click the action, and to remove an action "
+"select an action and click the Delete icon. By adding or editing an action a "
+"new dialog is opened."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:201(para)
+msgid "To learn more about actions go to <xref linkend=\"action-dialog\"/>."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:212(phrase)
+msgid "Settings dialog with the Actions tab"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:220(title)
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:233(title)
+msgid "Action Dialog"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:222(para)
+msgid ""
+"An action has a human readable name that describes the pattern it is going "
+"to match. An action must have at least one command which also has a human "
+"readable name. The matched text can be reused in the command."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:227(para)
+msgid ""
+"The actions are always matched against text selections unless specified "
+"otherwise. When the box “Activate only on manual copy” is checked, the "
+"action will be matched from the default clipboard (e.g. with Ctrl+C)."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:239(phrase)
+msgid "Action edit dialog"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:245(title)
+msgid "Regular Expression"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:247(para)
+msgid ""
+"Basic special characters: \"<emphasis role=\"bold\"><code>.?+*(|)[]\\</"
+"code></emphasis>\"."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:253(code)
+msgid "."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:252(listitem)
+msgid ""
+"”<emphasis role=\"bold\"><placeholder-1/></emphasis>”: represents a single "
+"character."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:256(code)
+msgid "?+*"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:255(listitem)
+msgid ""
+"”<emphasis role=\"bold\"><placeholder-1/></emphasis>”: respectively means "
+"zero or one character, one or more characters, and zero or more characters."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:260(code)
+msgid "(|)"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:259(listitem)
+msgid ""
+"”<emphasis role=\"bold\"><placeholder-1/></emphasis>”: used for grouping and "
+"substitution, the vertical bar is used as an OR operation."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:264(code)
+msgid "[^]"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:263(listitem)
+msgid ""
+"”<emphasis role=\"bold\"><placeholder-1/></emphasis>”: used to match a "
+"character from a set of characters and special characters, the circumflex is "
+"used at the start as a negation."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:268(code)
+msgid "\\"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:267(listitem)
+msgid ""
+"”<emphasis role=\"bold\"><placeholder-1/></emphasis>”: escapes a special "
+"character."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:272(para)
+msgid ""
+"Basic alphanumeric character class: \"<emphasis role=\"bold\"><code>A-Za-z0-"
+"9</code></emphasis>\". Character classes are used within square brackets to "
+"represent a set of characters."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:279(title)
+msgid "Examples"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:283(code)
+msgid "bug ?#?[0-9]+"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:283(emphasis)
+msgid "bug"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:282(listitem)
+msgid ""
+"\"<emphasis role=\"bold\"><placeholder-1/></emphasis>\": text \"<placeholder-"
+"2/>\", zero or one space, zero or one sharp character, and one or more "
+"numbers."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:287(code)
+msgid "(http|ftp).+\\.(jpg|png|gif)"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:288(emphasis)
+msgid "http"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:288(emphasis)
+msgid "ftp"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:289(emphasis)
+msgid "jpg"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:289(emphasis)
+msgid "png"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:289(emphasis)
+msgid "gif"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:286(listitem)
+msgid ""
+"\"<emphasis role=\"bold\"><placeholder-1/></emphasis>\": text \"<placeholder-"
+"2/>\" or \"<placeholder-3/>\", one or more character, a point, and the text "
+"\"<placeholder-4/>\", \"<placeholder-5/>\" or \"<placeholder-6/>\"."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:292(code)
+msgid "http://.{120}[^ ]+"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:292(emphasis)
+msgid "http://"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:291(listitem)
+msgid ""
+"\"<emphasis role=\"bold\"><placeholder-1/></emphasis>\": text \"<placeholder-"
+"2/>\", 120 characters, and one or more characters except a space."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:299(title)
+msgid "External Ressource"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:301(para)
+msgid ""
+"Have a look at the <ulink type=\"http\" url=\"http://en.wikipedia.org/wiki/"
+"Regular_expression\">Wikipedia article</ulink> about regular expressions."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:309(title)
+msgid "Command"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:311(para)
+msgid ""
+"A command can reuse one or more substitutions from the regular expression. "
+"The substitutions are represented by ”<emphasis role=\"bold\"><code>\\<"
+"number></code></emphasis>” where <number> corresponds to the sub-"
+"pattern within parentheses or 0 for the complete text."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:317(para)
+msgid ""
+"For example, from the simple pattern ”<emphasis role=\"bold\"><code>bug #"
+"(123)</code></emphasis>” it is possible to use ”<emphasis role=\"bold"
+"\"><code>\\0</code></emphasis>” for the text “bug #123” and ”<emphasis role="
+"\"bold\"><code>\\1</code></emphasis>” for the text “123”. For the command "
+"”<code>exo-open http://host/\\1</code>”, the real executed command would be "
+"”<code>exo-open http://host/123</code>”."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:327(title)
+msgid "Xfconf"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:329(para)
+msgid ""
+"@PACKAGE_NAME@ uses Xfconf to store its settings. That allows you to change "
+"the settings with the tool <application>xfconf-query</application> or "
+"<application>xfce4-settings-editor</application>. The channel is "
+"<constant>xfce4-panel</constant> and the base property is <constant>/plugins/"
+"clipman</constant>. The following table lists all the properties with their "
+"possible values:"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:336(title)
+msgid "Xfconf Properties"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:340(entry)
+msgid "Property"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:341(entry)
+msgid "Type"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:342(entry)
+msgid "Default"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:343(entry)
+msgid "Values"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:348(entry)
+msgid "/settings/add-primary-clipboard"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:349(entry)
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:355(entry)
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:361(entry)
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:381(entry)
+msgid "bool"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:350(entry)
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:356(entry)
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:362(entry)
+msgid "false"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:351(entry)
+msgid "true to sync the primary clipboard with the default clipboard"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:354(entry)
+msgid "/settings/enable-actions"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:357(entry)
+msgid "true to enable actions"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:360(entry)
+msgid "/settings/history-ignore-primary-clipboard"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:363(entry)
+msgid "true to exclude the primary clipboard from the history"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:368(entry)
+msgid "/settings/max-images-in-history"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:369(entry)
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:375(entry)
+msgid "uint"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:370(entry)
+msgid "0"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:371(entry)
+msgid "0-5 number of images in history"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:374(entry)
+msgid "/settings/max-texts-in-history"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:376(entry)
+msgid "10"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:377(entry)
+msgid "5-100 number of texts in history"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:380(entry)
+msgid "/settings/save-on-quit"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:382(entry)
+msgid "true"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:383(entry)
+msgid "true to restore the history at every new session"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:346(tbody)
+msgid ""
+"<row><placeholder-1/><placeholder-2/><placeholder-3/><placeholder-4/></"
+"row><row><placeholder-5/><placeholder-6/><placeholder-7/><placeholder-8/></"
+"row><row><placeholder-9/><placeholder-10/><placeholder-11/><placeholder-12/"
+"></row> false <row><placeholder-13/><placeholder-14/><placeholder-15/"
+"><placeholder-16/></row><row><placeholder-17/><placeholder-18/><placeholder-"
+"19/><placeholder-20/></row><row><placeholder-21/><placeholder-22/"
+"><placeholder-23/><placeholder-24/></row>"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:389(para)
+msgid "To change a setting from a terminal type the command-line:"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:398(title)
+msgid "Support"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:400(para)
+msgid ""
+"To report a bug or a feature request use the bug tracking system at <ulink "
+"type=\"http\" url=\"@PACKAGE_BUGREPORT@\">@PACKAGE_BUGREPORT@</ulink>. If "
+"you have questions about the use of this software, please ask on the <ulink "
+"type=\"http\" url=\"http://foo-projects.org/mailman/listinfo/xfce\">Xfce "
+"mailing list</ulink> or point your IRC client to <emphasis role=\"bold\">irc."
+"freenode.net</emphasis>, join the channel <emphasis role=\"bold\">#xfce</"
+"emphasis> and ask for help."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:411(title)
+msgid "About @PACKAGE_NAME@"
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:413(para)
+msgid ""
+"@PACKAGE_NAME@ was written by Eduard Roccatello and then maintained by Nick "
+"Schermer. Nowadays it is written by Mike Massonnet (<email>mmassonnet at xfce."
+"org</email>). Visit the <ulink type=\"http\" url=\"http://goodies.xfce.org/"
+"projects/panel-plugins/xfce4-clipman-plugin\">@PACKAGE_NAME@ Web site</"
+"ulink>."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:419(para)
+msgid ""
+"This documentation was written by Mike Massonnet (<email>mmassonnet at xfce."
+"org</email>). Please send all your comments and suggestions regarding this "
+"manual to <email>mmassonnet at xfce.org</email>."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:426(para)
+msgid ""
+"This software is distributed under the terms of the <citetitle>GNU General "
+"Public License</citetitle> as published by the Free Software Foundation; "
+"either version 2 of the License, or (at your option) any later version."
+msgstr ""
+
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:431(para)
+msgid ""
+"You should have received a copy of the <citetitle>GNU General Public "
+"License</citetitle> along with this program; if not, write to the Free "
+"Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA "
+"02110, USA."
+msgstr ""
+
+#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
+#: ../docs/manual/C/xfce4-clipman-plugin.xml.in:0(None)
+msgid "translator-credits"
+msgstr ""




More information about the Goodies-commits mailing list