1 # German translation of directives/ikiwiki/directive/postsparkline page for ikiwiki.
2 # Copyright © 2010 Sebastian Kuhnert <mail@sebastian-kuhnert.de>
3 # Redistribution and use in source and compiled forms, with or without
4 # modification, are permitted under any circumstances. No warranty.
7 "POT-Creation-Date: 2010-03-12 09:29+0530\n"
8 "PO-Revision-Date: 2017-12-21 22:16+0100\n"
9 "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
10 "Language-Team: None\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=n != 1;\n"
19 "The `postsparkline` directive is supplied by the [[!iki "
20 "plugins/postsparkline desc=postsparkline]] plugin."
22 "Die `postsparkline`-Anweisung wird durch die [[!iki "
23 "plugins/postsparkline desc=postsparkline]]-Erweiterung bereitgestellt."
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 "
31 "Diese Anweisung verwendet die [[!iki plugins/sparkline "
32 "desc=sparkline]]-Erweiterung, um eine [[sparkline]] mit Statistiken über "
33 "bestimmte Seiten anzuzeigen, etwa über Einträge in einem Blog."
44 "\t\\[[!postsparkline pages=\"blog/* and !*/Discussion\" max=100\n"
45 "\tformula=interval style=bar barwidth=2 barspacing=1 height=13]]\n"
47 "\tIntervall der Einträge: \n"
48 "\t\\[[!postsparkline pages=\"blog/* and !*/Discussion\" max=100\n"
49 "\tformula=interval style=bar barwidth=2 barspacing=1 height=13]]\n"
54 "\tPosts per month this year: \n"
55 "\t\\[[!postsparkline pages=\"blog/* and !*/Discussion\" max=12\n"
56 "\tformula=permonth style=bar barwidth=2 barspacing=1 height=13]]\n"
58 "\tEinträge pro Monat in diesem Jahr: \n"
59 "\t\\[[!postsparkline pages=\"blog/* and !*/Discussion\" max=12\n"
60 "\tformula=permonth style=bar barwidth=2 barspacing=1 height=13]]\n"
69 "All options aside from the `pages`, `max`, `formula`, `time`, and `color` "
70 "options are the same as in [[sparkline]] directive."
72 "Alle Parameter außer `pages`, `max`, `formula`, `time` und `color` sind die "
73 "gleichen wie in der [[sparkline]]-Anweisung."
77 "You don't need to specify any data points (though you can if you want to). "
78 "Instead, data points are automatically generated based on the creation times "
79 "of pages matched by the specified `pages` [[ikiwiki/PageSpec]]. A maximum of "
80 "`max` data points will be generated."
82 "Es müssen keine Datenpunkte angegeben werden (auch wenn dies möglich ist). "
83 "Stattdessen werden die Datenpunkte ausgehend vom Erstellungsdatum der durch "
84 "`pages` angegebenen Seiten (eine [[ikiwiki/PageSpec]]) automatisch generiert."
85 " Es werden höchstens `max` Datenpunkte erzeugt."
89 "The `formula` parameter controls the formula used to generate data points. "
92 "Der Parameter `formula` steuert die Formel, mit der die Datenpunkte erzeugt "
93 "werden. Verfügbare Formeln:"
97 "`interval` - The height of each point represents how long it has been since "
100 "`interval` - Die Höhe jedes Punkts steht für den zeitlichen Abstand zum "
101 "vorherigen Eintrag."
103 #. type: Bullet: '* '
105 "`perday` - Each point represents a day; the height represents how many posts "
106 "were made that day."
108 "`perday` - Jeder Punkt entspricht einem Tag; die Höhe stellt die Anzahl der "
109 "an diesem Tag gemachten Einträge dar."
111 #. type: Bullet: '* '
113 "`permonth` - Each point represents a month; the height represents how many "
114 "posts were made that month."
116 "`permonth` - Jeder Punkt entspricht einem Monat; die Höhe stellt die Anzahl "
117 "der in diesem Monat gemachten Einträge dar."
119 #. type: Bullet: '* '
121 "`peryear` - Each point represents a year; the height represents how many "
122 "posts were made that year."
124 "`peryear` - Jeder Punkt entspricht einem Jahr; die Höhe stellt die Anzahl "
125 "der in diesem Jahr gemachten Einträge dar."
129 "The `time` parameter has a default value of \"ctime\", since formulae use "
130 "the creation times of pages by default. If you instead want them to use the "
131 "modification times of pages, set it to \"mtime\"."
133 "Der Parameter `time` hat standardmäßig den Wert `ctime` und es werden die "
134 "Erstellungszeiten der Seiten verwendet. Sollen stattdessen die "
135 "Änderungszeiten verwendet werden, kann `mtime` angegeben werden."
139 "To change the color used to draw the sparkline, use the `color` parameter. "
140 "For example, \"color=red\"."
142 "Die Farbe der sparkline kann mit dem Parameter `color` verändert werden, "
143 "etwa durch `color=red`."
147 msgid "[[!meta robots=\"noindex, follow\"]]\n"
148 msgstr "[[!meta robots=\"noindex, follow\"]]\n"