Skip to content

Commit 0053734

Browse files
committed
New translations activities.php (German Informal)
1 parent ef49946 commit 0053734

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

lang/de_informal/activities.php

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,51 +6,51 @@
66
return [
77

88
// Pages
9-
'page_create' => 'erstellt Seite',
9+
'page_create' => 'erstellte Seite',
1010
'page_create_notification' => 'Seite erfolgreich erstellt',
11-
'page_update' => 'Seite aktualisiert',
11+
'page_update' => 'aktualisierte Seite',
1212
'page_update_notification' => 'Seite erfolgreich aktualisiert',
13-
'page_delete' => 'Seite gelöscht',
13+
'page_delete' => 'löschte Seite',
1414
'page_delete_notification' => 'Seite erfolgreich gelöscht',
15-
'page_restore' => 'Seite wiederhergestellt',
15+
'page_restore' => 'stellte Seite wieder her',
1616
'page_restore_notification' => 'Seite erfolgreich wiederhergestellt',
17-
'page_move' => 'Seite verschoben',
17+
'page_move' => 'verschob Seite',
1818
'page_move_notification' => 'Seite erfolgreich verschoben',
1919

2020
// Chapters
21-
'chapter_create' => 'Kapitel erstellt',
21+
'chapter_create' => 'erstellte Kapitel',
2222
'chapter_create_notification' => 'Kapitel erfolgreich erstellt',
23-
'chapter_update' => 'Kapitel aktualisiert',
23+
'chapter_update' => 'aktualisierte Kapitel',
2424
'chapter_update_notification' => 'Kapitel erfolgreich aktualisiert',
25-
'chapter_delete' => 'Kapitel gelöscht',
25+
'chapter_delete' => 'löschte Kapitel',
2626
'chapter_delete_notification' => 'Kapitel erfolgreich gelöscht',
27-
'chapter_move' => 'Kapitel verschoben',
27+
'chapter_move' => 'verschob Kapitel',
2828
'chapter_move_notification' => 'Kapitel erfolgreich verschoben',
2929

3030
// Books
31-
'book_create' => 'Buch erstellt',
31+
'book_create' => 'erstellte Buch',
3232
'book_create_notification' => 'Buch erfolgreich erstellt',
33-
'book_create_from_chapter' => 'Kapitel zu Buch umgewandelt',
33+
'book_create_from_chapter' => 'wandelte Kapitel zu Buch um',
3434
'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch umgewandelt',
35-
'book_update' => 'Buch aktualisiert',
35+
'book_update' => 'aktualisierte Buch',
3636
'book_update_notification' => 'Buch erfolgreich aktualisiert',
37-
'book_delete' => 'Buch gelöscht',
37+
'book_delete' => 'löschte Buch',
3838
'book_delete_notification' => 'Buch erfolgreich gelöscht',
39-
'book_sort' => 'Buch sortiert',
39+
'book_sort' => 'sortierte Buch',
4040
'book_sort_notification' => 'Buch erfolgreich umsortiert',
4141

4242
// Bookshelves
43-
'bookshelf_create' => 'Regal erstellt',
43+
'bookshelf_create' => 'erstellte Regal',
4444
'bookshelf_create_notification' => 'Regal erfolgreich erstellt',
45-
'bookshelf_create_from_book' => 'Buch zu Regal umgewandelt',
45+
'bookshelf_create_from_book' => 'wandelte Buch zu Regal um',
4646
'bookshelf_create_from_book_notification' => 'Buch erfolgreich zu einem Regal umgewandelt',
47-
'bookshelf_update' => 'Regal aktualisiert',
47+
'bookshelf_update' => 'aktualisierte Regal',
4848
'bookshelf_update_notification' => 'Regal erfolgreich aktualisiert',
49-
'bookshelf_delete' => 'Regal gelöscht',
49+
'bookshelf_delete' => 'löschte Regal',
5050
'bookshelf_delete_notification' => 'Regal erfolgreich gelöscht',
5151

5252
// Revisions
53-
'revision_restore' => 'Revision wiederhergestellt',
53+
'revision_restore' => 'stellte Revision wieder her',
5454
'revision_delete' => 'Revision gelöscht',
5555
'revision_delete_notification' => 'Revision erfolgreich gelöscht',
5656

0 commit comments

Comments
 (0)