]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/pl/components.php
Allow toggling between grid and list view in shelf view (shelves.show)
[bookstack] / resources / lang / pl / components.php
index 8c5429088395027f944e5f7d7029e221d1c4102f..9c044d23773a646b10627bd4e9d2918bed5c5629 100644 (file)
@@ -1,9 +1,10 @@
 <?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',
@@ -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',