1 # German translation of directives/ikiwiki/directive/format 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:00+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 `format` directive is supplied by the [[!iki plugins/format "
20 "desc=format]] plugin."
22 "Die `format`-Anweisung wird durch die [[!iki plugins/format "
23 "desc=format]]-Erweiterung bereitgestellt."
27 "The directive allows formatting a chunk of text using any available page "
28 "format. It takes two parameters. First is the type of format to use, ie the "
29 "extension that would be used for a standalone file of this type. Second is "
32 "Die Anweisung erlaubt es, einen Textabschnitt mit einem beliebigen "
33 "Seitenformat zu formatieren. Sie hat zwei Parameter. Der erste ist das zu "
34 "verwendende Seitenformat – also die Erweiterung, die für eine "
35 "eigenständige Seite dieses Typs verwendet würde. Der zweite ist der zu "
40 "For example, this will embed an otl outline inside a page using mdwn or some "
43 "Zum Beispiel bettet dies eine otl-Gliederung in eine Seite ein, die mdwn "
44 "oder ein anderes Format verwendet:"
48 msgid "\t\\[[!format otl \"\"\"\n"
49 msgstr "\t\\[[!format otl \"\"\"\n"
70 "Note that if the highlight plugin is enabled, this directive can also be "
71 "used to display syntax highlighted code. Many languages and formats are "
72 "supported. For example:"
74 "Wenn die highlight-Erweiterung installiert ist, kann diese Anweisung auch "
76 "Anzeige von Programmcode mit Syntaxhervorhebung verwendet werden. Viele "
77 "Sprachen und Formate werden unterstützt. Zum Beispiel:"
81 msgid "\t\\[[!format perl \"\"\"\n"
82 msgstr "\t\\[[!format perl \"\"\"\n"
86 msgid "\tprint \"hello, world\\n\";\n"
87 msgstr "\tprint \"hello, world\\n\";\n"
91 msgid "[[!meta robots=\"noindex, follow\"]]\n"
92 msgstr "[[!meta robots=\"noindex, follow\"]]\n"