1 # Danish translation of directives/ikiwiki/directive/pagestats 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 `pagestats` directive is supplied by the [[!iki plugins/pagestats "
26 "desc=pagestats]] plugin."
31 "This directive can generate stats about how pages link to each other. It can "
32 "produce either a tag cloud, or a table counting the number of links to each "
38 "Here's how to use it to create a [[tag]] cloud, with tags sized based on "
44 msgid "\t\\[[!pagestats pages=\"tags/*\"]]\n"
45 msgstr "\t\\[[!pagestats pages=\"tags/*\"]]\n"
49 "Here's how to create a list of tags, sized by use as they would be in a "
55 #| msgid "\t\\[[!pagestats pages=\"tags/*\"]]\n"
56 msgid "\t\\[[!pagestats style=\"list\" pages=\"tags/*\"]]\n"
57 msgstr "\t\\[[!pagestats pages=\"tags/*\"]]\n"
60 msgid "And here's how to create a table of all the pages on the wiki:"
61 msgstr "Og sådan her dannes en tabel over alle sider i wikien:"
65 msgid "\t\\[[!pagestats style=\"table\"]]\n"
66 msgstr "\t\\[[!pagestats style=\"table\"]]\n"
70 "The optional `among` parameter limits the pages whose outgoing links are "
71 "considered. For instance, to display a cloud of tags used on blog entries, "
72 "while ignoring other pages that use those tags, you could use:"
77 #| msgid "\t\\[[!pagestats pages=\"tags/*\"]]\n"
78 msgid "\t\\[[!pagestats pages=\"tags/*\" among=\"blog/posts/*\"]]\n"
79 msgstr "\t\\[[!pagestats pages=\"tags/*\"]]\n"
82 msgid "Or to display a cloud of tags related to Linux, you could use:"
87 #| msgid "\t\\[[!pagestats pages=\"tags/*\"]]\n"
88 msgid "\t\\[[!pagestats pages=\"tags/* and !tags/linux\" among=\"tagged(linux)\"]]\n"
89 msgstr "\t\\[[!pagestats pages=\"tags/*\"]]\n"
93 "The optional `show` parameter limits display to the specified number of "
94 "pages. For instance, to show a table of the top ten pages with the most "
100 #| msgid "\t\\[[!pagestats style=\"table\"]]\n"
101 msgid "\t\\[[!pagestats style=\"table\" show=\"10\"]]\n"
102 msgstr "\t\\[[!pagestats style=\"table\"]]\n"
106 "The optional `class` parameter can be used to control the class of the "
107 "generated tag cloud `div` or page stats `table`."
112 msgid "[[!meta robots=\"noindex, follow\"]]\n"
113 msgstr "[[!meta robots=\"noindex, follow\"]]\n"