add contents
This commit is contained in:
14
lib/plugins/howhard/lang/fr/lang.php
Normal file
14
lib/plugins/howhard/lang/fr/lang.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* French language file for howhard plugin
|
||||
*
|
||||
* @author Fabrice DEJAIGHER <fabrice@chtiland.com>
|
||||
*/
|
||||
|
||||
|
||||
$lang['howhardtitle'] = 'Difficulté';
|
||||
$lang['level1'] = 'Très facile';
|
||||
$lang['level2'] = 'Facile';
|
||||
$lang['level3'] = 'Moyen';
|
||||
$lang['level4'] = 'Difficile';
|
||||
$lang['level5'] = 'Très difficile';
|
10
lib/plugins/howhard/lang/fr/settings.php
Normal file
10
lib/plugins/howhard/lang/fr/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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">';
|
Reference in New Issue
Block a user