]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlays/directives/ikiwiki/directive/edittemplate.cs.po
Typo
[ikiwiki.git] / po / underlays / directives / ikiwiki / directive / edittemplate.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 `edittemplate` directive is supplied by the [[!iki plugins/edittemplate "
22 "desc=edittemplate]] plugin."
23 msgstr ""
24
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 a [[ikiwiki/directive/template]] directive on some other "
30 "page."
31 msgstr ""
32
33 #. type: Plain text
34 #, no-wrap
35 msgid "\t\\[[!edittemplate template=\"bugtemplate\" match=\"bugs/*\"]]\n"
36 msgstr ""
37
38 #. type: Plain text
39 msgid ""
40 "In the above example, the page named \"bugtemplate\" is registered as a "
41 "template to be used when any page named \"bugs/*\" is created. To avoid the "
42 "directive displaying a note about the template being registered, add "
43 "\"silent=yes\"."
44 msgstr ""
45
46 #. type: Plain text
47 msgid ""
48 "Often the template page contains a simple skeleton for a particular type of "
49 "page. For the bug report pages in the above example, it might look something "
50 "like:"
51 msgstr ""
52
53 #. type: Plain text
54 #, no-wrap
55 msgid ""
56 "\tPackage: \n"
57 "\tVersion: \n"
58 "\tReproducible: y/n\n"
59 "\tDetails:\n"
60 msgstr ""
61
62 #. type: Plain text
63 #, no-wrap
64 msgid ""
65 "The template page can also contain [[!cpan HTML::Template]] directives,\n"
66 "like other ikiwiki [[templates]]. Currently only one variable is\n"
67 "set: `<TMPL_VAR name>` is replaced with the name of the page being\n"
68 "created.\n"
69 msgstr ""
70
71 #. type: Plain text
72 msgid ""
73 "It's generally not a good idea to put the `edittemplate` directive in the "
74 "template page itself, since the directive would then be included as part of "
75 "the template on new pages, which would then in turn be registered as "
76 "templates. If multiple pages are registered as templates for a new page, an "
77 "arbitrary one is chosen, so that could get confusing."
78 msgstr ""
79
80 #. type: Plain text
81 #, no-wrap
82 msgid "[[!meta robots=\"noindex, follow\"]]\n"
83 msgstr ""