]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlays/directives/ikiwiki/directive/inline.da.po
add --previous at bubulle's suggestion
[ikiwiki.git] / po / underlays / directives / ikiwiki / directive / inline.da.po
1 # Danish translation of directives/ikiwiki/directive/inline page for ikiwiki.
2 # Copyright (C) 2008-2009 Jonas Smedegaard <dr@jones.dk>
3 # This file is distributed under the same license as the ikiwiki package.
4 # Jonas Smedegaard <dr@jones.dk>, 2008.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: ikiwiki 3.15\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2009-07-19 23:45+0200\n"
11 "PO-Revision-Date: 2009-07-19 23:45+0200\n"
12 "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
13 "Language-Team: None\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18 "X-Poedit-Language: Danish\n"
19 "X-Poedit-Country: DENMARK\n"
20 "X-Poedit-SourceCharset: utf-8\n"
21
22 #. type: Plain text
23 msgid ""
24 "The `inline` directive is supplied by the [[!iki plugins/inline "
25 "desc=inline]] plugin."
26 msgstr ""
27
28 #. type: Plain text
29 msgid ""
30 "This is a directive that allows including one wiki page inside another.  The "
31 "most common use of inlining is generating blogs and RSS or Atom feeds."
32 msgstr ""
33
34 #. type: Plain text
35 msgid "Example:"
36 msgstr ""
37
38 #. type: Plain text
39 #, fuzzy, no-wrap
40 msgid "\t\\[[!inline pages=\"blog/* and !*/Discussion\" show=\"10\" rootpage=\"blog\"]]\n"
41 msgstr ""
42 "[[!inline pages=\"templates/* and !*/discussion\" feeds=no archive=yes\n"
43 "sort=title template=titlepage]]\n"
44
45 #. type: Plain text
46 msgid ""
47 "Any pages that match the specified [[PageSpec]] (in the example, any "
48 "[[SubPage]] of \"blog\") will be part of the blog, and the newest 10 of them "
49 "will appear in the page. Note that if files that are not pages match the "
50 "[[PageSpec]], they will be included in the feed using RSS enclosures, which "
51 "is useful for podcasting."
52 msgstr ""
53
54 #. type: Plain text
55 msgid ""
56 "The optional `rootpage` parameter tells the wiki that new posts to this blog "
57 "should default to being [[SubPages|SubPage]] of \"blog\", and enables a form "
58 "at the top of the blog that can be used to add new items."
59 msgstr ""
60
61 #. type: Plain text
62 msgid ""
63 "If you want your blog to have an archive page listing every post ever made "
64 "to it, you can accomplish that like this:"
65 msgstr ""
66
67 #. type: Plain text
68 #, fuzzy, no-wrap
69 msgid "\t\\[[!inline pages=\"blog/* and !*/Discussion\" archive=\"yes\"]]\n"
70 msgstr ""
71 "[[!inline pages=\"templates/* and !*/discussion\" feeds=no archive=yes\n"
72 "sort=title template=titlepage]]\n"
73
74 #. type: Plain text
75 msgid ""
76 "You can even create an automatically generated list of all the pages on the "
77 "wiki, with the most recently added at the top, like this:"
78 msgstr ""
79
80 #. type: Plain text
81 #, fuzzy, no-wrap
82 msgid "\t\\[[!inline pages=\"* and !*/Discussion\" archive=\"yes\"]]\n"
83 msgstr ""
84 "[[!inline pages=\"templates/* and !*/discussion\" feeds=no archive=yes\n"
85 "sort=title template=titlepage]]\n"
86
87 #. type: Plain text
88 msgid ""
89 "If you want to be able to add pages to a given blog feed by tagging them, "
90 "you can do that too. To tag a page, just make it link to a page or pages "
91 "that represent its tags. Then use the special `link()` [[PageSpec]] to match "
92 "all pages that have a given tag:"
93 msgstr ""
94
95 #. type: Plain text
96 #, fuzzy, no-wrap
97 msgid "\t\\[[!inline pages=\"link(life)\"]]\n"
98 msgstr "\t\\[[!inline pages=\"blog/*\"]]\n"
99
100 #. type: Plain text
101 msgid "Or include some tags and exclude others:"
102 msgstr ""
103
104 #. type: Plain text
105 #, fuzzy, no-wrap
106 msgid "\t\\[[!inline pages=\"link(debian) and !link(social)\"]]\n"
107 msgstr "\t\\[[!inline pages=\"blog/*\"]]\n"
108
109 #. type: Plain text
110 #, fuzzy, no-wrap
111 msgid "## usage\n"
112 msgstr "## Underoverskrift\n"
113
114 #. type: Plain text
115 msgid ""
116 "There are many parameters you can use with the `inline` directive. These are "
117 "the commonly used ones:"
118 msgstr ""
119
120 #. type: Bullet: '* '
121 msgid "`pages` - A [[PageSpec]] of the pages to inline."
122 msgstr ""
123
124 #. type: Bullet: '* '
125 msgid ""
126 "`show` - Specify the maximum number of matching pages to inline.  Default is "
127 "10, unless archiving, when the default is to show all.  Set to 0 to show all "
128 "matching pages."
129 msgstr ""
130
131 #. type: Bullet: '* '
132 msgid ""
133 "`archive` - If set to \"yes\", only list page titles and some metadata, not "
134 "full contents."
135 msgstr ""
136
137 #. type: Bullet: '* '
138 msgid ""
139 "`description` - Sets the description of the rss feed if one is generated.  "
140 "Defaults to the name of the wiki."
141 msgstr ""
142
143 #. type: Bullet: '* '
144 msgid ""
145 "`skip` - Specify a number of pages to skip displaying. Can be useful to "
146 "produce a feed that only shows archived pages."
147 msgstr ""
148
149 #. type: Bullet: '* '
150 msgid ""
151 "`postform` - Set to \"yes\" to enable a form to post new pages to a blog."
152 msgstr ""
153
154 #. type: Bullet: '* '
155 msgid "`postformtext` - Set to specify text that is displayed in a postform."
156 msgstr ""
157
158 #. type: Bullet: '* '
159 msgid ""
160 "`rootpage` - Enable the postform, and allows controling where newly posted "
161 "pages should go, by specifiying the page that they should be a [[SubPage]] "
162 "of."
163 msgstr ""
164
165 #. type: Plain text
166 msgid "Here are some less often needed parameters:"
167 msgstr ""
168
169 #. type: Bullet: '* '
170 msgid ""
171 "`actions` - If set to \"yes\" add links to the bottom of the inlined pages "
172 "for editing and discussion (if they would be shown at the top of the page "
173 "itself)."
174 msgstr ""
175
176 #. type: Bullet: '* '
177 msgid ""
178 "`rss` - controls generation of an rss feed. If the wiki is configured to "
179 "generate rss feeds by default, set to \"no\" to disable. If the wiki is "
180 "configured to `allowrss`, set to \"yes\" to enable."
181 msgstr ""
182
183 #. type: Bullet: '* '
184 msgid ""
185 "`atom` - controls generation of an atom feed. If the wiki is configured to "
186 "generate atom feeds by default, set to \"no\" to disable. If the wiki is "
187 "configured to `allowatom`, set to \"yes\" to enable."
188 msgstr ""
189
190 #. type: Bullet: '* '
191 msgid ""
192 "`feeds` - controls generation of all types of feeds. Set to \"no\" to "
193 "disable generating any feeds."
194 msgstr ""
195
196 #. type: Bullet: '* '
197 msgid ""
198 "`emptyfeeds` - Set to \"no\" to disable generation of empty feeds.  Has no "
199 "effect if `rootpage` or `postform` is set."
200 msgstr ""
201
202 #. type: Bullet: '* '
203 msgid ""
204 "`template` - Specifies the template to fill out to display each inlined "
205 "page. By default the `inlinepage` template is used, while the `archivepage` "
206 "template is used for archives. Set this parameter to use some other, custom "
207 "template, such as the `titlepage` template that only shows post titles or "
208 "the `microblog` template, optimised for microblogging. Note that you should "
209 "still set `archive=yes` if your custom template does not include the page "
210 "content."
211 msgstr ""
212
213 #. type: Bullet: '* '
214 msgid ""
215 "`raw` - Rather than the default behavior of creating a blog, if raw is set "
216 "to \"yes\", the page will be included raw, without additional markup around "
217 "it, as if it were a literal part of the source of the inlining page."
218 msgstr ""
219
220 #. type: Bullet: '* '
221 msgid ""
222 "`sort` - Controls how inlined pages are sorted. The default, \"age\" is to "
223 "sort newest created pages first. Setting it to \"title\" will sort pages by "
224 "title, and \"mtime\" sorts most recently modified pages first. If [[!cpan "
225 "Sort::Naturally]] is installed, `sort` can be set to \"title_natural\" to "
226 "sort by title with numbers treated as such (\"1 2 9 10 20\" instead of \"1 "
227 "10 2 20 9\")."
228 msgstr ""
229
230 #. type: Bullet: '* '
231 msgid "`reverse` - If set to \"yes\", causes the sort order to be reversed."
232 msgstr ""
233
234 #. type: Bullet: '* '
235 msgid ""
236 "`feedshow` - Specify the maximum number of matching pages to include in the "
237 "rss/atom feeds. The default is the same as the `show` value above."
238 msgstr ""
239
240 #. type: Bullet: '* '
241 msgid ""
242 "`feedonly` - Only generate the feed, do not display the pages inline on the "
243 "page."
244 msgstr ""
245
246 #. type: Bullet: '* '
247 msgid ""
248 "`quick` - Build archives in quick mode, without reading page contents for "
249 "metadata. By default, this also turns off generation of any feeds."
250 msgstr ""
251
252 #. type: Bullet: '* '
253 msgid ""
254 "`timeformat` - Use this to specify how to display the time or date for pages "
255 "in the blog. The format string is passed to the strftime(3) function."
256 msgstr ""
257
258 #. type: Bullet: '* '
259 msgid ""
260 "`feedpages` - A [[PageSpec]] of inlined pages to include in the rss/atom "
261 "feeds. The default is the same as the `pages` value above, and only pages "
262 "matched by that value are included, but some of those can be excluded by "
263 "specifying a tighter [[PageSpec]] here."
264 msgstr ""
265
266 #. type: Bullet: '* '
267 msgid ""
268 "`guid` - If a URI is given here (perhaps a UUID prefixed with `urn:uuid:`), "
269 "the Atom feed will have this as its `<id>`. The default is to use the URL of "
270 "the page containing the `inline` directive."
271 msgstr ""
272
273 #. type: Bullet: '* '
274 msgid ""
275 "`feedfile` - Can be used to change the name of the file generated for the "
276 "feed. This is particularly useful if a page contains multiple feeds.  For "
277 "example, set \"feedfile=feed\" to cause it to generate `page/feed.atom` and/"
278 "or `page/feed.rss`. This option is not supported if the wiki is configured "
279 "not to use `usedirs`."
280 msgstr ""
281
282 #. type: Plain text
283 #, no-wrap
284 msgid "[[!meta robots=\"noindex, follow\"]]\n"
285 msgstr "[[!meta robots=\"noindex, follow\"]]\n"
286
287 #. type: Plain text
288 msgid ""
289 "A related directive is the [[ikiwiki/directive/edittemplate]] directive, "
290 "which allows default text for a new page to be specified."
291 msgstr ""