1 # Danish translation of directives/ikiwiki/directive/map 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 `map` directive is supplied by the [[!iki plugins/map desc=map]] plugin."
30 "This directive generates a hierarchical page map for the wiki. Example usage:"
35 msgid "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\"]]\n"
36 msgstr "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\"]]\n"
40 "If the pages to include are not specified, all pages (and other files) in "
41 "the wiki are mapped."
46 "By default, the names of pages are shown in the map. The `show` parameter "
47 "can be used to show the titles or descriptions of pages instead (as set by "
48 "the [[meta]] directive). For example:"
53 msgid "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\" show=title]]\n"
54 msgstr "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\" show=title]]\n"
58 #| msgid "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\" show=title]]\n"
59 msgid "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\" show=description]]\n"
60 msgstr "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\" show=title]]\n"
64 "Hint: To limit the map to displaying pages less than a certain level deep, "
65 "use a [[ikiwiki/PageSpec]] like this: `pages=\"* and !*/*/*\"`"
70 msgid "[[!meta robots=\"noindex, follow\"]]\n"
71 msgstr "[[!meta robots=\"noindex, follow\"]]\n"