# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2012-08-25 11:30-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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 "" #. type: Plain text #, no-wrap msgid "\t\\[[!img image1.jpg size=\"200x200\" alt=\"clouds\"]]\n" msgstr "" #. 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 "" #. type: Plain text #, no-wrap msgid "[[!meta robots=\"noindex, follow\"]]\n" msgstr ""