From 6d66682620158e9d27e218fe77d7a4f75a132d53 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 30 Jun 2022 09:36:18 +0100 Subject: [PATCH] New translations entities.php (German) --- resources/lang/de/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de/entities.php b/resources/lang/de/entities.php index 158697c26..61bdddfe3 100644 --- a/resources/lang/de/entities.php +++ b/resources/lang/de/entities.php @@ -357,7 +357,7 @@ return [ 'copy_consider_access' => 'Eine Veränderung der Position, Besitzers oder Berechtigungen könnte dafür sorgen, dass Unberechtigte, Zugriff bekommen.', // Conversions - 'convert_to_shelf' => 'Convert to Shelf', + 'convert_to_shelf' => 'In Regal umwandeln', 'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.', 'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.', 'convert_book' => 'Convert Book',