2015-12-22 13:46:16 -06:00
|
|
|
<?php
|
2018-04-28 08:26:45 -05:00
|
|
|
|
2016-03-13 11:19:09 -05:00
|
|
|
/**
|
|
|
|
* breadcrumbs.php
|
2020-02-14 01:07:45 -06:00
|
|
|
* Copyright (c) 2019 james@firefly-iii.org
|
2016-03-13 11:19:09 -05:00
|
|
|
*
|
2019-10-04 23:23:46 -05:00
|
|
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
2016-10-04 23:52:15 -05:00
|
|
|
*
|
2019-10-04 23:23:46 -05: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 12:42:57 -06:00
|
|
|
*
|
2019-10-04 23:23:46 -05:00
|
|
|
* This program is distributed in the hope that it will be useful,
|
2017-12-11 12:42:57 -06:00
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
2019-10-04 23:23:46 -05:00
|
|
|
* GNU Affero General Public License for more details.
|
2017-12-11 12:42:57 -06:00
|
|
|
*
|
2019-10-04 23:23:46 -05: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 11:19:09 -05:00
|
|
|
*/
|
2017-12-19 12:35:54 -06:00
|
|
|
|
2018-06-01 07:20:52 -05:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
2015-12-22 13:46:16 -06:00
|
|
|
return [
|
2019-05-29 11:30:52 -05:00
|
|
|
'home' => 'Accueil',
|
2020-02-21 23:21:56 -06:00
|
|
|
'edit_currency' => 'Modifier la devise ":name"',
|
2019-05-29 11:30:52 -05: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',
|
|
|
|
'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-21 23:21:56 -06:00
|
|
|
'reports' => 'Rapports',
|
2019-05-29 11:30:52 -05:00
|
|
|
'search_result' => 'Résultats de recherche pour ":query"',
|
|
|
|
'withdrawal_list' => 'Dépenses',
|
2019-08-23 07:11:10 -05:00
|
|
|
'Withdrawal_list' => 'Dépenses',
|
2020-03-05 22:25:36 -06:00
|
|
|
'deposit_list' => 'Revenus, salaires et versements',
|
2019-05-29 11:30:52 -05:00
|
|
|
'transfer_list' => 'Virements',
|
|
|
|
'transfers_list' => 'Virements',
|
|
|
|
'reconciliation_list' => 'Rapprochements',
|
|
|
|
'create_withdrawal' => 'Créer un nouveau retrait',
|
|
|
|
'create_deposit' => 'Créer un nouveau versement',
|
|
|
|
'create_transfer' => 'Créer un nouveau virement',
|
2019-06-23 03:39:59 -05:00
|
|
|
'create_new_transaction' => 'Créer une nouvelle opération',
|
2020-02-21 23:21:56 -06:00
|
|
|
'edit_journal' => 'Modifier l\'opération ":description"',
|
2019-05-29 11:30:52 -05:00
|
|
|
'edit_reconciliation' => 'Éditer ":description"',
|
2020-02-21 23:21:56 -06:00
|
|
|
'delete_journal' => 'Supprimer l\'opération ":description"',
|
2020-03-05 22:25:36 -06:00
|
|
|
'delete_group' => 'Supprimer l\'opération ":description"',
|
2019-05-29 11:30:52 -05:00
|
|
|
'tags' => 'Tags',
|
|
|
|
'createTag' => 'Créer un nouveau mot-clé',
|
|
|
|
'edit_tag' => 'Modifier le tag ":tag"',
|
|
|
|
'delete_tag' => 'Supprimer le tag ":tag"',
|
2020-02-21 23:21:56 -06:00
|
|
|
'delete_journal_link' => 'Supprimer le lien entre les opérations',
|
2020-03-13 13:32:11 -05:00
|
|
|
'telemetry_index' => 'Télémétrie',
|
|
|
|
'telemetry_view' => 'Voir la télémétrie',
|
2020-06-22 11:02:28 -05:00
|
|
|
'edit_object_group' => 'Modifier le groupe ":title"',
|
|
|
|
'delete_object_group' => 'Supprimer le groupe ":title"',
|
2020-06-30 12:10:17 -05:00
|
|
|
'logout_others' => 'Déconnecter d\'autres sessions'
|
2017-09-02 15:00:14 -05:00
|
|
|
];
|