]> BookStack Code Mirror - bookstack/blob - resources/lang/nl/activities.php
Add footer element, styles, and associated settings
[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'                 => 'veranderde 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'              => 'veranderde 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'                 => 'veranderde 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'                 => 'veranderde boekenplank',
42     'bookshelf_update_notification'    => 'Boekenplank Succesvol Bijgewerkt',
43     'bookshelf_delete'                 => 'verwijderde boekenplank',
44     'bookshelf_delete_notification'    => 'Boekenplank Succesvol Verwijderd',
45
46     // Other
47     'commented_on'                => 'reactie op',
48 ];