]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlays/directives/ikiwiki/directive/testpagespec.es.po
Merge remote-tracking branch 'jonas/master'
[ikiwiki.git] / po / underlays / directives / ikiwiki / directive / testpagespec.es.po
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
19 #. type: Plain text
20 msgid ""
21 "The `testpagespec` directive is supplied by the [[!iki plugins/testpagespec "
22 "desc=testpagespec]] plugin."
23 msgstr ""
24
25 #. type: Plain text
26 msgid ""
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."
29 msgstr ""
30
31 #. type: Plain text
32 msgid "Example uses:"
33 msgstr ""
34
35 #. type: Plain text
36 #, no-wrap
37 msgid "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
38 msgstr ""
39
40 #. type: Plain text
41 msgid ""
42 "This will print out something like \"no match: barpage does not match "
43 "foopage\", highlighting which part of the [[ikiwiki/PageSpec]] is causing "
44 "the match to fail."
45 msgstr ""
46
47 #. type: Plain text
48 #, no-wrap
49 msgid "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
50 msgstr ""
51
52 #. type: Plain text
53 msgid ""
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."
56 msgstr ""
57
58 #. type: Plain text
59 #, no-wrap
60 msgid "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
61 msgstr ""
62
63 #. type: Plain text
64 msgid ""
65 "This will print out something like \"match: barpage matches barpage\", "
66 "indicating the part of the [[ikiwiki/PageSpec]] that caused it to match."
67 msgstr ""
68
69 #. type: Plain text
70 #, no-wrap
71 msgid "[[!meta robots=\"noindex, follow\"]]\n"
72 msgstr ""