2020-08-06 16:08:45 +02:00
|
|
|
<?PHP
|
2022-10-27 17:48:42 +02:00
|
|
|
$position_set['left'] = 'Gauche';
|
|
|
|
$position_set['top_left'] = 'En haut à gauche';
|
|
|
|
$position_set['top'] = 'Haut';
|
|
|
|
$position_set['top_right'] = 'En haut à droite';
|
|
|
|
$position_set['right'] = 'Droite';
|
|
|
|
$position_set['bottom_right'] = 'En bas à droite';
|
|
|
|
$position_set['bottom'] = 'Bas';
|
|
|
|
$position_set['bottom_left'] = 'En bas à gauche';
|
|
|
|
$position_set['center'] = 'Au centre';
|
|
|
|
$position_set['rear_side'] = 'Arrière';
|
|
|
|
$position_set['edge'] = 'Bord';
|
|
|
|
$position_set['other'] = 'Autre';
|