]> BookStack Code Mirror - bookstack/blob - resources/lang/de/activities.php
Updated assets and version for release v0.18.4
[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'                 => 'hat Seite erstellt:',
12     'page_create_notification'    => 'hat Seite erfolgreich erstellt:',
13     'page_update'                 => 'hat Seite aktualisiert:',
14     'page_update_notification'    => 'hat Seite erfolgreich aktualisiert:',
15     'page_delete'                 => 'hat Seite gelöscht:',
16     'page_delete_notification'    => 'hat Seite erfolgreich gelöscht:',
17     'page_restore'                => 'hat Seite wiederhergstellt:',
18     'page_restore_notification'   => 'hat Seite erfolgreich wiederhergstellt:',
19     'page_move'                   => 'hat Seite verschoben:',
20
21     // Chapters
22     'chapter_create'              => 'hat Kapitel erstellt:',
23     'chapter_create_notification' => 'hat Kapitel erfolgreich erstellt:',
24     'chapter_update'              => 'hat Kapitel aktualisiert:',
25     'chapter_update_notification' => 'hat Kapitel erfolgreich aktualisiert:',
26     'chapter_delete'              => 'hat Kapitel gelöscht',
27     'chapter_delete_notification' => 'hat Kapitel erfolgreich gelöscht:',
28     'chapter_move'                => 'hat Kapitel verschoben:',
29
30     // Books
31     'book_create'                 => 'hat Buch erstellt:',
32     'book_create_notification'    => 'hat Buch erfolgreich erstellt:',
33     'book_update'                 => 'hat Buch aktualisiert:',
34     'book_update_notification'    => 'hat Buch erfolgreich aktualisiert:',
35     'book_delete'                 => 'hat Buch gelöscht:',
36     'book_delete_notification'    => 'hat Buch erfolgreich gelöscht:',
37     'book_sort'                   => 'hat Buch sortiert:',
38     'book_sort_notification'      => 'hat Buch erfolgreich neu sortiert:',
39
40 ];