20 lines
733 B
PHP
20 lines
733 B
PHP
<?php
|
|
|
|
global $_LANGMAIL;
|
|
$_LANGMAIL = array();
|
|
$_LANGMAIL['New credit slip regarding your order'] = '';
|
|
$_LANGMAIL['The virtual product that you bought is available for download'] = '';
|
|
$_LANGMAIL['Package in transit'] = '';
|
|
$_LANGMAIL['Your order has been changed'] = '';
|
|
$_LANGMAIL['Order confirmation'] = '';
|
|
$_LANGMAIL['New message regarding your order'] = '';
|
|
$_LANGMAIL['Your order return status has changed'] = '';
|
|
$_LANGMAIL['New voucher for your order #%s'] = '';
|
|
$_LANGMAIL['New voucher for your order %s'] = '';
|
|
$_LANGMAIL['Product available'] = '';
|
|
$_LANGMAIL['New order : #%d - %s'] = '';
|
|
$_LANGMAIL['Stock coverage'] = '';
|
|
$_LANGMAIL['Product out of stock'] = '';
|
|
$_LANGMAIL['New return from order #%d - %s'] = '';
|
|
|
|
?>
|