blob: 9391c7a7fda5b994c332a7b0614885b14aee1a2e (
plain)
- # 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: 2009-08-15 18:30-0300\n"
- "PO-Revision-Date: 2009-09-10 16:50+0200\n"
- "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
- "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bits\n"
- #. type: Plain text
- msgid ""
- "The `toc` directive is supplied by the [[!iki plugins/toc desc=toc]] plugin."
- msgstr "La directive `toc` est fournie par le module d'extension [[!iki plugins/toc desc=toc]]."
- #. type: Plain text
- msgid "Add a table of contents to a page:"
- msgstr "Voici comment ajouter une table des matières sur une page :"
- #. type: Plain text
- #, no-wrap
- msgid "\t\\[[!toc ]]\n"
- msgstr "\t\\[[!toc ]]\n"
- #. type: Plain text
- msgid ""
- "The table of contents will be automatically generated based on the headers "
- "of the page. By default only the largest headers present on the page will be "
- "shown; to control how many levels of headers are shown, use the `levels` "
- "parameter:"
- msgstr "La table des matières sera automatiquement créée à partir des en-têtes de la page. Par défaut seuls les plus grands en-têtes présents sur la page sont affichés. Pour choisir un niveau d'en-tête, il faut utiliser le paramètre `levels` :"
- #. type: Plain text
- #, no-wrap
- msgid "\t\\[[!toc levels=2]]\n"
- msgstr "\t\\[[!toc levels=2]]\n"
- #. type: Plain text
- msgid ""
- "The toc directive will take the level of the first header as the topmost "
- "level, even if there are higher levels seen later in the file."
- msgstr "La directive `toc` choisit le niveau du premier en-tête comme le premier niveau, même si des niveaux plus élévés sont rencontrés plus tard dans le fichier."
- #. type: Plain text
- msgid ""
- "The table of contents will be created as an ordered list. If you want an "
- "unordered list instead, you can change the list-style in your local style "
- "sheet."
- msgstr "La table des matières est une liste ordonnée. Si vous voulez une liste non numérotée, il faut changer le style de liste dans la feuille de style locale."
- #. type: Plain text
- #, no-wrap
- msgid "[[!meta robots=\"noindex, follow\"]]\n"
- msgstr "[[!meta robots=\"noindex, follow\"]]\n"
|