mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +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ø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 år';
|
|
$string['monthly'] = 'Månedligt';
|
|
$string['repaymentamount'] = 'Afdrags størrelse';
|
|
$string['repaymentfreq'] = 'Afdragsfrekvens';
|
|
$string['weekly'] = 'Ugentligt';
|
|
|
|
?>
|