| 
									
										
										
										
											2016-11-12 21:16:07 +08:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * Activity text strings. | 
					
						
							|  |  |  |      * Is used for all the text within activity logs & notifications. | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // Pages
 | 
					
						
							| 
									
										
										
										
											2018-07-16 03:26:55 +08:00
										 |  |  |     'page_create'                 => 'Seite erstellt', | 
					
						
							|  |  |  |     'page_create_notification'    => 'Die Seite wurde erfolgreich erstellt.', | 
					
						
							|  |  |  |     'page_update'                 => 'Seite aktualisiert', | 
					
						
							|  |  |  |     'page_update_notification'    => 'Die Seite wurde erfolgreich aktualisiert.', | 
					
						
							|  |  |  |     'page_delete'                 => 'Seite gelöscht', | 
					
						
							|  |  |  |     'page_delete_notification'    => 'Die Seite wurde erfolgreich gelöscht.', | 
					
						
							|  |  |  |     'page_restore'                => 'Seite wiederhergstellt', | 
					
						
							|  |  |  |     'page_restore_notification'   => 'Die Seite wurde erfolgreich wiederhergstellt.', | 
					
						
							|  |  |  |     'page_move'                   => 'Seite verschoben', | 
					
						
							| 
									
										
										
										
											2016-11-12 21:16:07 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // Chapters
 | 
					
						
							| 
									
										
										
										
											2018-07-16 03:26:55 +08:00
										 |  |  |     'chapter_create'              => 'Kapitel erstellt', | 
					
						
							|  |  |  |     'chapter_create_notification' => 'Das Kapitel wurde erfolgreich erstellt.', | 
					
						
							|  |  |  |     'chapter_update'              => 'Kapitel aktualisiert', | 
					
						
							|  |  |  |     'chapter_update_notification' => 'Das Kapitel wurde erfolgreich aktualisiert.', | 
					
						
							|  |  |  |     'chapter_delete'              => 'Kapitel gelöscht', | 
					
						
							|  |  |  |     'chapter_delete_notification' => 'Das Kapitel wurde erfolgreich gelöscht.', | 
					
						
							|  |  |  |     'chapter_move'                => 'Kapitel verschoben', | 
					
						
							| 
									
										
										
										
											2016-11-12 21:16:07 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // Books
 | 
					
						
							| 
									
										
										
										
											2018-07-16 03:26:55 +08:00
										 |  |  |     'book_create'                 => 'Buch erstellt', | 
					
						
							|  |  |  |     'book_create_notification'    => 'Das Buch wurde erfolgreich erstellt.', | 
					
						
							|  |  |  |     'book_update'                 => 'Buch aktualisiert', | 
					
						
							|  |  |  |     'book_update_notification'    => 'Das Buch wurde erfolgreich aktualisiert.', | 
					
						
							|  |  |  |     'book_delete'                 => 'Buch gelöscht', | 
					
						
							|  |  |  |     'book_delete_notification'    => 'Das Buch wurde erfolgreich gelöscht.', | 
					
						
							|  |  |  |     'book_sort'                   => 'Buch sortiert', | 
					
						
							|  |  |  |     'book_sort_notification'      => 'Das Buch wurde erfolgreich neu sortiert.', | 
					
						
							| 
									
										
										
										
											2018-04-12 19:48:07 +08:00
										 |  |  |      | 
					
						
							|  |  |  |     // Other
 | 
					
						
							|  |  |  |     'commented_on'                => 'kommentierte', | 
					
						
							| 
									
										
										
										
											2016-11-12 21:16:07 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | ]; |