From: Nooto Date: Wed, 8 May 2019 21:25:13 +0000 (+0200) Subject: Update activities.php X-Git-Tag: v0.26.2~1^2~13^2~2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/e3d570e92841700c9f93b45612a54c192fd56037 Update activities.php --- diff --git a/resources/lang/nl/activities.php b/resources/lang/nl/activities.php index f6c3db309..021b6d21e 100644 --- a/resources/lang/nl/activities.php +++ b/resources/lang/nl/activities.php @@ -36,6 +36,14 @@ return [ 'book_delete_notification' => 'Boek Succesvol Verwijderd', 'book_sort' => 'sorteerde boek', 'book_sort_notification' => 'Boek Succesvol Gesorteerd', + + // Bookshelves + 'bookshelf_create' => 'maakte Boekenplank', + 'bookshelf_create_notification' => 'Boekenplank Succesvol Aangemaakt', + 'bookshelf_update' => 'veranderde boekenplank', + 'bookshelf_update_notification' => 'Boekenplank Succesvol Bijgewerkt', + 'bookshelf_delete' => 'verwijderde boekenplank', + 'bookshelf_delete_notification' => 'Boekenplank Succesvol Verwijderd', // Other 'commented_on' => 'reactie op',