]> BookStack Code Mirror - bookstack/blob - resources/lang/de_informal/activities.php
Add support Windows Authentication via SAML
[bookstack] / resources / lang / de_informal / activities.php
1 <?php
2 /**
3  * Activity text strings.
4  * Is used for all the text within activity logs & notifications.
5  */
6 return [
7
8     // Pages
9     'page_create'                 => 'erstellt Seite',
10     'page_create_notification'    => 'Die Seite wurde erfolgreich erstellt.',
11     'page_update'                 => 'aktualisiert Seite',
12     'page_update_notification'    => 'Die Seite wurde erfolgreich aktualisiert.',
13     'page_delete'                 => 'löscht Seite',
14     'page_delete_notification'    => 'Die Seite wurde erfolgreich gelöscht.',
15     'page_restore'                => 'stellt Seite wieder her',
16     'page_restore_notification'   => 'Die Seite wurde erfolgreich wiederhergestellt.',
17     'page_move'                   => 'verschiebt Seite',
18
19     // Chapters
20     'chapter_create'              => 'erstellt Kapitel',
21     'chapter_create_notification' => 'Das Kapitel wurde erfolgreich erstellt.',
22     'chapter_update'              => 'aktualisiert Kapitel',
23     'chapter_update_notification' => 'Das Kapitel wurde erfolgreich aktualisiert.',
24     'chapter_delete'              => 'löscht Kapitel',
25     'chapter_delete_notification' => 'Das Kapitel wurde erfolgreich gelöscht.',
26     'chapter_move'                => 'verschiebt Kapitel',
27
28     // Books
29     'book_create'                 => 'erstellt Buch',
30     'book_create_notification'    => 'Das Buch wurde erfolgreich erstellt.',
31     'book_update'                 => 'aktualisiert Buch',
32     'book_update_notification'    => 'Das Buch wurde erfolgreich aktualisiert.',
33     'book_delete'                 => 'löscht Buch',
34     'book_delete_notification'    => 'Das Buch wurde erfolgreich gelöscht.',
35     'book_sort'                   => 'sortiert Buch',
36     'book_sort_notification'      => 'Das Buch wurde erfolgreich umsortiert.',
37
38     // Bookshelves
39     'bookshelf_create'            => 'erstellt Bücherregal',
40     'bookshelf_create_notification'    => 'Das Bücherregal wurde erfolgreich erstellt',
41     'bookshelf_update'                 => 'aktualisiert Bücherregal',
42     'bookshelf_update_notification'    => 'Das Bücherregal wurde erfolgreich aktualisiert',
43     'bookshelf_delete'                 => 'löscht Bücherregal',
44     'bookshelf_delete_notification'    => 'Das Bücherregal wurde erfolgreich gelöscht',
45
46     // Other
47     'commented_on'                => 'kommentiert',
48 ];