Files
kupshop/web/lang/en/deliveryTime.php
2025-08-02 16:30:27 +02:00

9 lines
149 B
PHP

<?php
$txt_str['deliveryTime'] = [
'1' => 'delivery in %s days',
'0' => 'in stock',
'-1' => ' out of stock',
'-2' => 'on order',
];