From: Jurij Vasiliev Date: Thu, 13 Dec 2018 12:58:08 +0000 (+0100) Subject: 1. Fixed translation for Copy and Reply X-Git-Tag: v0.25.0~1^2~15^2~1^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/refs/pull/1180/head?ds=inline 1. Fixed translation for Copy and Reply --- diff --git a/resources/lang/pl/common.php b/resources/lang/pl/common.php index a03cd61fe..b97925222 100644 --- a/resources/lang/pl/common.php +++ b/resources/lang/pl/common.php @@ -31,8 +31,8 @@ return [ 'edit' => 'Edytuj', 'sort' => 'Sortuj', 'move' => 'Przenieś', - 'copy' => 'Copy', - 'reply' => 'Reply', + 'copy' => 'Skopiuj', + 'reply' => 'Odpowiedz', 'delete' => 'Usuń', 'search' => 'Szukaj', 'search_clear' => 'Wyczyść wyszukiwanie',