From 950d5892c0726173dd4ab07cd22b8309b72bb9c3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 6 Oct 2017 23:20:26 +0200 Subject: [PATCH] New translations form.php (Polish) --- resources/lang/pl_PL/form.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index 7523744dde..486d2e3f21 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -148,7 +148,7 @@ return [ 'mass_journal_are_you_sure' => 'Czy na pewno chcesz usunąć te transakcje?', 'tag_areYouSure' => 'Czy na pewno chcesz usunąć tag ":tag"?', 'journal_link_areYouSure' => 'Czy na pewno chcesz usunąć powiązanie między :source a :destination?', - 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', + 'linkType_areYouSure' => 'Czy na pewno chcesz usunąć typ łącza ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Usuwanie rzeczy z Firefly jest trwałe i nie można tego cofnąć.', 'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'delete_all_permanently' => 'Trwale usuń zaznaczone', @@ -191,7 +191,7 @@ return [ 'payment_date' => 'Data płatności', 'invoice_date' => 'Data faktury', 'internal_reference' => 'Wewnętrzny numer', - 'inward' => 'Inward description', - 'outward' => 'Outward description', + 'inward' => 'Opis wewnętrzny', + 'outward' => 'Opis zewnętrzny', 'rule_group_id' => 'Grupa reguł', ];