summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/img.fr.po
blob: b3c5b7ca68f076748dfa6338597e1ec7cfd319a2 (plain)
  1. # Traduction de ikiwiki
  2. # Copyright (C)2009 Debian French l10n team <debian-l10n-french@lists.debian.org>
  3. # This file is distributed under the same license as the PACKAGE Ikiwiki.
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: ikiwiki\n"
  8. "POT-Creation-Date: 2009-08-15 18:30-0300\n"
  9. "PO-Revision-Date: 2009-09-06 15:33+0200\n"
  10. "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
  11. "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=UTF-8\n"
  14. "Content-Transfer-Encoding: 8bits\n"
  15. #. type: Plain text
  16. msgid ""
  17. "The `img` directive is supplied by the [[!iki plugins/img desc=img]] plugin."
  18. msgstr ""
  19. "La directive `img` est fournie par le module d'extension [[!iki plugins/img "
  20. "desc=img]]."
  21. #. type: Plain text
  22. msgid ""
  23. "This is an image handling directive. While ikiwiki supports inlining full-"
  24. "size images by making a [[ikiwiki/WikiLink]] that points to the image, using "
  25. "this directive you can easily scale down an image for inclusion onto a page, "
  26. "providing a link to a full-size version."
  27. msgstr ""
  28. "Cette directive est consacrée à la gestion des images. Ikiwiki permet de "
  29. "relier des images en taille réelle en faisant un [[ikiwiki/WikiLink]] qui "
  30. "pointe vers l'image. Avec cette directive vous pouvez facilement réduire la "
  31. "taille de l'image pour permettre son inclusion dans une page, tout en créant "
  32. "un lien vers l'image en taille réelle."
  33. #. type: Title ##
  34. #, no-wrap
  35. msgid "usage"
  36. msgstr "Usage"
  37. #. type: Plain text
  38. #, no-wrap
  39. msgid "\t\\[[!img image1.jpg size=\"200x200\" alt=\"clouds\"]]\n"
  40. msgstr "\t\\[[!img image1.jpg size=\"200x200\" alt=\"clouds\"]]\n"
  41. #. type: Plain text
  42. msgid ""
  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]]."
  45. msgstr ""
  46. "L'image est recherchée selon les mêmes règles utilisées pour chercher un "
  47. "fichier pointé par un [[ikiwiki/WikiLink]]."
  48. #. type: Plain text
  49. msgid ""
  50. "The `size` parameter is optional, defaulting to full size. Note that the "
  51. "original image's aspect ratio is always preserved, even if this means making "
  52. "the image smaller than the specified size. You can also specify only the "
  53. "width or the height, and the other value will be calculated based on it: "
  54. "\"200x\", \"x200\""
  55. msgstr ""
  56. "Le paramètre `size` est facultatif. Par défaut la taille est la taille "
  57. "réelle. Le format d'image original est toujours respecté, même si cela "
  58. "signifie qu'il faut rendre l'image plus petite que la taille indiquée. Vous "
  59. "pouvez spécifier seulement la hauteur ou la largeur, et l'autre valeur sera "
  60. "calculée selon le format d'image, \"200x\", \"x200\"."
  61. #. type: Plain text
  62. msgid ""
  63. "You can also pass `alt`, `title`, `class`, `align` and `id` parameters. "
  64. "These are passed through unchanged to the html img tag. If you include a "
  65. "`caption` parameter, the caption will be displayed centered beneath the "
  66. "image."
  67. msgstr ""
  68. "Vous pouvez aussi spécifier les paramètres `alt`, `title`, `class`, `align` "
  69. "et `id`. Ils sont passés inchangés à la balise HTML « img ». Si vous ajoutez "
  70. "un paramètre `caption`, le sous-titre sera centré sous l'image."
  71. #. type: Plain text
  72. msgid ""
  73. "The `link` parameter is used to control whether the scaled down image links "
  74. "to the full size version. By default it does; set \"link=somepage\" to link "
  75. "to another page instead, or \"link=no\" to disable the link, or "
  76. "\"link=http://url\" to link to a given url."
  77. msgstr ""
  78. "Le paramètre `link` contrôle la liaison entre l'image réduite et l'image à "
  79. "taille réelle. Par défaut il les relie. Vous pouvez définir \"link=somepage"
  80. "\" pour créer un lien vers une autre page, \"link=no\" pour désactiver le "
  81. "lien ou encore \"link=http://url\" pour créer un lien vers une URL."
  82. #. type: Plain text
  83. msgid ""
  84. "You can also set default values that will be applied to all later images on "
  85. "the page, unless overridden. Useful when including many images on a page."
  86. msgstr ""
  87. "Vous pouvez aussi définir des valeurs par défaut qui seront utilisées pour "
  88. "toutes les images, sauf si ces valeurs sont annulées. C'est très utile quand "
  89. "on insère beaucoup d'images sur une page."
  90. #. type: Plain text
  91. #, no-wrap
  92. msgid ""
  93. "\t\\[[!img defaults size=200x200 alt=\"wedding photo\"]]\n"
  94. "\t\\[[!img photo1.jpg]]\n"
  95. "\t\\[[!img photo2.jpg]]\n"
  96. "\t\\[[!img photo3.jpg size=200x600]]\n"
  97. msgstr ""
  98. "\t\\[[!img defaults size=200x200 alt=\"wedding photo\"]]\n"
  99. "\t\\[[!img photo1.jpg]]\n"
  100. "\t\\[[!img photo2.jpg]]\n"
  101. "\t\\[[!img photo3.jpg size=200x600]]\n"
  102. #. type: Plain text
  103. #, no-wrap
  104. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  105. msgstr "[[!meta robots=\"noindex, follow\"]]\n"