From a697b0735f7c1584c583205f2df3ad9590006cfa Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 3 Sep 2017 19:20:09 +0200 Subject: [PATCH] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 7f9e82f5a0..0a5051c4e0 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -753,20 +753,20 @@ return [ 'select_category' => 'Wybierz kategorię(e)', 'select_budget' => 'Wybierz budżet(y).', 'select_tag' => 'Wybierz tag(i).', - 'income_per_category' => 'Dochód wg kategorii', - 'expense_per_category' => 'Wydatek wg kategorii', - 'expense_per_budget' => 'Wydatek wg budżetu', - 'income_per_account' => 'Dochód wg konta', - 'expense_per_account' => 'Wydatek wg konta', - 'expense_per_tag' => 'Wydatek wg tagu', - 'income_per_tag' => 'Przychód wg tagu', - 'include_expense_not_in_budget' => 'Included expenses not in the selected budget(s)', - 'include_expense_not_in_account' => 'Included expenses not in the selected account(s)', - 'include_expense_not_in_category' => 'Included expenses not in the selected category(ies)', - 'include_income_not_in_category' => 'Included income not in the selected category(ies)', - 'include_income_not_in_account' => 'Included income not in the selected account(s)', - 'include_income_not_in_tags' => 'Included income not in the selected tag(s)', - 'include_expense_not_in_tags' => 'Included expenses not in the selected tag(s)', + 'income_per_category' => 'Dochody wg kategorii', + 'expense_per_category' => 'Wydatki wg kategorii', + 'expense_per_budget' => 'Wydatki wg budżetu', + 'income_per_account' => 'Dochody wg konta', + 'expense_per_account' => 'Wydatki wg konta', + 'expense_per_tag' => 'Wydatki wg tagu', + 'income_per_tag' => 'Dochody wg tagów', + 'include_expense_not_in_budget' => 'Uwzględnij wydatki spoza wybranych budżetów', + 'include_expense_not_in_account' => 'Uwzględnij wydatki spoza wybranych kont', + 'include_expense_not_in_category' => 'Uwzględnij wydatki spoza wybranych kategorii', + 'include_income_not_in_category' => 'Uwzględnij przychody spoza wybranych kategorii', + 'include_income_not_in_account' => 'Uwzględnij przychody spoza wybranych kont', + 'include_income_not_in_tags' => 'Uwzględnij przychody spoza wybranych tagów', + 'include_expense_not_in_tags' => 'Uwzględnij wydatki spoza wybranych tagów', 'everything_else' => 'Wszystko inne', 'income_and_expenses' => 'Dochody i wydatki', 'spent_average' => 'Wydano (średnia)',