1 # Danish translation of directives/ikiwiki/directive/img 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.
8 "Project-Id-Version: ikiwiki 3.15\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2009-07-19 23:45+0200\n"
11 "PO-Revision-Date: 2009-07-19 23:45+0200\n"
12 "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
13 "Language-Team: None\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18 "X-Poedit-Language: Danish\n"
19 "X-Poedit-Country: DENMARK\n"
20 "X-Poedit-SourceCharset: utf-8\n"
24 "The `img` directive is supplied by the [[!iki plugins/img desc=img]] plugin."
29 "This is an image handling directive. While ikiwiki supports inlining full-"
30 "size images by making a [[ikiwiki/WikiLink]] that points to the image, using "
31 "this directive you can easily scale down an image for inclusion onto a page, "
32 "providing a link to a full-size version."
38 msgstr "## Underoverskrift\n"
42 msgid "\t\\[[!img image1.jpg size=\"200x200\" alt=\"clouds\"]]\n"
47 "The image file will be searched for using the same rules as used to find the "
48 "file pointed to by a [[ikiwiki/WikiLink]]."
53 "The `size` parameter is optional, defaulting to full size. Note that the "
54 "original image's aspect ratio is always preserved, even if this means making "
55 "the image smaller than the specified size. You can also specify only the "
56 "width or the height, and the other value will be calculated based on it: "
62 "You can also pass `alt`, `title`, `class`, `align` and `id` parameters. "
63 "These are passed through unchanged to the html img tag. If you include a "
64 "`caption` parameter, the caption will be displayed centered beneath the "
70 "The `link` parameter is used to control whether the scaled down image links "
71 "to the full size version. By default it does; set \"link=somepage\" to link "
72 "to another page instead, or \"link=no\" to disable the link, or "
73 "\"link=http://url\" to link to a given url."
78 "You can also set default values that will be applied to all later images on "
79 "the page, unless overridden. Useful when including many images on a page."
85 "\t\\[[!img defaults size=200x200 alt=\"wedding photo\"]]\n"
86 "\t\\[[!img photo1.jpg]]\n"
87 "\t\\[[!img photo2.jpg]]\n"
88 "\t\\[[!img photo3.jpg size=200x600]]\n"
93 msgid "[[!meta robots=\"noindex, follow\"]]\n"
94 msgstr "[[!meta robots=\"noindex, follow\"]]\n"