Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View File

@@ -0,0 +1,12 @@
<?php
return array(
'Dear customer' => 'Dear customer',
'Payment of your order %ref' => 'Payment of your order %ref',
'Thank you again for your purchase.' => 'Thank you again for your purchase.',
'The %store_name team.' => 'The %store_name team.',
'The payment of your order %ref with SIPS Atos is confirmed' => 'The payment of your order %ref with SIPS Atos is confirmed',
'This is a confirmation of the payment of your order %ref with SIPS-Atos on our shop.' => 'This is a confirmation of the payment of your order %ref with SIPS-Atos on our shop.',
'View this order in your account at %shop_name' => 'View this order in your account at %shop_name',
'Your invoice is now available in your customer account at %url.' => 'Your invoice is now available in your customer account at %url.',
);

View File

@@ -0,0 +1,12 @@
<?php
return array(
'Dear customer' => 'Cher client',
'Payment of your order %ref' => 'Paiement de votre commande %ref',
'Thank you again for your purchase.' => 'Merci encore pour votre commande.',
'The %store_name team.' => 'L\'équipe %store_name',
'The payment of your order %ref with SIPS Atos is confirmed' => 'Le paiement de votre commande %ref avec SIPS Atos est confirmé.',
'This is a confirmation of the payment of your order %ref with SIPS-Atos on our shop.' => 'Ce message confirme le paiement de votre commande %ref avec SIPS Atos dans notre boutique.',
'View this order in your account at %shop_name' => 'Les détails de cette commande sont disponibles dans votre compte client sur %shop_name',
'Your invoice is now available in your customer account at %url.' => 'Les détails de cette commande sont disponibles dans votre compte client sur %url',
);