Approval.
This commit is contained in:
@ -1,13 +1,19 @@
|
||||
<?PHP
|
||||
$position_set['left'] = 'sinistra';
|
||||
$position_set['top_left'] = 'in alto a sinistra';
|
||||
$position_set['top'] = 'sopra';
|
||||
$position_set['top_right'] = 'in alto a destra';
|
||||
$position_set['right'] = 'destra';
|
||||
$position_set['bottom_right'] = 'in basso a destra';
|
||||
$position_set['bottom'] = 'sotto / in basso';
|
||||
$position_set['bottom_left'] = 'in basso a sinistra';
|
||||
$position_set['center'] = 'centrale';
|
||||
$position_set['rear_side'] = ' parte posteriore ';
|
||||
$position_set['edge'] = 'bordo';
|
||||
$position_set['other'] = 'altra/o';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'position_set' =>
|
||||
array (
|
||||
'left' => 'sinistra',
|
||||
'top_left' => 'in alto a sinistra',
|
||||
'top' => 'sopra',
|
||||
'top_right' => 'in alto a destra',
|
||||
'right' => 'destra',
|
||||
'bottom_right' => 'in basso a destra',
|
||||
'bottom' => 'sotto / in basso',
|
||||
'bottom_left' => 'in basso a sinistra',
|
||||
'center' => 'centrale',
|
||||
'rear_side' => ' parte posteriore ',
|
||||
'edge' => 'bordo',
|
||||
'other' => 'altra/o',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user