mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 15:32:11 +00:00
10 lines
343 B
PHP
Executable File
10 lines
343 B
PHP
Executable File
<?php
|
|
// Text
|
|
$_['text_paid_amazon'] = 'Paid on Amazon';
|
|
$_['text_total_shipping'] = 'Shipping';
|
|
$_['text_total_shipping_tax'] = 'Shipping tax';
|
|
$_['text_total_giftwrap'] = 'Gift wrap';
|
|
$_['text_total_giftwrap_tax'] = 'Gift wrap tax';
|
|
$_['text_total_sub'] = 'Sub-total';
|
|
$_['text_tax'] = 'Tax';
|
|
$_['text_total'] = 'Total'; |