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

14 lines
403 B
PHP

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Rene <wllywlnt@yahoo.com>
*/
$lang['howhardtitle'] = 'Moeilijkheid';
$lang['level1'] = 'Erg makkelijk';
$lang['level2'] = 'Gemakkelijk';
$lang['level3'] = 'Gemiddeld';
$lang['level4'] = 'Moeilijk';
$lang['level5'] = 'Erg Moeilijk';