website_jukni/dokuwiki/lib/plugins/hidden/lang/fr/lang.php
2017-12-29 15:51:59 +01:00

14 lines
542 B
PHP

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Guillaume Turri <guillaume.turri@gmail.com>
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
$lang['onHidden'] = 'Cliquez pour afficher ⇲';
$lang['onVisible'] = 'Cliquez pour masquer ⇱';
$lang['edit'] = 'Éditer la section masquée';
$lang['button'] = 'Section masquée';
$lang['switch.default'] = 'Cliquer pour afficher/masquer tous les éléments';