From eb0c00896fd7e6c29782882c1e4adab0e2d1e2af Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 2 Jan 2017 20:01:56 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/firefly.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index d8b15321c2..4d78dc2f9d 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -889,13 +889,13 @@ return [ 'add_another_split' => 'Dodaj kolejny podział', 'split-transactions' => 'Podziel transakcję', 'split-new-transaction' => 'Podziel nową transakcję', - 'do_split' => 'Do a split', - 'split_this_withdrawal' => 'Split this withdrawal', - 'split_this_deposit' => 'Split this deposit', - 'split_this_transfer' => 'Split this transfer', + 'do_split' => 'Podziel', + 'split_this_withdrawal' => 'Podziel tą wypłatę', + 'split_this_deposit' => 'Podziel ten depozyt', + 'split_this_transfer' => 'Podziel ten transfer', 'cannot_edit_multiple_source' => 'You cannot edit splitted transaction #:id with description ":description" because it contains multiple source accounts.', 'cannot_edit_multiple_dest' => 'You cannot edit splitted transaction #:id with description ":description" because it contains multiple destination accounts.', - 'no_edit_multiple_left' => 'You have selected no valid transactions to edit.', + 'no_edit_multiple_left' => 'Nie wybrałeś żadnych poprawnych transakcji do edycji.', // import 'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their configuration file.',