13 lines
		
	
	
		
			290 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			290 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $topic = array (
 | |
|   'material_technique' => 'Material/Technik',
 | |
|   'measurements' => 'Maße',
 | |
|   'when' => 'wann',
 | |
|   'where' => 'wo',
 | |
|   'who' => 'wer',
 | |
|   'object_from' => 'Objekt aus',
 | |
|   'original_entry' => 'Originaleintrag',
 | |
|   'literature' => 'Literatur',
 | |
| );
 |