11 lines
542 B
PHP
11 lines
542 B
PHP
<?php
|
|
/**
|
|
* French language file for howhard plugin
|
|
*
|
|
* @author Fabrice DEJAIGHER <fabrice@chtiland.com>
|
|
*/
|
|
|
|
|
|
$lang['confhowhardcompact'] = 'Style compact (Non compatible avec le style 1).';
|
|
$lang['confhowhardstyle'] = 'Choix de l\'image :<br>1 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style1/3.png"><br>2 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style2/3.png"><br><br>3 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style3/3.png"><br><br>4 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style4/3.png">';
|