diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-05-24 21:38:07 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-05-24 21:38:07 +0000 |
commit | 47a97b733b5462a27975fb44102e948bb10d8538 (patch) | |
tree | 95e9d5d9b4352379589c46ec4511c6003f40339a /doc/fr/apt-extracttemplates.fr.1.xml | |
parent | df6689e496db0bf173bb0007ef4fbfca2fbacc7c (diff) | |
parent | 416e9e40f1313cec23e3865105c6bc9ce6cc41f2 (diff) |
merge bubulle@debian.org--2005/apt--main--0
Patches applied:
* bubulle@debian.org--2005/apt--main--0--patch-66
Italian translation complete
* bubulle@debian.org--2005/apt--main--0--patch-67
Sync with Matt
* bubulle@debian.org--2005/apt--main--0--patch-68
Sync with Matt
* bubulle@debian.org--2005/apt--main--0--patch-69
Sync with Matt
* bubulle@debian.org--2005/apt--main--0--patch-70
Re-generate the POT and PO files from sources
* bubulle@debian.org--2005/apt--main--0--patch-71
Update French translation
* bubulle@debian.org--2005/apt--main--0--patch-72
Merge with Matt
* bubulle@debian.org--2005/apt--main--0--patch-73
Basque translation update
* bubulle@debian.org--2005/apt--main--0--patch-74
Hebres translation update
* bubulle@debian.org--2005/apt--main--0--patch-75
Merge with Matt
* bubulle@debian.org--2005/apt--main--0--patch-76
Correct the Hebrew translation for #306658
* bubulle@debian.org--2005/apt--main--0--patch-77
Update French man pages translations
* bubulle@debian.org--2005/apt--main--0--patch-78
Merge with Matt
* bubulle@debian.org--2005/apt--main--0--patch-79
Correct syntax errors in Hebrew translation
* bubulle@debian.org--2005/apt--main--0--patch-80
Revert changes to debian/changelog and debian/apt.cron.daily
* bubulle@debian.org--2005/apt--main--0--patch-81
Portuguese translation update
* philippe.batailler@free.fr--2005/apt--mainBubulle--0.1--patch-1
Passage sous arch
Diffstat (limited to 'doc/fr/apt-extracttemplates.fr.1.xml')
-rw-r--r-- | doc/fr/apt-extracttemplates.fr.1.xml | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/doc/fr/apt-extracttemplates.fr.1.xml b/doc/fr/apt-extracttemplates.fr.1.xml new file mode 100644 index 000000000..7b548869c --- /dev/null +++ b/doc/fr/apt-extracttemplates.fr.1.xml @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="iso-8859-15" standalone="no"?> +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ + +<!ENTITY % aptent SYSTEM "apt.ent.fr"> +%aptent; + +]> + +<refentry lang="fr"> + + <refentryinfo> + &apt-author.jgunthorpe; + &apt-author.team; + &apt-email; + &apt-product; + <!-- The last update date --> + <date>29 Février 2004</date> + </refentryinfo> + +<refmeta> +<refentrytitle>apt-extracttemplates</refentrytitle> +<manvolnum>1</manvolnum> +</refmeta> + +<refnamediv lang="fr"> +<refname>apt-extracttemplates</refname> +<refpurpose>Un outil pour extraire d'un paquet Debian les textes de configuration pour DebConf. + </refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis><command>apt-extracttemplates</command> +<arg><option>-hv</option></arg> +<arg><option>-t=<replaceable>répertoire temporaire</replaceable></option></arg> +<arg choice="plain" rep="repeat"><replaceable>fichier</replaceable></arg> +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1><title>Description</title> +<para> +<command>Apt-extracttemplates</command> prend un ou plusieurs paquets Debian en +argument et renvoie (dans un répertoire temporaire) tous les scripts et +guides de configuration associés. Pour chaque paquet traité contenant des +scripts et guides de configuration, une ligne est affichée au format +suivant : + </para> +<para>paquet version guide-de-configuration script-de-configuration + </para> +<para>Les scripts et guides de configuration sont écrits dans le répertoire +temporaire indiqué par l'option <option>-t</option> ou +<option>--tempdir</option> (<literal>APT::ExtractTemplates::TempDir</literal>) ; +les noms de fichier sont de la +forme <filename>package.template.XXXX</filename> ou <filename>package.config.XXXX</filename>. + </para> +</refsect1> + +<refsect1><title>Options</title> +&apt-cmdblurb; + +<variablelist> +<varlistentry><term><option>-t</option></term><term><option>--tempdir</option></term> +<listitem><para> +Répertoire temporaire dans lequel écrire les scripts et guides de +configuration pour Debconf. +Élément de configuration : <literal>APT::ExtractTemplates::TempDir</literal>. + </para></listitem> +</varlistentry> + +&apt-commonoptions; +</variablelist> +</refsect1> + +<refsect1><title>Voir aussi</title> +<para>&apt-config; + </para> +</refsect1> + +<refsect1><title>Diagnostics</title> +<para> +<command>apt-extracttemplates</command> retourne zéro si tout se passe bien, le nombre +100 en cas d'erreur. + </para> +</refsect1> + +&manbugs; +&traducteur; +</refentry>
\ No newline at end of file |