14 lines
519 B
PHP
14 lines
519 B
PHP
<?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';
|