The 12th line down in jumper.php reads
<pre>require ("anguages/$lang[THIS_FILE]/jumper.php");</pre>

It's missing the L infront. Correct it to read.
<pre>require ("<font color=red>l</font color=red>anguages/$lang[THIS_FILE]/jumper.php");</pre>