]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/it/entities.php
Show bookshelves that a book belongs to on a book view
[bookstack] / resources / lang / it / entities.php
index 1941ffb1e62a98193c707bb22ce1dc731e96063c..ad1733b9161f7262cb6a453880a6517586e49ff2 100755 (executable)
@@ -260,4 +260,11 @@ return [
     'comment_updated_success' => 'Commento aggiornato',
     'comment_delete_confirm' => 'Sei sicuro di voler elminare questo commento?',
     'comment_in_reply_to' => 'In risposta a :commentId',
+
+     /**
+     * Revision
+     */
+    'revision_delete_confirm' => 'Sei sicuro di voler eliminare questa revisione?',
+    'revision_delete_success' => 'Revisione cancellata',
+    'revision_cannot_delete_latest' => 'Impossibile eliminare l\'ultima revisione.'
 ];
\ No newline at end of file