force french translation in followup module
This commit is contained in:
parent
a0da97c552
commit
fd26597873
@ -912,11 +912,11 @@ class Followup extends Module
|
||||
'form' => array(
|
||||
'legend' => array(
|
||||
// ticket 12164 - change title to explicit it
|
||||
'title' => $this->l('Cancelled carts (first relaunch)'),
|
||||
'title' => $this->l('Paniers annulés (1ère relance)'),
|
||||
'icon' => 'icon-cogs'
|
||||
),
|
||||
// ticket 12164 - change sentence to explicit it
|
||||
'description' => $this->l('For each cancelled cart (with no order), send an email to relaunch the customer.'),
|
||||
'description' => $this->l('Pour chaque panier abandonné (sans commande), envoit un premier email de relance au client (pas de bon de réduction).'),
|
||||
//'description' => $this->l('For each cancelled cart (with no order), generate a discount and send it to the customer.'),
|
||||
'input' => array(
|
||||
array(
|
||||
@ -1137,7 +1137,7 @@ class Followup extends Module
|
||||
'title' => $this->l('Relance avec remise (si précédente sans réponse)'),
|
||||
'icon' => 'icon-cogs'
|
||||
),
|
||||
'description' => sprintf($this->l('For each cancelled cart (of an minimum amount of %d €) and if customer did not respond to the previous email, generate a discount and send it to the customer.'), self::$cancelled_cart_min_amount_order),
|
||||
'description' => sprintf($this->l('Pour chaque panier abandonné (ayant un montant minimum de %d €) et si le client n\'a pas répondu au précédent email, génère un bon d\'achat et l\'envoit au client.'), self::$cancelled_cart_min_amount_order),
|
||||
'input' => array(
|
||||
array(
|
||||
'type' => 'switch',
|
||||
|
Loading…
Reference in New Issue
Block a user