15 lines
310 B
PHP
15 lines
310 B
PHP
<?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';
|