mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
13 lines
423 B
PHP
13 lines
423 B
PHP
<?php // $Id$
|
|
|
|
$string['loancalc'] = 'Calculatrice de prêt';
|
|
$string['amountofloan'] = 'Montant du prêt';
|
|
$string['repaymentamount'] = 'Montant des paiements';
|
|
$string['loanterm'] = 'Durée du prêt (années)';
|
|
$string['interestrate'] = 'Taux d\'interêt';
|
|
$string['repaymentfreq'] = 'Fréquence des paiements';
|
|
$string['weekly'] = 'Hebdomadaire';
|
|
$string['fortnightly'] = 'Bimensuelle';
|
|
$string['monthly'] = 'Mensuelle';
|
|
|
|
?>
|