From aede8bf0e0155439b6f6a599934ea58018e852d0 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 9 Jan 2017 16:42:59 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/firefly.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index ed742fdab6..45ebe7eb79 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -221,23 +221,23 @@ return [ // actions and triggers 'rule_trigger_user_action' => 'Akcją użytkownika jest ":trigger_value"', 'rule_trigger_from_account_starts' => 'Konto źródłowe się zaczyna od ":trigger_value"', - 'rule_trigger_from_account_ends' => 'Konto źródłowe kończy się na ":trigger_value"', - 'rule_trigger_from_account_is' => 'Source account is ":trigger_value"', - 'rule_trigger_from_account_contains' => 'Source account contains ":trigger_value"', - 'rule_trigger_to_account_starts' => 'Destination account starts with ":trigger_value"', - 'rule_trigger_to_account_ends' => 'Destination account ends with ":trigger_value"', - 'rule_trigger_to_account_is' => 'Destination account is ":trigger_value"', - 'rule_trigger_to_account_contains' => 'Destination account contains ":trigger_value"', - 'rule_trigger_transaction_type' => 'Transaction is of type ":trigger_value"', - 'rule_trigger_amount_less' => 'Amount is less than :trigger_value', - 'rule_trigger_amount_exactly' => 'Amount is :trigger_value', + 'rule_trigger_from_account_ends' => 'Konto źródłowe się kończy na ":trigger_value"', + 'rule_trigger_from_account_is' => 'Kontem źródłowym jest ":trigger_value"', + 'rule_trigger_from_account_contains' => 'Konto źródłowe zawiera ":trigger_value"', + 'rule_trigger_to_account_starts' => 'Konto docelowe się zaczyna od ":trigger_value"', + 'rule_trigger_to_account_ends' => 'Konto docelowe się kończy na ":trigger_value"', + 'rule_trigger_to_account_is' => 'Kontem docelowym jest ":trigger_value"', + 'rule_trigger_to_account_contains' => 'Konto docelowe zawiera ":trigger_value"', + 'rule_trigger_transaction_type' => 'Transakcja jest typu ":trigger_value"', + 'rule_trigger_amount_less' => 'Kwota jest mniejsza niż :trigger_value', + 'rule_trigger_amount_exactly' => 'Kwota jest równa :trigger_value', 'rule_trigger_amount_more' => 'Kwota jest większa niż :trigger_value', 'rule_trigger_description_starts' => 'Opis się zaczyna od ":trigger_value"', 'rule_trigger_description_ends' => 'Opis się kończy na ":trigger_value"', 'rule_trigger_description_contains' => 'Opis zawiera ":trigger_value"', 'rule_trigger_description_is' => 'Opis jest ":trigger_value"', - 'rule_trigger_from_account_starts_choice' => 'Konto źródłowe zaczyna się od..', - 'rule_trigger_from_account_ends_choice' => 'Konto źródłowe kończy się na..', + 'rule_trigger_from_account_starts_choice' => 'Konto źródłowe się zaczyna od..', + 'rule_trigger_from_account_ends_choice' => 'Konto źródłowe się kończy na..', 'rule_trigger_from_account_is_choice' => 'Kontem źródłowym jest..', 'rule_trigger_from_account_contains_choice' => 'Konto źródłowe zawiera..', 'rule_trigger_to_account_starts_choice' => 'Konto docelowe zaczyna się od..', @@ -275,9 +275,9 @@ return [ 'rule_action_append_description_choice' => 'Dołącz do opisu..', 'rule_action_prepend_description_choice' => 'Poprzedź opis..', 'rule_action_set_source_account_choice' => 'Ustaw konto źródłowe na...', - 'rule_action_set_source_account' => 'Set source account to :action_value', + 'rule_action_set_source_account' => 'Ustaw konto źródłowe na :action_value', 'rule_action_set_destination_account_choice' => 'Ustaw konto docelowe na...', - 'rule_action_set_destination_account' => 'Set destination account to :action_value', + 'rule_action_set_destination_account' => 'Ustaw konto docelowe na :action_value', // tags 'store_new_tag' => 'Zapisz nowy tag', @@ -288,7 +288,7 @@ return [ // preferences 'pref_home_screen_accounts' => 'Konta na stronie domowej', - 'pref_home_screen_accounts_help' => 'Which accounts should be displayed on the home page?', + 'pref_home_screen_accounts_help' => 'Które konta powinny być wyświetlane na stronie głównej?', 'pref_view_range' => 'Pokaż zakres', 'pref_view_range_help' => 'Some charts are automatically grouped in periods. What period would you prefer?', 'pref_1D' => 'Dzień',