From 031b880ad943748847224a737055a8936b5d796e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 20 Jul 2009 00:44:42 +0200 Subject: Add initial danish underlay translation --- .../ikiwiki/directive/postsparkline.da.po | 121 +++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 po/underlays/directives/ikiwiki/directive/postsparkline.da.po (limited to 'po/underlays/directives/ikiwiki/directive/postsparkline.da.po') diff --git a/po/underlays/directives/ikiwiki/directive/postsparkline.da.po b/po/underlays/directives/ikiwiki/directive/postsparkline.da.po new file mode 100644 index 000000000..0bb0aefb7 --- /dev/null +++ b/po/underlays/directives/ikiwiki/directive/postsparkline.da.po @@ -0,0 +1,121 @@ +# Danish translation of directives/ikiwiki/directive/postsparkline page for ikiwiki. +# Copyright (C) 2008-2009 Jonas Smedegaard +# This file is distributed under the same license as the ikiwiki package. +# Jonas Smedegaard , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: ikiwiki 3.15\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 23:45+0200\n" +"PO-Revision-Date: 2009-07-19 23:45+0200\n" +"Last-Translator: Jonas Smedegaard \n" +"Language-Team: None\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Language: Danish\n" +"X-Poedit-Country: DENMARK\n" +"X-Poedit-SourceCharset: utf-8\n" + +#. type: Plain text +msgid "" +"The `postsparkline` directive is supplied by the [[!iki plugins/" +"postsparkline desc=postsparkline]] plugin." +msgstr "" + +#. type: Plain text +msgid "" +"This directive uses the [[!iki plugins/sparkline desc=sparkline]] plugin to " +"create a [[sparkline]] of statistics about a set of pages, such as posts to " +"a blog." +msgstr "" + +#. type: Plain text +#, fuzzy, no-wrap +msgid "# examples\n" +msgstr "# Overskrift\n" + +#. type: Plain text +#, no-wrap +msgid "" +"\tPost interval: \n" +"\t\\[[!postsparkline pages=\"blog/* and !*/Discussion\" max=100\n" +"\tformula=interval style=bar barwidth=2 barspacing=1 height=13]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"\tPosts per month this year: \n" +"\t\\[[!postsparkline pages=\"blog/* and !*/Discussion\" max=12\n" +"\tformula=permonth style=bar barwidth=2 barspacing=1 height=13]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# usage\n" +msgstr "" + +#. type: Plain text +msgid "" +"All options aside fron the `pages`, `max`, `formula`, `time`, and `color` " +"options are the same as in [[sparkline]] directive." +msgstr "" + +#. type: Plain text +msgid "" +"You don't need to specify any data points (though you can if you want to). " +"Instead, data points are automatically generated based on the creation times " +"of pages matched by the specified `pages` [[ikiwiki/PageSpec]]. A maximum of " +"`max` data points will be generated." +msgstr "" + +#. type: Plain text +msgid "" +"The `formula` parameter controls the formula used to generate data points. " +"Available forumlae:" +msgstr "" + +#. type: Bullet: '* ' +msgid "" +"`interval` - The height of each point represents how long it has been since " +"the previous post." +msgstr "" + +#. type: Bullet: '* ' +msgid "" +"`perday` - Each point represents a day; the height represents how many posts " +"were made that day." +msgstr "" + +#. type: Bullet: '* ' +msgid "" +"`permonth` - Each point represents a month; the height represents how many " +"posts were made that month." +msgstr "" + +#. type: Bullet: '* ' +msgid "" +"`peryear` - Each point represents a day; the height represents how many " +"posts were made that year." +msgstr "" + +#. type: Plain text +msgid "" +"The `time` parameter has a default value of \"ctime\", since forumae use the " +"creation times of pages by default. If you instead want them to use the " +"modification times of pages, set it to \"mtime\"." +msgstr "" + +#. type: Plain text +msgid "" +"To change the color used to draw the sparkline, use the `color` parameter. " +"For example, \"color=red\"." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!meta robots=\"noindex, follow\"]]\n" +msgstr "[[!meta robots=\"noindex, follow\"]]\n" -- cgit v1.2.3