Refresh gettext files of underlays.
[ikiwiki] / po / underlays / directives / ikiwiki / directive / postsparkline.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 `postsparkline` directive is supplied by the [[!iki "
22 "plugins/postsparkline desc=postsparkline]] plugin."
23 msgstr ""
24
25 #. type: Plain text
26 msgid ""
27 "This directive uses the [[!iki plugins/sparkline desc=sparkline]] plugin to "
28 "create a [[sparkline]] of statistics about a set of pages, such as posts to "
29 "a blog."
30 msgstr ""
31
32 #. type: Title #
33 #, no-wrap
34 msgid "examples"
35 msgstr ""
36
37 #. type: Plain text
38 #, no-wrap
39 msgid ""
40 "\tPost interval: \n"
41 "\t\\[[!postsparkline pages=\"blog/* and !*/Discussion\" max=100\n"
42 "\tformula=interval style=bar barwidth=2 barspacing=1 height=13]]\n"
43 msgstr ""
44
45 #. type: Plain text
46 #, no-wrap
47 msgid ""
48 "\tPosts per month this year: \n"
49 "\t\\[[!postsparkline pages=\"blog/* and !*/Discussion\" max=12\n"
50 "\tformula=permonth style=bar barwidth=2 barspacing=1 height=13]]\n"
51 msgstr ""
52
53 #. type: Title #
54 #, no-wrap
55 msgid "usage"
56 msgstr ""
57
58 #. type: Plain text
59 msgid ""
60 "All options aside from the `pages`, `max`, `formula`, `time`, and `color` "
61 "options are the same as in [[sparkline]] directive."
62 msgstr ""
63
64 #. type: Plain text
65 msgid ""
66 "You don't need to specify any data points (though you can if you want to).  "
67 "Instead, data points are automatically generated based on the creation times "
68 "of pages matched by the specified `pages` [[ikiwiki/PageSpec]]. A maximum of "
69 "`max` data points will be generated."
70 msgstr ""
71
72 #. type: Plain text
73 msgid ""
74 "The `formula` parameter controls the formula used to generate data points.  "
75 "Available formulae:"
76 msgstr ""
77
78 #. type: Bullet: '* '
79 msgid ""
80 "`interval` - The height of each point represents how long it has been since "
81 "the previous post."
82 msgstr ""
83
84 #. type: Bullet: '* '
85 msgid ""
86 "`perday` - Each point represents a day; the height represents how many posts "
87 "were made that day."
88 msgstr ""
89
90 #. type: Bullet: '* '
91 msgid ""
92 "`permonth` - Each point represents a month; the height represents how many "
93 "posts were made that month."
94 msgstr ""
95
96 #. type: Bullet: '* '
97 msgid ""
98 "`peryear` - Each point represents a year; the height represents how many "
99 "posts were made that year."
100 msgstr ""
101
102 #. type: Plain text
103 msgid ""
104 "The `time` parameter has a default value of \"ctime\", since formulae use "
105 "the creation times of pages by default. If you instead want them to use the "
106 "modification times of pages, set it to \"mtime\"."
107 msgstr ""
108
109 #. type: Plain text
110 msgid ""
111 "To change the color used to draw the sparkline, use the `color` parameter.  "
112 "For example, \"color=red\"."
113 msgstr ""
114
115 #. type: Plain text
116 #, no-wrap
117 msgid "[[!meta robots=\"noindex, follow\"]]\n"
118 msgstr ""