summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/edittemplate.da.po
blob: d3e00845ce779eae4885f79980a572d08c4f43af (plain)
  1. # Danish translation of directives/ikiwiki/directive/edittemplate 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-19 23:45+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 `edittemplate` directive is supplied by the [[!iki plugins/edittemplate "
  24. "desc=edittemplate]] plugin."
  25. msgstr ""
  26. #. type: Plain text
  27. msgid ""
  28. "This directive allows registering template pages, that provide default "
  29. "content for new pages created using the web frontend. To register a "
  30. "template, insert a [[ikiwiki/directive/template]] directive on some other "
  31. "page."
  32. msgstr ""
  33. #. type: Plain text
  34. #, no-wrap
  35. msgid "\t\\[[!edittemplate template=\"bugtemplate\" match=\"bugs/*\"]]\n"
  36. msgstr ""
  37. #. type: Plain text
  38. msgid ""
  39. "In the above example, the page named \"bugtemplate\" is registered as a "
  40. "template to be used when any page named \"bugs/*\" is created. To avoid the "
  41. "directive displaying a note about the template being registered, add "
  42. "\"silent=yes\"."
  43. msgstr ""
  44. #. type: Plain text
  45. msgid ""
  46. "Often the template page contains a simple skeleton for a particular type of "
  47. "page. For the bug report pages in the above example, it might look something "
  48. "like:"
  49. msgstr ""
  50. #. type: Plain text
  51. #, no-wrap
  52. msgid ""
  53. "\tPackage: \n"
  54. "\tVersion: \n"
  55. "\tReproducible: y/n\n"
  56. "\tDetails:\n"
  57. msgstr ""
  58. #. type: Plain text
  59. #, no-wrap
  60. msgid ""
  61. "The template page can also contain [[!cpan HTML::Template]] directives,\n"
  62. "similar to other ikiwiki [[templates]]. Currently only one variable is\n"
  63. "set: `<TMPL_VAR name>` is replaced with the name of the page being\n"
  64. "created.\n"
  65. msgstr ""
  66. #. type: Plain text
  67. #, no-wrap
  68. msgid "----\n"
  69. msgstr "----\n"
  70. #. type: Plain text
  71. msgid ""
  72. "It's generally not a good idea to put the `edittemplate` directive in the "
  73. "template page itself, since the directive would then be included as part of "
  74. "the template on new pages, which would then in turn be registered as "
  75. "templates. If multiple pages are registered as templates for a new page, an "
  76. "arbitrary one is chosen, so that could get confusing."
  77. msgstr ""
  78. #. type: Plain text
  79. #, no-wrap
  80. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  81. msgstr "[[!meta robots=\"noindex, follow\"]]\n"