summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/teximg.de.po
blob: 4423a1f172769ce9ff5648321c2181ac50252ca3 (plain)
  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.
  5. msgid ""
  6. msgstr ""
  7. "POT-Creation-Date: 2011-05-05 20:04+0300\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"
  11. "Language: \n"
  12. "MIME-Version: 1.0\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"
  16. #. type: Plain text
  17. msgid ""
  18. "The `teximg` directive is supplied by the [[!iki plugins/teximg "
  19. "desc=teximg]] plugin."
  20. msgstr ""
  21. "Die `teximg`-Anweisung wird durch die [[!iki plugins/teximg desc=teximg]]-"
  22. "Erweiterung bereitgestellt."
  23. #. type: Plain text
  24. msgid "This directive renders LaTeX formulas into images."
  25. msgstr "Diese Anweisung wandelt LaTeX-Formeln in Bilder um."
  26. #. type: Title ##
  27. #, no-wrap
  28. msgid "examples"
  29. msgstr "Beispiele"
  30. #. type: Plain text
  31. #, no-wrap
  32. msgid ""
  33. "\t\\[[!teximg code=\"\\frac{1}{2}\"]]\n"
  34. "\t\\[[!teximg code=\"E = - \\frac{Z^2 \\cdot \\mu \\cdot e^4}{32\\pi^2 \\epsilon_0^2 \\hbar^2 n^2}\" ]]\n"
  35. msgstr ""
  36. "\t\\[[!teximg code=\"\\frac{1}{2}\"]]\n"
  37. "\t\\[[!teximg code=\"E = - \\frac{Z^2 \\cdot \\mu \\cdot e^4}{32\\pi^2 \\epsilon_0^2 \\hbar^2 n^2}\" ]]\n"
  38. #. type: Plain text
  39. msgid "To scale the image, use height=x:"
  40. msgstr "Um die Größe des Bilds zu verändern, kann `height=y` angegeben werden:"
  41. #. type: Plain text
  42. #, no-wrap
  43. msgid ""
  44. "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"17\"]]\n"
  45. "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"8\"]]\n"
  46. msgstr ""
  47. "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"17\"]]\n"
  48. "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"8\"]]\n"
  49. #. type: Plain text
  50. msgid ""
  51. "If no height is chosen the default height 12 is used. Valid heights are: 8, "
  52. "9, 10, 11, 12, 14, 17, 20. If another height is entered, the closest "
  53. "available height is used."
  54. msgstr ""
  55. "Wenn keine Höhe angegeben wird, wird 12 verwendet. Zulässige Höhen sind 8, "
  56. "9, 10, 11, 12, 14, 17 und 20. Wird eine andere Höhe angegeben, wird "
  57. "stattdessen die nächste zulässige verwendet."
  58. #. type: Plain text
  59. msgid "To add an alt text to the image, use alt=\"text\":"
  60. msgstr ""
  61. "Um einen `alt`-Text zu dem Bild hinzuzufügen, kann `alt=\"Text\"` verwendet "
  62. "werden:"
  63. #. type: Plain text
  64. #, no-wrap
  65. msgid "\t\\[[!teximg code=\"\\frac{1}{2}\" alt=\"1/2\"]]\n"
  66. msgstr "\t\\[[!teximg code=\"\\frac{1}{2}\" alt=\"1/2\"]]\n"
  67. #. type: Plain text
  68. #, no-wrap
  69. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  70. msgstr "[[!meta robots=\"noindex, follow\"]]\n"