Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions

View File

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