]> BookStack Code Mirror - bookstack/blob - resources/lang/nl/activities.php
Added front-end toggle and testing of inline attachments
[bookstack] / resources / lang / nl / activities.php
1 <?php
2 /**
3  * Activity text strings.
4  * Is used for all the text within activity logs & notifications.
5  */
6 return [
7
8     // Pages
9     'page_create'                 => 'maakte pagina',
10     'page_create_notification'    => 'Pagina succesvol aangemaakt',
11     'page_update'                 => 'wijzigde pagina',
12     'page_update_notification'    => 'Pagina succesvol bijgewerkt',
13     'page_delete'                 => 'verwijderde pagina',
14     'page_delete_notification'    => 'Pagina succesvol verwijderd',
15     'page_restore'                => 'herstelde pagina',
16     'page_restore_notification'   => 'Pagina succesvol hersteld',
17     'page_move'                   => 'verplaatste pagina',
18
19     // Chapters
20     'chapter_create'              => 'maakte hoofdstuk',
21     'chapter_create_notification' => 'Hoofdstuk succesvol aangemaakt',
22     'chapter_update'              => 'wijzigde hoofdstuk',
23     'chapter_update_notification' => 'Hoofdstuk succesvol bijgewerkt',
24     'chapter_delete'              => 'verwijderde hoofdstuk',
25     'chapter_delete_notification' => 'Hoofdstuk succesvol verwijderd',
26     'chapter_move'                => 'verplaatste hoofdstuk',
27
28     // Books
29     'book_create'                 => 'maakte boek',
30     'book_create_notification'    => 'Boek succesvol aangemaakt',
31     'book_update'                 => 'wijzigde boek',
32     'book_update_notification'    => 'Boek succesvol bijgewerkt',
33     'book_delete'                 => 'verwijderde boek',
34     'book_delete_notification'    => 'Boek succesvol verwijderd',
35     'book_sort'                   => 'sorteerde boek',
36     'book_sort_notification'      => 'Boek succesvol gesorteerd',
37
38     // Bookshelves
39     'bookshelf_create'            => 'maakte boekenplank',
40     'bookshelf_create_notification'    => 'Boekenplank succesvol aangemaakt',
41     'bookshelf_update'                 => 'wijzigde boekenplank',
42     'bookshelf_update_notification'    => 'Boekenplank succesvol bijgewerkt',
43     'bookshelf_delete'                 => 'verwijderde boekenplank',
44     'bookshelf_delete_notification'    => 'Boekenplank succesvol verwijderd',
45
46     // Favourites
47     'favourite_add_notification' => '":name" is toegevoegd aan je favorieten',
48     'favourite_remove_notification' => '":name" is verwijderd uit je favorieten',
49
50     // Other
51     'commented_on'                => 'reageerde op',
52     'permissions_update'          => 'wijzigde permissies',
53 ];