summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/img.cs.po
blob: 25ccd7e31f9dd4d81610e73bc742706b87e6f575 (plain)
  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.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  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"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Plain text
  19. msgid "The `img` directive is supplied by the [[!iki plugins/img desc=img]] plugin."
  20. msgstr ""
  21. #. type: Plain text
  22. msgid ""
  23. "This is an image handling directive. While ikiwiki supports inlining "
  24. "full-size images by making a [[ikiwiki/WikiLink]] that points to the image, "
  25. "using this directive you can easily scale down an image for inclusion onto a "
  26. "page, providing a link to a full-size version."
  27. msgstr ""
  28. #. type: Title ##
  29. #, no-wrap
  30. msgid "usage"
  31. msgstr ""
  32. #. type: Plain text
  33. #, no-wrap
  34. msgid "\t\\[[!img image1.jpg size=\"200x200\" alt=\"clouds\"]]\n"
  35. msgstr ""
  36. #. type: Plain text
  37. msgid ""
  38. "The image file will be searched for using the same rules as used to find the "
  39. "file pointed to by a [[ikiwiki/WikiLink]]."
  40. msgstr ""
  41. #. type: Plain text
  42. msgid ""
  43. "The `size` parameter is optional, defaulting to full size. Note that the "
  44. "original image's aspect ratio is always preserved, even if this means making "
  45. "the image smaller than the specified size. You can also specify only the "
  46. "width or the height, and the other value will be calculated based on it: "
  47. "\"200x\", \"x200\""
  48. msgstr ""
  49. #. type: Plain text
  50. msgid ""
  51. "You can also pass `alt`, `title`, `class`, `align`, `id`, `hspace`, and "
  52. "`vspace` parameters. These are passed through unchanged to the html img "
  53. "tag. If you include a `caption` parameter, the caption will be displayed "
  54. "centered beneath the image."
  55. msgstr ""
  56. #. type: Plain text
  57. msgid ""
  58. "The `link` parameter is used to control whether the scaled image links to "
  59. "the full size version. By default it does; set \"link=somepage\" to link to "
  60. "another page instead, or \"link=no\" to disable the link, or "
  61. "\"link=http://url\" to link to a given url."
  62. msgstr ""
  63. #. type: Plain text
  64. msgid ""
  65. "You can also set default values that will be applied to all later images on "
  66. "the page, unless overridden. Useful when including many images on a page."
  67. msgstr ""
  68. #. type: Plain text
  69. #, no-wrap
  70. msgid ""
  71. "\t\\[[!img defaults size=200x200 alt=\"wedding photo\"]]\n"
  72. "\t\\[[!img photo1.jpg]]\n"
  73. "\t\\[[!img photo2.jpg]]\n"
  74. "\t\\[[!img photo3.jpg size=200x600]]\n"
  75. msgstr ""
  76. #. type: Plain text
  77. #, no-wrap
  78. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  79. msgstr ""