paypalstandard.php 491 Bytes
<?php

return [

    'paypalstandard'   => 'Paypal Standard',
    'email'            => 'Email',
    'mode'             => 'Mode',
    'debug'            => 'Debug',
    'transaction'      => 'Transaction',
    'customer'         => 'Show to Customer',
    'order'            => 'Order',

    'test_mode'        => 'Warning: The payment gateway is in \'Sandbox Mode\'. Your account will not be charged.',
    'description'      => 'Pay with PAYPAL',
    'confirm'          => 'Confirm',

];