X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/7b100ef361c3a1a05d1ac6e9894619662424caf2..refs/pull/3918/head:/resources/lang/pl/editor.php diff --git a/resources/lang/pl/editor.php b/resources/lang/pl/editor.php index ea26c636c..9b19e2667 100644 --- a/resources/lang/pl/editor.php +++ b/resources/lang/pl/editor.php @@ -66,6 +66,7 @@ return [ 'insert_link_title' => 'Wstaw/Edytuj Link', 'insert_horizontal_line' => 'Wstaw linię poziomą', 'insert_code_block' => 'Wstaw blok kodu', + 'edit_code_block' => 'Edytuj blok kodu', 'insert_drawing' => 'Wstaw/Edytuj rysunek', 'drawing_manager' => 'Menedżer rysunków', 'insert_media' => 'Wstaw/edytuj multimedia', @@ -143,9 +144,11 @@ return [ 'url' => 'Adres URL', 'text_to_display' => 'Tekst do wyświetlenia', 'title' => 'Tytuł', - 'open_link' => 'Otwórz link za pomocą...', + 'open_link' => 'Otwórz link', + 'open_link_in' => 'Otwórz link w...', 'open_link_current' => 'Bieżące okno', 'open_link_new' => 'Nowe okno', + 'remove_link' => 'Usuń link', 'insert_collapsible' => 'Wstaw zwijalny blok', 'collapsible_unwrap' => 'Rozwiń', 'edit_label' => 'Edytuj etykietę',