14 lines
		
	
	
		
			464 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			464 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| $position_set['left'] = 'Bal';
 | |
| $position_set['top_left'] = 'Bal felső';
 | |
| $position_set['top'] = 'Felső';
 | |
| $position_set['top_right'] = 'Jobb felső';
 | |
| $position_set['right'] = 'Jobb';
 | |
| $position_set['bottom_right'] = 'Jobb alsó';
 | |
| $position_set['bottom'] = 'Alsó';
 | |
| $position_set['bottom_left'] = 'Bal alsó';
 | |
| $position_set['center'] = 'Közép';
 | |
| $position_set['rear_side'] = 'Hátoldal';
 | |
| $position_set['edge'] = 'Szegély';
 | |
| $position_set['other'] = 'Egyéb';
 |