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.
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"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 "The `testpagespec` directive is supplied by the [[!iki plugins/testpagespec "
22 "desc=testpagespec]] plugin."
27 "This directive allows testing a [[ikiwiki/PageSpec]] to see if it matches a "
28 "page, and to see the part that matches, or causes the match to fail."
37 msgid "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
42 "This will print out something like \"no match: barpage does not match "
43 "foopage\", highlighting which part of the [[ikiwiki/PageSpec]] is causing "
49 msgid "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
54 "This will print out something like \"no match: bar* matches barpage\", since "
55 "the part of the [[ikiwiki/PageSpec]] that fails is this negated match."
60 msgid "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
65 "This will print out something like \"match: barpage matches barpage\", "
66 "indicating the part of the [[ikiwiki/PageSpec]] that caused it to match."
71 msgid "[[!meta robots=\"noindex, follow\"]]\n"