From e4946b8cd54fcf4c4b29ffe5943e008d5abff46f Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 24 Jan 2017 13:17:35 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/form.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index dd6bb1671b..6fba85a927 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -66,10 +66,10 @@ return [ 'decimal_places' => 'Miejsca dziesiętne', 'revenue_account_source' => 'Konto przychodów (źródło)', - 'source_account_asset' => 'Source account (asset account)', - 'destination_account_expense' => 'Destination account (expense account)', - 'destination_account_asset' => 'Destination account (asset account)', - 'source_account_revenue' => 'Source account (revenue account)', + 'source_account_asset' => 'Konto źródłowe (konto aktywów)', + 'destination_account_expense' => 'Konto docelowe (konto wydatków)', + 'destination_account_asset' => 'Konto docelowe (konto aktywów)', + 'source_account_revenue' => 'Konto źródłowe (konto przychodów)', 'type' => 'Typ', 'convert_Withdrawal' => 'Konwertuj wypłatę', 'convert_Deposit' => 'Konwertuj wpłatę',