Files
2025-06-23 14:51:13 +02:00

14 lines
394 B
PHP

<?php
global $_LANGMAIL;
$_LANGMAIL = array();
$_LANGMAIL['Your order has been changed'] = '';
$_LANGMAIL['Order confirmation'] = '';
$_LANGMAIL['New voucher for your order %s'] = '';
$_LANGMAIL['Product out of stock'] = '';
$_LANGMAIL['New order : #%d - %s'] = '';
$_LANGMAIL['Product available'] = '';
$_LANGMAIL['Stock coverage'] = '';
$_LANGMAIL['New return from order #%d - %s'] = '';
?>