summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/linkmap.da.po
blob: a55d73c6e47084a4a168acddd9c8e29131bf0bc9 (plain)
  1. # Danish translation of directives/ikiwiki/directive/linkmap 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 `linkmap` directive is supplied by the [[!iki plugins/linkmap "
  24. "desc=linkmap]] plugin."
  25. msgstr ""
  26. #. type: Plain text
  27. msgid ""
  28. "This directive uses [graphviz](http://www.graphviz.org/) to generate a graph "
  29. "showing the links between a set of pages in the wiki. Example usage:"
  30. msgstr ""
  31. #. type: Plain text
  32. #, no-wrap
  33. msgid "\t\\[[!linkmap pages=\"* and !blog/* and !*/Discussion\"]]\n"
  34. msgstr "\t\\[[!linkmap pages=\"* and !blog/* and !*/Discussion\"]]\n"
  35. #. type: Plain text
  36. msgid ""
  37. "Only links between mapped pages will be shown; links pointing to or from "
  38. "unmapped pages will be omitted. If the pages to include are not specified, "
  39. "the links between all pages (and other files) in the wiki are mapped."
  40. msgstr ""
  41. #. type: Plain text
  42. msgid ""
  43. "Here are descriptions of all the supported parameters to the `linkmap` "
  44. "directive:"
  45. msgstr ""
  46. #. type: Bullet: '* '
  47. msgid "`pages` - A [[ikiwiki/PageSpec]] of the pages to map."
  48. msgstr ""
  49. #. type: Bullet: '* '
  50. msgid ""
  51. "`height`, `width` - Limit the size of the map to a given height and width, "
  52. "in inches. Both must be specified for the limiting to take effect, otherwise "
  53. "the map's size is not limited."
  54. msgstr ""
  55. #. type: Bullet: '* '
  56. msgid ""
  57. "`connected` - Controls whether to include pages on the map that link to no "
  58. "other pages (connected=no, the default), or to only show pages that link to "
  59. "others (connected=yes)."
  60. msgstr ""
  61. #. type: Plain text
  62. msgid ""
  63. "For best results, only a small set of pages should be mapped, since "
  64. "otherwise the map can become very large, unwieldy, and complicated. If too "
  65. "many pages are included, the map may get so large that graphviz cannot "
  66. "render it. Using the `connected` parameter is a good way to prune out pages "
  67. "that clutter the map."
  68. msgstr ""
  69. #. type: Plain text
  70. #, no-wrap
  71. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  72. msgstr "[[!meta robots=\"noindex, follow\"]]\n"