Il manquait quelques fichiers dans Git
This commit is contained in:
9
local/modules/CreditNote/I18n/email/default/en_US.php
Normal file
9
local/modules/CreditNote/I18n/email/default/en_US.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
"Credit note on your order %order_ref"
|
||||
=> "Credit note on your order %order_ref",
|
||||
"You have been granted a credit note of %credit_note_amount on your order %order_ref."
|
||||
=> "You have been granted a credit note of %credit_note_amount on your order %order_ref.",
|
||||
"Use the coupon code %coupon_code to use this credit note."
|
||||
=> "Use the coupon code %coupon_code to use this credit note.",
|
||||
];
|
||||
9
local/modules/CreditNote/I18n/email/default/fr_FR.php
Normal file
9
local/modules/CreditNote/I18n/email/default/fr_FR.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
"Credit note on your order %order_ref"
|
||||
=> "Avoir sur votre commande %order_ref",
|
||||
"You have been granted a credit note of %credit_note_amount on your order %order_ref."
|
||||
=> "Un avoir de %credit_note_amount vous a été accordé suite à votre commande %order_ref.",
|
||||
"Use the coupon code %coupon_code to use this credit note."
|
||||
=> "Utilisez-le en entrant le code promo %coupon_code.",
|
||||
];
|
||||
Reference in New Issue
Block a user