summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/tag.da.po
blob: c925e51b85cad8f86cf7f72f70966d40679fef9b (plain)
  1. # Danish translation of directives/ikiwiki/directive/tag 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-07-18 22:29+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. "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 `tag` and `taglink` directives are supplied by the [[!iki plugins/tag "
  25. "desc=tag]] plugin."
  26. msgstr ""
  27. #. type: Plain text
  28. msgid "These directives allow tagging pages. List tags as follows:"
  29. msgstr ""
  30. #. type: Plain text
  31. #, no-wrap
  32. msgid "\t\\[[!tag tech life linux]]\n"
  33. msgstr "\t\\[[!tag teknik livet linux]]\n"
  34. #. type: Plain text
  35. msgid ""
  36. "The tags work the same as if you had put a (hidden) [[ikiwiki/WikiLink]] on "
  37. "the page for each tag, so you can use a [[ikiwiki/PageSpec]] match all pages "
  38. "that are tagged with a given tag, for example. The tags will also show up on "
  39. "blog entries and at the bottom of the tagged pages, as well as in RSS and "
  40. "Atom feeds."
  41. msgstr ""
  42. #. type: Plain text
  43. msgid ""
  44. "If you want a visible [[ikiwiki/WikiLink]] along with the tag, use taglink "
  45. "instead:"
  46. msgstr ""
  47. #. type: Plain text
  48. #, no-wrap
  49. msgid ""
  50. "\t\\[[!taglink foo]]\n"
  51. "\t\\[[!taglink tagged_as_foo|foo]]\n"
  52. msgstr ""
  53. "\t\\[[!taglink foo]]\n"
  54. "\t\\[[!taglink mærket_af_som_foo|foo]]\n"
  55. #. type: Plain text
  56. msgid ""
  57. "Note that if the wiki is configured to use a tagbase, then the tags will be "
  58. "located under a base directory, such as \"tags/\". This is a useful way to "
  59. "avoid having to write the full path to tags, if you want to keep them "
  60. "grouped together out of the way. Also, since ikiwiki then knows where to put "
  61. "tags, it will automatically create tag pages when new tags are used."
  62. msgstr ""
  63. #. type: Plain text
  64. msgid ""
  65. "Bear in mind that specifying a tagbase means you will need to incorporate it "
  66. "into the `link()` [[ikiwiki/PageSpec]] you use: e.g., if your tagbase is "
  67. "`tag`, you would match pages tagged \"foo\" with `link(tag/foo)`."
  68. msgstr ""
  69. #. type: Plain text
  70. msgid ""
  71. "If you want to override the tagbase for a particular tag, you can use "
  72. "something like this:"
  73. msgstr ""
  74. #. type: Plain text
  75. #, fuzzy, no-wrap
  76. #| msgid ""
  77. #| "\t\\[[!tag ./foo]]\n"
  78. #| "\t\\[[!taglink /foo]]\n"
  79. msgid ""
  80. "\t\\[[!tag /foo]]\n"
  81. "\t\\[[!taglink /foo]]\n"
  82. msgstr ""
  83. "\t\\[[!tag ./foo]]\n"
  84. "\t\\[[!taglink /foo]]\n"
  85. #. type: Plain text
  86. #, no-wrap
  87. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  88. msgstr "[[!meta robots=\"noindex, follow\"]]\n"