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