moodle/lang/es/block_loancalc.php
2005-08-19 00:02:20 +00:00

16 lines
495 B
PHP

<?PHP // $Id$
// block_loancalc.php - created with Moodle 1.5.2 (2005060220)
$string['amountofloan'] = 'Cantidad de crédito';
$string['fortnightly'] = 'Quincenalmente';
$string['interestrate'] = 'Tipo de interés';
$string['loancalc'] = 'Calculador de crédito';
$string['loanterm'] = 'Plazo (años)';
$string['monthly'] = 'Mensualmente';
$string['repaymentamount'] = 'Cantidad de devolución';
$string['repaymentfreq'] = 'Frecuencia de devolución';
$string['weekly'] = 'Semanalmente';
?>