summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/map.da.po
blob: cdecbde1a54aae2923b51b1f7c7a4be52598ee60 (plain)
  1. # Danish translation of directives/ikiwiki/directive/map 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 `map` directive is supplied by the [[!iki plugins/map desc=map]] plugin."
  24. msgstr ""
  25. #. type: Plain text
  26. msgid ""
  27. "This directive generates a hierarchical page map for the wiki. Example usage:"
  28. msgstr ""
  29. #. type: Plain text
  30. #, no-wrap
  31. msgid "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\"]]\n"
  32. msgstr "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\"]]\n"
  33. #. type: Plain text
  34. msgid ""
  35. "If the pages to include are not specified, all pages (and other files) in "
  36. "the wiki are mapped."
  37. msgstr ""
  38. #. type: Plain text
  39. msgid ""
  40. "By default, the names of pages are shown in the map. The `show` parameter "
  41. "can be used to show the titles or descriptions of pages instead (as set by "
  42. "the [[meta]] directive). For example:"
  43. msgstr ""
  44. #. type: Plain text
  45. #, no-wrap
  46. msgid "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\" show=title]]\n"
  47. msgstr "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\" show=title]]\n"
  48. #. type: Plain text
  49. #, fuzzy, no-wrap
  50. #| msgid "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\" show=title]]\n"
  51. msgid "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\" show=description]]\n"
  52. msgstr "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\" show=title]]\n"
  53. #. type: Plain text
  54. msgid ""
  55. "Hint: To limit the map to displaying pages less than a certain level deep, "
  56. "use a [[ikiwiki/PageSpec]] like this: `pages=\"* and !*/*/*\"`"
  57. msgstr ""
  58. #. type: Plain text
  59. #, no-wrap
  60. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  61. msgstr "[[!meta robots=\"noindex, follow\"]]\n"