2020-08-06 16:08:45 +02:00
|
|
|
<?PHP
|
2020-09-15 15:23:49 +02:00
|
|
|
$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';
|