1 # Danish translation of directives/ikiwiki/directive/sparkline page for ikiwiki.
2 # Copyright (C) 2008-2009 Jonas Smedegaard <dr@jones.dk>
3 # This file is distributed under the same license as the ikiwiki package.
4 # Jonas Smedegaard <dr@jones.dk>, 2008.
8 "Project-Id-Version: ikiwiki 3.15\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2009-07-19 23:45+0200\n"
11 "PO-Revision-Date: 2009-07-19 23:45+0200\n"
12 "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
13 "Language-Team: None\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18 "X-Poedit-Language: Danish\n"
19 "X-Poedit-Country: DENMARK\n"
20 "X-Poedit-SourceCharset: utf-8\n"
24 "The `sparkline` directive is supplied by the [[!iki plugins/sparkline "
25 "desc=sparkline]] plugin."
30 "This directive allows for embedding sparklines into wiki pages. A sparkline "
31 "is a small word-size graphic chart, that is designed to be displayes "
38 msgstr "# Overskrift\n"
43 "\t\\[[!sparkline 1 3 5 -3 10 0 width=40 height=16\n"
44 "\tfeaturepoint=\"4,-3,red,3\" featurepoint=\"5,10,green,3\"]]\n"
49 "This creates a simple line graph, graphing several points. It will be drawn "
50 "40 pixels wide and 16 pixels high. The high point in the line has a green "
51 "marker, and the low point has a red marker."
57 "\t\\[[!sparkline 1 -1(red) 1 -1(red) 1 1 1 -1(red) -1(red) style=bar barwidth=2\n"
58 "\tbarspacing=1 height=13]]\n"
63 "This more complex example generates a bar graph. The bars are 2 pixels "
64 "wide, and separated by one pixel, and the graph is 13 pixels tall. Width is "
65 "determined automatically for bar graphs. The points with negative values are "
66 "colored red, instead of the default black."
76 "The form for the data points is \"x,y\", or just \"y\" if the x values don't "
77 "matter. Bar graphs can also add \"(color)\" to specify a color for that bar."
82 "The following named parameters are recognised. Most of these are the same as "
83 "those used by the underlying sparkline library, which is documented in more "
84 "detail in [its wiki](http://sparkline.wikispaces.com/usage)."
88 msgid "`style` - Either \"line\" (the default) or \"bar\"."
92 msgid "`width` - Width of the graph in pixels. Only needed for line graphs."
96 msgid "`height` - Height of the graph in pixels. Defaults to 16."
100 msgid "`barwidth` - Width of bars in a bar graph. Default is 1 pixel."
103 #. type: Bullet: '* '
105 "`barspacing` - Spacing between bars in a bar graph, in pixels. Default is 1 "
109 #. type: Bullet: '* '
111 "`ymin`, `ymax` - Minimum and maximum values for the Y axis. This is normally "
112 "calculated automatically, but can be explicitly specified to get the same "
113 "values for multiple related graphs."
116 #. type: Bullet: '* '
118 "`featurepoint` - Adds a circular marker to a line graph, with optional text. "
119 "This can be used to label significant points."
125 " The value is a comma-delimited list of parameters specifying the feature\n"
126 " point: X value, Y value, color name, circle diameter, text (optional),\n"
127 " and text location (optional). Example: `featurepoint=\"3,5,blue,3\"`\n"
133 " Available values for the text location are: \"top\", \"right\", \"bottom\", and\n"
139 msgid "[[!meta robots=\"noindex, follow\"]]\n"
140 msgstr "[[!meta robots=\"noindex, follow\"]]\n"