15 lines
492 B
PHP
15 lines
492 B
PHP
<?php
|
|
|
|
$txt_str['abra'] = [
|
|
'order_authorized' => 'Order authorized automatic',
|
|
'order_fully_authorized' => 'Order authorized fully automatic',
|
|
'order_paid_authorized' => 'Order paid and authorized',
|
|
'abra_delivery_discount' => 'Transportkosten rabatt',
|
|
|
|
'abra_order_status_change' => 'Order status change by Abra user',
|
|
'abra_order_error' => 'Expedition error',
|
|
'abra_order_send' => 'Order sent to Abra',
|
|
|
|
'abra_not_used_discount' => 'Ungenutzter Rabatt',
|
|
];
|