13 lines
391 B
PHP
13 lines
391 B
PHP
<?php
|
|
|
|
return [
|
|
'Shipping' => 'Frais de livraison ou de retrait TTC',
|
|
'Total incl. taxes without postage' => 'Frais de livraison ou retrait TTC',
|
|
'customerfamily.bo.default' => [
|
|
'Family of this customer' => 'Famille de ce client',
|
|
],
|
|
'ordercomment.fo.default' => [
|
|
'Add your comment' => 'Vous pouvez rajouter un commentaire à votre commande',
|
|
],
|
|
];
|