summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/testpagespec.cs.po
blob: 5c635cd321934d9871b95c2bfc04c5a8132a324e (plain)
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2011-05-05 20:04+0300\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\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. #. type: Plain text
  19. msgid ""
  20. "The `testpagespec` directive is supplied by the [[!iki plugins/testpagespec "
  21. "desc=testpagespec]] plugin."
  22. msgstr ""
  23. #. type: Plain text
  24. msgid ""
  25. "This directive allows testing a [[ikiwiki/PageSpec]] to see if it matches a "
  26. "page, and to see the part that matches, or causes the match to fail."
  27. msgstr ""
  28. #. type: Plain text
  29. msgid "Example uses:"
  30. msgstr ""
  31. #. type: Plain text
  32. #, no-wrap
  33. msgid "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
  34. msgstr ""
  35. #. type: Plain text
  36. msgid ""
  37. "This will print out something like \"no match: barpage does not match "
  38. "foopage\", highlighting which part of the [[ikiwiki/PageSpec]] is causing "
  39. "the match to fail."
  40. msgstr ""
  41. #. type: Plain text
  42. #, no-wrap
  43. msgid "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
  44. msgstr ""
  45. #. type: Plain text
  46. msgid ""
  47. "This will print out something like \"no match: bar* matches barpage\", since "
  48. "the part of the [[ikiwiki/PageSpec]] that fails is this negated match."
  49. msgstr ""
  50. #. type: Plain text
  51. #, no-wrap
  52. msgid "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
  53. msgstr ""
  54. #. type: Plain text
  55. msgid ""
  56. "This will print out something like \"match: barpage matches barpage\", "
  57. "indicating the part of the [[ikiwiki/PageSpec]] that caused it to match."
  58. msgstr ""
  59. #. type: Plain text
  60. #, no-wrap
  61. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  62. msgstr ""