Files
dokuwiki-plugins/lib/plugins/howhard/lang/fr/lang.php
Trevor Batley bce7dd054a add contents
2025-10-09 15:04:29 +11:00

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';