summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/testpagespec.da.po
blob: f7ea475f5388d264e32b8ef1e1477cb3adbd15ef (plain)
  1. # Danish translation of directives/ikiwiki/directive/testpagespec 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 `testpagespec` directive is supplied by the [[!iki plugins/testpagespec "
  24. "desc=testpagespec]] plugin."
  25. msgstr ""
  26. #. type: Plain text
  27. msgid ""
  28. "This directive allows testing a [[ikiwiki/PageSpec]] to see if it matches a "
  29. "page, and to see the part that matches, or causes the match to fail."
  30. msgstr ""
  31. #. type: Plain text
  32. msgid "Example uses:"
  33. msgstr "Eksempelbrug:"
  34. #. type: Plain text
  35. #, no-wrap
  36. msgid "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
  37. msgstr "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
  38. #. type: Plain text
  39. msgid ""
  40. "This will print out something like \"no match: barpage does not match foopage"
  41. "\", highlighting which part of the [[ikiwiki/PageSpec]] is causing the match "
  42. "to fail."
  43. msgstr ""
  44. #. type: Plain text
  45. #, no-wrap
  46. msgid "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
  47. msgstr "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
  48. #. type: Plain text
  49. msgid ""
  50. "This will print out something like \"no match: bar* matches barpage\", since "
  51. "the part of the [[ikiwiki/PageSpec]] that fails is this negated match."
  52. msgstr ""
  53. #. type: Plain text
  54. #, no-wrap
  55. msgid "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
  56. msgstr "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
  57. #. type: Plain text
  58. msgid ""
  59. "This will print out something like \"match: barpage matches barpage\", "
  60. "indicating the part of the [[ikiwiki/PageSpec]] that caused it to match."
  61. msgstr ""
  62. #. type: Plain text
  63. #, no-wrap
  64. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  65. msgstr "[[!meta robots=\"noindex, follow\"]]\n"