summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/toggle.da.po
blob: 7b1ba9bd5aacfd673df07191169d47a693f162e5 (plain)
  1. # Danish translation of directives/ikiwiki/directive/toggle 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: 2009-07-19 23:45+0200\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 `toggle` and `toggleable` directives are supplied by the [[!iki plugins/"
  24. "toggle desc=toggle]] plugin."
  25. msgstr ""
  26. #. type: Plain text
  27. msgid ""
  28. "With these directives you can create links on pages that, when clicked, "
  29. "toggle display of other parts of the page."
  30. msgstr ""
  31. #. type: Plain text
  32. msgid ""
  33. "It uses javascript to accomplish this; browsers without javascript will "
  34. "always see the full page content."
  35. msgstr ""
  36. #. type: Plain text
  37. msgid "Example use:"
  38. msgstr "Eksempler på brug:"
  39. #. type: Plain text
  40. #, no-wrap
  41. msgid "\t\\[[!toggle id=\"ipsum\" text=\"show\"]]\n"
  42. msgstr "\t\\[[!toggle id=\"ipsum\" text=\"vis\"]]\n"
  43. #. type: Plain text
  44. #, no-wrap
  45. msgid "\t\\[[!toggleable id=\"ipsum\" text=\"\"\"\n"
  46. msgstr "\t\\[[!toggleable id=\"ipsum\" text=\"\"\"\n"
  47. #. type: Plain text
  48. #, no-wrap
  49. msgid ""
  50. "\tLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do\n"
  51. "\teiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim\n"
  52. "\tad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n"
  53. "\taliquip ex ea commodo consequat.\n"
  54. msgstr ""
  55. #. type: Plain text
  56. #, no-wrap
  57. msgid "\t[[!toggle id=\"ipsum\" text=\"hide\"]]\n"
  58. msgstr "\t[[!toggle id=\"ipsum\" text=\"skjul\"]]\n"
  59. #. type: Plain text
  60. msgid ""
  61. "Note that you can include wiki markup in the toggleable text, including even "
  62. "additional toggles, as shown in the above example."
  63. msgstr ""
  64. #. type: Plain text
  65. msgid ""
  66. "Also, the toggle and the togglable definitions do not need to be next to "
  67. "each other, but can be located anywhere on the page. There can also be "
  68. "mutiple toggles that all toggle a single togglable."
  69. msgstr ""
  70. #. type: Plain text
  71. msgid ""
  72. "The id has a default value of \"default\", so can be omitted in simple cases."
  73. msgstr ""
  74. #. type: Plain text
  75. msgid ""
  76. "If you'd like a toggleable to be displayed by default, and toggle to hidden, "
  77. "then pass a parameter \"open=yes\" when setting up the toggleable."
  78. msgstr ""
  79. #. type: Plain text
  80. #, no-wrap
  81. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  82. msgstr "[[!meta robots=\"noindex, follow\"]]\n"