2017-02-10 22:10:41 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Activity text strings.
|
|
|
|
* Is used for all the text within activity logs & notifications.
|
|
|
|
*/
|
|
|
|
|
|
|
|
// Pages
|
2017-02-11 11:58:45 +01:00
|
|
|
'page_create' => 'maakte pagina',
|
2017-02-10 22:10:41 +01:00
|
|
|
'page_create_notification' => 'Pagina Succesvol Aangemaakt',
|
2017-02-11 11:58:45 +01:00
|
|
|
'page_update' => 'veranderde pagina',
|
2017-02-10 22:10:41 +01:00
|
|
|
'page_update_notification' => 'Pagina Succesvol Bijgewerkt',
|
|
|
|
'page_delete' => 'verwijderde pagina',
|
|
|
|
'page_delete_notification' => 'Pagina Succesvol Verwijderd',
|
2017-02-11 11:58:45 +01:00
|
|
|
'page_restore' => 'herstelde pagina',
|
2017-02-10 22:10:41 +01:00
|
|
|
'page_restore_notification' => 'Pagina Succesvol Hersteld',
|
|
|
|
'page_move' => 'verplaatste pagina',
|
|
|
|
|
|
|
|
// Chapters
|
2017-02-11 11:58:45 +01:00
|
|
|
'chapter_create' => 'maakte hoofdstuk',
|
2017-02-10 22:10:41 +01:00
|
|
|
'chapter_create_notification' => 'Hoofdstuk Succesvol Aangemaakt',
|
2017-02-11 11:58:45 +01:00
|
|
|
'chapter_update' => 'veranderde hoofdstuk',
|
2017-02-10 22:10:41 +01:00
|
|
|
'chapter_update_notification' => 'Hoofdstuk Succesvol Bijgewerkt',
|
2017-02-11 11:58:45 +01:00
|
|
|
'chapter_delete' => 'verwijderde hoofdstuk',
|
2017-02-10 22:10:41 +01:00
|
|
|
'chapter_delete_notification' => 'Hoofdstuk Succesvol Verwijderd',
|
2017-02-11 11:58:45 +01:00
|
|
|
'chapter_move' => 'verplaatste hoofdstuk',
|
2017-02-10 22:10:41 +01:00
|
|
|
|
|
|
|
// Books
|
2017-02-11 11:58:45 +01:00
|
|
|
'book_create' => 'maakte boek',
|
2017-02-10 22:10:41 +01:00
|
|
|
'book_create_notification' => 'Boek Succesvol Aangemaakt',
|
2017-02-11 11:58:45 +01:00
|
|
|
'book_update' => 'veranderde boek',
|
2017-02-10 22:10:41 +01:00
|
|
|
'book_update_notification' => 'Boek Succesvol Bijgewerkt',
|
2017-02-11 11:58:45 +01:00
|
|
|
'book_delete' => 'verwijderde boek',
|
2017-02-10 22:10:41 +01:00
|
|
|
'book_delete_notification' => 'Boek Succesvol Verwijderd',
|
2017-02-11 11:58:45 +01:00
|
|
|
'book_sort' => 'sorteerde boek',
|
2017-02-10 22:10:41 +01:00
|
|
|
'book_sort_notification' => 'Boek Succesvol Gesorteerd',
|
2019-05-08 23:25:13 +02:00
|
|
|
|
|
|
|
// 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',
|
2017-02-10 22:10:41 +01:00
|
|
|
|
2017-09-23 00:28:25 +02:00
|
|
|
// Other
|
|
|
|
'commented_on' => 'reactie op',
|
2017-02-10 22:10:41 +01:00
|
|
|
];
|