Approval.

This commit is contained in:
2020-09-15 15:23:49 +02:00
committed by Stefan Rohde-Enslin
parent a6d330aadc
commit 0755f7b23a
6 changed files with 51 additions and 51 deletions

View File

@ -1,13 +1,13 @@
<?PHP
$position_set['left'] = 'Left';
$position_set['top_left'] = 'Top left';
$position_set['top'] = 'Top';
$position_set['top_right'] = 'Top right';
$position_set['right'] = 'Right';
$position_set['bottom_right'] = 'Bottom right';
$position_set['bottom'] = 'Bottom';
$position_set['bottom_left'] = 'Unten links';
$position_set['center'] = 'Center';
$position_set['rear_side'] = 'Rear side';
$position_set['edge'] = 'Edge';
$position_set['other'] = 'Other';
$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';