1 # German translation of basewiki/ikiwiki/directive 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: 2010-03-14 15:16+0530\n"
9 "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
10 "Language-Team: None\n"
12 "Content-Type: text/plain; charset=UTF-8\n"
13 "Content-Transfer-Encoding: 8bit\n"
14 "Plural-Forms: nplurals=2; plural=n != 1;\n"
18 msgid "[[!meta robots=\"noindex, follow\"]]\n"
20 "[[!meta title=\"Anweisungen\"]]\n"
21 "[[!meta robots=\"noindex, follow\"]]\n"
25 "Directives are similar to a [[ikiwiki/WikiLink]] in form, except they begin "
26 "with `!` and may contain parameters. The general form is:"
28 "Anweisungen haben eine ähnliche Form wie ein [[ikiwiki/WikiLink]], "
29 "allerdings beginnen sie mit `!` und sie können Parameter enthalten. "
30 "Die allgemeine Form ist:"
34 msgid "\t\\[[!directive param=\"value\" param=\"value\"]]\n"
35 msgstr "\t\\[[!anweisung param=\"Wert\" param=\"Wert\"]]\n"
39 "This gets expanded before the rest of the page is processed, and can be used "
40 "to transform the page in various ways."
42 "Dies wird expandiert, bevor der Rest der Seite verarbeitet wird, und kann "
43 "auf unterschiedliche Weise genutzt werden, die Seite zu verändern."
47 "The quotes around values can be omitted if the value is a simple word. "
48 "Also, some directives may use parameters without values, for example:"
50 "Die Anführungszeichen um die Werte können weggelassen werden, "
51 "wenn der Wert ein einfaches Wort ist. Einige Anweisungen verwenden "
52 "auch Parameter ohne Wert, zum Beispiel:"
56 msgid "\t\\[[!tag foo]]\n"
57 msgstr "\t\\[[!tag foo]]\n"
61 "A directive does not need to all be on one line, it can be wrapped to "
62 "multiple lines if you like:"
64 "Eine Anweisung muss nicht ganz in einer einzelnen Zeile stehen, "
65 "sie kann auch auf mehrere Zeilen verteilt werden:"
70 "\t\\[[!directive foo=\"baldersnatch\"\n"
71 "\tbar=\"supercalifragilisticexpialidocious\" baz=11]]\n"
73 "\t\\[[!anweisung foo=\"baldersnatch\"\n"
74 "\tbar=\"supercalifragilisticexpialidocious\" baz=11]]\n"
78 "Also, multiple lines of *quoted* text can be used for a value. To allow "
79 "quote marks inside the quoted text, delimit the block of text with "
82 "Außerdem können mehrere Zeilen Text *in Anführungszeichen* für einen "
83 "Wert verwendet werden. Um Anführungszeichen innerhalb des Werts zu "
84 "ermöglichen, trenne den Textblock durch dreifache Anführungszeichen ab:"
88 msgid "\t\\[[!directive text=\"\"\"\n"
89 msgstr "\t\\[[!anweisung text=\"\"\"\n"
91 #. type: Bullet: ' 1. '
95 #. type: Bullet: ' 2. '
99 #. type: Bullet: ' 3. '
105 "ikiwiki also has an older syntax for directives, which requires a space in "
106 "directives to distinguish them from [[wikilinks|ikiwiki/wikilink]]. This "
107 "syntax has several disadvantages: it requires a space after directives with "
108 "no parameters (such as `\\[[pagecount ]]`), and it prohibits spaces in "
109 "[[wikilinks|ikiwiki/wikilink]]. ikiwiki now provides the `!`-prefixed "
110 "syntax shown above as default. However, ikiwiki still supports wikis using "
111 "the older syntax, if the `prefix_directives` option is disabled."
113 "Es gibt in ikiwiki auch eine ältere Syntax für Anweisungen, die ein "
114 "Leerzeichen in erfordert, um sie von [[Wiki-Links|ikiwiki/wikilink]] zu "
115 "unterscheiden. Diese Syntax hat mehrere Nachteile: Sie erfordert ein "
116 "Leerzeichen nach Anweisungen ohne Parameter (so wie "
117 "`\\[[pagecount ]]`), and sie verbietet Leerzeichen in "
118 "[[Wiki-Links|ikiwiki/wikilink]]. Die oben gezeigte Syntax mit `!`-Präfix "
119 "ist nun der Standard in ikiwiki. Die alte Syntax wird allerdings auch "
120 "noch unterstützt, wenn die Option `prefix_directives` deaktiviert wird."
124 msgid "[[!if test=\"enabled(listdirectives)\" then=\"\"\"\n"
125 msgstr "[[!if test=\"enabled(listdirectives)\" then=\"\"\"\n"
128 msgid "Here is a list of currently available directives in this wiki:"
130 "Hier ist eine Liste der aktuell verfügbaren Anweisungen in diesem Wiki:"
134 msgid "[[!listdirectives ]]\n"
135 msgstr "[[!listdirectives ]]\n"