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: 2009-07-19 23:45+0200\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"
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"
24 "The `meta` directive is supplied by the [[!iki plugins/meta desc=meta]] "
30 "This directive allows inserting arbitrary metadata into the source of a "
31 "page. Enter the metadata as follows:"
37 "\t\\[[!meta field=\"value\"]]\n"
38 "\t\\[[!meta field=\"value\" param=\"value\" param=\"value\"]]\n"
40 "\t\\[[!meta felt=\"værdi\"]]\n"
41 "\t\\[[!meta felt=\"værdi\" param=\"værdi\" param=\"værdi\"]]\n"
45 "The first form sets a given field to a given value, while the second form "
46 "also specifies some additional sub-parameters."
51 "The field values are treated as HTML entity-escaped text, so you can include "
52 "a quote in the text by writing `"` and so on."
56 msgid "Supported fields:"
66 " Overrides the title of the page, which is generally the same as the\n"
73 " Note that if the title is overridden, a \"title_overridden\" variable will\n"
74 " be set to a true value in the template; this can be used to format things\n"
75 " differently in this case.\n"
85 " Specifies a license for the page, for example, \"GPL\". Can contain\n"
86 " WikiLinks and arbitrary markup.\n"
96 " Specifies the copyright of the page, for example, \"Copyright 2007 by\n"
97 " Joey Hess\". Can contain WikiLinks and arbitrary markup.\n"
100 #. type: Bullet: '* '
106 msgid " Specifies the author of a page.\n"
109 #. type: Bullet: '* '
115 msgid " Specifies an url for the author of a page.\n"
118 #. type: Bullet: '* '
125 " Specifies a \"description\" of the page. You could use this to provide\n"
126 " a summary, for example, to be picked up by the [[map]] directive.\n"
129 #. type: Bullet: '* '
136 " Specifies a permanent link to the page, if different than the page\n"
137 " generated by ikiwiki.\n"
140 #. type: Bullet: '* '
147 " Specifies the creation date of the page. The date can be entered in\n"
148 " nearly any format, since it's parsed by [[!cpan TimeDate]].\n"
151 #. type: Bullet: '* '
158 " Adds a stylesheet to a page. The stylesheet is treated as a wiki link to\n"
159 " a `.css` file in the wiki, so it cannot be used to add links to external\n"
160 " stylesheets. Example:\n"
166 "\t\\[[!meta stylesheet=somestyle rel=\"alternate stylesheet\"\n"
167 "\ttitle=\"somestyle\"]]\n"
169 "\t\\[[!meta stylesheet=somestyle rel=\"alternate stylesheet\"\n"
170 "\ttitle=\"etstilark\"]]\n"
172 #. type: Bullet: '* '
179 " Adds html <link> tags to perform OpenID delegation to an external\n"
180 " OpenID server. This lets you use an ikiwiki page as your OpenID.\n"
186 " By default this will delegate for both `openid` and `openid2`. To only\n"
187 " delegate for one, add a parameter such as `delegate=openid`.\n"
193 " An optional `xrds-location`\n"
194 " parameter lets you specify the location of any [eXtensible Resource\n"
195 " DescriptorS](http://www.windley.com/archives/2007/05/using_xrds.shtml).\n"
201 msgstr " Eksempel:\n"
206 "\t\\\\[[!meta openid=\"http://joeyh.myopenid.com/\"\n"
207 "\tserver=\"http://www.myopenid.com/server\"\n"
208 "\txrds-location=\"http://www.myopenid.com/xrds?username=joeyh.myopenid.com\"\"]]\n"
210 "\t\\\\[[!meta openid=\"http://joeyh.myopenid.com/\"\n"
211 "\tserver=\"http://www.myopenid.com/server\"\n"
212 "\txrds-location=\"http://www.myopenid.com/xrds?username=joeyh.myopenid.com\"\"]]\n"
214 #. type: Bullet: '* '
221 " Specifies a link to another page. This can be used as a way to make the\n"
222 " wiki treat one page as linking to another without displaying a user-visible\n"
223 " [[ikiwiki/WikiLink]]:\n"
228 msgid " \\[[!meta link=otherpage]]\n"
229 msgstr " \\[[!meta link=enandenside]]\n"
233 msgid " It can also be used to insert a html <link> tag. For example:\n"
238 msgid " \\[[!meta link=\"http://joeyh.myopenid.com/\" rel=\"openid.delegate\"]]\n"
239 msgstr " \\[[!meta link=\"http://joeyh.myopenid.com/\" rel=\"openid.delegate\"]]\n"
244 " However, this latter syntax won't be allowed if the \n"
245 " [[!iki plugins/htmlscrubber desc=htmlscrubber]] plugin is enabled, since it can be used to\n"
246 " insert unsafe content.\n"
249 #. type: Bullet: '* '
255 msgid " Causes the page to redirect to another page in the wiki.\n"
260 msgid " \t\\[[!meta redir=otherpage]]\n"
261 msgstr " \t\\[[!meta redir=otherpage]]\n"
266 " Optionally, a delay (in seconds) can be specified. The default is to\n"
267 " redirect without delay.\n"
272 msgid " It can also be used to redirect to an external url. For example:\n"
277 msgid " \t\\[[!meta redir=\"http://example.com/\"]]\n"
278 msgstr " \t\\[[!meta redir=\"http://eksempel.dk/\"]]\n"
283 " For both cases, an anchor to jump to inside the destination page may also be\n"
284 " specified using the common `#ANCHOR` syntax.\n"
287 #. type: Bullet: '* '
293 msgid " Causes the robots meta tag to be written:\n"
298 msgid " \\[[!meta robots=\"index, nofollow\"]]\n"
299 msgstr " \\[[!meta robots=\"index, nofollow\"]]\n"
304 " Valid values for the attribute are: \"index\", \"noindex\", \"follow\", and\n"
305 " \"nofollow\". Multiple comma-separated values are allowed, but obviously only\n"
306 " some combinations make sense. If there is no robots meta tag, \"index,\n"
307 " follow\" is used as the default.\n"
312 msgid " The value is escaped, but its contents are not otherwise checked.\n"
315 #. type: Bullet: '* '
322 " Specifies a globally unique ID for a page. This guid should be a URI\n"
323 " (in particular, it can be `urn:uuid:` followed by a UUID, as per\n"
324 " [[!rfc 4122]]), and it will be used to identify the page's entry in RSS\n"
325 " and Atom feeds. If not given, the default is to use the page's URL as its\n"
332 " This is mostly useful when a page has moved, to keep the guids for\n"
333 " pages unchanged and avoid_flooding_aggregators\n"
334 " (see [[!iki tips/howto_avoid_flooding_aggregators]]).\n"
337 #. type: Bullet: '* '
344 " Specifies a fake modification time for a page, to be output into RSS and\n"
345 " Atom feeds. This is useful to avoid flooding aggregators that sort by\n"
346 " modification time, like Planet: for instance, when editing an old blog post\n"
347 " to add tags, you could set `updated` to be one second later than the original\n"
348 " value. The date/time can be given in any format that\n"
349 " [[!cpan TimeDate]] can understand, just like the `date` field.\n"
354 "If the field is not one of the above predefined fields, the metadata will be "
355 "written to the generated html page as a <meta> header. However, this "
356 "won't be allowed if the [[!iki plugins/htmlscrubber desc=htmlscrubber]] "
357 "plugin is enabled, since it can be used to insert unsafe content."
362 msgid "[[!meta robots=\"noindex, follow\"]]\n"
363 msgstr "[[!meta robots=\"noindex, follow\"]]\n"