summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/meta.da.po
blob: 294ff32e6321b54de2a84d51114cd04743a2d605 (plain)
  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.
  5. #
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: ikiwiki 3.15\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2010-07-18 22:29+0000\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. "Language: \n"
  15. "MIME-Version: 1.0\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"
  22. #. type: Plain text
  23. msgid ""
  24. "The `meta` directive is supplied by the [[!iki plugins/meta desc=meta]] "
  25. "plugin."
  26. msgstr ""
  27. #. type: Plain text
  28. msgid ""
  29. "This directive allows inserting arbitrary metadata into the source of a "
  30. "page. Enter the metadata as follows:"
  31. msgstr ""
  32. #. type: Plain text
  33. #, no-wrap
  34. msgid ""
  35. "\t\\[[!meta field=\"value\"]]\n"
  36. "\t\\[[!meta field=\"value\" param=\"value\" param=\"value\"]]\n"
  37. msgstr ""
  38. "\t\\[[!meta felt=\"værdi\"]]\n"
  39. "\t\\[[!meta felt=\"værdi\" param=\"værdi\" param=\"værdi\"]]\n"
  40. #. type: Plain text
  41. msgid ""
  42. "The first form sets a given field to a given value, while the second form "
  43. "also specifies some additional sub-parameters."
  44. msgstr ""
  45. #. type: Plain text
  46. msgid ""
  47. "The field values are treated as HTML entity-escaped text, so you can include "
  48. "a quote in the text by writing `&quot;` and so on."
  49. msgstr ""
  50. #. type: Plain text
  51. msgid "Supported fields:"
  52. msgstr ""
  53. #. type: Bullet: '* '
  54. msgid "title"
  55. msgstr "title"
  56. #. type: Plain text
  57. #, no-wrap
  58. msgid ""
  59. " Overrides the title of the page, which is generally the same as the\n"
  60. " page name.\n"
  61. msgstr ""
  62. #. type: Plain text
  63. #, no-wrap
  64. msgid ""
  65. " Note that if the title is overridden, a \"title_overridden\" variable will\n"
  66. " be set to a true value in the template; this can be used to format things\n"
  67. " differently in this case.\n"
  68. msgstr ""
  69. #. type: Plain text
  70. #, no-wrap
  71. msgid ""
  72. " An optional `sortas` parameter will be used preferentially when\n"
  73. " [[ikiwiki/pagespec/sorting]] by `meta(title)`:\n"
  74. msgstr ""
  75. #. type: Plain text
  76. #, no-wrap
  77. msgid "\t\\[[!meta title=\"The Beatles\" sortas=\"Beatles, The\"]]\n"
  78. msgstr ""
  79. #. type: Plain text
  80. #, no-wrap
  81. msgid "\t\\[[!meta title=\"David Bowie\" sortas=\"Bowie, David\"]]\n"
  82. msgstr ""
  83. #. type: Bullet: '* '
  84. msgid "license"
  85. msgstr "license"
  86. #. type: Plain text
  87. #, no-wrap
  88. msgid ""
  89. " Specifies a license for the page, for example, \"GPL\". Can contain\n"
  90. " WikiLinks and arbitrary markup.\n"
  91. msgstr ""
  92. #. type: Bullet: '* '
  93. msgid "copyright"
  94. msgstr "copyright"
  95. #. type: Plain text
  96. #, no-wrap
  97. msgid ""
  98. " Specifies the copyright of the page, for example, \"Copyright 2007 by\n"
  99. " Joey Hess\". Can contain WikiLinks and arbitrary markup.\n"
  100. msgstr ""
  101. #. type: Bullet: '* '
  102. msgid "author"
  103. msgstr "author"
  104. #. type: Plain text
  105. #, no-wrap
  106. msgid " Specifies the author of a page.\n"
  107. msgstr ""
  108. #. type: Plain text
  109. #, no-wrap
  110. msgid ""
  111. " An optional `sortas` parameter will be used preferentially when\n"
  112. " [[ikiwiki/pagespec/sorting]] by `meta(author)`:\n"
  113. msgstr ""
  114. #. type: Plain text
  115. #, no-wrap
  116. msgid "\t\\[[!meta author=\"Joey Hess\" sortas=\"Hess, Joey\"]]\n"
  117. msgstr ""
  118. #. type: Bullet: '* '
  119. msgid "authorurl"
  120. msgstr "authorurl"
  121. #. type: Plain text
  122. #, no-wrap
  123. msgid " Specifies an url for the author of a page.\n"
  124. msgstr ""
  125. #. type: Bullet: '* '
  126. msgid "description"
  127. msgstr "description"
  128. #. type: Plain text
  129. #, no-wrap
  130. msgid ""
  131. " Specifies a short description for the page. This will be put in\n"
  132. " the html header, and can also be displayed by eg, the [[map]] directive.\n"
  133. msgstr ""
  134. #. type: Bullet: '* '
  135. msgid "permalink"
  136. msgstr "permalink"
  137. #. type: Plain text
  138. #, no-wrap
  139. msgid ""
  140. " Specifies a permanent link to the page, if different than the page\n"
  141. " generated by ikiwiki.\n"
  142. msgstr ""
  143. #. type: Bullet: '* '
  144. msgid "date"
  145. msgstr "date"
  146. #. type: Plain text
  147. #, no-wrap
  148. msgid ""
  149. " Specifies the creation date of the page. The date can be entered in\n"
  150. " nearly any format, since it's parsed by [[!cpan TimeDate]].\n"
  151. msgstr ""
  152. #. type: Bullet: '* '
  153. msgid "stylesheet"
  154. msgstr "stylesheet"
  155. #. type: Plain text
  156. #, no-wrap
  157. msgid ""
  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"
  161. msgstr ""
  162. #. type: Plain text
  163. #, no-wrap
  164. msgid ""
  165. "\t\\[[!meta stylesheet=somestyle rel=\"alternate stylesheet\"\n"
  166. "\ttitle=\"somestyle\"]]\n"
  167. msgstr ""
  168. "\t\\[[!meta stylesheet=somestyle rel=\"alternate stylesheet\"\n"
  169. "\ttitle=\"etstilark\"]]\n"
  170. #. type: Bullet: '* '
  171. msgid "openid"
  172. msgstr "openid"
  173. #. type: Plain text
  174. #, no-wrap
  175. msgid ""
  176. " Adds html &lt;link&gt; tags to perform OpenID delegation to an external\n"
  177. " OpenID server. This lets you use an ikiwiki page as your OpenID.\n"
  178. msgstr ""
  179. #. type: Plain text
  180. #, no-wrap
  181. msgid ""
  182. " By default this will delegate for both `openid` and `openid2`. To only\n"
  183. " delegate for one, add a parameter such as `delegate=openid`.\n"
  184. msgstr ""
  185. #. type: Plain text
  186. #, no-wrap
  187. msgid ""
  188. " An optional `xrds-location`\n"
  189. " parameter lets you specify the location of any [eXtensible Resource\n"
  190. " DescriptorS](http://www.windley.com/archives/2007/05/using_xrds.shtml).\n"
  191. msgstr ""
  192. #. type: Plain text
  193. #, no-wrap
  194. msgid " Example:\n"
  195. msgstr " Eksempel:\n"
  196. #. type: Plain text
  197. #, no-wrap
  198. msgid ""
  199. "\t\\\\[[!meta openid=\"http://joeyh.myopenid.com/\"\n"
  200. "\tserver=\"http://www.myopenid.com/server\"\n"
  201. "\txrds-location=\"http://www.myopenid.com/xrds?username=joeyh.myopenid.com\"\"]]\n"
  202. msgstr ""
  203. "\t\\\\[[!meta openid=\"http://joeyh.myopenid.com/\"\n"
  204. "\tserver=\"http://www.myopenid.com/server\"\n"
  205. "\txrds-location=\"http://www.myopenid.com/xrds?username=joeyh.myopenid.com\"\"]]\n"
  206. #. type: Bullet: '* '
  207. msgid "link"
  208. msgstr "link"
  209. #. type: Plain text
  210. #, no-wrap
  211. msgid ""
  212. " Specifies a link to another page. This can be used as a way to make the\n"
  213. " wiki treat one page as linking to another without displaying a user-visible\n"
  214. " [[ikiwiki/WikiLink]]:\n"
  215. msgstr ""
  216. #. type: Plain text
  217. #, no-wrap
  218. msgid " \\[[!meta link=otherpage]]\n"
  219. msgstr " \\[[!meta link=enandenside]]\n"
  220. #. type: Plain text
  221. #, no-wrap
  222. msgid " It can also be used to insert a html &lt;link&gt; tag. For example:\n"
  223. msgstr ""
  224. #. type: Plain text
  225. #, no-wrap
  226. msgid " \\[[!meta link=\"http://joeyh.myopenid.com/\" rel=\"openid.delegate\"]]\n"
  227. msgstr " \\[[!meta link=\"http://joeyh.myopenid.com/\" rel=\"openid.delegate\"]]\n"
  228. #. type: Plain text
  229. #, no-wrap
  230. msgid ""
  231. " However, this latter syntax won't be allowed if the \n"
  232. " [[!iki plugins/htmlscrubber desc=htmlscrubber]] plugin is enabled, since it can be used to\n"
  233. " insert unsafe content.\n"
  234. msgstr ""
  235. #. type: Bullet: '* '
  236. msgid "redir"
  237. msgstr "redir"
  238. #. type: Plain text
  239. #, no-wrap
  240. msgid " Causes the page to redirect to another page in the wiki.\n"
  241. msgstr ""
  242. #. type: Plain text
  243. #, no-wrap
  244. msgid " \t\\[[!meta redir=otherpage]]\n"
  245. msgstr " \t\\[[!meta redir=otherpage]]\n"
  246. #. type: Plain text
  247. #, no-wrap
  248. msgid ""
  249. " Optionally, a delay (in seconds) can be specified. The default is to\n"
  250. " redirect without delay.\n"
  251. msgstr ""
  252. #. type: Plain text
  253. #, no-wrap
  254. msgid " It can also be used to redirect to an external url. For example:\n"
  255. msgstr ""
  256. #. type: Plain text
  257. #, no-wrap
  258. msgid " \t\\[[!meta redir=\"http://example.com/\"]]\n"
  259. msgstr " \t\\[[!meta redir=\"http://eksempel.dk/\"]]\n"
  260. #. type: Plain text
  261. #, no-wrap
  262. msgid ""
  263. " For both cases, an anchor to jump to inside the destination page may also be\n"
  264. " specified using the common `#ANCHOR` syntax.\n"
  265. msgstr ""
  266. #. type: Bullet: '* '
  267. msgid "robots"
  268. msgstr "robots"
  269. #. type: Plain text
  270. #, no-wrap
  271. msgid " Causes the robots meta tag to be written:\n"
  272. msgstr ""
  273. #. type: Plain text
  274. #, no-wrap
  275. msgid " \\[[!meta robots=\"index, nofollow\"]]\n"
  276. msgstr " \\[[!meta robots=\"index, nofollow\"]]\n"
  277. #. type: Plain text
  278. #, no-wrap
  279. msgid ""
  280. " Valid values for the attribute are: \"index\", \"noindex\", \"follow\", and\n"
  281. " \"nofollow\". Multiple comma-separated values are allowed, but obviously only\n"
  282. " some combinations make sense. If there is no robots meta tag, \"index,\n"
  283. " follow\" is used as the default.\n"
  284. msgstr ""
  285. #. type: Plain text
  286. #, no-wrap
  287. msgid " The value is escaped, but its contents are not otherwise checked.\n"
  288. msgstr ""
  289. #. type: Bullet: '* '
  290. msgid "guid"
  291. msgstr "guid"
  292. #. type: Plain text
  293. #, no-wrap
  294. msgid ""
  295. " Specifies a globally unique ID for a page. This guid should be a URI\n"
  296. " (in particular, it can be `urn:uuid:` followed by a UUID, as per\n"
  297. " [[!rfc 4122]]), and it will be used to identify the page's entry in RSS\n"
  298. " and Atom feeds. If not given, the default is to use the page's URL as its\n"
  299. " guid.\n"
  300. msgstr ""
  301. #. type: Plain text
  302. #, no-wrap
  303. msgid ""
  304. " This is mostly useful when a page has moved, to keep the guids for\n"
  305. " pages unchanged and avoid_flooding_aggregators\n"
  306. " (see [[!iki tips/howto_avoid_flooding_aggregators]]).\n"
  307. msgstr ""
  308. #. type: Bullet: '* '
  309. msgid "updated"
  310. msgstr "updated"
  311. #. type: Plain text
  312. #, no-wrap
  313. msgid ""
  314. " Specifies a fake modification time for a page, to be output into RSS and\n"
  315. " Atom feeds. This is useful to avoid flooding aggregators that sort by\n"
  316. " modification time, like Planet: for instance, when editing an old blog post\n"
  317. " to add tags, you could set `updated` to be one second later than the original\n"
  318. " value. The date/time can be given in any format that\n"
  319. " [[!cpan TimeDate]] can understand, just like the `date` field.\n"
  320. msgstr ""
  321. #. type: Plain text
  322. msgid ""
  323. "If the field is not one of the above predefined fields, the metadata will be "
  324. "written to the generated html page as a &lt;meta&gt; header. However, this "
  325. "won't be allowed if the [[!iki plugins/htmlscrubber desc=htmlscrubber]] "
  326. "plugin is enabled, since it can be used to insert unsafe content."
  327. msgstr ""
  328. #. type: Plain text
  329. #, no-wrap
  330. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  331. msgstr "[[!meta robots=\"noindex, follow\"]]\n"