update
This commit is contained in:
12
mails/pl/lang.php
Normal file
12
mails/pl/lang.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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'] = '';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user