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