From 69e709254e6347ab1ec91cfacfad92e0688dee8d Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 17 Dec 2020 02:48:42 +0000 Subject: [PATCH] New translations entities.php (Polish) --- resources/lang/pl/entities.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/lang/pl/entities.php b/resources/lang/pl/entities.php index 89a934291..df84726f2 100644 --- a/resources/lang/pl/entities.php +++ b/resources/lang/pl/entities.php @@ -146,8 +146,7 @@ return [ 'chapters_create' => 'Utwórz nowy rozdział', 'chapters_delete' => 'Usuń rozdział', 'chapters_delete_named' => 'Usuń rozdział :chapterName', - 'chapters_delete_explain' => 'To spowoduje usunięcie rozdziału \':chapterName\', Wszystkie strony zostaną usunięte - i dodane bezpośrednio do książki.', + 'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages that exist within this chapter will also be deleted.', 'chapters_delete_confirm' => 'Czy na pewno chcesz usunąć ten rozdział?', 'chapters_edit' => 'Edytuj rozdział', 'chapters_edit_named' => 'Edytuj rozdział :chapterName',