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: 2010-07-18 22:29+0000\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 `comment` directive is supplied by the [[!iki plugins/comments "
26 "desc=comments]] plugin, and is used to add a comment to a page. Typically, "
27 "the directive is the only thing on a comment page, and is filled out by the "
28 "comment plugin when a user posts a comment."
38 "\t\\[[!comment format=mdwn\n"
39 "\tusername=\"foo\"\n"
41 "\tdate=\"2009-06-02T19:05:01Z\"\n"
44 "\t\\[[!comment format=mdwn\n"
45 "\tusername=\"foo\"\n"
47 "\tdate=\"2009-06-02T19:05:01Z\"\n"
71 "The only required parameter is `content`, the others just add or override "
72 "metadata of the comment."
77 "`content` - Text to display for the comment. Note that [[directives|ikiwiki/"
78 "directive]] may not be allowed, depending on the configuration of the "
83 msgid "`format` - Specifies the markup used for the content."
87 msgid "`subject` - Subject for the comment."
92 "`date` - Date the comment was posted. Can be entered in nearly any format, "
93 "since it's parsed by [[!cpan TimeDate]]"
98 "`username` - Used to record the username (or OpenID) of a logged in "
102 #. type: Bullet: '* '
104 "`nickname` - Name to display for a logged in commenter. (Optional; used for "
108 #. type: Bullet: '* '
110 "`ip` - Can be used to record the IP address of a commenter, if they posted "
114 #. type: Bullet: '* '
116 "`claimedauthor` - Records the name that the user entered, if anonymous "
117 "commenters are allowed to enter their (unverified) name."
122 msgid "[[!meta robots=\"noindex, follow\"]]\n"
123 msgstr "[[!meta robots=\"noindex, follow\"]]\n"