]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - po/underlays/directives/ikiwiki/directive/edittemplate.de.po
Added a comment: Clarifications for gry
[git.ikiwiki.info.git] / po / underlays / directives / ikiwiki / directive / edittemplate.de.po
1 # German translation of directives/ikiwiki/directive/edittemplate page for ikiwiki.
2 # Copyright © 2010, 2019 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.
5 msgid ""
6 msgstr ""
7 "POT-Creation-Date: 2019-06-03 12:25+0200\n"
8 "PO-Revision-Date: 2019-06-03 15:10+0200\n"
9 "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
10 "Language-Team: None\n"
11 "Language: de\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=n != 1;\n"
17 #. type: Plain text
18 msgid ""
19 "The `edittemplate` directive is supplied by the [[!iki plugins/edittemplate "
20 "desc=edittemplate]] plugin."
21 msgstr ""
22 "Die `edittemplate`-Anweisung wird durch die [[!iki plugins/edittemplate "
23 "desc=edittemplate]]-Erweiterung bereitgestellt."
25 #. type: Plain text
26 msgid ""
27 "This directive allows registering template pages, that provide default "
28 "content for new pages created using the web frontend. To register a "
29 "template, insert an [[ikiwiki/directive/edittemplate]] directive on some "
30 "other page."
31 msgstr "Diese Anweisung erlaubt es, Vorlagen-Seiten zu registrieren, die einen Standardinhalt für neue Seiten bereitstellen, die über das Webfrontend angelegt werden. Um eine Vorlage zu registrieren, fügt man eine [[ikiwiki/directive/edittemplate]]-Anweisung auf einer anderen Seite ein."
33 #. type: Plain text
34 #, no-wrap
35 msgid "\t\\[[!edittemplate template=\"bugtemplate\" match=\"bugs/*\"]]\n"
36 msgstr "\t\\[[!edittemplate template=\"bugtemplate\" match=\"bugs/*\"]]\n"
38 #. type: Plain text
39 msgid ""
40 "A recommended place to put the directive is on the parent page of the pages "
41 "that will be created using the template. So the above example would be put "
42 "on the bugs page. (Do not put the directive on the template page itself.)"
43 msgstr "Der empfohlene Ort für die Anweisungen ist die Elternseite der mit der Vorlage erzeugten Seiten. Das obige Beispiel würde also auf der bugs-Seite platziert. (Verwende die Anweisung nicht auf der Vorlagenseite selbst.)"
45 #. type: Plain text
46 msgid ""
47 "In the above example, the page named \"bugtemplate\" is registered as a "
48 "template to be used when any page named \"bugs/*\" is created. To avoid the "
49 "directive displaying a note about the template being registered, add "
50 "\"silent=yes\"."
51 msgstr ""
52 "Im obigen Beispiel wird die Seite mit Namen \"bugtemplate\" für alle Seiten "
53 "als Vorlage registriert, die mit Namen \"bugs/*\" angelegt werden. Um den "
54 "Hinweis über die Registrierung der Vorlage zu unterdrücken, kann man "
55 "`silent=yes` hinzufügen."
57 #. type: Plain text
58 msgid ""
59 "Often the template page contains a simple skeleton for a particular type of "
60 "page, wrapped in a [[templatebody]] directive. For the bug report pages in "
61 "the above example, it might look something like:"
62 msgstr "Oft enthält eine Vorlagen-Seite eine [[templatebody]]-Anweisung mit einem einfachen Skelett für einen bestimmten Seitentyp. Für die Fehlerberichte aus dem obigen Beispiel könnte sie folgendermaßen aussehen:"
64 #. type: Plain text
65 #, no-wrap
66 msgid ""
67 "\t\\[[!templatebody <<ENDBODY\n"
68 "\tPackage: \n"
69 "\tVersion: \n"
70 "\tReproducible: y/n\n"
71 "\tDetails:\n"
72 "\tENDBODY]]\n"
73 msgstr ""
74 "\t\\[[!templatebody <<ENDBODY\n"
75 "\tPaket: \n"
76 "\tVersion: \n"
77 "\tReproduzierbar: ja/nein\n"
78 "\tDetails:\n"
79 "\tENDBODY]]\n"
81 #. type: Plain text
82 msgid ""
83 "The template page can also contain [[!cpan HTML::Template]] directives, like "
84 "other ikiwiki [[templates]]."
85 msgstr "Wie andere ikiwiki-[[Vorlagen|templates]] kann eine Seiten-Vorlage [[!cpan HTML::Template]]-Anweisungen enthalten."
87 #. type: Plain text
88 msgid "These variables might be set:"
89 msgstr "Diese Variablen können gesetzt werden:"
91 #. type: Bullet: '* '
92 msgid "`<TMPL_VAR name>` is replaced with the name of the page being created."
93 msgstr "`<TMPL_VAR name>` wird durch den Namen der erzeugten Seite ersetzt."
95 #. type: Bullet: '* '
96 msgid ""
97 "`<TMPL_VAR uuid>` is replaced with a version 4 (random) UUID suitable for "
98 "use in `\\[[!meta guid=\"urn:uuid:<TMPL_VAR uuid>\"]]`.  (Requires the "
99 "`UUID::Tiny` Perl module if not running on Linux.)"
100 msgstr "`<TMPL_VAR uuid>` wird eine (zufällige) Version-4-UUID ersetzt, die geeignet ist zur Verwendung in `\\[[!meta guid=\"urn:uuid:<TMPL_VAR uuid>\"]]`. (Erfordert das Perl-Modul `UUID::Tiny` oder Linux.)"
102 #. type: Bullet: '* '
103 msgid ""
104 "`<TMPL_VAR time>` is replaced with the current (template generation)  time "
105 "using a fixed format (RFC 3339, `%Y-%m-%dT%H:%M:%SZ`), suitable for use in `"
106 "\\[[!meta date=\"<TMPL_VAR time>\"]]` (see [[meta]]) or `\\[[!date "
107 "\"<TMPL_VAR time>\"]]` (see [[date]])."
108 msgstr "`<TMPL_VAR time>` wird ersetzt durch die aktuelle Zeit (bei Vorlagen-Erstellung) in einem festen Format  (RFC 3339, `%Y-%m-%dT%H:%M:%SZ`), das geeignet ist zur Verwendung in `\\[[!meta date=\"<TMPL_VAR time>\"]]` (siehe [[meta]]) oder `\\[[!date \"<TMPL_VAR time>\"]]` (siehe [[date]])."
110 #. type: Plain text
111 msgid ""
112 "Text outside the [[templatebody]] directive is not part of the template, and "
113 "can be used to document it."
114 msgstr "Text außerhalb der [[templatebody]]-Anweisung ist nicht Teil der Vorlage und kann verwendet werden, um diese zu dokumentieren."
116 #. type: Plain text
117 msgid ""
118 "If the template does not contain a [[templatebody]] directive, the entire "
119 "source of the page is used for the template. This is deprecated."
120 msgstr "Wenn die Vorlage keine [[templatebody]]-Anweisung enthält, wird der gesamte Dateiinhalt der Quellseite als Vorlage verwendet. Dies ist überholt."
122 #. type: Plain text
123 #, no-wrap
124 msgid "[[!meta robots=\"noindex, follow\"]]\n"
125 msgstr "[[!meta robots=\"noindex, follow\"]]\n"
127 #~ msgid ""
128 #~ "It's generally not a good idea to put the `edittemplate` directive in the "
129 #~ "template page itself, since the directive would then be included as part "
130 #~ "of the template on new pages, which would then in turn be registered as "
131 #~ "templates. If multiple pages are registered as templates for a new page, "
132 #~ "an arbitrary one is chosen, so that could get confusing."
133 #~ msgstr ""
134 #~ "Es ist im allgemeinen keine gute Idee, die `edittemplate`-Anweisung in "
135 #~ "der\n"
136 #~ "Vorlagenseite selbst zu verwenden, da die Anweisung dann auch in den "
137 #~ "neuen Seiten\n"
138 #~ "enthalten sein würde, die dadurch ihrerseits zu Vorlagen würden. Wenn "
139 #~ "mehrere\n"
140 #~ "Seiten als Vorlage für eine Seite registriert sind, wird willkürlich eine "
141 #~ "davon\n"
142 #~ "ausgewählt, was leicht zu Verwirrung führen kann."