7 lines
381 B
PHP
7 lines
381 B
PHP
<?php
|
|
|
|
$txt_str['order_msg']['user_storno'] = 'La commande annulée par l\'utilisateur.';
|
|
$txt_str['order_msg']['admin_storno'] = 'La commande annulée.';
|
|
$txt_str['order_msg']['mergeSuccessComment'] = 'La commande a été fusionnée avec la commande %s';
|
|
$txt_str['order_msg']['notificationLatePackage'] = 'La notification sur l\'envoi en retard de la commande a été envoyée';
|