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

10 lines
135 B
PHP

<?php
$txt_str['order_status'] = [
0 => 'uus',
1 => 'vastu võetud',
2 => 'täidetud',
'storno' => 'tühistatud',
];