From deccd4e9fe6c51fe9227e7f2f268cdd1134f1020 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 2 Jan 2017 19:51:50 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/firefly.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index b031d3609b..d8b15321c2 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -867,28 +867,28 @@ return [ 'transaction_meta_data' => 'Transaction meta-data', 'transaction_dates' => 'Transaction dates', 'splits' => 'Splits', - 'split_title_withdrawal' => 'Split your new withdrawal', + 'split_title_withdrawal' => 'Podziel swoją nową wypłatę', 'split_intro_one_withdrawal' => 'Firefly supports the "splitting" of a withdrawal.', 'split_intro_two_withdrawal' => 'It means that the amount of money you\'ve spent is divided between several destination expense accounts, budgets or categories.', 'split_intro_three_withdrawal' => 'For example: you could split your :total groceries so you pay :split_one from your "daily groceries" budget and :split_two from your "cigarettes" budget.', 'split_table_intro_withdrawal' => 'Split your withdrawal in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_withdrawal' => 'Store splitted withdrawal', - 'update_splitted_withdrawal' => 'Update splitted withdrawal', - 'split_title_deposit' => 'Split your new deposit', + 'store_splitted_withdrawal' => 'Zachowaj podzieloną wypłatę', + 'update_splitted_withdrawal' => 'Aktualizuj podzieloną wypłatę', + 'split_title_deposit' => 'Podziel swój nowy depozyt', 'split_intro_one_deposit' => 'Firefly supports the "splitting" of a deposit.', 'split_intro_two_deposit' => 'It means that the amount of money you\'ve earned is divided between several source revenue accounts or categories.', 'split_intro_three_deposit' => 'For example: you could split your :total salary so you get :split_one as your base salary and :split_two as a reimbursment for expenses made.', 'split_table_intro_deposit' => 'Split your deposit in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_deposit' => 'Store splitted deposit', - 'split_title_transfer' => 'Split your new transfer', + 'store_splitted_deposit' => 'Zachowaj podzielony depozyt', + 'split_title_transfer' => 'Podzielić swój nowy transfer', 'split_intro_one_transfer' => 'Firefly supports the "splitting" of a transfer.', 'split_intro_two_transfer' => 'It means that the amount of money you\'re moving is divided between several categories or piggy banks.', 'split_intro_three_transfer' => 'For example: you could split your :total move so you get :split_one in one piggy bank and :split_two in another.', 'split_table_intro_transfer' => 'Split your transfer in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', 'store_splitted_transfer' => 'Store splitted transfer', - 'add_another_split' => 'Add another split', - 'split-transactions' => 'Split transactions', - 'split-new-transaction' => 'Split a new transaction', + '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',