1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2011-05-05 20:04+0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
20 msgid "The `img` directive is supplied by the [[!iki plugins/img desc=img]] plugin."
25 "This is an image handling directive. While ikiwiki supports inlining "
26 "full-size images by making a [[ikiwiki/WikiLink]] that points to the image, "
27 "using this directive you can easily scale down an image for inclusion onto a "
28 "page, providing a link to a full-size version."
38 msgid "\t\\[[!img image1.jpg size=\"200x200\" alt=\"clouds\"]]\n"
43 "The image file will be searched for using the same rules as used to find the "
44 "file pointed to by a [[ikiwiki/WikiLink]]."
49 "The `size` parameter is optional, defaulting to full size. Note that the "
50 "original image's aspect ratio is always preserved, even if this means making "
51 "the image smaller than the specified size. You can also specify only the "
52 "width or the height, and the other value will be calculated based on it: "
58 "You can also pass `alt`, `title`, `class`, `align`, `id`, `hspace`, and "
59 "`vspace` parameters. These are passed through unchanged to the html img "
60 "tag. If you include a `caption` parameter, the caption will be displayed "
61 "centered beneath the image."
66 "The `link` parameter is used to control whether the scaled image links to "
67 "the full size version. By default it does; set \"link=somepage\" to link to "
68 "another page instead, or \"link=no\" to disable the link, or "
69 "\"link=http://url\" to link to a given url."
74 "You can also set default values that will be applied to all later images on "
75 "the page, unless overridden. Useful when including many images on a page."
81 "\t\\[[!img defaults size=200x200 alt=\"wedding photo\"]]\n"
82 "\t\\[[!img photo1.jpg]]\n"
83 "\t\\[[!img photo2.jpg]]\n"
84 "\t\\[[!img photo3.jpg size=200x600]]\n"
89 msgid "[[!meta robots=\"noindex, follow\"]]\n"