From d0f1509a9e3bfc9845420ea36150e882055f9b06 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 14 Sep 2017 17:42:50 +0200 Subject: [PATCH] New translations list.php (Polish) --- resources/lang/pl_PL/list.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pl_PL/list.php b/resources/lang/pl_PL/list.php index 647697e6f9..c3468c07d3 100644 --- a/resources/lang/pl_PL/list.php +++ b/resources/lang/pl_PL/list.php @@ -82,4 +82,6 @@ return [ 'inward' => 'Inward description', 'outward' => 'Outward description', 'number_of_transactions' => 'Liczba transakcji', + 'total_amount' => 'Total amount', + ];