moodle/lang/en_utf8/block_loancalc.php
2006-03-07 21:46:34 +00:00

12 lines
391 B
PHP

<?php // $Id$
$string['loancalc'] = 'Loan calculator';
$string['amountofloan'] = 'Amount of loan';
$string['repaymentamount'] = 'Repayment amount';
$string['loanterm'] = 'Loan term (years)';
$string['interestrate'] = 'Interest rate';
$string['repaymentfreq'] = 'Repayment frequency';
$string['weekly'] = 'Weekly';
$string['fortnightly'] = 'Fortnightly';
$string['monthly'] = 'Monthly';
?>