1 # Danish translation of directives/ikiwiki/directive/tag 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 `tag` and `taglink` directives are supplied by the [[!iki plugins/tag "
29 msgid "These directives allow tagging pages. List tags as follows:"
34 msgid "\t\\[[!tag tech life linux]]\n"
35 msgstr "\t\\[[!tag teknik livet linux]]\n"
39 "The tags work the same as if you had put a (hidden) [[ikiwiki/WikiLink]] on "
40 "the page for each tag, so you can use a [[ikiwiki/PageSpec]] match all pages "
41 "that are tagged with a given tag, for example. The tags will also show up on "
42 "blog entries and at the bottom of the tagged pages, as well as in RSS and "
48 "If you want a visible [[ikiwiki/WikiLink]] along with the tag, use taglink "
55 "\t\\[[!taglink foo]]\n"
56 "\t\\[[!taglink tagged_as_foo|foo]]\n"
58 "\t\\[[!taglink foo]]\n"
59 "\t\\[[!taglink mærket_af_som_foo|foo]]\n"
63 "Note that if the wiki is configured to use a tagbase, then the tags will be "
64 "located under a base directory, such as \"tags/\". This is a useful way to "
65 "avoid having to write the full path to tags, if you want to keep them "
66 "grouped together out of the way."
71 "Bear in mind that specifying a tagbase means you will need to incorporate it "
72 "into the `link()` [[ikiwiki/PageSpec]] you use: e.g., if your tagbase is "
73 "`tag`, you would match pages tagged \"foo\" with `link(tag/foo)`."
78 "If you want to override the tagbase for a particular tag, you can use "
79 "something like this:"
85 "\t\\[[!tag ./foo]]\n"
86 "\t\\[[!taglink /foo]]\n"
88 "\t\\[[!tag ./foo]]\n"
89 "\t\\[[!taglink /foo]]\n"
93 msgid "[[!meta robots=\"noindex, follow\"]]\n"
94 msgstr "[[!meta robots=\"noindex, follow\"]]\n"