1 # German translation of directives/ikiwiki/directive/pagestats page for ikiwiki.
2 # Copyright © 2010, 2019 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: 2019-06-03 12:25+0200\n"
8 "PO-Revision-Date: 2019-06-03 23:26+0200\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 `pagestats` directive is supplied by the [[!iki plugins/pagestats "
20 "desc=pagestats]] plugin."
22 "Die `pagestats`-Anweisung wird durch die [[!iki plugins/pagestats "
23 "desc=pagestats]]-Erweiterung bereitgestellt."
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 "
31 "Diese Anweisung kann Statistiken darüber erzeugen, wie Seiten aufeinander "
32 "verlinken. Sie kann entweder eine Tag-Wolke erzeugen oder eine Tabelle mit "
33 "den Häufigkeiten, wie oft auf die einzelnen Seiten verwiesen wurde."
37 "Here's how to use it to create a [[tag]] cloud, with tags sized based on "
40 "So kann eine [[tag]]-Wolke erzeugt werden, wobei die Schriftgröße der tags "
42 "abhängt, wie oft sie verwendet werden:"
46 msgid "\t\\[[!pagestats pages=\"tags/*\"]]\n"
47 msgstr "\t\\[[!pagestats pages=\"tags/*\"]]\n"
51 "Here's how to create a list of tags, sized by use as they would be in a "
54 "So kann eine [[tag]]-Wolke erzeugt werden, mit verschiedenen Schriftgrößen "
56 "ein einer Tag-Wolke:"
60 msgid "\t\\[[!pagestats style=\"list\" pages=\"tags/*\"]]\n"
61 msgstr "\t\\[[!pagestats style=\"list\" pages=\"tags/*\"]]\n"
64 msgid "And here's how to create a table of all the pages on the wiki:"
65 msgstr "Und so kann eine Tabelle mit allen Seiten im Wiki erzeugt werden:"
69 msgid "\t\\[[!pagestats style=\"table\"]]\n"
70 msgstr "\t\\[[!pagestats style=\"table\"]]\n"
74 "The optional `among` parameter limits the pages whose outgoing links are "
75 "considered. For instance, to display a cloud of tags used on blog entries, "
76 "while ignoring other pages that use those tags, you could use:"
78 "Der optionale Parameter `among` beschränkt die Seiten, deren ausgehende "
79 "Links berücksichtigt werden. Zum Beispiel kann folgendermaßen eine Tag-Wolke "
80 "erzeugt werden, die nur Vorkommen in Blogeinträgen berücksichtigt:"
84 msgid "\t\\[[!pagestats pages=\"tags/*\" among=\"blog/posts/*\"]]\n"
85 msgstr "\t\\[[!pagestats pages=\"tags/*\" among=\"blog/posts/*\"]]\n"
88 msgid "Or to display a cloud of tags related to Linux, you could use:"
89 msgstr "Oder um eine Wolke mit Tags anzuzeigen, die mit Linux verwandt sind:"
93 msgid "\t\\[[!pagestats pages=\"tags/* and !tags/linux\" among=\"tagged(linux)\"]]\n"
94 msgstr "\t\\[[!pagestats pages=\"tags/* and !tags/linux\" among=\"tagged(linux)\"]]\n"
98 "The optional `limit` parameter limits display to the specified number of "
99 "pages. For instance, to show a table of the top ten pages with the most "
101 msgstr "Der optionale Parameter `limit` begrenzt die Anzeige auf die angegebene Anzahl von Seiten. Zum Beispiel kann man eine Tabelle mit den zehn häufigsten Links anzeigen:"
105 msgid "\t\\[[!pagestats style=\"table\" limit=\"10\"]]\n"
106 msgstr "\t\\[[!pagestats style=\"table\" limit=\"10\"]]\n"
110 "In older versions of IkiWiki this parameter was called `show`; that name "
111 "still works, if its value is numeric."
112 msgstr "In früheren IkiWiki-Versionen hieß dieser Parameter `show`; dieser Name funktioniert weiterhin, wenn der Wert numerisch ist."
116 "The optional `class` parameter can be used to control the class of the "
117 "generated tag cloud `div` or page stats `table`."
119 "Mit dem optionalen Parameter `class` kann die Klasse des `div` einer Tag-"
121 "oder der `table` der Seitenstatistik angegeben werden."
125 "By default, the names of pages are shown. The `show` parameter can be used "
126 "(with a non-numeric value) to show the titles or descriptions of pages "
127 "instead (as set by the [[meta]] directive). For example:"
128 msgstr "In der Voreinstellung werden die Namen der Seiten angezeigt. Der Parameter `show` kann (mit einem nicht-numerischen Wert) verwendet werden, um stattdessen die Titel (title) oder die Beschreibungen (description) der Seiten anzuzeigen (wie sie mit der [[meta]]-Anweisung gesetzt wurden). Zum Beispiel:"
132 msgid "\t\\[[!pagestats pages=\"tags/*\" show=\"title\"]]\n"
133 msgstr "\t\\[[!pagestats pages=\"tags/*\" show=\"title\"]]\n"
137 msgid "[[!meta robots=\"noindex, follow\"]]\n"
138 msgstr "[[!meta robots=\"noindex, follow\"]]\n"