]> BookStack Code Mirror - bookstack/blob - resources/lang/fr/activities.php
dee6460543520f1d130834e5d3a8bc49977d9f19
[bookstack] / resources / lang / fr / activities.php
1 <?php
2 /**
3  * Activity text strings.
4  * Is used for all the text within activity logs & notifications.
5  */
6 return [
7
8     // Pages
9     'page_create'                 => 'a créé la page',
10     'page_create_notification'    => 'Page créée avec succès',
11     'page_update'                 => 'a modifié la page',
12     'page_update_notification'    => 'Page modifiée avec succès',
13     'page_delete'                 => 'a supprimé la page',
14     'page_delete_notification'    => 'Page supprimée avec succès',
15     'page_restore'                => 'a restauré la page',
16     'page_restore_notification'   => 'Page restaurée avec succès',
17     'page_move'                   => 'a déplacé la page',
18
19     // Chapters
20     'chapter_create'              => 'a créé le chapitre',
21     'chapter_create_notification' => 'Chapitre créé avec succès',
22     'chapter_update'              => 'a modifié le chapitre',
23     'chapter_update_notification' => 'Chapitre modifié avec succès',
24     'chapter_delete'              => 'a supprimé le chapitre',
25     'chapter_delete_notification' => 'Chapitre supprimé avec succès',
26     'chapter_move'                => 'a déplacé le chapitre',
27
28     // Books
29     'book_create'                 => 'a créé un livre',
30     'book_create_notification'    => 'Livre créé avec succès',
31     'book_create_from_chapter'              => 'chapitre converti en livre',
32     'book_create_from_chapter_notification' => 'Chapitre converti en livre avec succès',
33     'book_update'                 => 'a modifié le livre',
34     'book_update_notification'    => 'Livre modifié avec succès',
35     'book_delete'                 => 'a supprimé un livre',
36     'book_delete_notification'    => 'Livre supprimé avec succès',
37     'book_sort'                   => 'a réordonné le livre',
38     'book_sort_notification'      => 'Livre restauré avec succès',
39
40     // Bookshelves
41     'bookshelf_create'            => 'a créé l\'étagère',
42     'bookshelf_create_notification'    => 'Étagère créée avec succès',
43     'bookshelf_create_from_book'    => 'livre converti en étagère',
44     'bookshelf_create_from_book_notification'    => 'Livre converti en étagère avec succès',
45     'bookshelf_update'                 => 'a modifié l\'étagère',
46     'bookshelf_update_notification'    => 'Étagère modifiée avec succès',
47     'bookshelf_delete'                 => 'a supprimé l\'étagère',
48     'bookshelf_delete_notification'    => 'Étagère supprimée avec succès',
49
50     // Favourites
51     'favourite_add_notification' => '":name" a été ajouté dans vos favoris',
52     'favourite_remove_notification' => '":name" a été supprimé de vos favoris',
53
54     // MFA
55     'mfa_setup_method_notification' => 'Méthode multi-facteurs configurée avec succès',
56     'mfa_remove_method_notification' => 'Méthode multi-facteurs supprimée avec succès',
57
58     // Webhooks
59     'webhook_create' => 'Créer un Webhook',
60     'webhook_create_notification' => 'Webhook créé avec succès',
61     'webhook_update' => 'éditer un Webhook',
62     'webhook_update_notification' => 'Webhook modifié avec succès',
63     'webhook_delete' => 'supprimer un Webhook',
64     'webhook_delete_notification' => 'Webhook supprimé avec succès',
65
66     // Users
67     'user_update_notification' => 'Utilisateur mis à jour avec succès',
68     'user_delete_notification' => 'Utilisateur supprimé avec succès',
69
70     // Other
71     'commented_on'                => 'a commenté',
72     'permissions_update'          => 'a mis à jour les autorisations sur',
73 ];