X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cb0d674a71449de883713db2fcdccb6e108992ad..refs/pull/3570/head:/resources/lang/fr/activities.php diff --git a/resources/lang/fr/activities.php b/resources/lang/fr/activities.php index 8f57cd500..dee646054 100644 --- a/resources/lang/fr/activities.php +++ b/resources/lang/fr/activities.php @@ -28,6 +28,8 @@ return [ // Books 'book_create' => 'a créé un livre', 'book_create_notification' => 'Livre créé avec succès', + 'book_create_from_chapter' => 'chapitre converti en livre', + 'book_create_from_chapter_notification' => 'Chapitre converti en livre avec succès', 'book_update' => 'a modifié le livre', 'book_update_notification' => 'Livre modifié avec succès', 'book_delete' => 'a supprimé un livre', @@ -38,6 +40,8 @@ return [ // Bookshelves 'bookshelf_create' => 'a créé l\'étagère', 'bookshelf_create_notification' => 'Étagère créée avec succès', + 'bookshelf_create_from_book' => 'livre converti en étagère', + 'bookshelf_create_from_book_notification' => 'Livre converti en étagère avec succès', 'bookshelf_update' => 'a modifié l\'étagère', 'bookshelf_update_notification' => 'Étagère modifiée avec succès', 'bookshelf_delete' => 'a supprimé l\'étagère', @@ -59,6 +63,10 @@ return [ 'webhook_delete' => 'supprimer un Webhook', 'webhook_delete_notification' => 'Webhook supprimé avec succès', + // Users + 'user_update_notification' => 'Utilisateur mis à jour avec succès', + 'user_delete_notification' => 'Utilisateur supprimé avec succès', + // Other 'commented_on' => 'a commenté', 'permissions_update' => 'a mis à jour les autorisations sur',