]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlays/directives/ikiwiki/directive/tag.cs.po
Typo
[ikiwiki.git] / po / underlays / directives / ikiwiki / directive / tag.cs.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 `tag` and `taglink` directives are supplied by the [[!iki plugins/tag "
22 "desc=tag]] plugin."
23 msgstr ""
24
25 #. type: Plain text
26 msgid "These directives allow tagging pages. List tags as follows:"
27 msgstr ""
28
29 #. type: Plain text
30 #, no-wrap
31 msgid "\t\\[[!tag tech life linux]]\n"
32 msgstr ""
33
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
43 #. type: Plain text
44 msgid ""
45 "If you want a visible [[ikiwiki/WikiLink]] along with the tag, use taglink "
46 "instead:"
47 msgstr ""
48
49 #. type: Plain text
50 #, no-wrap
51 msgid ""
52 "\t\\[[!taglink foo]]\n"
53 "\t\\[[!taglink tagged_as_foo|foo]]\n"
54 msgstr ""
55
56 #. type: Plain text
57 msgid ""
58 "Note that if the wiki is configured to use a tagbase, then the tags will be "
59 "located under a base directory, such as \"tags/\". This is a useful way to "
60 "avoid having to write the full path to tags, if you want to keep them "
61 "grouped together out of the way. Also, since ikiwiki then knows where to put "
62 "tags, it will automatically create tag pages when new tags are used."
63 msgstr ""
64
65 #. type: Plain text
66 msgid ""
67 "Bear in mind that specifying a tagbase means you will need to incorporate it "
68 "into the `link()` [[ikiwiki/PageSpec]] you use: e.g., if your tagbase is "
69 "`tag`, you would match pages tagged \"foo\" with `link(tag/foo)`."
70 msgstr ""
71
72 #. type: Plain text
73 msgid ""
74 "If you want to override the tagbase for a particular tag, you can use "
75 "something like this:"
76 msgstr ""
77
78 #. type: Plain text
79 #, no-wrap
80 msgid ""
81 "\t\\[[!tag /foo]]\n"
82 "\t\\[[!taglink /foo]]\n"
83 msgstr ""
84
85 #. type: Plain text
86 #, no-wrap
87 msgid "[[!meta robots=\"noindex, follow\"]]\n"
88 msgstr ""