mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +01:00
16 lines
469 B
PHP
16 lines
469 B
PHP
<?PHP // $Id$
|
|
// block_loancalc.php - created with Moodle 1.6 development (2005090100)
|
|
|
|
|
|
$string['amountofloan'] = 'Lånesumma';
|
|
$string['fortnightly'] = 'Per fjorton dagar';
|
|
$string['interestrate'] = 'Ränta';
|
|
$string['loancalc'] = 'Lånekalkylator';
|
|
$string['loanterm'] = 'Lånets löptid (år)';
|
|
$string['monthly'] = 'Månadsvis';
|
|
$string['repaymentamount'] = 'Summa att återbetala';
|
|
$string['repaymentfreq'] = 'Återbetalas per';
|
|
$string['weekly'] = 'Veckovis';
|
|
|
|
?>
|