10 lines
192 B
PHP
10 lines
192 B
PHP
<?php
|
|
|
|
$txt_str['preorders'] = [
|
|
'preorders' => 'Preorders',
|
|
'open' => 'New',
|
|
'received' => 'Accepted',
|
|
'partiallyClosed' => 'Partially shipped',
|
|
'closed' => 'Shipped',
|
|
];
|