]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - po/underlays/directives/ikiwiki/directive/img.de.po
Updated German basewiki and directives translation from Sebastian Kuhnert.
[git.ikiwiki.info.git] / po / underlays / directives / ikiwiki / directive / img.de.po
1 # German translation of directives/ikiwiki/directive/img 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: 2010-07-18 22:29+0000\n"
8 "PO-Revision-Date: 2017-12-21 22:04+0100\n"
9 "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
10 "Language-Team: None\n"
11 "Language: de\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"
17 #. type: Plain text
18 msgid ""
19 "The `img` directive is supplied by the [[!iki plugins/img desc=img]] plugin."
20 msgstr ""
21 "Die `img`-Anweisung wird durch die [[!iki plugins/img desc=img]]-Erweiterung "
22 "bereitgestellt."
24 #. type: Plain text
25 msgid ""
26 "This is an image handling directive.  While ikiwiki supports inlining full-"
27 "size images by making a [[ikiwiki/WikiLink]] that points to the image, using "
28 "this directive you can easily scale down an image for inclusion onto a page, "
29 "providing a link to a full-size version."
30 msgstr ""
31 "Diese Anweisung verarbeitet Bilder. Während ikiwiki das Einbinden von "
32 "Bildern in voller Größe durch einen [[ikiwiki/WikiLink]] auf das Bild "
33 "unterstützt, kann man mit dieser Anweisung ein Bild einfach "
34 "herunterskalieren, um es in eine Seite einzubinden, und einen Link auf das "
35 "Bild in Originalgröße setzen."
37 #. type: Title ##
38 #, no-wrap
39 msgid "usage"
40 msgstr "Verwendung"
42 #. type: Plain text
43 #, no-wrap
44 msgid "\t\\[[!img image1.jpg size=\"200x200\" alt=\"clouds\"]]\n"
45 msgstr "\t\\[[!img image1.jpeg size=\"200x200\" alt=\"Wolken\"]]\n"
47 #. type: Plain text
48 msgid ""
49 "The image file will be searched for using the same rules as used to find the "
50 "file pointed to by a [[ikiwiki/WikiLink]]."
51 msgstr ""
52 "Diese Bilddatei wird nach den gleichen Regeln gesucht wie das Ziel eines "
53 "[[ikiwiki/WikiLink]]."
55 #. type: Plain text
56 msgid ""
57 "The `size` parameter is optional, defaulting to full size. Note that the "
58 "original image's aspect ratio is always preserved, even if this means making "
59 "the image smaller than the specified size. You can also specify only the "
60 "width or the height, and the other value will be calculated based on it: "
61 "\"200x\", \"x200\""
62 msgstr ""
63 "Der Parameter `size` ist optional, voreingestellt ist die volle Größe. Das "
64 "Seitenverhältnis des Originalbildes wird immer bewahrt, auch wenn das Bild "
65 "dadurch kleiner wird als angegeben. Man kann auch nur die Breite oder nur "
66 "die Höhe angeben, dann wird der jeweils andere Wert automatisch berechnet: "
67 "`200x`, `x200`."
69 #. type: Plain text
70 msgid ""
71 "You can also pass `alt`, `title`, `class`, `align`, `id`, `hspace`, and "
72 "`vspace` parameters.  These are passed through unchanged to the html img "
73 "tag. If you include a `caption` parameter, the caption will be displayed "
74 "centered beneath the image."
75 msgstr "Man kann auch die Parameter `alt`, `title`, `class`, `align`, `id`, `hspace` und `vspace` übergeben. Diese werden an den img-Tag im erzeugten HTML-Code weitergereicht. Wird der Parameter `caption` angegeben, wird sein Wert unter dem Bild zentriert angezeigt."
77 #. type: Plain text
78 msgid ""
79 "The `link` parameter is used to control whether the scaled image links to "
80 "the full size version. By default it does; set \"link=somepage\" to link to "
81 "another page instead, or \"link=no\" to disable the link, or \"link=http://"
82 "url\" to link to a given url."
83 msgstr ""
84 "Der Parameter `link` steuert, ob herunterskalierte Bilder mit dem "
85 "Originalbild verlinkt werden. In der Voreinstellung ist dies der Fall; mit "
86 "`link=AndereSeite` zeigt der Link auf eine andere Seite, mit `link=no` wird "
87 "der Link deaktiviert, mit `link=http://url` zeigt er auf die angegebene URL."
89 #. type: Plain text
90 msgid ""
91 "You can also set default values that will be applied to all later images on "
92 "the page, unless overridden. Useful when including many images on a page."
93 msgstr ""
94 "Man kann auch die Voreinstellung für die weiter unten auf der Seite "
95 "eingebundenen Bilder verändern. Dies ist nützlich, wenn es auf einer Seite "
96 "viele Bilder gibt."
98 #. type: Plain text
99 #, no-wrap
100 msgid ""
101 "\t\\[[!img defaults size=200x200 alt=\"wedding photo\"]]\n"
102 "\t\\[[!img photo1.jpg]]\n"
103 "\t\\[[!img photo2.jpg]]\n"
104 "\t\\[[!img photo3.jpg size=200x600]]\n"
105 msgstr ""
106 "\t\\[[!img defaults size=200x200 alt=\"Hochzeitsfoto\"]]\n"
107 "\t\\[[!img photo1.jpg]]\n"
108 "\t\\[[!img photo2.jpg]]\n"
109 "\t\\[[!img photo3.jpg size=200x600]]\n"
111 #. type: Plain text
112 #, no-wrap
113 msgid "[[!meta robots=\"noindex, follow\"]]\n"
114 msgstr "[[!meta robots=\"noindex, follow\"]]\n"