Update danish l10n of underlays.
[ikiwiki] / po / underlays / directives / ikiwiki / directive / orphans.da.po
1 # Danish translation of directives/ikiwiki/directive/orphans 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.
5 #
6 msgid ""
7 msgstr ""
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"
14 "Language: \n"
15 "MIME-Version: 1.0\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"
22
23 #. type: Plain text
24 msgid ""
25 "The `orphans` directive is supplied by the [[!iki plugins/orphans "
26 "desc=orphans]] plugin."
27 msgstr ""
28
29 #. type: Plain text
30 msgid ""
31 "This directive generates a list of possibly orphaned pages -- pages that no "
32 "other page links to. Example:"
33 msgstr ""
34
35 #. type: Plain text
36 #, no-wrap
37 msgid "\t\\[[!orphans pages=\"* and !blog/*\"]]\n"
38 msgstr "\t\\[[!orphans pages=\"* and !blog/*\"]]\n"
39
40 #. type: Plain text
41 msgid ""
42 "The optional parameter \"pages\" can be a [[ikiwiki/PageSpec]] specifying "
43 "the pages to check for orphans, default is search them all."
44 msgstr ""
45
46 #. type: Plain text
47 msgid ""
48 "Note that it takes backlinks into account, but does not count inlining a "
49 "page as linking to it, so will generally count many blog-type pages as "
50 "orphans."
51 msgstr ""
52
53 #. type: Plain text
54 #, no-wrap
55 msgid "[[!meta robots=\"noindex, follow\"]]\n"
56 msgstr "[[!meta robots=\"noindex, follow\"]]\n"