mirror of
https://github.com/moodle/moodle.git
synced 2025-02-26 04:52:33 +01:00
16 lines
464 B
PHP
16 lines
464 B
PHP
<?PHP // $Id$
|
|
// block_loancalc.php - created with Moodle 1.6 development (2005101200)
|
|
|
|
|
|
$string['amountofloan'] = '¨Ó¹Ç¹¡ÙéÂ×Á';
|
|
$string['fortnightly'] = 'ÃÒÂÊͧÊÑ»´ÒËì';
|
|
$string['interestrate'] = '´Í¡àºÕéÂ';
|
|
$string['loancalc'] = 'à¤Ã×èͧ¤Ô´àÅ¢';
|
|
$string['loanterm'] = 'ÃÐÂÐàÇÅÒ (»Õ)';
|
|
$string['monthly'] = 'ÃÒÂà´×͹';
|
|
$string['repaymentamount'] = '¨Ó¹Ç¹·Õè¨èÒ¤׹';
|
|
$string['repaymentfreq'] = '¤ÇÒÁ¶Õè㹡ÒèèÒ¤׹';
|
|
$string['weekly'] = 'ÃÒÂÊÑ»´ÒËì';
|
|
|
|
?>
|