8 lines
217 B
PHP
8 lines
217 B
PHP
<?php
|
|
|
|
return array(
|
|
'Price' => 'Prix',
|
|
'price must be a number !' => 'Le prix doit être un nombre !',
|
|
'Engagement' => 'Vous vous engagez à venir retirer votre commande directement dans nos locaux.',
|
|
);
|