new translation

This commit is contained in:
lonecatz
2005-12-26 15:40:44 +00:00
parent 498e675e03
commit 89e00bcfef
+14
View File
@@ -0,0 +1,14 @@
<?PHP // $Id$
// block_loancalc.php - created with Moodle 1.6 development (2005101200)
$string['amountofloan'] = '借款数额';
$string['fortnightly'] = '每半月';
$string['loancalc'] = '借款计算器';
$string['loanterm'] = '借款时限(年)';
$string['monthly'] = '每月';
$string['repaymentamount'] = '偿还数额';
$string['repaymentfreq'] = '偿还频度';
$string['weekly'] = '每周';
?>