]> BookStack Code Mirror - bookstack/blob - resources/lang/fr/activities.php
French translation update
[bookstack] / resources / lang / fr / activities.php
1 <?php
2
3 return [
4
5     /**
6      * Activity text strings.
7      * Is used for all the text within activity logs & notifications.
8      */
9
10     // Pages
11     'page_create'                 => 'a créé la page',
12     'page_create_notification'    => 'Page créée avec succès',
13     'page_update'                 => 'a modifié la page',
14     'page_update_notification'    => 'Page modifiée avec succès',
15     'page_delete'                 => 'a supprimé la page',
16     'page_delete_notification'    => 'Page supprimée avec succès',
17     'page_restore'                => 'a restauré la page',
18     'page_restore_notification'   => 'Page restaurée avec succès',
19     'page_move'                   => 'a déplacé la page',
20
21     // Chapters
22     'chapter_create'              => 'a créé le chapitre',
23     'chapter_create_notification' => 'Chapitre créé avec succès',
24     'chapter_update'              => 'a modifié le chapitre',
25     'chapter_update_notification' => 'Chapitre modifié avec succès',
26     'chapter_delete'              => 'a supprimé le chapitre',
27     'chapter_delete_notification' => 'Chapitre supprimé avec succès',
28     'chapter_move'                => 'a déplacé le chapitre',
29
30     // Books
31     'book_create'                 => 'a créé le livre',
32     'book_create_notification'    => 'Livre créé avec succès',
33     'book_update'                 => 'a modifié le livre',
34     'book_update_notification'    => 'Livre modifié avec succès',
35     'book_delete'                 => 'a supprimé le livre',
36     'book_delete_notification'    => 'Livre supprimé avec succès',
37     'book_sort'                   => 'a réordonné le livre',
38     'book_sort_notification'      => 'Livre réordonné avec succès',
39
40     // Other
41     'commented_on'                => 'a commenté'
42 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.