]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlays/directives/ikiwiki/directive/linkmap.fr.po
merge fixes from l10n wiki
[ikiwiki.git] / po / underlays / directives / ikiwiki / directive / linkmap.fr.po
1 # Traduction de ikiwiki
2 # Copyright (C) 2009 Debian French l10n team <debian-l10n-french@lists.debian.org>
3 # This file is distributed under the same license as the PACKAGE Ikiwiki.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: ikiwiki\n"
8 "POT-Creation-Date: 2009-08-15 18:30-0300\n"
9 "PO-Revision-Date: 2009-09-11 21:16+0200\n"
10 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
11 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bits\n"
15
16 #. type: Plain text
17 msgid ""
18 "The `linkmap` directive is supplied by the [[!iki plugins/linkmap "
19 "desc=linkmap]] plugin."
20 msgstr "\"La directive `linkmap` est fournie par le module d'extension [[!iki plugins/linkmap desc=linkmap]]."
21
22 #. type: Plain text
23 msgid ""
24 "This directive uses [graphviz](http://www.graphviz.org/) to generate a graph "
25 "showing the links between a set of pages in the wiki. Example usage:"
26 msgstr "Cette directive utilise le programme [graphviz](http://www.graphviz.org/) pour créer un graphique montrant les liens existants entre certaines pages du wiki. Par exemple :"
27
28 #. type: Plain text
29 #, no-wrap
30 msgid "\t\\[[!linkmap pages=\"* and !blog/* and !*/Discussion\"]]\n"
31 msgstr "\t\\[[!linkmap pages=\"* and !blog/* and !*/Discussion\"]]\n"
32
33 #. type: Plain text
34 msgid ""
35 "Only links between mapped pages will be shown; links pointing to or from "
36 "unmapped pages will be omitted. If the pages to include are not specified, "
37 "the links between all pages (and other files) in the wiki are mapped. For "
38 "best results, only a small set of pages should be mapped, since otherwise "
39 "the map can become very large, unwieldy, and complicated. Also, the map is "
40 "rebuilt whenever one of the mapped pages is changed, which can make the wiki "
41 "a bit slow."
42 msgstr "Seuls les liens entre les pages recherchées sont montrés. Des liens existants entre des pages non recherchées sont ignorés. Si les pages à rechercher ne sont pas spécifiées, les liens entre toutes les pages (et tous les fichiers) du wiki seront affichés. Pour des résultats corrects, il vaut mieux définir l'ensemble des pages à rechercher. Sinon, le diagramme deviendra très grand, illisible et compliqué. De plus le diagramme est reconstruit à chaque modification d'une page faisant partie de l'ensemble, ce qui peut rendre le wiki un peu lent."
43
44 #. type: Plain text
45 msgid ""
46 "Here are descriptions of all the supported parameters to the `linkmap` "
47 "directive:"
48 msgstr "Voici la description des paramètres de la directive `linkmap` :"
49
50 #. type: Bullet: '* '
51 msgid "`pages` - A [[ikiwiki/PageSpec]] of the pages to map."
52 msgstr "`pages` - Une spécification [[ikiwiki/PageSpec]] des pages à rechercher."
53
54 #. type: Bullet: '* '
55 msgid ""
56 "`height`, `width` - Limit the size of the map to a given height and width, "
57 "in inches. Both must be specified for the limiting to take effect, otherwise "
58 "the map's size is not limited."
59 msgstr "`height`, `width` - Ces paramètres limitent la taille du diagramme, avec une hauteur et une largeur exprimées en pouce. Vous devez les indiquer tous les deux. Sinon le programme choisira une valeur sans limites."
60
61 #. type: Plain text
62 #, no-wrap
63 msgid "[[!meta robots=\"noindex, follow\"]]\n"
64 msgstr "[[!meta robots=\"noindex, follow\"]]\n"