mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
16 lines
479 B
PHP
16 lines
479 B
PHP
<?PHP // $Id$
|
|
// block_loancalc.php - created with Moodle 1.6 development (2005090100)
|
|
|
|
|
|
$string['amountofloan'] = 'Kreditbetrag';
|
|
$string['fortnightly'] = 'Zweiwöchentlich';
|
|
$string['interestrate'] = 'Zinssatz';
|
|
$string['loancalc'] = 'Kreditberechnung';
|
|
$string['loanterm'] = 'Laufzeit (Jahre)';
|
|
$string['monthly'] = 'Monatlich';
|
|
$string['repaymentamount'] = 'Rückzahlungsrate';
|
|
$string['repaymentfreq'] = 'Rückzahlungshäufigkeit';
|
|
$string['weekly'] = 'Wöchentlich';
|
|
|
|
?>
|