1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2011-05-05 20:04+0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 "The `graph` directive is supplied by the [[!iki plugins/graphviz "
22 "desc=graphviz]] plugin."
27 "This directive allows embedding [graphviz](http://www.graphviz.org/) graphs "
28 "in a page. Example usage:"
33 msgid "\t\\[[!graph src=\"a -> b -> c; a -> c;\"]]\n"
38 "Note that graphs will only show up in previews if your browser has "
39 "[[!wikipedia data: URI]] support, or if the same graph already exists on "
44 msgid "The `graph` directive supports the following parameters:"
48 msgid "`src` - The graphviz source to render."
53 "`type` - The type of graph to render: `graph` or `digraph`. Defaults to "
59 "`prog` - The graphviz program to render with: `dot`, `neato`, `fdp`, "
60 "`twopi`, or `circo`. Defaults to `dot`."
65 "`height`, `width` - Limit the size of the graph to a given height and width, "
66 "in inches. You must specify both to limit the size; otherwise, graphviz will "
67 "choose a size, without any limit."
72 msgid "[[!meta robots=\"noindex, follow\"]]\n"