| 
									
										
										
										
											2017-01-16 15:56:06 +08:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 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', | 
					
						
							|  |  |  |     'page_update'                 => 'a modifié la page', | 
					
						
							|  |  |  |     'page_update_notification'    => 'Page modifiée avec succès', | 
					
						
							|  |  |  |     'page_delete'                 => 'a supprimé la page', | 
					
						
							|  |  |  |     'page_delete_notification'    => 'Page supprimée avec succès', | 
					
						
							|  |  |  |     'page_restore'                => 'a restauré la page', | 
					
						
							| 
									
										
										
										
											2018-07-23 00:20:09 +08:00
										 |  |  |     'page_restore_notification'   => 'Page restaurée avec succès', | 
					
						
							| 
									
										
										
										
											2017-01-16 15:56:06 +08:00
										 |  |  |     'page_move'                   => 'a déplacé la page', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // Chapters
 | 
					
						
							|  |  |  |     'chapter_create'              => 'a créé le chapitre', | 
					
						
							|  |  |  |     'chapter_create_notification' => 'Chapitre créé avec succès', | 
					
						
							|  |  |  |     'chapter_update'              => 'a modifié le chapitre', | 
					
						
							|  |  |  |     'chapter_update_notification' => 'Chapitre modifié avec succès', | 
					
						
							|  |  |  |     'chapter_delete'              => 'a supprimé le chapitre', | 
					
						
							|  |  |  |     'chapter_delete_notification' => 'Chapitre supprimé avec succès', | 
					
						
							|  |  |  |     'chapter_move'                => 'a déplacé le chapitre', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // Books
 | 
					
						
							|  |  |  |     'book_create'                 => 'a créé le 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_notification'    => 'Livre supprimé avec succès', | 
					
						
							|  |  |  |     'book_sort'                   => 'a réordonné le livre', | 
					
						
							|  |  |  |     'book_sort_notification'      => 'Livre réordonné avec succès', | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-10-30 22:13:17 +08:00
										 |  |  |     // 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', | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-18 21:20:20 +08:00
										 |  |  |     // Other
 | 
					
						
							|  |  |  |     'commented_on'                => 'a commenté' | 
					
						
							| 
									
										
										
										
											2017-01-16 15:56:06 +08:00
										 |  |  | ]; |