From cfc066e911b97b1e2fc65623ff8c06cd9bdb8a61 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 8 Jan 2017 13:41:41 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/form.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index c04fb1dd71..8ff761a138 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -36,9 +36,9 @@ return [ 'account_to_id' => 'Na konto', 'source_account' => 'Konto źródłowe', 'destination_account' => 'Konto docelowe', - 'journal_destination_account_id' => 'Asset account (destination)', - 'asset_destination_account' => 'Asset account (destination)', - 'asset_source_account' => 'Asset account (source)', + 'journal_destination_account_id' => 'Konto aktywów (przeznaczenie)', + 'asset_destination_account' => 'Konto aktywów (przeznaczenie)', + 'asset_source_account' => 'Konto aktywów (źródło)', 'journal_description' => 'Opis', 'note' => 'Notatki', 'split_journal' => 'Podziel tę transakcję', @@ -87,7 +87,7 @@ return [ 'cancel' => 'Anuluj', 'targetdate' => 'Data docelowa', 'tag' => 'Tag', - 'under' => 'Under', + 'under' => 'Poniżej', 'symbol' => 'Symbol', 'code' => 'Kod', 'iban' => 'IBAN', @@ -117,13 +117,13 @@ return [ 'export_format' => 'Format pliku', 'include_attachments' => 'Uwzględnij dołączone załączniki', 'include_old_uploads' => 'Dołącz zaimportowane dane', - 'accounts' => 'Export transactions from these accounts', + 'accounts' => 'Eksportuj transakcje z tych kont', 'delete_account' => 'Usuń konto ":name"', 'delete_bill' => 'Usuń rachunek ":name"', 'delete_budget' => 'Usuń budżet ":name"', 'delete_category' => 'Usuń kategorię ":name"', 'delete_currency' => 'Usuń walutę ":name"', - 'delete_journal' => 'Delete transaction with description ":description"', + 'delete_journal' => 'Usuń transakcję z opisem ":description"', 'delete_attachment' => 'Usuń załącznik ":name"', 'delete_rule' => 'Usuń regułę ":title"', 'delete_rule_group' => 'Usuń grupę reguł ":title"',