1 # German translation of directives/ikiwiki/directive/comment page for ikiwiki.
2 # Copyright © 2010 Sebastian Kuhnert <mail@sebastian-kuhnert.de>
3 # Redistribution and use in source and compiled forms, with or without
4 # modification, are permitted under any circumstances. No warranty.
7 "POT-Creation-Date: 2010-03-12 09:29+0530\n"
8 "PO-Revision-Date: 2010-03-14 13:58+0530\n"
9 "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
10 "Language-Team: None\n"
12 "Content-Type: text/plain; charset=UTF-8\n"
13 "Content-Transfer-Encoding: 8bit\n"
14 "Plural-Forms: nplurals=2; plural=n != 1;\n"
18 "The `comment` directive is supplied by the [[!iki plugins/comments "
19 "desc=comments]] plugin, and is used to add a comment to a page. Typically, "
20 "the directive is the only thing on a comment page, and is filled out by the "
21 "comment plugin when a user posts a comment."
23 "Die `comment`-Anweisung wird durch die [[!iki plugins/comments "
24 "desc=comments]]-Erweiterung bereitgestellt, und wird zum Hinzufügen von "
25 "Kommentaren zu einer Seite verwendet. Typischerweise ist diese Anweisung "
26 "das Einzige auf einer Kommentarseite, und wird von der comment-Erweiterung "
27 "ausgefüllt, wenn ein Benutzer einen Kommentar veröffentlicht."
36 "\t\\[[!comment format=mdwn\n"
37 "\tusername=\"foo\"\n"
39 "\tdate=\"2009-06-02T19:05:01Z\"\n"
42 "\t\\[[!comment format=mdwn\n"
43 "\tusername=\"foo\"\n"
45 "\tdate=\"2009-06-02T19:05:01Z\"\n"
69 "The only required parameter is `content`, the others just add or override "
70 "metadata of the comment."
72 "Der einzige erforderliche Parameter ist `content`, die übrigen fügen nur "
73 "Metadaten zu dem Kommentar hinzu oder ändern diese."
77 "`content` - Text to display for the comment. Note that "
78 "[[directives|ikiwiki/directive]] may not be allowed, depending on the "
79 "configuration of the comment plugin."
81 "`content` - Text, der in diesem Kommentar angezeigt werden soll. "
82 "[[Anweisungen|ikiwiki/directive]] sind hier unter Umständen nicht erlaubt, "
83 "abhängig von der Konfiguration der comment-Erweiterung."
86 msgid "`format` - Specifies the markup used for the content."
88 "`format` - Gibt die Formatierungssprache an, die für den Inhalt verwendet "
92 msgid "`subject` - Subject for the comment."
93 msgstr "`subject` - Betreff des Kommentars."
97 "`date` - Date the comment was posted. Can be entered in nearly any format, "
98 "since it's parsed by [[!cpan TimeDate]]"
100 "`date` - Datum, an dem der Kommentar veröffentlicht wurde. Kann in beinahe "
101 "beliebigem Format angegeben werden, da es von [[!cpan TimeDate]] "
104 #. type: Bullet: '* '
106 "`username` - Used to record the username (or OpenID) of a logged in "
109 "`username` - Hier wird der Benutzername (oder die OpenID) eines "
110 "angemeldeten Kommentators gespeichert."
112 #. type: Bullet: '* '
114 "`ip` - Can be used to record the IP address of a commenter, if they posted "
117 "`ip` - Hier kann die IP-Adresse eines Kommentators gespeichert werden, wenn "
118 "der Kommentar anonym abgegeben wurde."
120 #. type: Bullet: '* '
122 "`claimedauthor` - Records the name that the user entered, if anonymous "
123 "commenters are allowed to enter their (unverified) name."
125 "`claimedauthor` - Speichert den Namen, den der Benutzer angegeben hat, wenn "
126 "anonyme Kommentatoren ihren (nicht verifizierten) Namen angeben dürfen."
130 msgid "[[!meta robots=\"noindex, follow\"]]\n"
131 msgstr "[[!meta robots=\"noindex, follow\"]]\n"