moodle/lang/ko_utf8/block_loancalc.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'] = '매주';
?>