diff options
Diffstat (limited to 'doc/fr/user/plugin_xfer.fr.xml')
-rw-r--r-- | doc/fr/user/plugin_xfer.fr.xml | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/doc/fr/user/plugin_xfer.fr.xml b/doc/fr/user/plugin_xfer.fr.xml index 5bb5981d8..7953543ba 100644 --- a/doc/fr/user/plugin_xfer.fr.xml +++ b/doc/fr/user/plugin_xfer.fr.xml @@ -2,7 +2,7 @@ <!-- -WeeChat documentation (english version) +WeeChat documentation (french version) Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> @@ -22,6 +22,46 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. --> <section id="secPluginXfer"> - <title>Xfer plugin</title> + <title>Extension Xfer</title> + + <section id="secXferOptions"> + <title>Options (fichier xfer.conf)</title> + + <para> + &xfer_options.xml; + </para> + + </section> + + <section id="secXferCommands"> + <title>Commandes</title> + + <para> + &xfer_commands.xml; + </para> + + </section> + + <section id="secXferInfosHooked"> + <title>Infos et infolists</title> + + <para> + <informaltable colsep="0" frame="none"> + <tgroup cols="3"> + <thead> + <row> + <entry>Type</entry> + <entry>Nom</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + &xfer_infos.xml; + </tbody> + </tgroup> + </informaltable> + </para> + + </section> </section> |