mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +01:00
16 lines
498 B
PHP
Executable File
16 lines
498 B
PHP
Executable File
<?PHP // $Id$
|
|
// block_loancalc.php - created with Moodle 1.6 development (2005101200)
|
|
|
|
|
|
$string['amountofloan'] = 'Entità del prestito';
|
|
$string['fortnightly'] = 'Bisettimanale';
|
|
$string['interestrate'] = 'Tasso di interesse';
|
|
$string['loancalc'] = 'Calcolo prestiti';
|
|
$string['loanterm'] = 'Termine prestito';
|
|
$string['monthly'] = 'Mensile';
|
|
$string['repaymentamount'] = 'Entità restituzione';
|
|
$string['repaymentfreq'] = 'Frequenza di restituzione';
|
|
$string['weekly'] = 'Settimanale';
|
|
|
|
?>
|