Update danish l10n of underlays.
[ikiwiki] / po / underlays / directives / ikiwiki / directive / teximg.da.po
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
23 #. type: Plain text
24 msgid ""
25 "The `teximg` directive is supplied by the [[!iki plugins/teximg "
26 "desc=teximg]] plugin."
27 msgstr ""
28
29 #. type: Plain text
30 msgid "This directive renders LaTeX formulas into images."
31 msgstr ""
32
33 #. type: Title ##
34 #, no-wrap
35 msgid "examples"
36 msgstr "eksempler"
37
38 #. type: Plain text
39 #, no-wrap
40 msgid ""
41 "\t\\[[!teximg code=\"\\frac{1}{2}\"]]\n"
42 "\t\\[[!teximg code=\"E = - \\frac{Z^2 \\cdot  \\mu \\cdot e^4}{32\\pi^2 \\epsilon_0^2 \\hbar^2 n^2}\" ]]\n"
43 msgstr ""
44
45 #. type: Plain text
46 msgid "To scale the image, use height=x:"
47 msgstr ""
48
49 #. type: Plain text
50 #, no-wrap
51 msgid ""
52 "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"17\"]]\n"
53 "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"8\"]]\n"
54 msgstr ""
55 "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"17\"]]\n"
56 "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"8\"]]\n"
57
58 #. type: Plain text
59 msgid ""
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."
63 msgstr ""
64
65 #. type: Plain text
66 msgid "To add an alt text to the image, use alt=\"text\":"
67 msgstr ""
68
69 #. type: Plain text
70 #, no-wrap
71 msgid "\t\\[[!teximg code=\"\\frac{1}{2}\" alt=\"1/2\"]]\n"
72 msgstr "\t\\[[!teximg code=\"\\frac{1}{2}\" alt=\"1/2\"]]\n"
73
74 #. type: Plain text
75 #, no-wrap
76 msgid "[[!meta robots=\"noindex, follow\"]]\n"
77 msgstr "[[!meta robots=\"noindex, follow\"]]\n"