1 # Danish translation of directives/ikiwiki/directive/comment 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-22 11:17+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"
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 `comment` directive is supplied by the [[!iki plugins/comments "
25 "desc=comments]] plugin, and is used to add a comment to a page. Typically, "
26 "the directive is the only thing on a comment page, and is filled out by the "
27 "comment plugin when a user posts a comment."
37 "\t\\[[!comment format=mdwn\n"
38 "\tusername=\"foo\"\n"
40 "\tdate=\"2009-06-02T19:05:01Z\"\n"
43 "\t\\[[!comment format=mdwn\n"
44 "\tusername=\"foo\"\n"
46 "\tdate=\"2009-06-02T19:05:01Z\"\n"
70 "The only required parameter is `content`, the others just add or override "
71 "metadata of the comment."
76 "`content` - Text to display for the comment. Note that [[directives|ikiwiki/"
77 "directive]] may not be allowed, depending on the configuration of the "
82 msgid "`format` - Specifies the markup used for the content."
86 msgid "`subject` - Subject for the comment."
91 "`date` - Date the comment was posted. Can be entered in nearly any format, "
92 "since it's parsed by [[!cpan TimeDate]]"
97 "`username` - Used to record the username (or OpenID) of a logged in "
101 #. type: Bullet: '* '
103 "`ip` - Can be used to record the IP address of a commenter, if they posted "
107 #. type: Bullet: '* '
109 "`claimedauthor` - Records the name that the user entered, if anonmous "
110 "commenters are allowed to enter their (unverified) name."
115 msgid "[[!meta robots=\"noindex, follow\"]]\n"
116 msgstr "[[!meta robots=\"noindex, follow\"]]\n"