This commit is contained in:
2024-11-06 21:09:20 +01:00
parent a0b0b538bd
commit 4732de6ce6
267 changed files with 49685 additions and 72 deletions

12
mails/pl/lang.php Normal file
View 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'] = '';
?>