1 # German translation of directives/ikiwiki/directive/teximg 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 14:09+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 "The `teximg` directive is supplied by the [[!iki plugins/teximg "
19 "desc=teximg]] plugin."
21 "Die `teximg`-Anweisung wird durch die [[!iki plugins/teximg "
22 "desc=teximg]]-Erweiterung bereitgestellt."
25 msgid "This directive renders LaTeX formulas into images."
26 msgstr "Diese Anweisung wandelt LaTeX-Formeln in Bilder um."
36 "\t\\[[!teximg code=\"\\frac{1}{2}\"]]\n"
37 "\t\\[[!teximg code=\"E = - \\frac{Z^2 \\cdot \\mu \\cdot e^4}{32\\pi^2 "
38 "\\epsilon_0^2 \\hbar^2 n^2}\" ]]\n"
40 "\t\\[[!teximg code=\"\\frac{1}{2}\"]]\n"
41 "\t\\[[!teximg code=\"E = - \\frac{Z^2 \\cdot \\mu \\cdot e^4}{32\\pi^2 "
42 "\\epsilon_0^2 \\hbar^2 n^2}\" ]]\n"
45 msgid "To scale the image, use height=x:"
47 "Um die Größe des Bilds zu verändern, kann `height=y` angegeben werden:"
52 "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"17\"]]\n"
53 "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"8\"]]\n"
55 "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"17\"]]\n"
56 "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"8\"]]\n"
60 "If no height is chosen the default height 12 is used. Valid heights are: 8, "
61 "9, 10, 11, 12, 14, 17, 20. If another height is entered, the closest "
62 "available height is used."
64 "Wenn keine Höhe angegeben wird, wird 12 verwendet. Zulässige Höhen sind 8, "
65 "9, 10, 11, 12, 14, 17 und 20. Wird eine andere Höhe angegeben, wird "
66 "stattdessen die nächste zulässige verwendet."
69 msgid "To add an alt text to the image, use alt=\"text\":"
71 "Um einen `alt`-Text zu dem Bild hinzuzufügen, kann `alt=\"Text\"` verwendet "
76 msgid "\t\\[[!teximg code=\"\\frac{1}{2}\" alt=\"1/2\"]]\n"
77 msgstr "\t\\[[!teximg code=\"\\frac{1}{2}\" alt=\"1/2\"]]\n"
81 msgid "[[!meta robots=\"noindex, follow\"]]\n"
82 msgstr "[[!meta robots=\"noindex, follow\"]]\n"