6 lines
		
	
	
		
			225 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			225 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?PHP
 | 
						|
$appointment_status['scheduled'] = 'Geplant';
 | 
						|
$appointment_status['cancelled'] = 'Abgesagt';
 | 
						|
$appointment_status['moved_online'] = 'In Online-Veranstaltung umgewandelt';
 | 
						|
$appointment_status['postponed'] = 'Verschoben';
 |