Files
interblue.pl/mails/pl/lang.php
2024-11-06 21:09:20 +01:00

12 lines
305 B
PHP

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