summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/img.de.po
blob: f28a1597b82137fc980214f65c92a37663ddc6ff (plain)
  1. # German translation of directives/ikiwiki/directive/img page for ikiwiki.
  2. # Copyright © 2010 Sebastian Kuhnert <mail@sebastian-kuhnert.de>
  3. # Redistribution and use in source and compiled forms, with or without
  4. # modification, are permitted under any circumstances. No warranty.
  5. msgid ""
  6. msgstr ""
  7. "POT-Creation-Date: 2010-03-12 09:29+0530\n"
  8. "PO-Revision-Date: 2010-03-14 14:02+0530\n"
  9. "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
  10. "Language-Team: None\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n
  14. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  15. #. type: Plain text
  16. msgid "The `img` directive is supplied by the [[!iki plugins/img desc=img]] plugin."
  17. msgstr ""
  18. "Die `img`-Anweisung wird durch die [[!iki plugins/img desc=img]]-Erweiterung "
  19. "bereitgestellt."
  20. #. type: Plain text
  21. msgid ""
  22. "This is an image handling directive. While ikiwiki supports inlining "
  23. "full-size images by making a [[ikiwiki/WikiLink]] that points to the image, "
  24. "using this directive you can easily scale down an image for inclusion onto a "
  25. "page, providing a link to a full-size version."
  26. msgstr ""
  27. "Diese Anweisung verarbeitet Bilder. Während ikiwiki das Einbinden von Bildern in "
  28. "voller Größe durch einen [[ikiwiki/WikiLink]] auf das Bild unterstützt, kann man "
  29. "mit dieser Anweisung ein Bild einfach herunterskalieren, um es in eine Seite "
  30. "einzubinden, und einen Link auf das Bild in Originalgröße setzen."
  31. #. type: Title ##
  32. #, no-wrap
  33. msgid "usage"
  34. msgstr "Verwendung"
  35. #. type: Plain text
  36. #, no-wrap
  37. msgid "\t\\[[!img image1.jpg size=\"200x200\" alt=\"clouds\"]]\n"
  38. msgstr "\t\\[[!img image1.jpeg size=\"200x200\" alt=\"Wolken\"]]\n"
  39. #. type: Plain text
  40. msgid ""
  41. "The image file will be searched for using the same rules as used to find the "
  42. "file pointed to by a [[ikiwiki/WikiLink]]."
  43. msgstr ""
  44. "Diese Bilddatei wird nach den gleichen Regeln gesucht wie das Ziel eines "
  45. "[[ikiwiki/WikiLink]]."
  46. #. type: Plain text
  47. msgid ""
  48. "The `size` parameter is optional, defaulting to full size. Note that the "
  49. "original image's aspect ratio is always preserved, even if this means making "
  50. "the image smaller than the specified size. You can also specify only the "
  51. "width or the height, and the other value will be calculated based on it: "
  52. "\"200x\", \"x200\""
  53. msgstr ""
  54. "Der Parameter `size` ist optional, voreingestellt ist die volle Größe. Das "
  55. "Seitenverhältnis des Originalbildes wird immer bewahrt, auch wenn das Bild "
  56. "dadurch kleiner wird als angegeben. Man kann auch nur die Breite oder nur die "
  57. "Höhe angeben, dann wird der jeweils andere Wert automatisch berechnet: `200x`, "
  58. "`x200`."
  59. #. type: Plain text
  60. msgid ""
  61. "You can also pass `alt`, `title`, `class`, `align` and `id` parameters. "
  62. "These are passed through unchanged to the html img tag. If you include a "
  63. "`caption` parameter, the caption will be displayed centered beneath the "
  64. "image."
  65. msgstr ""
  66. "Man kann auch die Parameter `alt`, `title`, `class`, `align` und `id` übergeben. "
  67. "Diese werden an den img-Tag im erzeugten HTML-Code weitergereicht. Wird der "
  68. "Parameter `caption` angegeben, wird sein Wert unter dem Bild zentriert angezeigt."
  69. #. type: Plain text
  70. msgid ""
  71. "The `link` parameter is used to control whether the scaled image links to "
  72. "the full size version. By default it does; set \"link=somepage\" to link to "
  73. "another page instead, or \"link=no\" to disable the link, or "
  74. "\"link=http://url\" to link to a given url."
  75. msgstr ""
  76. "Der Parameter `link` steuert, ob herunterskalierte Bilder mit dem Originalbild "
  77. "verlinkt werden. In der Voreinstellung ist dies der Fall; mit `link=AndereSeite` "
  78. "zeigt der Link auf eine andere Seite, mit `link=no` wird der Link deaktiviert, "
  79. "mit `link=http://url` zeigt er auf die angegebene URL."
  80. #. type: Plain text
  81. msgid ""
  82. "You can also set default values that will be applied to all later images on "
  83. "the page, unless overridden. Useful when including many images on a page."
  84. msgstr ""
  85. "Man kann auch die Voreinstellung für die weiter unten auf der Seite eingebundenen "
  86. "Bilder verändern. Dies ist nützlich, wenn es auf einer Seite viele Bilder gibt."
  87. #. type: Plain text
  88. #, no-wrap
  89. msgid ""
  90. "\t\\[[!img defaults size=200x200 alt=\"wedding photo\"]]\n"
  91. "\t\\[[!img photo1.jpg]]\n"
  92. "\t\\[[!img photo2.jpg]]\n"
  93. "\t\\[[!img photo3.jpg size=200x600]]\n"
  94. msgstr ""
  95. "\t\\[[!img defaults size=200x200 alt=\"Hochzeitsfoto\"]]\n"
  96. "\t\\[[!img photo1.jpg]]\n"
  97. "\t\\[[!img photo2.jpg]]\n"
  98. "\t\\[[!img photo3.jpg size=200x600]]\n"
  99. #. type: Plain text
  100. #, no-wrap
  101. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  102. msgstr "[[!meta robots=\"noindex, follow\"]]\n"