If you have a "german.php" language file enabled in ./include/lang, then in ./mods/spamhurdles/lang, the language file name "german.php" must match exactly, or it will not work.
The following module may not work with php 7.x
There is also a module you can install
Language Package: German It does need a small correction in the settings file on line 48
$frm =& new PhorumInputForm('', 'post', 'Save');
// remove the ampersand
$frm = new PhorumInputForm('', 'post', 'Save');
Read and follow the directions for the various mods.