1<?php 2 3/** 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5 * 6 * @author Damien Raude-Morvan <drazzib@drazzib.com> 7 * @author Stanislas Reltgen <stanislas@reltgen.net> 8 * @author Florent Chabaud <fchabaud@free.fr> 9 */ 10$lang['blog'] = 'Blog'; 11$lang['older'] = 'Anciens billets'; 12$lang['newer'] = 'Billets récents'; 13$lang['newentry'] = 'Nouveau billet :'; 14$lang['missing_includeplugin'] = 'Le module "include" doit être installé pour que le module "blog" puisse fonctionner.'; 15$lang['missing_pagelistplugin'] = 'Le module "pagelist" doit être installé pour que les archives puissent fonctionner.'; 16$lang['missing_tagplugin'] = 'Le module "tag" doit être installé pour pouvoir en bénéficier dans le module "blog".'; 17$lang['autoarchive'] = '%1$d billet(s) pour %2$s %3$s'; 18$lang['month_01'] = 'janvier'; 19$lang['month_02'] = 'février'; 20$lang['month_03'] = 'mars'; 21$lang['month_04'] = 'avril'; 22$lang['month_05'] = 'mai'; 23$lang['month_06'] = 'juin'; 24$lang['month_07'] = 'juillet'; 25$lang['month_08'] = 'août'; 26$lang['month_09'] = 'septembre'; 27$lang['month_10'] = 'octobre'; 28$lang['month_11'] = 'novembre'; 29$lang['month_12'] = 'décembre'; 30$lang['entries'] = 'billets'; 31$lang['entry'] = 'billet'; 32$lang['archive_title'] = 'Historique du blog'; 33