Update danish l10n of underlays.
[ikiwiki] / po / underlays / directives / ikiwiki / directive / sparkline.da.po
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.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: ikiwiki 3.15\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2011-05-05 20:04+0300\n"
11 "PO-Revision-Date: 2009-07-23 00:06+0200\n"
12 "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
13 "Language-Team: None\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 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 "X-Poedit-Language: Danish\n"
20 "X-Poedit-Country: DENMARK\n"
21 "X-Poedit-SourceCharset: utf-8\n"
22
23 #. type: Plain text
24 msgid ""
25 "The `sparkline` directive is supplied by the [[!iki plugins/sparkline "
26 "desc=sparkline]] plugin."
27 msgstr ""
28
29 #. type: Plain text
30 msgid ""
31 "This directive allows for embedding sparklines into wiki pages. A sparkline "
32 "is a small word-size graphic chart, that is designed to be displayed "
33 "alongside text."
34 msgstr ""
35
36 #. type: Title #
37 #, no-wrap
38 msgid "examples"
39 msgstr "eksempler"
40
41 #. type: Plain text
42 #, no-wrap
43 msgid ""
44 "\t\\[[!sparkline 1 3 5 -3 10 0 width=40 height=16\n"
45 "\tfeaturepoint=\"4,-3,red,3\" featurepoint=\"5,10,green,3\"]]\n"
46 msgstr ""
47 "\t\\[[!sparkline 1 3 5 -3 10 0 width=40 height=16\n"
48 "\tfeaturepoint=\"4,-3,red,3\" featurepoint=\"5,10,green,3\"]]\n"
49
50 #. type: Plain text
51 msgid ""
52 "This creates a simple line graph, graphing several points.  It will be drawn "
53 "40 pixels wide and 16 pixels high. The high point in the line has a green "
54 "marker, and the low point has a red marker."
55 msgstr ""
56
57 #. type: Plain text
58 #, no-wrap
59 msgid ""
60 "\t\\[[!sparkline 1 -1(red) 1 -1(red) 1 1 1 -1(red) -1(red) style=bar barwidth=2\n"
61 "\tbarspacing=1 height=13]]\n"
62 msgstr ""
63 "\t\\[[!sparkline 1 -1(red) 1 -1(red) 1 1 1 -1(red) -1(red) style=bar barwidth=2\n"
64 "\tbarspacing=1 height=13]]\n"
65
66 #. type: Plain text
67 msgid ""
68 "This more complex example generates a bar graph.  The bars are 2 pixels "
69 "wide, and separated by one pixel, and the graph is 13 pixels tall. Width is "
70 "determined automatically for bar graphs. The points with negative values are "
71 "colored red, instead of the default black."
72 msgstr ""
73
74 #. type: Title #
75 #, no-wrap
76 msgid "usage"
77 msgstr "brug"
78
79 #. type: Plain text
80 msgid ""
81 "The form for the data points is \"x,y\", or just \"y\" if the x values don't "
82 "matter. Bar graphs can also add \"(color)\" to specify a color for that bar."
83 msgstr ""
84
85 #. type: Plain text
86 msgid ""
87 "The following named parameters are recognised. Most of these are the same as "
88 "those used by the underlying sparkline library, which is documented in more "
89 "detail in [its wiki](http://sparkline.wikispaces.com/usage)."
90 msgstr ""
91
92 #. type: Bullet: '* '
93 msgid "`style` - Either \"line\" (the default) or \"bar\"."
94 msgstr ""
95
96 #. type: Bullet: '* '
97 msgid "`width` - Width of the graph in pixels. Only needed for line graphs."
98 msgstr ""
99
100 #. type: Bullet: '* '
101 msgid "`height` - Height of the graph in pixels. Defaults to 16."
102 msgstr ""
103
104 #. type: Bullet: '* '
105 msgid "`barwidth` - Width of bars in a bar graph. Default is 1 pixel."
106 msgstr ""
107
108 #. type: Bullet: '* '
109 msgid ""
110 "`barspacing` - Spacing between bars in a bar graph, in pixels. Default is 1 "
111 "pixel."
112 msgstr ""
113
114 #. type: Bullet: '* '
115 msgid ""
116 "`ymin`, `ymax` - Minimum and maximum values for the Y axis. This is normally "
117 "calculated automatically, but can be explicitly specified to get the same "
118 "values for multiple related graphs."
119 msgstr ""
120
121 #. type: Bullet: '* '
122 msgid ""
123 "`featurepoint` - Adds a circular marker to a line graph, with optional text. "
124 "This can be used to label significant points."
125 msgstr ""
126
127 #. type: Plain text
128 #, no-wrap
129 msgid ""
130 "  The value is a comma-delimited list of parameters specifying the feature\n"
131 "  point: X value, Y value, color name, circle diameter, text (optional),\n"
132 "  and text location (optional). Example: `featurepoint=\"3,5,blue,3\"`\n"
133 msgstr ""
134
135 #. type: Plain text
136 #, no-wrap
137 msgid ""
138 "  Available values for the text location are: \"top\", \"right\", \"bottom\", and\n"
139 "  \"left\".\n"
140 msgstr ""
141
142 #. type: Plain text
143 #, no-wrap
144 msgid "[[!meta robots=\"noindex, follow\"]]\n"
145 msgstr "[[!meta robots=\"noindex, follow\"]]\n"