]> BookStack Code Mirror - bookstack/blob - resources/lang/de/activities.php
Fixed role permission removal bug
[bookstack] / resources / lang / de / activities.php
1 <?php
2
3 return [
4
5     /**
6      * Activity text strings.
7      * Is used for all the text within activity logs & notifications.
8      */
9
10     // Pages
11     'page_create'                 => 'Seite erstellt',
12     'page_create_notification'    => 'Seite erfolgreich erstellt',
13     'page_update'                 => 'Seite aktualisiert',
14     'page_update_notification'    => 'Seite erfolgreich aktualisiert',
15     'page_delete'                 => 'Seite gel&ouml;scht',
16     'page_delete_notification'    => 'Seite erfolgreich gel&ouml;scht',
17     'page_restore'                => 'Seite wiederhergstellt',
18     'page_restore_notification'   => 'Seite erfolgreich wiederhergstellt',
19     'page_move'                   => 'Seite verschoben',
20
21     // Chapters
22     'chapter_create'              => 'Kapitel erstellt',
23     'chapter_create_notification' => 'Kapitel erfolgreich erstellt',
24     'chapter_update'              => 'Kapitel aktualisiert',
25     'chapter_update_notification' => 'Kapitel erfolgreich aktualisiert',
26     'chapter_delete'              => 'Kapitel gel&ouml;scht',
27     'chapter_delete_notification' => 'Kapitel erfolgreich gel&ouml;scht',
28     'chapter_move'                => 'Kapitel verschoben',
29
30     // Books
31     'book_create'                 => 'Buch erstellt',
32     'book_create_notification'    => 'Buch erfolgreich erstellt',
33     'book_update'                 => 'Buch aktualisiert',
34     'book_update_notification'    => 'Buch erfolgreich aktualisiert',
35     'book_delete'                 => 'Buch gel&ouml;scht',
36     'book_delete_notification'    => 'Buch erfolgreich gel&ouml;scht',
37     'book_sort'                   => 'Buch sortiert',
38     'book_sort_notification'      => 'Buch erfolgreich neu sortiert',
39
40 ];