translation-value-sets/fr/position_set.php
2024-12-09 13:57:17 +00:00

30 lines
890 B
PHP

<?PHP
declare(strict_types = 1);
$position_set = array (
'left' => 'Gauche',
'top_left' => 'En haut à gauche',
'top' => 'Haut',
'top_right' => 'En haut à droite',
'right' => 'Droite',
'bottom_right' => 'En bas à droite',
'bottom' => 'Bas',
'bottom_left' => 'En bas à gauche',
'center' => 'Au centre',
'rear_side' => 'Arrière',
'edge' => 'Bord',
'other' => 'Autre',
'inside' => 'Inside',
'underside' => 'Underside',
'topside' => 'Topside',
'front_front' => 'Full front',
'rear_left' => 'Rear side: left',
'rear_top_left' => 'Rear side: top left',
'rear_top' => 'Rear side: top',
'rear_top_right' => 'Rear side: top right',
'rear_right' => 'Rear side: right',
'rear_bottom_right' => 'Rear side: bottom right',
'rear_bottom' => 'Rear side: bottom',
'rear_bottom_left' => 'Rear side: bottom left',
'rear_center' => 'Rear side: center',
);