From 9aa89393c0783fdeaa82be8998bd2c3ee1d8b69f Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 30 Jan 2016 08:57:25 +0100 Subject: [PATCH] Forgot some translations. --- resources/lang/fr_FR/firefly.php | 1 + resources/lang/nl_NL/firefly.php | 1 + resources/lang/pt_BR/firefly.php | 1 + 3 files changed, 3 insertions(+) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 990a759694..502db22d64 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -531,6 +531,7 @@ return [ 'report_include_help' => 'In all cases, transfers to shared accounts count as expenses, and transfers from shared accounts count as income.', 'report_preset_ranges' => 'Pre-set ranges', 'shared' => 'Shared', + 'fiscal_year' => 'Fiscal year', // charts: 'dayOfMonth' => 'Day of the month', diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index e2599ed714..5f02d0c10a 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -531,6 +531,7 @@ return [ 'report_include_help' => 'Overboekingen naar gedeelde rekeningen tellen als uitgave. Overboekingen van gedeelde rekeningen tellen als inkomsten.', 'report_preset_ranges' => 'Standaardbereik', 'shared' => 'Gedeeld', + 'fiscal_year' => 'Boekjaar', // charts: 'dayOfMonth' => 'Dag vd maand', diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 00885f1211..22805ae830 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -531,6 +531,7 @@ return [ 'report_include_help' => 'In all cases, transfers to shared accounts count as expenses, and transfers from shared accounts count as income.', 'report_preset_ranges' => 'Pre-set ranges', 'shared' => 'Shared', + 'fiscal_year' => 'Fiscal year', // charts: 'dayOfMonth' => 'Dia do mês',