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 `pagestats` directive is supplied by the [[!iki plugins/pagestats "
22 "desc=pagestats]] plugin."
27 "This directive can generate stats about how pages link to each other. It can "
28 "produce either a tag cloud, or a table counting the number of links to each "
34 "Here's how to use it to create a [[tag]] cloud, with tags sized based on "
40 msgid "\t\\[[!pagestats pages=\"tags/*\"]]\n"
45 "Here's how to create a list of tags, sized by use as they would be in a "
51 msgid "\t\\[[!pagestats style=\"list\" pages=\"tags/*\"]]\n"
55 msgid "And here's how to create a table of all the pages on the wiki:"
60 msgid "\t\\[[!pagestats style=\"table\"]]\n"
65 "The optional `among` parameter limits the pages whose outgoing links are "
66 "considered. For instance, to display a cloud of tags used on blog entries, "
67 "while ignoring other pages that use those tags, you could use:"
72 msgid "\t\\[[!pagestats pages=\"tags/*\" among=\"blog/posts/*\"]]\n"
76 msgid "Or to display a cloud of tags related to Linux, you could use:"
82 "\t\\[[!pagestats pages=\"tags/* and !tags/linux\" "
83 "among=\"tagged(linux)\"]]\n"
88 "The optional `show` parameter limits display to the specified number of "
89 "pages. For instance, to show a table of the top ten pages with the most "
95 msgid "\t\\[[!pagestats style=\"table\" show=\"10\"]]\n"
100 "The optional `class` parameter can be used to control the class of the "
101 "generated tag cloud `div` or page stats `table`."
106 msgid "[[!meta robots=\"noindex, follow\"]]\n"