Refresh gettext files of underlays.
[ikiwiki] / po / underlays / directives / ikiwiki / directive / graph.es.po
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.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
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"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. type: Plain text
20 msgid ""
21 "The `graph` directive is supplied by the [[!iki plugins/graphviz "
22 "desc=graphviz]] plugin."
23 msgstr ""
24
25 #. type: Plain text
26 msgid ""
27 "This directive allows embedding [graphviz](http://www.graphviz.org/) graphs "
28 "in a page.  Example usage:"
29 msgstr ""
30
31 #. type: Plain text
32 #, no-wrap
33 msgid "\t\\[[!graph src=\"a -> b -> c; a -> c;\"]]\n"
34 msgstr ""
35
36 #. type: Plain text
37 msgid ""
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 "
40 "that page."
41 msgstr ""
42
43 #. type: Plain text
44 msgid "The `graph` directive supports the following parameters:"
45 msgstr ""
46
47 #. type: Bullet: '- '
48 msgid "`src` - The graphviz source to render."
49 msgstr ""
50
51 #. type: Bullet: '- '
52 msgid ""
53 "`type` - The type of graph to render: `graph` or `digraph`.  Defaults to "
54 "`digraph`."
55 msgstr ""
56
57 #. type: Bullet: '- '
58 msgid ""
59 "`prog` - The graphviz program to render with: `dot`, `neato`, `fdp`, "
60 "`twopi`, or `circo`.  Defaults to `dot`."
61 msgstr ""
62
63 #. type: Bullet: '- '
64 msgid ""
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."
68 msgstr ""
69
70 #. type: Plain text
71 #, no-wrap
72 msgid "[[!meta robots=\"noindex, follow\"]]\n"
73 msgstr ""