50 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
		
		
			
		
	
	
			50 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
|  | <?php | ||
|  | /** | ||
|  |  * Activity text strings. | ||
|  |  * Is used for all the text within activity logs & notifications. | ||
|  |  */ | ||
|  | return [ | ||
|  | 
 | ||
|  |     // Pages
 | ||
|  |     'page_create'                 => 'opprettet side', | ||
|  |     'page_create_notification'    => 'Siden ble opprettet', | ||
|  |     'page_update'                 => 'oppdaterte side', | ||
|  |     'page_update_notification'    => 'Siden ble oppdatert', | ||
|  |     'page_delete'                 => 'slettet side', | ||
|  |     'page_delete_notification'    => 'Siden ble slettet', | ||
|  |     'page_restore'                => 'gjenopprettet side', | ||
|  |     'page_restore_notification'   => 'Siden ble gjenopprettet', | ||
|  |     'page_move'                   => 'flyttet side', | ||
|  | 
 | ||
|  |     // Chapters
 | ||
|  |     'chapter_create'              => 'opprettet kapittel', | ||
|  |     'chapter_create_notification' => 'Kapittelet ble opprettet', | ||
|  |     'chapter_update'              => 'oppdaterte kapittel', | ||
|  |     'chapter_update_notification' => 'Kapittelet ble oppdatert', | ||
|  |     'chapter_delete'              => 'slettet kapittel', | ||
|  |     'chapter_delete_notification' => 'Kapittelet ble slettet', | ||
|  |     'chapter_move'                => 'flyttet kapittel | ||
|  |     ', | ||
|  | 
 | ||
|  |     // Books
 | ||
|  |     'book_create'                 => 'opprettet bok', | ||
|  |     'book_create_notification'    => 'Boken ble opprettet', | ||
|  |     'book_update'                 => 'oppdaterte bok', | ||
|  |     'book_update_notification'    => 'Boken ble oppdatert', | ||
|  |     'book_delete'                 => 'slettet bok', | ||
|  |     'book_delete_notification'    => 'Boken ble slettet', | ||
|  |     'book_sort'                   => 'sorterte bok', | ||
|  |     'book_sort_notification'      => 'Boken ble omsortert', | ||
|  | 
 | ||
|  |     // Bookshelves
 | ||
|  |     'bookshelf_create'            => 'opprettet bokhylle', | ||
|  |     'bookshelf_create_notification'    => 'Bokhyllen ble opprettet', | ||
|  |     'bookshelf_update'                 => 'oppdaterte bokhylle', | ||
|  |     'bookshelf_update_notification'    => 'Bokhyllen ble oppdatert', | ||
|  |     'bookshelf_delete'                 => 'slettet bokhylle', | ||
|  |     'bookshelf_delete_notification'    => 'Bokhyllen ble slettet', | ||
|  | 
 | ||
|  |     // Other
 | ||
|  |     'commented_on'                => 'kommenterte på', | ||
|  | ]; |