From dfbeb4415f7f6e5df89c1900acde4d4d9007a5be Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 17 Dec 2020 02:48:52 +0000 Subject: [PATCH] New translations entities.php (Italian) --- resources/lang/it/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/it/entities.php b/resources/lang/it/entities.php index ebc197650..6ce1ac84d 100755 --- a/resources/lang/it/entities.php +++ b/resources/lang/it/entities.php @@ -146,7 +146,7 @@ return [ 'chapters_create' => 'Crea un nuovo capitolo', 'chapters_delete' => 'Elimina Capitolo', 'chapters_delete_named' => 'Elimina il capitolo :chapterName', - 'chapters_delete_explain' => 'Questo eliminerĂ  il capitolo \':chapterName\'. Tutte le pagine verranno spostate nel libro.', + 'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages that exist within this chapter will also be deleted.', 'chapters_delete_confirm' => 'Sei sicuro di voler eliminare questo capitolo?', 'chapters_edit' => 'Elimina Capitolo', 'chapters_edit_named' => 'Modifica il capitolo :chapterName',