BookStack/resources/lang/nl/activities.php

43 lines
1.7 KiB
PHP
Raw Normal View History

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