1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2011-05-05 20:04+0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 "The `comment` directive is supplied by the [[!iki plugins/comments "
22 "desc=comments]] plugin, and is used to add a comment to a page. Typically, "
23 "the directive is the only thing on a comment page, and is filled out by the "
24 "comment plugin when a user posts a comment."
34 "\t\\[[!comment format=mdwn\n"
35 "\tusername=\"foo\"\n"
37 "\tdate=\"2009-06-02T19:05:01Z\"\n"
60 "The only required parameter is `content`, the others just add or override "
61 "metadata of the comment."
66 "`content` - Text to display for the comment. Note that "
67 "[[directives|ikiwiki/directive]] may not be allowed, depending on the "
68 "configuration of the comment plugin."
72 msgid "`format` - Specifies the markup used for the content."
76 msgid "`subject` - Subject for the comment."
81 "`date` - Date the comment was posted. Can be entered in nearly any format, "
82 "since it's parsed by [[!cpan TimeDate]]"
87 "`username` - Used to record the username (or OpenID) of a logged in "
93 "`nickname` - Name to display for a logged in commenter. (Optional; used for "
99 "`ip` - Can be used to record the IP address of a commenter, if they posted "
103 #. type: Bullet: '* '
105 "`claimedauthor` - Records the name that the user entered, if anonymous "
106 "commenters are allowed to enter their (unverified) name."
111 msgid "[[!meta robots=\"noindex, follow\"]]\n"