summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/pagelist/lang/fr/settings.php
blob: 31a7e0dc2ccefa02a17abb227f07ed652fac6831 (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
33
34
35
36
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 * @author Olivier Humbert <trebmuh@tuxfamily.org>
 * @author Nicolas Friedli <nicolas@theologique.ch>
 * @author Laynee <seedfloyd@gmail.com>
 * @author Schplurtz le Déboulonné <schplurtz@laposte.net>
 */
$lang['style']                 = 'Type de présentation';
$lang['style_o_default']       = 'par défault';
$lang['style_o_table']         = 'tableau';
$lang['style_o_list']          = 'liste';
$lang['style_o_simple']        = 'liste simple';
$lang['showheader']            = 'Afficher l\'entête';
$lang['showdate']              = 'Afficher la colonne "date"';
$lang['showdate_o_0']          = 'ne pas montrer';
$lang['showdate_o_1']          = 'date de création';
$lang['showdate_o_2']          = 'date de modification';
$lang['showuser']              = 'Afficher la colonne "utilisateur"';
$lang['showuser_o_0']          = 'ne pas montrer';
$lang['showuser_o_1']          = 'créateur';
$lang['showuser_o_2']          = 'contributeurs';
$lang['showdesc']              = 'Afficher la colonne "description"';
$lang['showdesc_o_0']          = 'ne pas montrer';
$lang['showdesc_o_160']        = '160 caractères maximum';
$lang['showdesc_o_500']        = '500 caractères maximum';
$lang['showcomments']          = 'Afficher la colonne "commentaires" (plugin Discussion requis)';
$lang['showlinkbacks']         = 'Afficher la colonne "liens de retour" (plugin Linkback requis)';
$lang['showtags']              = 'Afficher la colonne "tags" (plugin Tag requis)';
$lang['showfirsthl']           = 'Afficher le titre de premier niveau plutôt que le nom de page ("pagename")';
$lang['showimage']             = 'Afficher la colonne image (greffon Pageimage nécessaire)';
$lang['showdiff']              = 'Afficher un lien vers les anciennes révisions';
$lang['sort']                  = 'Trier selon le nom de page ("pagename")';
$lang['rsort']                 = 'Inverser le tri selon le nom des pages';