From 70b2a3453d5cd473ab90f7dde9d9a492474065c9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 14 Oct 2010 13:37:46 +0200 Subject: Sync with ikiwiki 3.20100926. --- ikiwiki/directive/img.da.po | 99 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 ikiwiki/directive/img.da.po (limited to 'ikiwiki/directive/img.da.po') diff --git a/ikiwiki/directive/img.da.po b/ikiwiki/directive/img.da.po new file mode 100644 index 0000000..338843e --- /dev/null +++ b/ikiwiki/directive/img.da.po @@ -0,0 +1,99 @@ +# Danish translation of directives/ikiwiki/directive/img page for ikiwiki. +# Copyright (C) 2008-2009 Jonas Smedegaard +# This file is distributed under the same license as the ikiwiki package. +# Jonas Smedegaard , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: ikiwiki 3.15\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-07-18 22:29+0000\n" +"PO-Revision-Date: 2009-07-23 00:06+0200\n" +"Last-Translator: Jonas Smedegaard \n" +"Language-Team: None\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Language: Danish\n" +"X-Poedit-Country: DENMARK\n" +"X-Poedit-SourceCharset: utf-8\n" + +#. type: Plain text +msgid "" +"The `img` directive is supplied by the [[!iki plugins/img desc=img]] plugin." +msgstr "" + +#. type: Plain text +msgid "" +"This is an image handling directive. While ikiwiki supports inlining full-" +"size images by making a [[ikiwiki/WikiLink]] that points to the image, using " +"this directive you can easily scale down an image for inclusion onto a page, " +"providing a link to a full-size version." +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "usage" +msgstr "brug" + +#. type: Plain text +#, no-wrap +msgid "\t\\[[!img image1.jpg size=\"200x200\" alt=\"clouds\"]]\n" +msgstr "\t\\[[!img image1.jpg size=\"200x200\" alt=\"skyer\"]]\n" + +#. type: Plain text +msgid "" +"The image file will be searched for using the same rules as used to find the " +"file pointed to by a [[ikiwiki/WikiLink]]." +msgstr "" + +#. type: Plain text +msgid "" +"The `size` parameter is optional, defaulting to full size. Note that the " +"original image's aspect ratio is always preserved, even if this means making " +"the image smaller than the specified size. You can also specify only the " +"width or the height, and the other value will be calculated based on it: " +"\"200x\", \"x200\"" +msgstr "" + +#. type: Plain text +msgid "" +"You can also pass `alt`, `title`, `class`, `align`, `id`, `hspace`, and " +"`vspace` parameters. These are passed through unchanged to the html img " +"tag. If you include a `caption` parameter, the caption will be displayed " +"centered beneath the image." +msgstr "" + +#. type: Plain text +msgid "" +"The `link` parameter is used to control whether the scaled image links to " +"the full size version. By default it does; set \"link=somepage\" to link to " +"another page instead, or \"link=no\" to disable the link, or \"link=http://" +"url\" to link to a given url." +msgstr "" + +#. type: Plain text +msgid "" +"You can also set default values that will be applied to all later images on " +"the page, unless overridden. Useful when including many images on a page." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"\t\\[[!img defaults size=200x200 alt=\"wedding photo\"]]\n" +"\t\\[[!img photo1.jpg]]\n" +"\t\\[[!img photo2.jpg]]\n" +"\t\\[[!img photo3.jpg size=200x600]]\n" +msgstr "" +"\t\\[[!img defaults size=200x200 alt=\"bryllupsfoto\"]]\n" +"\t\\[[!img photo1.jpg]]\n" +"\t\\[[!img photo2.jpg]]\n" +"\t\\[[!img photo3.jpg size=200x600]]\n" + +#. type: Plain text +#, no-wrap +msgid "[[!meta robots=\"noindex, follow\"]]\n" +msgstr "[[!meta robots=\"noindex, follow\"]]\n" -- cgit v1.2.3