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