]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - po/underlays/directives/ikiwiki/directive/sparkline.es.po
acbe661c2bec311e5fe30d69efe85eafcdd7ea4e
[git.ikiwiki.info.git] / po / underlays / directives / ikiwiki / directive / sparkline.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"
19 #. type: Plain text
20 msgid ""
21 "The `sparkline` directive is supplied by the [[!iki plugins/sparkline "
22 "desc=sparkline]] plugin."
23 msgstr ""
25 #. type: Plain text
26 msgid ""
27 "This directive allows for embedding sparklines into wiki pages. A sparkline "
28 "is a small word-size graphic chart, that is designed to be displayed "
29 "alongside text."
30 msgstr ""
32 #. type: Title #
33 #, no-wrap
34 msgid "examples"
35 msgstr ""
37 #. type: Plain text
38 #, no-wrap
39 msgid ""
40 "\t\\[[!sparkline 1 3 5 -3 10 0 width=40 height=16\n"
41 "\tfeaturepoint=\"4,-3,red,3\" featurepoint=\"5,10,green,3\"]]\n"
42 msgstr ""
44 #. type: Plain text
45 msgid ""
46 "This creates a simple line graph, graphing several points.  It will be drawn "
47 "40 pixels wide and 16 pixels high. The high point in the line has a green "
48 "marker, and the low point has a red marker."
49 msgstr ""
51 #. type: Plain text
52 #, no-wrap
53 msgid ""
54 "\t\\[[!sparkline 1 -1(red) 1 -1(red) 1 1 1 -1(red) -1(red) style=bar "
55 "barwidth=2\n"
56 "\tbarspacing=1 height=13]]\n"
57 msgstr ""
59 #. type: Plain text
60 msgid ""
61 "This more complex example generates a bar graph.  The bars are 2 pixels "
62 "wide, and separated by one pixel, and the graph is 13 pixels tall. Width is "
63 "determined automatically for bar graphs. The points with negative values are "
64 "colored red, instead of the default black."
65 msgstr ""
67 #. type: Title #
68 #, no-wrap
69 msgid "usage"
70 msgstr ""
72 #. type: Plain text
73 msgid ""
74 "The form for the data points is \"x,y\", or just \"y\" if the x values don't "
75 "matter. Bar graphs can also add \"(color)\" to specify a color for that bar."
76 msgstr ""
78 #. type: Plain text
79 msgid ""
80 "The following named parameters are recognised. Most of these are the same as "
81 "those used by the underlying sparkline library, which is documented in more "
82 "detail in [its wiki](http://sparkline.wikispaces.com/usage)."
83 msgstr ""
85 #. type: Bullet: '* '
86 msgid "`style` - Either \"line\" (the default) or \"bar\"."
87 msgstr ""
89 #. type: Bullet: '* '
90 msgid "`width` - Width of the graph in pixels. Only needed for line graphs."
91 msgstr ""
93 #. type: Bullet: '* '
94 msgid "`height` - Height of the graph in pixels. Defaults to 16."
95 msgstr ""
97 #. type: Bullet: '* '
98 msgid "`barwidth` - Width of bars in a bar graph. Default is 1 pixel."
99 msgstr ""
101 #. type: Bullet: '* '
102 msgid ""
103 "`barspacing` - Spacing between bars in a bar graph, in pixels. Default is 1 "
104 "pixel."
105 msgstr ""
107 #. type: Bullet: '* '
108 msgid ""
109 "`ymin`, `ymax` - Minimum and maximum values for the Y axis. This is normally "
110 "calculated automatically, but can be explicitly specified to get the same "
111 "values for multiple related graphs."
112 msgstr ""
114 #. type: Bullet: '* '
115 msgid ""
116 "`featurepoint` - Adds a circular marker to a line graph, with optional "
117 "text. This can be used to label significant points."
118 msgstr ""
120 #. type: Plain text
121 #, no-wrap
122 msgid ""
123 "  The value is a comma-delimited list of parameters specifying the feature\n"
124 "  point: X value, Y value, color name, circle diameter, text (optional),\n"
125 "  and text location (optional). Example: `featurepoint=\"3,5,blue,3\"`\n"
126 msgstr ""
128 #. type: Plain text
129 #, no-wrap
130 msgid ""
131 "  Available values for the text location are: \"top\", \"right\", "
132 "\"bottom\", and\n"
133 "  \"left\".\n"
134 msgstr ""
136 #. type: Plain text
137 #, no-wrap
138 msgid "[[!meta robots=\"noindex, follow\"]]\n"
139 msgstr ""