1 # Danish translation of directives/ikiwiki/directive/linkmap 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: 2009-07-19 23:45+0200\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"
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"
24 "The `linkmap` directive is supplied by the [[!iki plugins/linkmap "
25 "desc=linkmap]] plugin."
30 "This directive uses [graphviz](http://www.graphviz.org/) to generate a graph "
31 "showing the links between a set of pages in the wiki. Example usage:"
36 msgid "\t\\[[!linkmap pages=\"* and !blog/* and !*/Discussion\"]]\n"
37 msgstr "\t\\[[!linkmap pages=\"* and !blog/* and !*/Discussion\"]]\n"
41 "Only links between mapped pages will be shown; links pointing to or from "
42 "unmapped pages will be omitted. If the pages to include are not specified, "
43 "the links between all pages (and other files) in the wiki are mapped. For "
44 "best results, only a small set of pages should be mapped, since otherwise "
45 "the map can become very large, unwieldy, and complicated. Also, the map is "
46 "rebuilt whenever one of the mapped pages is changed, which can make the wiki "
52 "Here are descriptions of all the supported parameters to the `linkmap` "
57 msgid "`pages` - A [[ikiwiki/PageSpec]] of the pages to map."
62 "`height`, `width` - Limit the size of the map to a given height and width, "
63 "in inches. Both must be specified for the limiting to take effect, otherwise "
64 "the map's size is not limited."
69 msgid "[[!meta robots=\"noindex, follow\"]]\n"
70 msgstr "[[!meta robots=\"noindex, follow\"]]\n"