From 3cd054047461f9bb144185f6162abc15b5ba1591 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 2 Jan 2017 08:13:10 +0100 Subject: [PATCH] Missing language lines [skip ci] --- resources/lang/en_US/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 83bd9a8185..fb60f4396c 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -104,6 +104,8 @@ return [ 'current_period' => 'Current period', 'show_the_current_period_and_overview' => 'Show the current period and overview', 'pref_languages_locale' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.', + 'budget_in_period' => '":name" between :start and :end', + 'budget_in_period_breadcrumb' => 'Between :start and :end', // repeat frequencies: 'repeat_freq_yearly' => 'yearly',