mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 13:32:10 +00:00
12 lines
833 B
PHP
Executable File
12 lines
833 B
PHP
Executable File
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Thank you for shopping with %s .... ';
|
|
|
|
// Text
|
|
$_['text_title'] = 'Credit Card / Debit Card (WorldPay)';
|
|
$_['text_response'] = 'Response from WorldPay:';
|
|
$_['text_success'] = '... your payment was successfully received.';
|
|
$_['text_success_wait'] = '<b><span style="color: #FF0000">Please wait...</span></b> whilst we finish processing your order.<br>If you are not automatically re-directed in 10 seconds, please click <a href="%s">here</a>.';
|
|
$_['text_failure'] = '... Your payment has been cancelled!';
|
|
$_['text_failure_wait'] = '<b><span style="color: #FF0000">Please wait...</span></b><br>If you are not automatically re-directed in 10 seconds, please click <a href="%s">here</a>.';
|
|
$_['text_pw_mismatch'] = 'CallbackPW does not match. Order requires investigation.'; |