mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 00:52:33 +01:00
16 lines
481 B
PHP
16 lines
481 B
PHP
<?PHP // $Id$
|
|
// block_loancalc.php - created with Moodle 1.6 development (2005081700)
|
|
|
|
|
|
$string['amountofloan'] = '대부금의 총액';
|
|
$string['fortnightly'] = '격주 간행물';
|
|
$string['interestrate'] = '관심 등급';
|
|
$string['loancalc'] = '대부금 계산기';
|
|
$string['loanterm'] = '대부금 기간';
|
|
$string['monthly'] = '매달';
|
|
$string['repaymentamount'] = '재지급 총액';
|
|
$string['repaymentfreq'] = '재지급 빈도';
|
|
$string['weekly'] = '매주';
|
|
|
|
?>
|