Files
dokuwiki-plugins/lib/plugins/howhard/lang/fr/lang.php

15 lines
310 B
PHP
Raw Normal View History

2025-10-09 15:04:29 +11:00
<?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';