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-12 09:25+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 `table` directive is supplied by the [[!iki plugins/table desc=table]] "
21 "La directive `table` est fournie par le module d'extension [[!iki plugins/"
26 "This directive can build HTML tables from data in CSV (comma-separated "
27 "values) or DSV (delimiter-separated values) format."
29 "Cette directive permet l'affichage de tableau HTML à partir de données au "
30 "format CSV (comma-separated values) ou DSV (delimiter-separated values)."
39 msgid "\t\\[[!table data=\"\"\"\n"
40 msgstr "\t\\[[!table data=\"\"\"\n"
47 "\tMenganito|234,56\n"
48 "\tMenganito|234,56\n"
52 "\tMenganito|234,56\n"
53 "\tMenganito|234,56\n"
57 msgid "\t\\[[!table class=\"book_record\" format=csv file=\"data/books/record1\"]]\n"
58 msgstr "\t\\[[!table class=\"book_record\" format=csv file=\"data/books/record1\"]]\n"
61 msgid "In this second example the `record1` page should be similar to:"
62 msgstr "Dans cet exemple, la page `record1` devrait ressembler à :"
67 "\t\"Title\",\"Perl Best Practices\"\n"
68 "\t\"Author\",\"Damian Conway\"\n"
69 "\t\"Publisher\",\"O’Reilly\"\n"
71 "\t\"Title\",\"Perl Best Practices\"\n"
72 "\t\"Author\",\"Damian Conway\"\n"
73 "\t\"Publisher\",\"O’Reilly\"\n"
77 "To make a cell span multiple columns, follow it with one or more empty "
80 "Pour qu'une cellule s'étende sur plusieurs colonnes, il faut la faire suivre "
81 "par une cellule vide, ou plusieurs. Par exemple :"
88 "\tthis cell spans 4 columns|||\n"
92 "\tcette cellule prend 4 colonnes|||\n"
100 msgid "`data` - Values for the table."
101 msgstr "`data` - Valeurs pour le tableau."
103 #. type: Bullet: '* '
104 msgid "`file` - A file in the wiki containing the data."
105 msgstr "`file` - Fichier dans le wiki contenant les données."
107 #. type: Bullet: '* '
109 "`format` - The format of the data, either \"csv\", \"dsv\", or \"auto\" (the "
112 "`format` - Le format des données, \"csv\", \"dsv\", ou \"auto\" (valeur par "
118 "* `delimiter` - The character used to separate fields. By default,\n"
119 " DSV format uses a pipe (`|`), and CSV uses a comma (`,`).\n"
120 "* `class` - A CSS class for the table html element.\n"
121 "* `header` - By default, or if set to \"row\", the first data line is used\n"
122 " as the table header. Set it to \"no\" to make a table without a header, or\n"
123 " \"column\" to make the first column be the header.\n"
125 "* `delimiter` - Le caractère servant à délimiter les champs. Par défaut, le format CSV utilise une virgule (`,`)\n"
126 " et le format DSV utilise une barre verticale (`|`).\n"
127 "* `class` - Une classe CSS pour l'élément HTML table.\n"
128 "* `header` - Par défaut, ou si sa valeur est \"row\", la première ligne des données est utilisée\n"
129 " comme en-tête du tableau. Si la valeur est \"no\", le tableau n'a pas d'en-tête et si la valeur\n"
130 " est \"column\", la première colonne constitue l'en-tête.\n"
134 msgid "[[!meta robots=\"noindex, follow\"]]\n"
135 msgstr "[[!meta robots=\"noindex, follow\"]]\n"