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