]> BookStack Code Mirror - bookstack/blob - resources/lang/de/activities.php
Add support Windows Authentication via SAML
[bookstack] / resources / lang / de / 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'                 => 'erstellte Seite',
10     'page_create_notification'    => 'Die Seite wurde erfolgreich erstellt.',
11     'page_update'                 => 'aktualisierte Seite',
12     'page_update_notification'    => 'Die Seite wurde erfolgreich aktualisiert.',
13     'page_delete'                 => 'gelöschte Seite',
14     'page_delete_notification'    => 'Die Seite wurde erfolgreich gelöscht.',
15     'page_restore'                => 'wiederhergestellte Seite',
16     'page_restore_notification'   => 'Die Seite wurde erfolgreich wiederhergestellt.',
17     'page_move'                   => 'Seite verschoben',
18
19     // Chapters
20     'chapter_create'              => 'erstellte Kapitel',
21     'chapter_create_notification' => 'Das Kapitel wurde erfolgreich erstellt.',
22     'chapter_update'              => 'aktualisierte Kapitel',
23     'chapter_update_notification' => 'Das Kapitel wurde erfolgreich aktualisiert.',
24     'chapter_delete'              => 'löschte Kapitel',
25     'chapter_delete_notification' => 'Das Kapitel wurde erfolgreich gelöscht.',
26     'chapter_move'                => 'verschob Kapitel',
27
28     // Books
29     'book_create'                 => 'erstellte Buch',
30     'book_create_notification'    => 'Das Buch wurde erfolgreich erstellt.',
31     'book_update'                 => 'aktualisierte Buch',
32     'book_update_notification'    => 'Das Buch wurde erfolgreich aktualisiert.',
33     'book_delete'                 => 'löschte Buch',
34     'book_delete_notification'    => 'Das Buch wurde erfolgreich gelöscht.',
35     'book_sort'                   => 'sortierte 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 ];