]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/nl/activities.php
Fix build:js:watch not building at first launch in Docker
[bookstack] / resources / lang / nl / activities.php
index 021b6d21e29d4b0d7db8bf096af4f168c66e2383..76272888119a3127329f3cf986a49514bdb016be 100644 (file)
@@ -1,12 +1,10 @@
 <?php
-
+/**
+ * Activity text strings.
+ * Is used for all the text within activity logs & notifications.
+ */
 return [
 
-    /**
-     * Activity text strings.
-     * Is used for all the text within activity logs & notifications.
-     */
-
     // Pages
     'page_create'                 => 'maakte pagina',
     'page_create_notification'    => 'Pagina Succesvol Aangemaakt',
@@ -36,9 +34,9 @@ return [
     'book_delete_notification'    => 'Boek Succesvol Verwijderd',
     'book_sort'                   => 'sorteerde boek',
     'book_sort_notification'      => 'Boek Succesvol Gesorteerd',
-    
+
     // Bookshelves
-    'bookshelf_create'                 => 'maakte Boekenplank',
+    'bookshelf_create'            => 'maakte Boekenplank',
     'bookshelf_create_notification'    => 'Boekenplank Succesvol Aangemaakt',
     'bookshelf_update'                 => 'veranderde boekenplank',
     'bookshelf_update_notification'    => 'Boekenplank Succesvol Bijgewerkt',
@@ -46,5 +44,5 @@ return [
     'bookshelf_delete_notification'    => 'Boekenplank Succesvol Verwijderd',
 
     // Other
-    'commented_on'                => 'reactie op',                                                                                             
+    'commented_on'                => 'reactie op',
 ];