]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlays/directives/ikiwiki/directive/comment.cs.po
Typo
[ikiwiki.git] / po / underlays / directives / ikiwiki / directive / comment.cs.po
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.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
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"
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
19 #. type: Plain text
20 msgid ""
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."
25 msgstr ""
26
27 #. type: Plain text
28 msgid "Example:"
29 msgstr ""
30
31 #. type: Plain text
32 #, no-wrap
33 msgid ""
34 "\t\\[[!comment format=mdwn\n"
35 "\tusername=\"foo\"\n"
36 "\tsubject=\"Bar\"\n"
37 "\tdate=\"2009-06-02T19:05:01Z\"\n"
38 "\tcontent=\"\"\"\n"
39 msgstr ""
40
41 #. type: Plain text
42 #, no-wrap
43 msgid ""
44 "\tBlah blah.\n"
45 "\t\"\"\"\n"
46 msgstr ""
47
48 #. type: Plain text
49 #, no-wrap
50 msgid "\t]]\n"
51 msgstr ""
52
53 #. type: Title ##
54 #, no-wrap
55 msgid "usage"
56 msgstr ""
57
58 #. type: Plain text
59 msgid ""
60 "The only required parameter is `content`, the others just add or override "
61 "metadata of the comment."
62 msgstr ""
63
64 #. type: Bullet: '* '
65 msgid ""
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."
69 msgstr ""
70
71 #. type: Bullet: '* '
72 msgid "`format` - Specifies the markup used for the content."
73 msgstr ""
74
75 #. type: Bullet: '* '
76 msgid "`subject` - Subject for the comment."
77 msgstr ""
78
79 #. type: Bullet: '* '
80 msgid ""
81 "`date` - Date the comment was posted. Can be entered in nearly any format, "
82 "since it's parsed by [[!cpan TimeDate]]"
83 msgstr ""
84
85 #. type: Bullet: '* '
86 msgid ""
87 "`username` - Used to record the username (or OpenID)  of a logged in "
88 "commenter."
89 msgstr ""
90
91 #. type: Bullet: '* '
92 msgid ""
93 "`nickname` - Name to display for a logged in commenter.  (Optional; used for "
94 "OpenIDs.)"
95 msgstr ""
96
97 #. type: Bullet: '* '
98 msgid ""
99 "`ip` - Can be used to record the IP address of a commenter, if they posted "
100 "anonymously."
101 msgstr ""
102
103 #. type: Bullet: '* '
104 msgid ""
105 "`claimedauthor` - Records the name that the user entered, if anonymous "
106 "commenters are allowed to enter their (unverified)  name."
107 msgstr ""
108
109 #. type: Plain text
110 #, no-wrap
111 msgid "[[!meta robots=\"noindex, follow\"]]\n"
112 msgstr ""