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