mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Cleaned up translation files.
This commit is contained in:
12
resources/lang/fr_FR/list.php
Normal file → Executable file
12
resources/lang/fr_FR/list.php
Normal file → Executable file
@@ -1,6 +1,11 @@
|
||||
<?php
|
||||
|
||||
// all table headers.
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
|
||||
return [
|
||||
'name' => 'Nom',
|
||||
@@ -19,6 +24,9 @@ return [
|
||||
'description' => 'Description',
|
||||
'amount' => 'Amount',
|
||||
'date' => 'Date',
|
||||
'interest_date' => 'Interest date',
|
||||
'book_date' => 'Book date',
|
||||
'process_date' => 'Processing date',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'budget' => 'Budget',
|
||||
|
||||
Reference in New Issue
Block a user