6 lines
238 B
PHP
6 lines
238 B
PHP
<?php
|
|
|
|
$txt_str['order_msg']['user_storno'] = 'Ordine cancellato dall\'utente.';
|
|
$txt_str['order_msg']['admin_storno'] = 'Ordine cancellato.';
|
|
$txt_str['order_msg']['mergeSuccessComment'] = 'Objednávka byla sloučena s objednávkou %s';
|