mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
Merged tidy-ups from stable
This commit is contained in:
parent
6dfb22349f
commit
304d08f0c4
76 changed files with 1463 additions and 1525 deletions
|
@ -1,12 +1,15 @@
|
|||
<?php // $Id$
|
||||
$string['loancalc'] = 'Loan calculator';
|
||||
<?PHP // $Id$
|
||||
// block_loancalc.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['amountofloan'] = 'Amount of loan';
|
||||
$string['repaymentamount'] = 'Repayment amount';
|
||||
$string['loanterm'] = 'Loan term (years)';
|
||||
$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';
|
||||
$string['fortnightly'] = 'Fortnightly';
|
||||
$string['monthly'] = 'Monthly';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue