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