1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/wrap/lang/fr/lang.php
2014-07-20 13:53:41 +02:00

23 lines
965 B
PHP

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Laynee <seedfloyd@gmail.com>
* @author schplurtz <Schplurtz@laposte.net>
* @author Schplurtz le Déboulonné <schplurtz@laposte.net>
*/
$lang['picker'] = 'Extension Wrap';
$lang['column'] = 'colonnes';
$lang['box'] = 'bloc simple';
$lang['info'] = 'bloc information';
$lang['tip'] = 'bloc astuce';
$lang['important'] = 'bloc important';
$lang['alert'] = 'bloc alerte';
$lang['help'] = 'bloc aide';
$lang['download'] = 'bloc téléchargement';
$lang['todo'] = 'bloc à faire';
$lang['clear'] = 'rétablir le flux après un élément flottant';
$lang['em'] = 'particulièrement important';
$lang['hi'] = 'important';
$lang['lo'] = 'peu important';