moodle/lang/da/block_loancalc.php

16 lines
482 B
PHP
Raw Normal View History

2005-11-27 19:35:21 +00:00
<?PHP // $Id$
// block_loancalc.php - created with Moodle 1.6 development (2005101200)
$string['amountofloan'] = 'St<53>rrelsen p<> l<>net';
$string['fortnightly'] = 'Hver 14. dag';
$string['interestrate'] = 'P<>lydende rente';
$string['loancalc'] = 'Beregning af l<>n';
$string['loanterm'] = 'L<>neperiode i <20>r';
$string['monthly'] = 'M<>nedligt';
$string['repaymentamount'] = 'Afdrags st<73>rrelse';
$string['repaymentfreq'] = 'Afdragsfrekvens';
$string['weekly'] = 'Ugentligt';
?>