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.
7 "Project-Id-Version: ikiwiki\n"
8 "POT-Creation-Date: 2009-08-15 18:30-0300\n"
9 "PO-Revision-Date: 2009-09-07 20:27+0200\n"
10 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
11 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bits\n"
18 "The `calendar` directive is supplied by the [[!iki plugins/calendar "
19 "desc=calendar]] plugin. This plugin requires extra setup. See the plugin "
20 "documentation for details."
21 msgstr "La directive `calendar` est fournie par le module d'extension [[!iki plugins/calendar desc=calendar]]. Ce greffon exige une configuration particulière. Consultez sa documentation pour plus de précisions."
25 "This directive displays a calendar, similar to the typical calendars shown "
28 "Cette directive affiche un calendrier, comparable aux calendriers affichés "
38 msgid "\t\\[[!calendar ]]\n"
39 msgstr "\t\\[[!calendar ]]\n"
43 msgid "\t\\[[!calendar type=\"month\" pages=\"blog/* and !*/Discussion\"]]\n"
44 msgstr "\t\\[[!calendar type=\"month\" pages=\"blog/* and !*/Discussion\"]]\n"
48 msgid "\t\\[[!calendar type=\"year\" year=\"2005\" pages=\"blog/* and !*/Discussion\"]]\n"
49 msgstr "\t\\[[!calendar type=\"year\" year=\"2005\" pages=\"blog/* and !*/Discussion\"]]\n"
53 "The calendar is essentially a fancy front end to archives of previous pages, "
54 "usually used for blogs. It can produce a calendar for a given month, or a "
55 "list of months for a given year."
57 "L'agenda, qu'on trouve habituellement dans les blogs, est essentiellement "
58 "une interface agréable pour l'archive de pages précédentes. Il peut afficher "
59 "un calendrier pour un mois donné ou une liste de mois pour une année donnée."
63 "The month format calendar simply links to any page posted on each day of the "
64 "month. The year format calendar links to archive pages, with names like "
65 "`archives/2007` (for all of 2007) and `archives/2007/01` (for January, "
66 "2007). For this to work, you'll need to create these archive pages. They "
67 "typically use [[inline]] to display or list pages created in the given time "
70 "Le calendrier pour un mois est simplement l'ensemble des liens vers les "
71 "pages écrites chaque jour du mois. Le calendrier pour une année est "
72 "l'ensemble des liens vers les pages d'archives, comme `archives/2007` (tout "
73 "2007) ou `archives/2007/01` (tout janvier 2007). Pour que cela fonctionne, "
74 "il faut créer ces pages d'archive, qui comporteront une directive [[inline]] "
75 "pour afficher ou lister les pages créées dans l'intervalle de temps donné."
84 "`type` - Used to specify the type of calendar wanted. Can be one of \"month"
85 "\" or \"year\". The default is a month view calendar."
86 msgstr "`type` - Ce paramètre indique le type du calendrier. C'est soit « month » soit « year », la valeur par défaut étant le calendrier mensuel."
90 "`pages` - Specifies the [[ikiwiki/PageSpec]] of pages to link to from the "
91 "month calendar. Defaults to \"*\"."
92 msgstr "`pages` - Indique une spécification [[ikiwiki/PageSpec]] pour les pages qui seront liées au calendrier. La valeur par défaut est « * »."
96 "`archivebase` - Configures the base of the archives hierarchy. The default "
97 "is \"archives\". Note that this default can also be overridden for the whole "
98 "wiki by setting `archivebase` in ikiwiki's setup file."
99 msgstr "`archivebase` - Indique la racine des répertoires d'archives, « archives » par défaut. On peut changer cette valeur en renseignant `archivebase` dans le fichier de configuration d'ikiwiki."
101 #. type: Bullet: '* '
103 "`year` - The year for which the calendar is requested. Defaults to the "
105 msgstr "`year` - Indique l'année pour le calendrier annuel. La valeur par défaut est l'année en cours."
107 #. type: Bullet: '* '
109 "`month` - The numeric month for which the calendar is requested, in the "
110 "range 1..12. Used only for the month view calendar, and defaults to the "
112 msgstr "`month` - Ce paramètre indique le chiffre du mois (1..12) pour le calendrier. Il n'est utilisé que pour le calendrier mensuel, et la valeur par défaut est le chiffre du mois en cours."
114 #. type: Bullet: '* '
116 "`week_start_day` - A number, in the range 0..6, which represents the day of "
117 "the week that the month calendar starts with. 0 is Sunday, 1 is Monday, and "
118 "so on. Defaults to 0, which is Sunday."
119 msgstr "`week_start_day` - Indique le chiffre (1..6) qui représente le jour par lequel commence la semaine dans le calendrier. Dimanche, c'est 0, lundi, 1, etc. La valeur par défaut est 0, dimanche."
121 #. type: Bullet: '* '
123 "`months_per_row` - In the annual calendar, number of months to place in each "
124 "row. Defaults to 3."
125 msgstr "`months_per_row` - Ce paramètre indique, dans le calendrier annuel, le nombre de mois par ligne. La valeur par défaut est 3."
129 msgid "[[!meta robots=\"noindex, follow\"]]\n"
130 msgstr "[[!meta robots=\"noindex, follow\"]]\n"