mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
16 lines
467 B
PHP
16 lines
467 B
PHP
<?PHP // $Id$
|
|
// block_loancalc.php - created with Moodle 1.7 beta + (2006101003)
|
|
|
|
|
|
$string['amountofloan'] = 'Amount of loan';
|
|
$string['fortnightly'] = 'Fortnightly';
|
|
$string['interestrate'] = 'Interest rate';
|
|
$string['loancalc'] = 'Loan calculator';
|
|
$string['loanterm'] = 'Loan term (years)';
|
|
$string['monthly'] = 'Monthly';
|
|
$string['repaymentamount'] = 'Repayment amount';
|
|
$string['repaymentfreq'] = 'Repayment frequency';
|
|
$string['weekly'] = 'Weekly';
|
|
|
|
?>
|