Ajout du module OrderStatusNotify
This commit is contained in:
12
local/modules/OrderStatusNotify/I18n/en_US.php
Normal file
12
local/modules/OrderStatusNotify/I18n/en_US.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
return array(
|
||||
'Order status notification' => 'Order\'s status change notification',
|
||||
'Home' => 'Home',
|
||||
'Tools' => 'Tools',
|
||||
'To notify' => 'Notify to customer',
|
||||
'Status' => 'Order status',
|
||||
'Status list' => 'Order status list',
|
||||
'Purpose of feature' => 'Please select order status you want to notify the customer : an email will be sent when the order will get to this status.',
|
||||
'Change on your order %ref on %store_name' => 'Change on your order %ref on %store_name',
|
||||
'Hello, your order has just changed to' => 'Hello, your order has just changed to status : ',
|
||||
);
|
||||
12
local/modules/OrderStatusNotify/I18n/fr_FR.php
Normal file
12
local/modules/OrderStatusNotify/I18n/fr_FR.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
return [
|
||||
'Order status notification' => 'Notifier des changements de statut',
|
||||
'Home' => 'Accueil',
|
||||
'Tools' => 'Outils',
|
||||
'To notify' => 'A notifier au client',
|
||||
'Status' => 'Statut de la commande',
|
||||
'Status list' => 'Liste des statuts de commande',
|
||||
'Purpose of feature' => 'Veuillez sélectionner les statuts de commande pour lesquels vous souhaitez notifier le client : dès que la commande passera dans ce statut, un email sera envoyé au client.',
|
||||
'Change on your order %ref on %store_name' => 'Evolution sur votre commande %ref sur le site %store_name',
|
||||
'Hello, your order has just changed to' => 'Bonjour, votre commande vient de passer à l\'état : ',
|
||||
];
|
||||
Reference in New Issue
Block a user