Files
firefly-iii/resources/lang/fr_FR/breadcrumbs.php

67 lines
3.1 KiB
PHP
Raw Normal View History

2015-12-22 20:46:16 +01:00
<?php
2018-04-28 15:26:45 +02:00
2016-03-13 17:19:09 +01:00
/**
* breadcrumbs.php
2020-02-14 08:07:45 +01:00
* Copyright (c) 2019 james@firefly-iii.org
2016-03-13 17:19:09 +01:00
*
2019-10-05 06:23:46 +02:00
* This file is part of Firefly III (https://github.com/firefly-iii).
*
2019-10-05 06:23:46 +02:00
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
2017-12-11 19:42:57 +01:00
*
2019-10-05 06:23:46 +02:00
* This program is distributed in the hope that it will be useful,
2017-12-11 19:42:57 +01:00
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2019-10-05 06:23:46 +02:00
* GNU Affero General Public License for more details.
2017-12-11 19:42:57 +01:00
*
2019-10-05 06:23:46 +02:00
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2016-03-13 17:19:09 +01:00
*/
2018-06-01 14:20:52 +02:00
declare(strict_types=1);
2015-12-22 20:46:16 +01:00
return [
2019-05-29 18:30:52 +02:00
'home' => 'Accueil',
2020-02-22 06:21:56 +01:00
'edit_currency' => 'Modifier la devise ":name"',
2019-05-29 18:30:52 +02:00
'delete_currency' => 'Supprimer la devise ":name"',
'newPiggyBank' => 'Créer une nouvelle tirelire',
'edit_piggyBank' => 'Modifier la tirelire ":name"',
'preferences' => 'Préférences',
'profile' => 'Profil',
'accounts' => 'Comptes',
2019-05-29 18:30:52 +02:00
'changePassword' => 'Modifier le mot de passe',
'change_email' => 'Changer votre adresse e-mail',
'bills' => 'Factures',
'newBill' => 'Nouvelle facture',
'edit_bill' => 'Modifier la facture ":name"',
'delete_bill' => 'Supprimer la facture ":name"',
2020-02-22 06:21:56 +01:00
'reports' => 'Rapports',
2019-05-29 18:30:52 +02:00
'search_result' => 'Résultats de recherche pour ":query"',
'withdrawal_list' => 'Dépenses',
2019-08-23 14:11:10 +02:00
'Withdrawal_list' => 'Dépenses',
2020-03-06 05:25:36 +01:00
'deposit_list' => 'Revenus, salaires et versements',
2019-05-29 18:30:52 +02:00
'transfer_list' => 'Virements',
'transfers_list' => 'Virements',
'reconciliation_list' => 'Rapprochements',
2020-09-07 12:56:51 +02:00
'create_withdrawal' => 'Créer une nouvelle dépense',
2019-05-29 18:30:52 +02:00
'create_deposit' => 'Créer un nouveau versement',
'create_transfer' => 'Créer un nouveau virement',
2019-06-23 10:39:59 +02:00
'create_new_transaction' => 'Créer une nouvelle opération',
2020-02-22 06:21:56 +01:00
'edit_journal' => 'Modifier l\'opération ":description"',
2019-05-29 18:30:52 +02:00
'edit_reconciliation' => 'Éditer ":description"',
2020-02-22 06:21:56 +01:00
'delete_journal' => 'Supprimer l\'opération ":description"',
2020-03-06 05:25:36 +01:00
'delete_group' => 'Supprimer l\'opération ":description"',
2019-05-29 18:30:52 +02:00
'tags' => 'Tags',
'createTag' => 'Créer un nouveau mot-clé',
'edit_tag' => 'Modifier le tag ":tag"',
'delete_tag' => 'Supprimer le tag ":tag"',
2020-02-22 06:21:56 +01:00
'delete_journal_link' => 'Supprimer le lien entre les opérations',
2020-03-13 19:32:11 +01:00
'telemetry_index' => 'Télémétrie',
'telemetry_view' => 'Voir la télémétrie',
2020-06-22 18:02:28 +02:00
'edit_object_group' => 'Modifier le groupe ":title"',
'delete_object_group' => 'Supprimer le groupe ":title"',
2020-06-30 19:10:17 +02:00
'logout_others' => 'Déconnecter d\'autres sessions'
];