1<?php 2/** 3 * French language file for the countdown plugin. 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * 7 * @author Gaby Armitage <gaby.armitage [at] gmail.com> 8 * 9 * @version 2.5rc (2009-12-18) 10 * adapted for getLang() usage <Luis Machuca B.> 11 * 12 * @version 2.1.3 (2009-01-24) 13 * french language file 14 * 15 * @since 2.1.3 16 * 17 * Attention: the last characters of the file have to be "?>", no newline or something else 18 */ 19 20$lang['desc'] = 'Ce plugin affiche le nombre de jours restant pour une date donnée.'; 21$lang['wrongformat'] = 'La date ne peut pas être calculée: '; 22$lang['nodesc'] = 'Pas de description'; 23$lang['until'] = 'avant'; 24$lang['since'] = 'depuis'; 25$lang['today'] = 'Maintenant nous sommes'; 26$lang['oneday'] = 'jour'; 27$lang['days'] = 'jours'; 28$lang['outputformat'] = '%d/%m/%Y %H:%M'; 29?> 30