1 # Danish translation of directives/ikiwiki/directive/meta 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.
8 "Project-Id-Version: ikiwiki 3.15\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2011-05-05 20:04+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"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 "X-Poedit-Language: Danish\n"
20 "X-Poedit-Country: DENMARK\n"
21 "X-Poedit-SourceCharset: utf-8\n"
25 "The `meta` directive is supplied by the [[!iki plugins/meta desc=meta]] "
31 "This directive allows inserting arbitrary metadata into the source of a "
32 "page. Enter the metadata as follows:"
38 "\t\\[[!meta field=\"value\"]]\n"
39 "\t\\[[!meta field=\"value\" param=\"value\" param=\"value\"]]\n"
41 "\t\\[[!meta felt=\"værdi\"]]\n"
42 "\t\\[[!meta felt=\"værdi\" param=\"værdi\" param=\"værdi\"]]\n"
46 "The first form sets a given field to a given value, while the second form "
47 "also specifies some additional sub-parameters. You can have only one field "
48 "per `meta` directive, use more directives if you want to specify more fields."
53 "The field values are treated as HTML entity-escaped text, so you can include "
54 "a quote in the text by writing `"` and so on."
58 msgid "Supported fields:"
68 " Overrides the title of the page, which is generally the same as the\n"
75 " Note that if the title is overridden, a \"title_overridden\" variable will\n"
76 " be set to a true value in the template; this can be used to format things\n"
77 " differently in this case.\n"
83 " An optional `sortas` parameter will be used preferentially when\n"
84 " [[ikiwiki/pagespec/sorting]] by `meta(title)`:\n"
89 msgid "\t\\[[!meta title=\"The Beatles\" sortas=\"Beatles, The\"]]\n"
94 msgid "\t\\[[!meta title=\"David Bowie\" sortas=\"Bowie, David\"]]\n"
104 " Specifies a license for the page, for example, \"GPL\". Can contain\n"
105 " WikiLinks and arbitrary markup.\n"
108 #. type: Bullet: '* '
115 " Specifies the copyright of the page, for example, \"Copyright 2007 by\n"
116 " Joey Hess\". Can contain WikiLinks and arbitrary markup.\n"
119 #. type: Bullet: '* '
125 msgid " Specifies the author of a page.\n"
131 " An optional `sortas` parameter will be used preferentially when\n"
132 " [[ikiwiki/pagespec/sorting]] by `meta(author)`:\n"
137 msgid "\t\\[[!meta author=\"Joey Hess\" sortas=\"Hess, Joey\"]]\n"
140 #. type: Bullet: '* '
146 msgid " Specifies an url for the author of a page.\n"
149 #. type: Bullet: '* '
156 " Specifies a short description for the page. This will be put in\n"
157 " the html header, and can also be displayed by eg, the [[map]] directive.\n"
160 #. type: Bullet: '* '
167 " Specifies a permanent link to the page, if different than the page\n"
168 " generated by ikiwiki.\n"
171 #. type: Bullet: '* '
178 " Specifies the creation date of the page. The date can be entered in\n"
179 " nearly any format, since it's parsed by [[!cpan TimeDate]].\n"
182 #. type: Bullet: '* '
189 " Adds a stylesheet to a page. The stylesheet is treated as a wiki link to\n"
190 " a `.css` file in the wiki, so it cannot be used to add links to external\n"
191 " stylesheets. Example:\n"
197 "\t\\[[!meta stylesheet=somestyle rel=\"alternate stylesheet\"\n"
198 "\ttitle=\"somestyle\"]]\n"
200 "\t\\[[!meta stylesheet=somestyle rel=\"alternate stylesheet\"\n"
201 "\ttitle=\"etstilark\"]]\n"
206 " However, this will be scrubbed away if the \n"
207 " [[!iki plugins/htmlscrubber desc=htmlscrubber]] plugin is enabled,\n"
208 " since it can be used to insert unsafe content.\n"
211 #. type: Bullet: '* '
213 #| msgid "description"
220 " Adds a script to a page. The script is treated as a wiki link to\n"
221 " a `.js` file in the wiki, so it cannot be used to add links to external\n"
222 " scripts. The optional `defer` and `async` keywords can be used to set\n"
223 " the corresponding HTML4 and HTML5 script options. Example:\n"
228 msgid "\t\\[[!meta script=somescript defer async]]\n"
233 msgid " The tag is subject to scrubbing as with the stylesheet and link fields.\n"
236 #. type: Bullet: '* '
243 " Adds html <link> tags to perform OpenID delegation to an external\n"
244 " OpenID server. This lets you use an ikiwiki page as your OpenID.\n"
250 " By default this will delegate for both `openid` and `openid2`. To only\n"
251 " delegate for one, add a parameter such as `delegate=openid`.\n"
257 " An optional `xrds-location`\n"
258 " parameter lets you specify the location of any [eXtensible Resource\n"
259 " DescriptorS](http://www.windley.com/archives/2007/05/using_xrds.shtml).\n"
265 msgstr " Eksempel:\n"
270 #| "\t\\\\[[!meta openid=\"http://joeyh.myopenid.com/\"\n"
271 #| "\tserver=\"http://www.myopenid.com/server\"\n"
272 #| "\txrds-location=\"http://www.myopenid.com/xrds?username=joeyh.myopenid.com\"\"]]\n"
274 "\t\\[[!meta openid=\"http://joeyh.myopenid.com/\"\n"
275 "\tserver=\"http://www.myopenid.com/server\"\n"
276 "\txrds-location=\"http://www.myopenid.com/xrds?username=joeyh.myopenid.com\"\"]]\n"
278 "\t\\\\[[!meta openid=\"http://joeyh.myopenid.com/\"\n"
279 "\tserver=\"http://www.myopenid.com/server\"\n"
280 "\txrds-location=\"http://www.myopenid.com/xrds?username=joeyh.myopenid.com\"\"]]\n"
282 #. type: Bullet: '* '
289 " Specifies a link to another page. This can be used as a way to make the\n"
290 " wiki treat one page as linking to another without displaying a user-visible\n"
291 " [[ikiwiki/WikiLink]]:\n"
296 msgid " \\[[!meta link=otherpage]]\n"
297 msgstr " \\[[!meta link=enandenside]]\n"
301 msgid " It can also be used to insert a html <link> tag. For example:\n"
306 msgid " \\[[!meta link=\"http://joeyh.myopenid.com/\" rel=\"openid.delegate\"]]\n"
307 msgstr " \\[[!meta link=\"http://joeyh.myopenid.com/\" rel=\"openid.delegate\"]]\n"
312 " However, this latter syntax won't be allowed if the \n"
313 " [[!iki plugins/htmlscrubber desc=htmlscrubber]] plugin is enabled, since it can be used to\n"
314 " insert unsafe content.\n"
317 #. type: Bullet: '* '
323 msgid " Causes the page to redirect to another page in the wiki.\n"
328 msgid " \t\\[[!meta redir=otherpage]]\n"
329 msgstr " \t\\[[!meta redir=otherpage]]\n"
334 " Optionally, a delay (in seconds) can be specified. The default is to\n"
335 " redirect without delay.\n"
340 msgid " It can also be used to redirect to an external url. For example:\n"
345 msgid " \t\\[[!meta redir=\"http://example.com/\"]]\n"
346 msgstr " \t\\[[!meta redir=\"http://eksempel.dk/\"]]\n"
351 " For both cases, an anchor to jump to inside the destination page may also be\n"
352 " specified using the common `#ANCHOR` syntax.\n"
355 #. type: Bullet: '* '
361 msgid " Causes the robots meta tag to be written:\n"
366 msgid " \\[[!meta robots=\"index, nofollow\"]]\n"
367 msgstr " \\[[!meta robots=\"index, nofollow\"]]\n"
372 " Valid values for the attribute are: \"index\", \"noindex\", \"follow\", and\n"
373 " \"nofollow\". Multiple comma-separated values are allowed, but obviously only\n"
374 " some combinations make sense. If there is no robots meta tag, \"index,\n"
375 " follow\" is used as the default.\n"
380 msgid " The value is escaped, but its contents are not otherwise checked.\n"
383 #. type: Bullet: '* '
390 " Specifies a globally unique ID for a page. This guid should be a URI\n"
391 " (in particular, it can be `urn:uuid:` followed by a UUID, as per\n"
392 " [[!rfc 4122]]), and it will be used to identify the page's entry in RSS\n"
393 " and Atom feeds. If not given, the default is to use the page's URL as its\n"
400 " This is mostly useful when a page has moved, to keep the guids for\n"
401 " pages unchanged and avoid_flooding_aggregators\n"
402 " (see [[!iki tips/howto_avoid_flooding_aggregators]]).\n"
405 #. type: Bullet: '* '
412 " Specifies a fake modification time for a page, to be output into RSS and\n"
413 " Atom feeds. This is useful to avoid flooding aggregators that sort by\n"
414 " modification time, like Planet: for instance, when editing an old blog post\n"
415 " to add tags, you could set `updated` to be one second later than the original\n"
416 " value. The date/time can be given in any format that\n"
417 " [[!cpan TimeDate]] can understand, just like the `date` field.\n"
420 #. type: Bullet: '* '
427 " Adds a Friend of a Friend ([FOAF](http://wiki.foaf-project.org/w/Autodiscovery))\n"
428 " reference to a page.\n"
433 #| msgid " \t\\[[!meta redir=otherpage]]\n"
434 msgid " \t\\[[!meta foaf=foaf.rdf]]\n"
435 msgstr " \t\\[[!meta redir=otherpage]]\n"
439 "If the field is not one of the above predefined fields, the metadata will be "
440 "written to the generated html page as a <meta> header. However, this "
441 "won't be allowed if the [[!iki plugins/htmlscrubber desc=htmlscrubber]] "
442 "plugin is enabled, since it can be used to insert unsafe content."
447 msgid "[[!meta robots=\"noindex, follow\"]]\n"
448 msgstr "[[!meta robots=\"noindex, follow\"]]\n"