1 # German translation of basewiki/ikiwiki/directive 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 12:37+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 msgid "[[!meta robots=\"noindex, follow\"]]\n"
21 "[[!meta title=\"Anweisungen\"]]\n"
22 "[[!meta robots=\"noindex, follow\"]]\n"
26 "Directives are similar to a [[ikiwiki/WikiLink]] in form, except they begin "
27 "with `!` and may contain parameters. The general form is:"
29 "Anweisungen haben eine ähnliche Form wie ein [[ikiwiki/WikiLink]], "
30 "allerdings beginnen sie mit `!` und sie können Parameter enthalten. Die "
31 "allgemeine Form ist:"
35 msgid "\t\\[[!directive param=\"value\" param=\"value\"]]\n"
36 msgstr "\t\\[[!anweisung param=\"Wert\" param=\"Wert\"]]\n"
40 "This gets expanded before the rest of the page is processed, and can be used "
41 "to transform the page in various ways."
43 "Dies wird expandiert, bevor der Rest der Seite verarbeitet wird, und kann "
44 "auf unterschiedliche Weise genutzt werden, die Seite zu verändern."
48 "The quotes around values can be omitted if the value is a simple word. "
49 "Also, some directives may use parameters without values, for example:"
51 "Die Anführungszeichen um die Werte können weggelassen werden, wenn der Wert "
52 "ein einfaches Wort ist. Einige Anweisungen verwenden auch Parameter ohne "
57 msgid "\t\\[[!tag foo]]\n"
58 msgstr "\t\\[[!tag foo]]\n"
62 "A directive does not need to all be on one line, it can be wrapped to "
63 "multiple lines if you like:"
65 "Eine Anweisung muss nicht ganz in einer einzelnen Zeile stehen, sie kann "
66 "auch auf mehrere Zeilen verteilt werden:"
71 "\t\\[[!directive foo=\"baldersnatch\"\n"
72 "\tbar=\"supercalifragilisticexpialidocious\" baz=11]]\n"
74 "\t\\[[!anweisung foo=\"baldersnatch\"\n"
75 "\tbar=\"supercalifragilisticexpialidocious\" baz=11]]\n"
79 "Also, multiple lines of *quoted* text can be used for a value. To allow "
80 "quote marks inside the quoted text, delimit the block of text with triple-"
81 "double-quotes or triple-single-quotes:"
82 msgstr "Außerdem können mehrere Zeilen Text *in Anführungszeichen* für einen Wert verwendet werden. Um Anführungszeichen innerhalb des Werts zu ermöglichen, trenne den Textblock durch dreifache (doppelte oder einfache) Anführungszeichen ab:"
86 msgid "\t\\[[!directive text=\"\"\"\n"
87 msgstr "\t\\[[!anweisung text=\"\"\"\n"
89 #. type: Bullet: ' 1. '
93 #. type: Bullet: ' 2. '
101 "\t\"\"\" othertext='''\n"
107 "\t\"\"\" anderertext='''\n"
114 "If you want to put text with triple quotes into a parameter value, you can "
115 "use perl-style here-doc syntax, even nesting it like this:"
116 msgstr "Wenn Sie Text mit dreifachen Anführungszeichen als Wert eines Parameters angeben wollen, können Sie eine Perl-artige Here-Doc-Syntax verwenden, sogar geschachtelt:"
121 "\t\\[[!directive text=<<OUTER\n"
122 "\t[[!otherdirective <<INNER\n"
128 "\t\\[[!anweisung text=<<AUSSEN\n"
129 "\t[[!andereanweisung <<INNEN\n"
137 "ikiwiki also has an older syntax for directives, which requires a space in "
138 "directives to distinguish them from [[wikilinks|ikiwiki/wikilink]]. This "
139 "syntax has several disadvantages: it requires a space after directives with "
140 "no parameters (such as `\\[[pagecount ]]`), and it prohibits spaces in "
141 "[[wikilinks|ikiwiki/wikilink]]. ikiwiki now provides the `!`-prefixed "
142 "syntax shown above as default. However, ikiwiki still supports wikis using "
143 "the older syntax, if the `prefix_directives` option is disabled."
145 "Es gibt in ikiwiki auch eine ältere Syntax für Anweisungen, die ein "
146 "Leerzeichen in erfordert, um sie von [[Wiki-Links|ikiwiki/wikilink]] zu "
147 "unterscheiden. Diese Syntax hat mehrere Nachteile: Sie erfordert ein "
148 "Leerzeichen nach Anweisungen ohne Parameter (so wie `\\[[pagecount ]]`), and "
149 "sie verbietet Leerzeichen in [[Wiki-Links|ikiwiki/wikilink]]. Die oben "
150 "gezeigte Syntax mit `!`-Präfix ist nun der Standard in ikiwiki. Die alte "
151 "Syntax wird allerdings auch noch unterstützt, wenn die Option "
152 "`prefix_directives` deaktiviert wird."
156 msgid "[[!if test=\"enabled(listdirectives)\" then=\"\"\"\n"
157 msgstr "[[!if test=\"enabled(listdirectives)\" then=\"\"\"\n"
160 msgid "Here is a list of currently available directives in this wiki:"
162 "Hier ist eine Liste der aktuell verfügbaren Anweisungen in diesem Wiki:"
166 msgid "[[!listdirectives ]]\n"
167 msgstr "[[!listdirectives ]]\n"