mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 11:32:09 +00:00
6 lines
256 B
PHP
Executable File
6 lines
256 B
PHP
Executable File
<?php
|
|
// Text
|
|
$_['text_title'] = 'PayPal';
|
|
$_['text_reason'] = 'REASON';
|
|
$_['text_testmode'] = 'Warning: The payment gateway is in \'Sandbox Mode\'. Your account will not be charged.';
|
|
$_['text_total'] = 'Shipping, Handling, Discounts & Taxes'; |