| 
									
										
										
										
											2017-09-10 22:51:51 +08:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Activity text strings. | 
					
						
							|  |  |  |      * Is used for all the text within activity logs & notifications. | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // Pages
 | 
					
						
							|  |  |  |     'page_create'                 => 'ha creato la pagina', | 
					
						
							|  |  |  |     'page_create_notification'    => 'Pagina Creata Correttamente', | 
					
						
							|  |  |  |     'page_update'                 => 'ha aggiornato la pagina', | 
					
						
							|  |  |  |     'page_update_notification'    => 'Pagina Aggiornata Correttamente', | 
					
						
							|  |  |  |     'page_delete'                 => 'ha eliminato la pagina', | 
					
						
							|  |  |  |     'page_delete_notification'    => 'Pagina Eliminata Correttamente', | 
					
						
							|  |  |  |     'page_restore'                => 'ha ripristinato la pagina', | 
					
						
							|  |  |  |     'page_restore_notification'   => 'Pagina Ripristinata Correttamente', | 
					
						
							|  |  |  |     'page_move'                   => 'ha mosso la pagina', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // Chapters
 | 
					
						
							|  |  |  |     'chapter_create'              => 'ha creato il capitolo', | 
					
						
							|  |  |  |     'chapter_create_notification' => 'Capitolo Creato Correttamente', | 
					
						
							|  |  |  |     'chapter_update'              => 'ha aggiornato il capitolo', | 
					
						
							|  |  |  |     'chapter_update_notification' => 'Capitolo Aggiornato Correttamente', | 
					
						
							|  |  |  |     'chapter_delete'              => 'ha eliminato il capitolo', | 
					
						
							|  |  |  |     'chapter_delete_notification' => 'Capitolo Eliminato Correttamente', | 
					
						
							|  |  |  |     'chapter_move'                => 'ha mosso il capitolo', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // Books
 | 
					
						
							|  |  |  |     'book_create'                 => 'ha creato il libro', | 
					
						
							|  |  |  |     'book_create_notification'    => 'Libro Creato Correttamente', | 
					
						
							|  |  |  |     'book_update'                 => 'ha aggiornato il libro', | 
					
						
							|  |  |  |     'book_update_notification'    => 'Libro Aggiornato Correttamente', | 
					
						
							|  |  |  |     'book_delete'                 => 'ha eliminato il libro', | 
					
						
							|  |  |  |     'book_delete_notification'    => 'Libro Eliminato Correttamente', | 
					
						
							|  |  |  |     'book_sort'                   => 'ha ordinato il libro', | 
					
						
							|  |  |  |     'book_sort_notification'      => 'Libro Riordinato Correttamente', | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-09-27 16:44:08 +08:00
										 |  |  |     // Other
 | 
					
						
							|  |  |  |     'commented_on'                => 'ha commentato in', | 
					
						
							| 
									
										
										
										
											2017-09-10 22:51:51 +08:00
										 |  |  | ]; |