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