11 lines
477 B
PHP
11 lines
477 B
PHP
<?php
|
|
return [
|
|
// configuration
|
|
"CreditNote module configuration" => "CreditNote module configuration",
|
|
"Configuration correctly saved" => "Configuration correctly saved",
|
|
"Coupon code validity period (days)" => "Coupon code validity period (days)",
|
|
"Coupon code prefix" => "Coupon code prefix",
|
|
"Restrict coupon codes from order credit notes to the original customer"
|
|
=> "Restrict coupon codes from order credit notes to the original customer",
|
|
];
|