]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/fr/activities.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / lang / fr / activities.php
index 95709b5d234f07fd8b845b5c9fedb1179c82e696..6ca8f2e9314349792140b614ab91057a558e4d11 100644 (file)
@@ -1,12 +1,10 @@
 <?php
-
+/**
+ * Activity text strings.
+ * Is used for all the text within activity logs & notifications.
+ */
 return [
 
-    /**
-     * Activity text strings.
-     * Is used for all the text within activity logs & notifications.
-     */
-
     // Pages
     'page_create'                 => 'a créé la page',
     'page_create_notification'    => 'Page créée avec succès',
@@ -28,15 +26,44 @@ return [
     'chapter_move'                => 'a déplacé le chapitre',
 
     // Books
-    'book_create'                 => 'a créé le livre',
+    'book_create'                 => 'a créé un livre',
     'book_create_notification'    => 'Livre créé avec succès',
     'book_update'                 => 'a modifié le livre',
     'book_update_notification'    => 'Livre modifié avec succès',
-    'book_delete'                 => 'a supprimé le livre',
+    'book_delete'                 => 'a supprimé un livre',
     'book_delete_notification'    => 'Livre supprimé avec succès',
     'book_sort'                   => 'a réordonné le livre',
-    'book_sort_notification'      => 'Livre réordonné avec succès',
+    'book_sort_notification'      => 'Livre restauré avec succès',
+
+    // Bookshelves
+    'bookshelf_create'            => 'a créé l\'étagère',
+    'bookshelf_create_notification'    => 'Étagère créée 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',
+    'bookshelf_delete_notification'    => 'Étagère supprimée avec succès',
+
+    // Favourites
+    'favourite_add_notification' => '":name" a été ajouté dans vos favoris',
+    'favourite_remove_notification' => '":name" a été supprimé de vos favoris',
+
+    // MFA
+    'mfa_setup_method_notification' => 'Méthode multi-facteurs configurée avec succès',
+    'mfa_remove_method_notification' => 'Méthode multi-facteurs supprimée avec succès',
+
+    // Webhooks
+    'webhook_create' => 'Créer un Webhook',
+    'webhook_create_notification' => 'Webhook créé avec succès',
+    'webhook_update' => 'éditer un Webhook',
+    'webhook_update_notification' => 'Webhook modifié avec succès',
+    '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é'
+    'commented_on'                => 'a commenté',
+    'permissions_update'          => 'a mis à jour les autorisations sur',
 ];