1
0

7 lines
206 B
PHP
Raw Normal View History

2020-02-12 23:25:39 +02:00
<?php
// Text
$_['text_total_shipping'] = 'Shipping';
$_['text_total_discount'] = 'Discount';
$_['text_total_tax'] = 'Tax';
$_['text_total_sub'] = 'Sub-total';
$_['text_total'] = 'Total';