add contents
This commit is contained in:
36
lib/plugins/pagelist/lang/fr/settings.php
Normal file
36
lib/plugins/pagelist/lang/fr/settings.php
Normal file
@@ -0,0 +1,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';
|
Reference in New Issue
Block a user