From 1e0806efa7b29e84f3748e3e4a930c15fcb26468 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 4 Oct 2017 20:30:19 +0200 Subject: [PATCH] New translations list.php (Polish) --- resources/lang/pl_PL/list.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/pl_PL/list.php b/resources/lang/pl_PL/list.php index 35052322c5..91191c208f 100644 --- a/resources/lang/pl_PL/list.php +++ b/resources/lang/pl_PL/list.php @@ -84,9 +84,9 @@ return [ 'outward' => 'Outward description', 'number_of_transactions' => 'Liczba transakcji', 'total_amount' => 'Łączna kwota', - 'sum' => 'Sum', - 'sum_excluding_transfers' => 'Sum (excluding transfers)', - 'sum_withdrawals' => 'Sum of withdrawals', - 'sum_deposits' => 'Sum of deposits', - 'sum_transfers' => 'Sum of transfers', + 'sum' => 'Suma', + 'sum_excluding_transfers' => 'Suma (bez transferów)', + 'sum_withdrawals' => 'Suma wypłat', + 'sum_deposits' => 'Suma wpłat', + 'sum_transfers' => 'Suma transferów', ];