From 2215deb7a679279c2bfcfc3e2e54e199e16562b3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 6 Oct 2017 23:20:27 +0200 Subject: [PATCH] New translations list.php (Polish) --- resources/lang/pl_PL/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pl_PL/list.php b/resources/lang/pl_PL/list.php index 0cbd1073f7..b1f02b2b66 100644 --- a/resources/lang/pl_PL/list.php +++ b/resources/lang/pl_PL/list.php @@ -80,8 +80,8 @@ return [ 'budget_count' => 'Liczba budżetów', 'rule_and_groups_count' => 'Liczba reguł i grup reguł', 'tags_count' => 'Liczba tagów', - 'inward' => 'Inward description', - 'outward' => 'Outward description', + 'inward' => 'Opis wewnętrzny', + 'outward' => 'Opis zewnętrzny', 'number_of_transactions' => 'Liczba transakcji', 'total_amount' => 'Łączna kwota', 'sum' => 'Suma',