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.
7 "Project-Id-Version: ikiwiki\n"
8 "POT-Creation-Date: 2011-05-05 20:04+0300\n"
9 "PO-Revision-Date: 2009-09-11 21:18+0200\n"
10 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
11 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bits\n"
19 "The `graph` directive is supplied by the [[!iki plugins/graphviz "
20 "desc=graphviz]] plugin."
22 "La directive `graph` est fournie par le module d'extension [[!iki plugins/"
23 "graphviz desc=graphviz]]."
27 "This directive allows embedding [graphviz](http://www.graphviz.org/) graphs "
28 "in a page. Example usage:"
30 "Cette directive permet d'embarquer des graphiques [graphviz](http://www."
31 "graphviz.org/) sur une page. Par exemple :"
35 msgid "\t\\[[!graph src=\"a -> b -> c; a -> c;\"]]\n"
36 msgstr "\t\\[[!graph src=\"a -> b -> c; a -> c;\"]]\n"
40 "Note that graphs will only show up in previews if your browser has [[!"
41 "wikipedia data: URI]] support, or if the same graph already exists on that "
44 "Vous ne pourrez prévisualiser les graphiques que si le navigateur gère les "
45 "[[!wikipedia data: URI]], ou si le même graphique existe déjà sur la page. "
48 msgid "The `graph` directive supports the following parameters:"
49 msgstr "Voici les paramètres de la directive `graph` :"
52 msgid "`src` - The graphviz source to render."
53 msgstr "`src` - La source graphviz à afficher."
57 "`type` - The type of graph to render: `graph` or `digraph`. Defaults to "
60 "`type` - Le type de graphique : `graph` ou `digraph`. La valeur par défaut "
65 "`prog` - The graphviz program to render with: `dot`, `neato`, `fdp`, "
66 "`twopi`, or `circo`. Defaults to `dot`."
68 "`prog` - Le programme graphviz à utiliser : `dot`, `neato`, `fdp`, `twopi`, "
69 "ou `circo`. La valeur par défaut est `dot`."
73 "`height`, `width` - Limit the size of the graph to a given height and width, "
74 "in inches. You must specify both to limit the size; otherwise, graphviz will "
75 "choose a size, without any limit."
77 "`height`, `width` - Ces paramètres limitent la taille des graphiques, avec "
78 "une hauteur et une largeur exprimées en pouce. Vous devez les indiquer tous "
79 "les deux. Sinon le programme choisira une valeur sans limites."
83 msgid "[[!meta robots=\"noindex, follow\"]]\n"
84 msgstr "[[!meta robots=\"noindex, follow\"]]\n"