]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/pl/components.php
Add footer element, styles, and associated settings
[bookstack] / resources / lang / pl / components.php
index 8c5429088395027f944e5f7d7029e221d1c4102f..b189c81710d136cc08b811e3707e8b29828ea454 100644 (file)
@@ -1,13 +1,14 @@
 <?php
+/**
+ * Text used in custom JavaScript driven components.
+ */
 return [
 
-    /**
-     * Image Manager
-     */
+    // Image Manager
     'image_select' => 'Wybór obrazka',
     'image_all' => 'Wszystkie',
     'image_all_title' => 'Zobacz wszystkie obrazki',
-    'image_book_title' => 'Zobacz obrazki zapisane w tym podręczniku',
+    'image_book_title' => 'Zobacz obrazki zapisane w tej książce',
     'image_page_title' => 'Zobacz obrazki zapisane na tej stronie',
     'image_search_hint' => 'Szukaj po nazwie obrazka',
     'image_uploaded' => 'Przesłano :uploadedDate',
@@ -24,9 +25,7 @@ return [
     'image_delete_success' => 'Obrazek usunięty pomyślnie',
     'image_upload_remove' => 'Usuń',
 
-    /**
-     * Code editor
-     */
+    // Code Editor
     'code_editor' => 'Edytuj kod',
     'code_language' => 'Język kodu',
     'code_content' => 'Zawartość kodu',