2016-11-12 08:16:07 -05:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Activity text strings.
|
|
|
|
* Is used for all the text within activity logs & notifications.
|
|
|
|
*/
|
|
|
|
|
|
|
|
// Pages
|
2018-10-17 17:44:13 -04:00
|
|
|
'page_create' => 'erstellt Seite',
|
2018-07-15 15:26:55 -04:00
|
|
|
'page_create_notification' => 'Die Seite wurde erfolgreich erstellt.',
|
2018-10-17 17:44:13 -04:00
|
|
|
'page_update' => 'aktualisiert Seite',
|
2018-07-15 15:26:55 -04:00
|
|
|
'page_update_notification' => 'Die Seite wurde erfolgreich aktualisiert.',
|
2018-10-17 17:44:13 -04:00
|
|
|
'page_delete' => 'löscht Seite',
|
2018-07-15 15:26:55 -04:00
|
|
|
'page_delete_notification' => 'Die Seite wurde erfolgreich gelöscht.',
|
2018-10-17 17:44:13 -04:00
|
|
|
'page_restore' => 'stellt Seite wieder her',
|
|
|
|
'page_restore_notification' => 'Die Seite wurde erfolgreich wiederhergestellt.',
|
|
|
|
'page_move' => 'verschiebt Seite',
|
2016-11-12 08:16:07 -05:00
|
|
|
|
|
|
|
// Chapters
|
2018-10-17 17:44:13 -04:00
|
|
|
'chapter_create' => 'erstellt Kapitel',
|
2018-07-15 15:26:55 -04:00
|
|
|
'chapter_create_notification' => 'Das Kapitel wurde erfolgreich erstellt.',
|
2018-10-17 17:44:13 -04:00
|
|
|
'chapter_update' => 'aktualisiert Kapitel',
|
2018-07-15 15:26:55 -04:00
|
|
|
'chapter_update_notification' => 'Das Kapitel wurde erfolgreich aktualisiert.',
|
2018-10-17 17:44:13 -04:00
|
|
|
'chapter_delete' => 'löscht Kapitel',
|
2018-07-15 15:26:55 -04:00
|
|
|
'chapter_delete_notification' => 'Das Kapitel wurde erfolgreich gelöscht.',
|
2018-10-17 17:44:13 -04:00
|
|
|
'chapter_move' => 'verschiebt Kapitel',
|
2016-11-12 08:16:07 -05:00
|
|
|
|
|
|
|
// Books
|
2018-10-17 17:44:13 -04:00
|
|
|
'book_create' => 'erstellt Buch',
|
2018-07-15 15:26:55 -04:00
|
|
|
'book_create_notification' => 'Das Buch wurde erfolgreich erstellt.',
|
2018-10-17 17:44:13 -04:00
|
|
|
'book_update' => 'aktualisiert Buch',
|
2018-07-15 15:26:55 -04:00
|
|
|
'book_update_notification' => 'Das Buch wurde erfolgreich aktualisiert.',
|
2018-10-17 17:44:13 -04:00
|
|
|
'book_delete' => 'löscht Buch',
|
2018-07-15 15:26:55 -04:00
|
|
|
'book_delete_notification' => 'Das Buch wurde erfolgreich gelöscht.',
|
2018-10-17 17:44:13 -04:00
|
|
|
'book_sort' => 'sortiert Buch',
|
|
|
|
'book_sort_notification' => 'Das Buch wurde erfolgreich umsortiert.',
|
|
|
|
|
|
|
|
// Bookshelves
|
|
|
|
'bookshelf_create' => 'erstellt Bücherregal',
|
|
|
|
'bookshelf_create_notification' => 'Das Bücherregal wurde erfolgreich erstellt',
|
|
|
|
'bookshelf_update' => 'aktualisiert Bücherregal',
|
|
|
|
'bookshelf_update_notification' => 'Das Bücherregal wurde erfolgreich aktualisiert',
|
|
|
|
'bookshelf_delete' => 'löscht Bücherregal',
|
|
|
|
'bookshelf_delete_notification' => 'Das Bücherregal wurde erfolgreich gelöscht',
|
2016-11-12 08:16:07 -05:00
|
|
|
|
2018-10-17 17:44:13 -04:00
|
|
|
// Other
|
|
|
|
'commented_on' => 'kommentiert',
|
2016-11-12 08:16:07 -05:00
|
|
|
];
|