moodle/lang/nl/block_loancalc.php
2005-10-23 21:26:51 +00:00

15 lines
514 B
PHP

<?PHP // $Id$
// block_loancalc.php - created with Moodle 1.6 development (2005101200)
$string['amountofloan'] = 'Bedrag van de lening';
$string['fortnightly'] = 'Overandere week';
$string['interestrate'] = 'Intrest';
$string['loancalc'] = 'Lening berekenen';
$string['loanterm'] = 'Duur van de lening (in jaren)';
$string['monthly'] = 'Maandelijks';
$string['repaymentamount'] = 'Bedrag voor terugbetaling';
$string['repaymentfreq'] = 'Frequentie van terugbetaling';
$string['weekly'] = 'Wekelijks';
?>