Inital commit
This commit is contained in:
12
local/modules/Atos/I18n/email/default/en_US.php
Normal file
12
local/modules/Atos/I18n/email/default/en_US.php
Normal 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.',
|
||||
);
|
||||
12
local/modules/Atos/I18n/email/default/fr_FR.php
Normal file
12
local/modules/Atos/I18n/email/default/fr_FR.php
Normal 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',
|
||||
);
|
||||
Reference in New Issue
Block a user