]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlays/directives/ikiwiki/directive/edittemplate.de.po
Merge branch 'master' into sipb
[ikiwiki.git] / po / underlays / directives / ikiwiki / directive / edittemplate.de.po
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.
5 msgid ""
6 msgstr ""
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"
11 "MIME-Version: 1.0\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"
15
16 #. type: Plain text
17 msgid ""
18 "The `edittemplate` directive is supplied by the [[!iki plugins/edittemplate "
19 "desc=edittemplate]] plugin."
20 msgstr ""
21 "Die `edittemplate`-Anweisung wird durch die [[!iki plugins/edittemplate "
22 "desc=edittemplate]]-Erweiterung bereitgestellt."
23
24 #. type: Plain text
25 msgid ""
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 "
29 "page."
30 msgstr ""
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."
35
36 #. type: Plain text
37 #, no-wrap
38 msgid "\t\\[[!edittemplate template=\"bugtemplate\" match=\"bugs/*\"]]\n"
39 msgstr "\t\\[[!edittemplate template=\"bugtemplate\" match=\"bugs/*\"]]\n"
40
41 #. type: Plain text
42 msgid ""
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 "
46 "\"silent=yes\"."
47 msgstr ""
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."
52
53 #. type: Plain text
54 msgid ""
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 "
57 "like:"
58 msgstr ""
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:"
62
63 #. type: Plain text
64 #, no-wrap
65 msgid ""
66 "\tPackage: \n"
67 "\tVersion: \n"
68 "\tReproducible: y/n\n"
69 "\tDetails:\n"
70 msgstr ""
71 "\tPaket: \n"
72 "\tVersion: \n"
73 "\tReproduzierbar: ja/nein\n"
74 "\tDetails:\n"
75
76 #. type: Plain text
77 #, no-wrap
78 msgid ""
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"
82 "created.\n"
83 msgstr ""
84
85 #. type: Plain text
86 msgid ""
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."
92 msgstr ""
93
94 #. type: Plain text
95 #, no-wrap
96 msgid "[[!meta robots=\"noindex, follow\"]]\n"
97 msgstr ""
98
99