From 91b5eaff80fc06c7b6014acd61ffb3ae532707d6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 4 Jan 2017 10:51:50 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/firefly.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index fb23360bd7..036bc05b4e 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -513,15 +513,15 @@ return [ 'store_new_asset_account' => 'Zapisz nowe konto aktywów', 'store_new_expense_account' => 'Zapisz nowe konto wydatków', 'store_new_revenue_account' => 'Zapisz nowe konto przychodów', - 'edit_asset_account' => 'Edit asset account ":name"', - 'edit_expense_account' => 'Edit expense account ":name"', - 'edit_revenue_account' => 'Edit revenue account ":name"', - 'delete_asset_account' => 'Delete asset account ":name"', - 'delete_expense_account' => 'Delete expense account ":name"', - 'delete_revenue_account' => 'Delete revenue account ":name"', + 'edit_asset_account' => 'Modyfikuj konto aktywów ":name"', + 'edit_expense_account' => 'Modyfikuj konto wydatków ":name"', + 'edit_revenue_account' => 'Modyfikuj konto przychodów ":name"', + 'delete_asset_account' => 'Usuń konto aktywów ":name"', + 'delete_expense_account' => 'Usuń konto wydatków ":name"', + 'delete_revenue_account' => 'Usuń konto przychodów ":name"', 'asset_deleted' => 'Pomyślnie usunięto konto aktywów ":name"', 'expense_deleted' => 'Pomyślnie usunięto konto wydatków ":name"', - 'revenue_deleted' => 'Successfully deleted revenue account ":name"', + 'revenue_deleted' => 'Pomyślnie usunięto konto przychodów ":name"', 'update_asset_account' => 'Aktualizuj konto aktywów', 'update_expense_account' => 'Aktualizuj konto wydatków', 'update_revenue_account' => 'Aktualizuj konto przychodów', @@ -883,7 +883,7 @@ return [ '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' => 'Zachowaj podzielony depozyt', - 'split_title_transfer' => 'Podzielić swój nowy transfer', + 'split_title_transfer' => 'Podziel 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.',