summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/teximg.da.po
blob: f2947bf2add1c76109f6d5cce1c927fbf6c8ad4f (plain)
  1. # Danish translation of directives/ikiwiki/directive/teximg page for ikiwiki.
  2. # Copyright (C) 2008-2009 Jonas Smedegaard <dr@jones.dk>
  3. # This file is distributed under the same license as the ikiwiki package.
  4. # Jonas Smedegaard <dr@jones.dk>, 2008.
  5. #
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: ikiwiki 3.15\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2011-05-05 20:04+0300\n"
  11. "PO-Revision-Date: 2009-07-23 00:06+0200\n"
  12. "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
  13. "Language-Team: None\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. "X-Poedit-Language: Danish\n"
  20. "X-Poedit-Country: DENMARK\n"
  21. "X-Poedit-SourceCharset: utf-8\n"
  22. #. type: Plain text
  23. msgid ""
  24. "The `teximg` directive is supplied by the [[!iki plugins/teximg "
  25. "desc=teximg]] plugin."
  26. msgstr ""
  27. #. type: Plain text
  28. msgid "This directive renders LaTeX formulas into images."
  29. msgstr ""
  30. #. type: Title ##
  31. #, no-wrap
  32. msgid "examples"
  33. msgstr "eksempler"
  34. #. type: Plain text
  35. #, no-wrap
  36. msgid ""
  37. "\t\\[[!teximg code=\"\\frac{1}{2}\"]]\n"
  38. "\t\\[[!teximg code=\"E = - \\frac{Z^2 \\cdot \\mu \\cdot e^4}{32\\pi^2 \\epsilon_0^2 \\hbar^2 n^2}\" ]]\n"
  39. msgstr ""
  40. #. type: Plain text
  41. msgid "To scale the image, use height=x:"
  42. msgstr ""
  43. #. type: Plain text
  44. #, no-wrap
  45. msgid ""
  46. "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"17\"]]\n"
  47. "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"8\"]]\n"
  48. msgstr ""
  49. "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"17\"]]\n"
  50. "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"8\"]]\n"
  51. #. type: Plain text
  52. msgid ""
  53. "If no height is chosen the default height 12 is used. Valid heights are: 8, "
  54. "9, 10, 11, 12, 14, 17, 20. If another height is entered, the closest "
  55. "available height is used."
  56. msgstr ""
  57. #. type: Plain text
  58. msgid "To add an alt text to the image, use alt=\"text\":"
  59. msgstr ""
  60. #. type: Plain text
  61. #, no-wrap
  62. msgid "\t\\[[!teximg code=\"\\frac{1}{2}\" alt=\"1/2\"]]\n"
  63. msgstr "\t\\[[!teximg code=\"\\frac{1}{2}\" alt=\"1/2\"]]\n"
  64. #. type: Plain text
  65. #, no-wrap
  66. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  67. msgstr "[[!meta robots=\"noindex, follow\"]]\n"