firefly-iii/resources/lang/fr_FR/list.php

42 lines
1.3 KiB
PHP
Raw Normal View History

2015-12-23 02:34:23 -06:00
<?php
2016-03-13 11:19:09 -05:00
/**
* list.php
* Copyright (C) 2016 Sander Dorigo
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
2015-12-23 02:34:23 -06:00
return [
2016-01-15 09:33:03 -06:00
'name' => 'Nom',
'role' => 'Rôle',
'currentBalance' => 'Solde courant',
'active' => 'Actif ?',
'lastActivity' => 'Activité récente',
'balanceDiff' => 'Difference solde entre :start et :end',
2015-12-23 02:34:23 -06:00
'matchedOn' => 'Matched on',
'matchesOn' => 'Matched on',
2016-01-15 09:33:03 -06:00
'matchingAmount' => 'Montant',
2015-12-23 02:34:23 -06:00
'lastMatch' => 'Last match',
'expectedMatch' => 'Expected match',
'automatch' => 'Auto match?',
'repeat_freq' => 'Repeats',
'description' => 'Description',
'amount' => 'Amount',
'date' => 'Date',
2016-03-13 11:19:09 -05:00
'interest_date' => 'Interest date',
'book_date' => 'Book date',
'process_date' => 'Processing date',
2015-12-23 02:34:23 -06:00
'from' => 'From',
'to' => 'To',
'budget' => 'Budget',
'category' => 'Category',
'bill' => 'Bill',
'withdrawal' => 'Withdrawal',
'deposit' => 'Deposit',
'transfer' => 'Transfer',
'type' => 'Type',
'completed' => 'Completed',
'iban' => 'IBAN',
];