aboutsummaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/img.fr.po
blob: 17322b3f4d005b0a0a5e83121b82707f7e4970a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Traduction de ikiwiki
# Copyright (C)2009 Debian French l10n team <debian-l10n-french@lists.debian.org>
# This file is distributed under the same license as the PACKAGE Ikiwiki.
#
msgid ""
msgstr ""
"Project-Id-Version: ikiwiki\n"
"POT-Creation-Date: 2010-07-18 22:29+0000\n"
"PO-Revision-Date: 2010-07-17 16:04+0200\n"
"Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bits\n"

#. type: Plain text
msgid ""
"The `img` directive is supplied by the [[!iki plugins/img desc=img]] plugin."
msgstr ""
"La directive `img` est fournie par le module d'extension [[!iki plugins/img "
"desc=img]]."

#. 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 ""
"Cette directive est consacrée à la gestion des images. Ikiwiki permet de "
"relier des images en taille réelle en faisant un [[ikiwiki/WikiLink]] qui "
"pointe vers l'image. Avec cette directive vous pouvez facilement réduire la "
"taille de l'image pour permettre son inclusion dans une page, tout en créant "
"un lien vers l'image en taille réelle."

#. type: Title ##
#, no-wrap
msgid "usage"
msgstr "Usage"

#. type: Plain text
#, no-wrap
msgid "\t\\[[!img image1.jpg size=\"200x200\" alt=\"clouds\"]]\n"
msgstr "\t\\[[!img image1.jpg size=\"200x200\" alt=\"clouds\"]]\n"

#. 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 ""
"L'image est recherchée selon les mêmes règles utilisées pour chercher un "
"fichier pointé par un [[ikiwiki/WikiLink]]."

#. 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 ""
"Le paramètre `size` est facultatif. Par défaut la taille est la taille "
"réelle. Le format d'image original est toujours respecté, même si cela "
"signifie qu'il faut rendre l'image plus petite que la taille indiquée. Vous "
"pouvez spécifier seulement la hauteur ou la largeur, et l'autre valeur sera "
"calculée selon le format d'image, \"200x\", \"x200\"."

#. type: Plain text
#, fuzzy
#| msgid ""
#| "You can also pass `alt`, `title`, `class`, `align` and `id` 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."
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 ""
"Vous pouvez aussi spécifier les paramètres `alt`, `title`, `class`, `align` "
"et `id`. Ils sont passés inchangés à la balise HTML « img ». Si vous ajoutez "
"un paramètre `caption`, le sous-titre sera centré sous l'image."

#. 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 ""
"Le paramètre `link` contrôle la liaison entre l'image réduite et l'image à "
"taille réelle. Par défaut il les relie. Vous pouvez définir \"link=somepage"
"\" pour créer un lien vers une autre page, \"link=no\" pour désactiver le "
"lien ou encore \"link=http://url\"  pour créer un lien vers une URL."

#. 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 ""
"Vous pouvez aussi définir des valeurs par défaut qui seront utilisées pour "
"toutes les images, sauf si ces valeurs sont annulées. C'est très utile quand "
"on insère beaucoup d'images sur une page."

#. 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 ""
"\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"

#. type: Plain text
#, no-wrap
msgid "[[!meta robots=\"noindex, follow\"]]\n"
msgstr "[[!meta robots=\"noindex, follow\"]]\n"