<?php
/**
 * French language file for the countdown plugin.
 *
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 * @author  Gaby Armitage <gaby.armitage [at] gmail.com>
 *
 * @version 2.5rc (2009-12-18)
 *          adapted for getLang() usage <Luis Machuca B.>
 *
 * @version 2.1.3 (2009-01-24)
 *          french language file
 *
 * @since   2.1.3
 *
 * Attention: the last characters of the file have to be "?>", no newline or something else
 */

$lang['desc']         = 'Ce plugin affiche le nombre de jours restant pour une date donnée.';
$lang['wrongformat']  = 'La date ne peut pas être calculée: ';
$lang['nodesc']       = 'Pas de description';
$lang['until']        = 'avant';
$lang['since']        = 'depuis';
$lang['today']        = 'Maintenant nous sommes';
$lang['oneday']       = 'jour';
$lang['days']         = 'jours';
$lang['outputformat'] = '%d/%m/%Y %H:%M';
?>
