aboutsummaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/postsparkline.cs.po
blob: 69b5ae197c1afa6b120ade6b2e31e2a4e27d2d2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-05-05 20:04+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: Plain text
msgid ""
"The `postsparkline` directive is supplied by the [[!iki "
"plugins/postsparkline desc=postsparkline]] plugin."
msgstr ""

#. type: Plain text
msgid ""
"This directive uses the [[!iki plugins/sparkline desc=sparkline]] plugin to "
"create a [[sparkline]] of statistics about a set of pages, such as posts to "
"a blog."
msgstr ""

#. type: Title #
#, no-wrap
msgid "examples"
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"\tPost interval: \n"
"\t\\[[!postsparkline pages=\"blog/* and !*/Discussion\" max=100\n"
"\tformula=interval style=bar barwidth=2 barspacing=1 height=13]]\n"
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"\tPosts per month this year: \n"
"\t\\[[!postsparkline pages=\"blog/* and !*/Discussion\" max=12\n"
"\tformula=permonth style=bar barwidth=2 barspacing=1 height=13]]\n"
msgstr ""

#. type: Title #
#, no-wrap
msgid "usage"
msgstr ""

#. type: Plain text
msgid ""
"All options aside from the `pages`, `max`, `formula`, `time`, and `color` "
"options are the same as in [[sparkline]] directive."
msgstr ""

#. type: Plain text
msgid ""
"You don't need to specify any data points (though you can if you want to).  "
"Instead, data points are automatically generated based on the creation times "
"of pages matched by the specified `pages` [[ikiwiki/PageSpec]]. A maximum of "
"`max` data points will be generated."
msgstr ""

#. type: Plain text
msgid ""
"The `formula` parameter controls the formula used to generate data points.  "
"Available formulae:"
msgstr ""

#. type: Bullet: '* '
msgid ""
"`interval` - The height of each point represents how long it has been since "
"the previous post."
msgstr ""

#. type: Bullet: '* '
msgid ""
"`perday` - Each point represents a day; the height represents how many posts "
"were made that day."
msgstr ""

#. type: Bullet: '* '
msgid ""
"`permonth` - Each point represents a month; the height represents how many "
"posts were made that month."
msgstr ""

#. type: Bullet: '* '
msgid ""
"`peryear` - Each point represents a year; the height represents how many "
"posts were made that year."
msgstr ""

#. type: Plain text
msgid ""
"The `time` parameter has a default value of \"ctime\", since formulae use "
"the creation times of pages by default. If you instead want them to use the "
"modification times of pages, set it to \"mtime\"."
msgstr ""

#. type: Plain text
msgid ""
"To change the color used to draw the sparkline, use the `color` parameter.  "
"For example, \"color=red\"."
msgstr ""

#. type: Plain text
#, no-wrap
msgid "[[!meta robots=\"noindex, follow\"]]\n"
msgstr ""