Bumped the version up to 1.9.3
[moodle.git] / lang / en_utf8 / block_loancalc.php
blob56e3218a7889164110c173ef50b6f52fc54f0226
1 <?PHP // $Id$
2 // block_loancalc.php - created with Moodle 1.7 beta + (2006101003)
5 $string['amountofloan'] = 'Amount of loan';
6 $string['fortnightly'] = 'Fortnightly';
7 $string['interestrate'] = 'Interest rate';
8 $string['loancalc'] = 'Loan calculator';
9 $string['loanterm'] = 'Loan term (years)';
10 $string['monthly'] = 'Monthly';
11 $string['repaymentamount'] = 'Repayment amount';
12 $string['repaymentfreq'] = 'Repayment frequency';
13 $string['weekly'] = 'Weekly';