moodle/lang/it/block_loancalc.php

16 lines
498 B
PHP
Raw Normal View History

<?PHP // $Id$
// block_loancalc.php - created with Moodle 1.6 development (2005101200)
$string['amountofloan'] = 'Entit<69> del prestito';
$string['fortnightly'] = 'Bisettimanale';
$string['interestrate'] = 'Tasso di interesse';
$string['loancalc'] = 'Calcolo prestiti';
$string['loanterm'] = 'Termine prestito';
$string['monthly'] = 'Mensile';
$string['repaymentamount'] = 'Entit<69> restituzione';
$string['repaymentfreq'] = 'Frequenza di restituzione';
$string['weekly'] = 'Settimanale';
?>