mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
15 lines
514 B
PHP
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';
|
|
|
|
?>
|