mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
16 lines
471 B
PHP
16 lines
471 B
PHP
<?PHP // $Id$
|
|
// 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'] = '週ごと';
|
|
|
|
?>
|