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