6 lines
232 B
PHP
6 lines
232 B
PHP
<?php
|
|
|
|
$txt_str['order_msg']['user_storno'] = 'Comanda anulată de utilizator.';
|
|
$txt_str['order_msg']['admin_storno'] = 'Comanda anulată.';
|
|
$txt_str['order_msg']['mergeSuccessComment'] = 'Comanda a fost cumulată cu comanda %s.';
|