summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/fr/lang.php
blob: c786d5f932ab2417a222ecc739c6f2e2dd81823a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 * @author Damien Raude-Morvan <drazzib@drazzib.com>
 * @author Stanislas Reltgen <stanislas@reltgen.net>
 * @author Florent Chabaud <fchabaud@free.fr>
 */
$lang['blog']                  = 'Blog';
$lang['older']                 = 'Anciens billets';
$lang['newer']                 = 'Billets récents';
$lang['newentry']              = 'Nouveau billet :';
$lang['missing_includeplugin'] = 'Le module "include" doit être installé pour que le module "blog" puisse fonctionner.';
$lang['missing_pagelistplugin'] = 'Le module "pagelist" doit être installé pour que les archives puissent fonctionner.';
$lang['missing_tagplugin']     = 'Le module "tag" doit être installé pour pouvoir en bénéficier dans le module "blog".';
$lang['autoarchive']           = '%1$d billet(s) pour %2$s %3$s';
$lang['month_01']              = 'janvier';
$lang['month_02']              = 'février';
$lang['month_03']              = 'mars';
$lang['month_04']              = 'avril';
$lang['month_05']              = 'mai';
$lang['month_06']              = 'juin';
$lang['month_07']              = 'juillet';
$lang['month_08']              = 'août';
$lang['month_09']              = 'septembre';
$lang['month_10']              = 'octobre';
$lang['month_11']              = 'novembre';
$lang['month_12']              = 'décembre';
$lang['entries']               = 'billets';
$lang['entry']                 = 'billet';
$lang['archive_title']         = 'Historique du blog';