mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 04:28:07 +00:00
7 lines
196 B
PHP
Executable File
7 lines
196 B
PHP
Executable File
<?php
|
|
// Text
|
|
$_['text_total_shipping'] = 'Shipping';
|
|
$_['text_total_discount'] = 'Discount';
|
|
$_['text_total_tax'] = 'Tax';
|
|
$_['text_total_sub'] = 'Sub-total';
|
|
$_['text_total'] = 'Total'; |