1 # German translation of directives/ikiwiki/directive/edittemplate 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:59+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 `edittemplate` directive is supplied by the [[!iki plugins/edittemplate "
19 "desc=edittemplate]] plugin."
21 "Die `edittemplate`-Anweisung wird durch die [[!iki plugins/edittemplate "
22 "desc=edittemplate]]-Erweiterung bereitgestellt."
26 "This directive allows registering template pages, that provide default "
27 "content for new pages created using the web frontend. To register a "
28 "template, insert a [[ikiwiki/directive/template]] directive on some other "
31 "Diese Anweisung erlaubt es, Vorlagen-Seiten zu registrieren, die einen "
32 "Standardinhalt für neue Seiten bereitstellen, die über das Webfrontend "
33 "angelegt werden. Um eine Vorlage zu registrieren, fügt man eine "
34 "[[ikiwiki/directive/template]]-Anweisung auf einer anderen Seite ein."
38 msgid "\t\\[[!edittemplate template=\"bugtemplate\" match=\"bugs/*\"]]\n"
39 msgstr "\t\\[[!edittemplate template=\"bugtemplate\" match=\"bugs/*\"]]\n"
43 "In the above example, the page named \"bugtemplate\" is registered as a "
44 "template to be used when any page named \"bugs/*\" is created. To avoid the "
45 "directive displaying a note about the template being registered, add "
48 "Im obigen Beispiel wird die Seite mit Namen \"bugtemplate\" für alle Seiten "
49 "als Vorlage registriert, die mit Namen \"bugs/*\" angelegt werden. Um den "
50 "Hinweis über die Registrierung der Vorlage zu unterdrücken, kann man "
51 "`silent=yes` hinzufügen."
55 "Often the template page contains a simple skeleton for a particular type of "
56 "page. For the bug report pages in the above example, it might look something "
59 "Oft enthält eine Vorlagen-Seite ein einfaches Skelett für einen bestimmten "
60 "Seitentyp. Für die Fehlerberichte aus dem obigen Beispiel könnte sie "
61 "folgendermaßen aussehen:"
68 "\tReproducible: y/n\n"
73 "\tReproduzierbar: ja/nein\n"
79 "The template page can also contain [[!cpan HTML::Template]] directives,\n"
80 "similar to other ikiwiki [[templates]]. Currently only one variable is\n"
81 "set: `<TMPL_VAR name>` is replaced with the name of the page being\n"
87 "It's generally not a good idea to put the `edittemplate` directive in the "
88 "template page itself, since the directive would then be included as part of "
89 "the template on new pages, which would then in turn be registered as "
90 "templates. If multiple pages are registered as templates for a new page, an "
91 "arbitrary one is chosen, so that could get confusing."
96 msgid "[[!meta robots=\"noindex, follow\"]]\n"