1 # Danish translation of directives/ikiwiki/directive/postsparkline 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: 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"
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"
25 "The `postsparkline` directive is supplied by the [[!iki plugins/"
26 "postsparkline desc=postsparkline]] plugin."
31 "This directive uses the [[!iki plugins/sparkline desc=sparkline]] plugin to "
32 "create a [[sparkline]] of statistics about a set of pages, such as posts to "
45 "\t\\[[!postsparkline pages=\"blog/* and !*/Discussion\" max=100\n"
46 "\tformula=interval style=bar barwidth=2 barspacing=1 height=13]]\n"
48 "\tBidragsinterval: \n"
49 "\t\\[[!postsparkline pages=\"blog/* and !*/Discussion\" max=100\n"
50 "\tformula=interval style=bar barwidth=2 barspacing=1 height=13]]\n"
55 "\tPosts per month this year: \n"
56 "\t\\[[!postsparkline pages=\"blog/* and !*/Discussion\" max=12\n"
57 "\tformula=permonth style=bar barwidth=2 barspacing=1 height=13]]\n"
59 "\tBidrag per måned dette år: \n"
60 "\t\\[[!postsparkline pages=\"blog/* and !*/Discussion\" max=12\n"
61 "\tformula=permonth style=bar barwidth=2 barspacing=1 height=13]]\n"
70 "All options aside from the `pages`, `max`, `formula`, `time`, and `color` "
71 "options are the same as in [[sparkline]] directive."
76 "You don't need to specify any data points (though you can if you want to). "
77 "Instead, data points are automatically generated based on the creation times "
78 "of pages matched by the specified `pages` [[ikiwiki/PageSpec]]. A maximum of "
79 "`max` data points will be generated."
84 "The `formula` parameter controls the formula used to generate data points. "
90 "`interval` - The height of each point represents how long it has been since "
96 "`perday` - Each point represents a day; the height represents how many posts "
100 #. type: Bullet: '* '
102 "`permonth` - Each point represents a month; the height represents how many "
103 "posts were made that month."
106 #. type: Bullet: '* '
108 "`peryear` - Each point represents a year; the height represents how many "
109 "posts were made that year."
114 "The `time` parameter has a default value of \"ctime\", since formulae use "
115 "the creation times of pages by default. If you instead want them to use the "
116 "modification times of pages, set it to \"mtime\"."
121 "To change the color used to draw the sparkline, use the `color` parameter. "
122 "For example, \"color=red\"."
127 msgid "[[!meta robots=\"noindex, follow\"]]\n"
128 msgstr "[[!meta robots=\"noindex, follow\"]]\n"