mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
16 lines
482 B
PHP
16 lines
482 B
PHP
|
<?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';
|
|||
|
|
|||
|
?>
|