<?php
/**
 * French language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Yann Cochard <yann@cactuspro.com>
 */

// for the configuration manager
$lang['show_bookmarks']      = 'Afficher les bookmarks sociaux';
$lang['show_bookmarks_o_0']  = 'Cacher';
$lang['show_bookmarks_o_1']  = 'Bas de page';
$lang['show_bookmarks_o_2']  = 'Haut de page';
$lang['show_bookmarks_o_3']  = 'Les deux';
$lang['show_header']         = 'Afficher le titre du plugin';
$lang['bookmarks']           = 'Autoriser le boomarking pour';
$lang['skip_ids']            = 'Ne pas afficher les bookmarks quand l\'ID contient';

//Setup VIM: ex: et ts=2 enc=utf-8 :
