mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 09:32:07 +00:00
7 lines
283 B
PHP
Executable File
7 lines
283 B
PHP
Executable File
<?php
|
|
// Text
|
|
$_['text_title'] = 'Cheque / Money Order';
|
|
$_['text_instruction'] = 'Cheque / Money Order Instructions';
|
|
$_['text_payable'] = 'Make Payable To: ';
|
|
$_['text_address'] = 'Send To: ';
|
|
$_['text_payment'] = 'Your order will not ship until we receive payment.'; |