]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlays/directives/ikiwiki/directive/calendar.fr.po
703f311c00bcf6ca475b895a33b2fb58555e818e
[ikiwiki.git] / po / underlays / directives / ikiwiki / directive / calendar.fr.po
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: 2011-05-05 20:04+0300\n"
9 "PO-Revision-Date: 2010-07-20 21:54+0200\n"
10 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
11 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
12 "Language: fr\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bits\n"
16
17 #. type: Plain text
18 msgid ""
19 "The `calendar` directive is supplied by the [[!iki plugins/calendar "
20 "desc=calendar]] plugin."
21 msgstr ""
22 "La directive `calendar` est fournie par le module d'extension [[!iki plugins/"
23 "calendar desc=calendar]]."
24
25 #. type: Plain text
26 msgid ""
27 "This directive displays a calendar, similar to the typical calendars shown "
28 "on some blogs."
29 msgstr ""
30 "Cette directive affiche un calendrier, comparable aux calendriers affichés "
31 "par certains blogs."
32
33 #. type: Title #
34 #, no-wrap
35 msgid "examples"
36 msgstr "Exemples :"
37
38 #. type: Plain text
39 #, no-wrap
40 msgid "\t\\[[!calendar ]]\n"
41 msgstr "\t\\[[!calendar ]]\n"
42
43 #. type: Plain text
44 #, no-wrap
45 msgid "\t\\[[!calendar type=\"month\" pages=\"blog/* and !*/Discussion\"]]\n"
46 msgstr "\t\\[[!calendar type=\"month\" pages=\"blog/* and !*/Discussion\"]]\n"
47
48 #. type: Plain text
49 #, no-wrap
50 msgid "\t\\[[!calendar type=\"year\" year=\"2005\" pages=\"blog/* and !*/Discussion\"]]\n"
51 msgstr "\t\\[[!calendar type=\"year\" year=\"2005\" pages=\"blog/* and !*/Discussion\"]]\n"
52
53 #. type: Title ##
54 #, no-wrap
55 msgid "setup"
56 msgstr "configuration"
57
58 #. type: Plain text
59 msgid ""
60 "The calendar is essentially a fancy front end to archives of previous pages, "
61 "usually used for blogs. It can produce a calendar for a given month, or a "
62 "list of months for a given year. The month format calendar simply links to "
63 "any page posted on each day of the month. The year format calendar links to "
64 "archive pages, with names like `archives/2007` (for all of 2007)  and "
65 "`archives/2007/01` (for January, 2007)."
66 msgstr ""
67 "L'agenda, habituellement trouvé dans les blogs, est essentiellement une "
68 "interface agréable pour l'archive de pages précédentes. Il peut afficher un "
69 "calendrier pour un mois donné ou une liste de mois pour une année donnée. Un "
70 "calendrier mensuel lie à chaque jour du mois les pages publiées ce jour. Un "
71 "calendrier annuel lie aux pages d'archive, avec des noms comme "
72 "`archives/2007` (pour tout 2007) et `archives/2007/01` (pour janvier 2007)."
73
74 #. type: Plain text
75 msgid ""
76 "While you can insert calendar directives anywhere on your wiki, including in "
77 "the sidebar, you'll also need to create these archive pages. They typically "
78 "use this directive to display a calendar, and also use [[inline]] to display "
79 "or list pages created in the given time frame."
80 msgstr ""
81 "Les directives calendar peuvent être insérées n'importe où dans le wiki, "
82 "même dans la barre latérale. Vous devez cependant créer les pages "
83 "d'archives. Celles-ci utilisent cette directive pour afficher un calendrier "
84 "et aussi la directive [[inline]] pour afficher ou lister les pages créées "
85 "dans l'espace de temps donné."
86
87 #. type: Plain text
88 msgid ""
89 "The `ikiwiki-calendar` command can be used to automatically generate the "
90 "archive pages. It also refreshes the wiki, updating the calendars to "
91 "highlight the current day. This command is typically run at midnight from "
92 "cron."
93 msgstr ""
94 "La commande `ikiwiki-calendar` peut créer automatiquement les pages "
95 "d'archives. Elle actualise aussi le wiki, mettant à jour les calendriers "
96 "(date du jour en surbrillance). Cette commande est exécutée généralement à "
97 "minuit par le programme cron."
98
99 #. type: Plain text
100 msgid "An example crontab:"
101 msgstr "Une crontab possible :"
102
103 #. type: Plain text
104 #, no-wrap
105 msgid "\t0 0 * * * ikiwiki-calendar ~/ikiwiki.setup \"posts/* and !*/Discussion\"\n"
106 msgstr "\t0 0 * * * ikiwiki-calendar ~/ikiwiki.setup \"posts/* and !*/Discussion\"\n"
107
108 #. type: Title ##
109 #, no-wrap
110 msgid "usage"
111 msgstr "utilisation"
112
113 #. type: Bullet: '* '
114 msgid ""
115 "`type` - Used to specify the type of calendar wanted. Can be one of \"month"
116 "\" or \"year\". The default is a month view calendar."
117 msgstr ""
118 "`type` - Ce paramètre indique le type du calendrier. C'est soit « month » "
119 "soit « year », la valeur par défaut étant le calendrier mensuel."
120
121 #. type: Bullet: '* '
122 msgid ""
123 "`pages` - Specifies the [[ikiwiki/PageSpec]] of pages to link to from the "
124 "month calendar. Defaults to \"*\"."
125 msgstr ""
126 "`pages` - Indique  une spécification [[ikiwiki/PageSpec]] pour les pages qui "
127 "seront liées au calendrier. La valeur par défaut est « * »."
128
129 #. type: Bullet: '* '
130 msgid ""
131 "`archivebase` - Configures the base of the archives hierarchy.  The default "
132 "is \"archives\". Note that this default can also be overridden for the whole "
133 "wiki by setting `archivebase` in ikiwiki's setup file.  Calendars link to "
134 "pages under here, with names like \"2010/04\" and \"2010\". These pages can "
135 "be automatically created using the `ikiwiki-calendar` program."
136 msgstr ""
137 "`archivebase` - Indique la racine des répertoires d'archives, « archives » "
138 "par défaut. On peut changer cette valeur en renseignant `archivebase` dans "
139 "le fichier de configuration d'ikiwiki. Les calendriers se lient à des pages "
140 "placées là, nommées \"2010/04\" ou \"2010\" par exemple. Ces pages peuvent "
141 "être créées automatiquement par le programme `ikiwiki-calendar`."
142
143 #. type: Bullet: '* '
144 msgid ""
145 "`year` - The year for which the calendar is requested. Defaults to the "
146 "current year. Can also use -1 to refer to last year, and so on."
147 msgstr ""
148 "`year` - Indique l'année pour le calendrier annuel. La valeur par défaut est "
149 "l'année en cours. On peut aussi utiliser -1 pour se référer à l'année "
150 "dernière, ainsi de suite."
151
152 #. type: Bullet: '* '
153 msgid ""
154 "`month` - The numeric month for which the calendar is requested, in the "
155 "range 1..12. Used only for the month view calendar, and defaults to the "
156 "current month. Can also use -1 to refer to last month, and so on."
157 msgstr ""
158 "`month` - Ce paramètre indique le chiffre du mois (1..12) pour le "
159 "calendrier. Il n'est utilisé que pour le calendrier mensuel, et la valeur "
160 "par défaut est le chiffre du mois en cours. On peut aussi utiliser -1 pour "
161 "se référer au mois dernier, ainsi de suite."
162
163 #. type: Bullet: '* '
164 msgid ""
165 "`week_start_day` - A number, in the range 0..6, which represents the day of "
166 "the week that the month calendar starts with. 0 is Sunday, 1 is Monday, and "
167 "so on. Defaults to 0, which is Sunday."
168 msgstr ""
169 "`week_start_day` - Indique le chiffre (0..6) qui représente le jour par "
170 "lequel commence la semaine dans le calendrier. Dimanche, c'est 0, lundi, 1, "
171 "etc. La valeur par défaut est 0, dimanche."
172
173 #. type: Bullet: '* '
174 msgid ""
175 "`months_per_row` - In the year calendar, number of months to place in each "
176 "row. Defaults to 3."
177 msgstr ""
178 "`months_per_row` - Ce paramètre indique, dans le calendrier annuel, le "
179 "nombre de mois par ligne. La valeur par défaut est 3."
180
181 #. type: Plain text
182 #, no-wrap
183 msgid "[[!meta robots=\"noindex, follow\"]]\n"
184 msgstr "[[!meta robots=\"noindex, follow\"]]\n"
185
186 #~ msgid ""
187 #~ "The month format calendar simply links to any page posted on each day of "
188 #~ "the month. The year format calendar links to archive pages, with names "
189 #~ "like `archives/2007` (for all of 2007)  and `archives/2007/01` (for "
190 #~ "January, 2007). For this to work, you'll need to create these archive "
191 #~ "pages. They typically use [[inline]] to display or list pages created in "
192 #~ "the given time frame."
193 #~ msgstr ""
194 #~ "Le calendrier pour un mois est simplement l'ensemble des liens vers les "
195 #~ "pages écrites chaque jour du mois. Le calendrier pour une année est "
196 #~ "l'ensemble des liens vers les pages d'archives, comme `archives/2007` "
197 #~ "(tout 2007) ou `archives/2007/01` (tout janvier 2007). Pour que cela "
198 #~ "fonctionne, il faut créer ces pages d'archive, qui comporteront une "
199 #~ "directive [[inline]] pour afficher ou lister les pages créées dans "
200 #~ "l'intervalle de temps donné."