<?PHP // $Id: block_loancalc.php,v 1.1 2005/08/16 06:13:34 mits Exp $ 
      // block_loancalc.php - created with Moodle 1.6 development (2005072200)


$string['amountofloan'] = 'ローン総額';
$string['fortnightly'] = '2週間ごと';
$string['interestrate'] = '金利';
$string['loancalc'] = 'ローン計算機';
$string['loanterm'] = 'ローン期間 ( 年 )';
$string['monthly'] = '月ごと';
$string['repaymentamount'] = '返済総額';
$string['repaymentfreq'] = '返済頻度';
$string['weekly'] = '週ごと';

?>
