aboutsummaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/map.de.po
blob: 8898a5a532b3964f23771778f4f1bf60cd7845ff (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
# German translation of directives/ikiwiki/directive/map page for ikiwiki.
# Copyright © 2010 Sebastian Kuhnert <mail@sebastian-kuhnert.de>
# Redistribution and use in source and compiled forms, with or without
# modification, are permitted under any circumstances. No warranty.
msgid ""
msgstr ""
"POT-Creation-Date: 2010-03-12 09:29+0530\n"
"PO-Revision-Date: 2017-12-21 22:05+0100\n"
"Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
"Language-Team: None\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. type: Plain text
msgid "The `map` directive is supplied by the [[!iki plugins/map desc=map]] plugin."
msgstr ""
"Die `map`-Anweisung wird durch die [[!iki plugins/map desc=map]]-Erweiterung "
"bereitgestellt."

#. type: Plain text
msgid ""
"This directive generates a hierarchical page map for the wiki. Example "
"usage:"
msgstr ""
"Diese Anweisung erzeugt eine hierarchische Liste der Seiten im Wiki. Beispiel für "
"die Verwendung:"

#. type: Plain text
#, no-wrap
msgid "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\"]]\n"
msgstr "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\"]]\n"

#. type: Plain text
msgid ""
"If the pages to include are not specified, all pages (and other files) in "
"the wiki are mapped."
msgstr ""
"Wenn die anzuzeigenden Seiten nicht angegeben werden, kommen alle Seiten (und "
"andere Dateien) in die Liste."

#. type: Plain text
msgid ""
"By default, the names of pages are shown in the map. The `show` parameter "
"can be used to show the titles or descriptions of pages instead (as set by "
"the [[meta]] directive). For example:"
msgstr ""
"In der Voreinstellung werden in der Liste die Namen der Seiten angezeigt. Mit dem "
"Parameter `show` können stattdessen der Titel (`title`) oder die Beschreibung "
"(`description`) verwendet werden, die mit der [[meta]]-Anweisung gesetzt wurden. "
"Zum Beispiel:"

#. type: Plain text
#, no-wrap
msgid "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\" show=title]]\n"
msgstr "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\" show=title]]\n"

#. type: Plain text
#, no-wrap
msgid "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\" show=description]]\n"
msgstr "\t\\[[!map pages=\"* and !blog/* and !*/Discussion\" show=description]]\n"

#. type: Plain text
msgid ""
"Hint: To limit the map to displaying pages less than a certain level deep, "
"use a [[ikiwiki/PageSpec]] like this: `pages=\"* and !*/*/*\"`"
msgstr ""
"Tipp: Um nur Seiten bis zu einer bestimmten Ebene anzuzeigen, kann eine "
"[[ikiwiki/PageSpec]] wie `pages=\"* and !*/*/*\"` verwendet werden."

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