7 lines
372 B
PHP
7 lines
372 B
PHP
<?php
|
|
|
|
$txt_str['order_msg']['user_storno'] = 'Bestelling geannuleerd door gebruiker.';
|
|
$txt_str['order_msg']['admin_storno'] = 'Bestelling geannuleerd.';
|
|
$txt_str['order_msg']['mergeSuccessComment'] = 'De bestelling is samengevoegd met bestelling %s';
|
|
$txt_str['order_msg']['notificationLatePackage'] = 'Kennisgeving verzonden over vertraagde verzending van bestelling';
|