From cb5526f469f5d6405d82931f8edac203a7a8ba8b Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 24 Jan 2017 08:01:14 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/firefly.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index e7ce1908ce..dd3abff427 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -104,8 +104,15 @@ return [ 'current_period' => 'Bieżący okres', 'show_the_current_period_and_overview' => 'Pokaż bieżący okres oraz przegląd', 'pref_languages_locale' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.', - 'budget_in_period' => '":name" między :start i :end', + 'budget_in_period' => '":name" między :start oraz :end', 'budget_in_period_breadcrumb' => 'Między :start i :end', + 'clone_withdrawal' => 'Clone this withdrawal', + 'clone_deposit' => 'Clone this deposit', + 'clone_transfer' => 'Clone this transfer', + 'transaction_journal_other_options' => 'Other options', + 'multi_select_no_selection' => 'None selected', + 'multi_select_all_selected' => 'All selected', + // repeat frequencies: 'repeat_freq_yearly' => 'rocznie', @@ -252,6 +259,8 @@ return [ 'rule_trigger_description_ends_choice' => 'Opis kończy się na..', 'rule_trigger_description_contains_choice' => 'Opis zawiera..', 'rule_trigger_description_is_choice' => 'Opis jest..', + 'rule_trigger_category_is_choice' => 'Category is..', + 'rule_trigger_budget_is_choice' => 'Budget is..', 'rule_trigger_store_journal' => 'Po utworzeniu transakcji', 'rule_trigger_update_journal' => 'Po zmodyfikowaniu transakcji', 'rule_action_set_category' => 'Ustaw kategorię na ":action_value"', @@ -741,7 +750,10 @@ return [ 'description' => 'Opis', 'sum_of_period' => 'Sum of period', 'average_in_period' => 'Average in period', - + 'account_role_defaultAsset' => 'Default asset account', + 'account_role_sharedAsset' => 'Shared asset account', + 'account_role_savingAsset' => 'Savings account', + 'account_role_ccAsset' => 'Credit card', // charts: 'chart' => 'Wykres',