Le module MondialRelay n'était pas commité

This commit is contained in:
2020-12-05 09:32:52 +01:00
parent 9572b71f14
commit ef16a65ce8
143 changed files with 16232 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?php
return array(
'Dear %first %last' => 'Dear %first %last',
'Details about this order are available <a href="%account_url">in your customer account</a>.' => 'Details about this order are available <a href="%account_url">in your customer account</a>.',
'Details about this order are available in your customer account: %account_url.' => 'Details about this order are available in your customer account: %account_url.',
'Mondial Relay pickup location #%num' => 'Mondial Relay pickup location #%num',
'Pickup relay opening hours:' => 'Pickup relay opening hours:',
'See you soon at %store at the following address: %url' => 'See you soon at %store at the following address: %url',
'See you soon at <a href="%url">%store</a>' => 'See you soon at <a href="%url">%store</a>',
'The %store team.' => 'The %store team.',
'Your %ref order has been shipped' => 'Your %ref order has been shipped',
'Your order %order_ref has just been shipped from our store. The tracking number for this order is %tracking_ref. Please <a href="https://www.mondialrelay.fr/suivi-de-colis">click here</a> to track the delivery.' => 'Your order %order_ref has just been shipped from our store. The tracking number for this order is %tracking_ref. Please <a href="https://www.mondialrelay.fr/suivi-de-colis">click here</a> to track the delivery.',
'Your order %order_ref has just been shipped from our store. The tracking number for this order is %tracking_ref. Tracking data is available at this address: https://www.mondialrelay.fr/suivi-de-colis' => 'Your order %order_ref has just been shipped from our store. The tracking number for this order is %tracking_ref. Tracking data is available at this address: https://www.mondialrelay.fr/suivi-de-colis',
);

View File

@@ -0,0 +1,15 @@
<?php
return array(
'Dear %first %last' => 'Bonjour %first %last',
'Details about this order are available <a href="%account_url">in your customer account</a>.' => 'Les détails de cette commande sont disponibles <a href="%account_url">dans votre compte client</a>.',
'Details about this order are available in your customer account: %account_url.' => 'Les détails de cette commande sont disponibles dans votre compte client: %account_url.',
'Mondial Relay pickup location #%num' => 'Point relais Mondial Relay No. %num',
'Pickup relay opening hours:' => 'Horaires d\'ouverture du relais',
'See you soon at %store at the following address: %url' => 'A bientôt sur %store en suivant ce lien: %url',
'See you soon at <a href="%url">%store</a>' => 'A bientôt sur <a href="%url">%store</a>',
'The %store team.' => 'L\'équipe %store.',
'Your %ref order has been shipped' => 'Votre commande %ref a été expédiée.',
'Your order %order_ref has just been shipped from our store. The tracking number for this order is %tracking_ref. Please <a href="https://www.mondialrelay.fr/suivi-de-colis">click here</a> to track the delivery.' => 'Votre commande %order_ref vient de quitter nos entrepôts. Le numéro de suivi est %tracking_ref. <a href="https://www.mondialrelay.fr/suivi-de-colis">Merci de cliquer ici</a> pour obtenir les informations de suivi.',
'Your order %order_ref has just been shipped from our store. The tracking number for this order is %tracking_ref. Tracking data is available at this address: https://www.mondialrelay.fr/suivi-de-colis' => 'Votre commande %order_ref vient de quitter nos entrepôts. Le numéro de suivi est %tracking_ref. Pour obtenir des informations sur l\'avancement de votre commande, merci de suivre ce lien: https://www.mondialrelay.fr/suivi-de-colis',
);